blob: 5a63e0ac331677d713e0ca83c183fbd734ec9506 [file] [log] [blame]
njn25ab726032002-09-23 16:24:41 +00001
njn258923f552002-09-23 16:32:40 +00002SUBDIRS = . unused
3
njnc2e7f482002-09-27 08:44:17 +00004bin_SCRIPTS = \
5 vg_regtest
6
njn25ab726032002-09-23 16:24:41 +00007noinst_SCRIPTS = \
8 filter_addresses \
9 filter_discards \
10 filter_stderr_basic \
njnc2e7f482002-09-27 08:44:17 +000011 filter_test_paths
njn25ab726032002-09-23 16:24:41 +000012
njnf2df9b52002-10-04 11:35:47 +000013noinst_PROGRAMS = \
14 true
15
16CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g
17CXXFLAGS = $(CFLAGS)
18
19# generic C ones
20true_SOURCES = true.c
21
njn25ab726032002-09-23 16:24:41 +000022EXTRA_DIST = \
23 $(noinst_SCRIPTS) \
24 blocked_syscall.c \
25 clientperm.c \
26 clientstackperm.c \
njn9bc8c002002-10-02 13:49:13 +000027 discard.c