mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-09 05:10:23 +00:00
18 lines
253 B
Makefile
18 lines
253 B
Makefile
|
|
SUBDIRS = . unused
|
|
|
|
noinst_SCRIPTS = \
|
|
filter_addresses \
|
|
filter_discards \
|
|
filter_stderr_basic \
|
|
filter_test_paths \
|
|
vg_regtest
|
|
|
|
EXTRA_DIST = \
|
|
$(noinst_SCRIPTS) \
|
|
blocked_syscall.c \
|
|
clientperm.c \
|
|
clientstackperm.c \
|
|
discard.c \
|
|
resolv.c
|