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