mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-09 21:28:19 +00:00
13 lines
297 B
Makefile
13 lines
297 B
Makefile
include $(top_srcdir)/Makefile.all.am
|
|
include $(top_srcdir)/Makefile.core-AM_CPPFLAGS.am
|
|
|
|
bin_PROGRAMS = valgrind-listener
|
|
|
|
noinst_SCRIPTS = gen-mdg DotToScc.hs \
|
|
gsl16test gsl16-badfree.patch gsl16-wavelet.patch
|
|
|
|
EXTRA_DIST = $(noinst_SCRIPTS)
|
|
|
|
valgrind_listener_SOURCES = valgrind-listener.c
|
|
|