blob: 7cbebe09aa9186153be09a57794337bd12bb26a2 [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
njn94260f22005-07-02 17:36:11 +00005# Remember to include all the arch-specific files in the distribution.
6EXTRA_DIST = \
7 cg_sim.c \
8 $(addsuffix .c,$(addprefix cg-,$(VG_ARCH_ALL)))
sewardjde4a1d02002-03-22 01:27:54 +00009
nethercoteb35a8b92004-09-11 16:45:27 +000010noinst_HEADERS = cg_arch.h
11
njn063c5402004-11-22 16:58:05 +000012val_PROGRAMS = vgtool_cachegrind.so
sewardjde4a1d02002-03-22 01:27:54 +000013
njn528b07e2005-06-10 04:46:19 +000014vgtool_cachegrind_so_SOURCES = \
15 cg_main.c \
16 cg-@VG_ARCH@.c
njn063c5402004-11-22 16:58:05 +000017vgtool_cachegrind_so_LDFLAGS = -shared
fitzhardinge98abfc72003-12-16 02:05:15 +000018