mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-11 05:55:48 +00:00
which is useful for doing automated test runs against the GNU Scientific Library v 1.6 (gsl-1.6). This has proven very helpful in shaking out Vex simulation bugs. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4104
12 lines
253 B
Makefile
12 lines
253 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
|
|
|
|
EXTRA_DIST = $(noinst_SCRIPTS)
|
|
|
|
valgrind_listener_SOURCES = valgrind-listener.c
|
|
|