mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 10:21:20 +00:00
get included in the distro now, not just the ones for the arch/platform that the distro tarball is built on. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4085
19 lines
382 B
Makefile
19 lines
382 B
Makefile
include $(top_srcdir)/Makefile.tool.am
|
|
|
|
bin_SCRIPTS = cg_annotate
|
|
|
|
# Remember to include all the arch-specific files in the distribution.
|
|
EXTRA_DIST = \
|
|
cg_sim.c \
|
|
$(addsuffix .c,$(addprefix cg-,$(VG_ARCH_ALL)))
|
|
|
|
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
|
|
|