Nicholas Nethercote bde51e1575 Put arch-specific Cachegrind code in files in the main cachegrind/
directory, instead of subdirectories.  This is simpler and consistent
with how the rest of system is now structured.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3865
2005-06-10 04:46:19 +00:00

16 lines
258 B
Makefile

include $(top_srcdir)/Makefile.tool.am
bin_SCRIPTS = cg_annotate
EXTRA_DIST = cg_sim.c
noinst_HEADERS = cg_arch.h
val_PROGRAMS = vgtool_cachegrind.so
vgtool_cachegrind_so_SOURCES = \
cg_main.c \
cg-@VG_ARCH@.c
vgtool_cachegrind_so_LDFLAGS = -shared