mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-09 13:18:15 +00:00
12 lines
209 B
Makefile
12 lines
209 B
Makefile
include $(top_srcdir)/Makefile.tool.am
|
|
|
|
bin_SCRIPTS = cg_annotate
|
|
|
|
EXTRA_DIST = cg_sim.c
|
|
|
|
val_PROGRAMS = vgskin_cachegrind.so
|
|
|
|
vgskin_cachegrind_so_SOURCES = cg_main.c
|
|
vgskin_cachegrind_so_LDFLAGS = -shared
|
|
|