blob: e981aaf68e41040612f6d28ec74ca51285349854 [file] [log] [blame]
njn528b07e2005-06-10 04:46:19 +00001include $(top_srcdir)/Makefile.tool.am
nethercoteb030c6c2004-09-11 18:27:43 +00002
njn25cac76cb2002-09-23 11:21:57 +00003bin_SCRIPTS = cg_annotate
sewardjde4a1d02002-03-22 01:27:54 +00004
nethercote27fc1da2004-01-04 16:56:57 +00005EXTRA_DIST = cg_sim.c
sewardjde4a1d02002-03-22 01:27:54 +00006
nethercoteb35a8b92004-09-11 16:45:27 +00007noinst_HEADERS = cg_arch.h
8
njn063c5402004-11-22 16:58:05 +00009val_PROGRAMS = vgtool_cachegrind.so
sewardjde4a1d02002-03-22 01:27:54 +000010
njn528b07e2005-06-10 04:46:19 +000011vgtool_cachegrind_so_SOURCES = \
12 cg_main.c \
13 cg-@VG_ARCH@.c
njn063c5402004-11-22 16:58:05 +000014vgtool_cachegrind_so_LDFLAGS = -shared
fitzhardinge98abfc72003-12-16 02:05:15 +000015