mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
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
16 lines
258 B
Makefile
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
|
|
|