ftmemsim-valgrind/tests/Makefile.am
Dirk Mueller 02b63b3ba8 reapply automake fixes. make check will now generate the binaries which
are only required for regression testing.

If this breaks something, please mail me first instead of reverting.
Thank you.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1530
2003-04-17 17:00:43 +00:00

31 lines
441 B
Makefile

SUBDIRS = . unused
bin_SCRIPTS = \
vg_regtest
noinst_SCRIPTS = \
filter_addresses \
filter_discards \
filter_stderr_basic \
filter_test_paths
check_PROGRAMS = \
true
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g
AM_CXXFLAGS = $(AM_CFLAGS)
# generic C ones
true_SOURCES = true.c
#EXTRA_DIST = \
# $(noinst_SCRIPTS) \
# blocked_syscall.c \
# clientperm.c \
# clientstackperm.c \
# discard.c
EXTRA_DIST = $(noinst_SCRIPTS)