Files
ftmemsim-valgrind/cachegrind/tests/Makefile.am
Nicholas Nethercote 78b8e2c67f Arch-abstraction:
- things I forgot to do when moving the insn_* tests...


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2810
2004-10-19 19:07:32 +00:00

20 lines
446 B
Makefile

SUBDIRS = ${VG_ARCH} .
noinst_SCRIPTS = filter_stderr filter_cachesim_discards
EXTRA_DIST = $(noinst_SCRIPTS) \
chdir.vgtest chdir.stderr.exp \
dlclose.vgtest dlclose.stderr.exp dlclose.stdout.exp
check_PROGRAMS = \
chdir dlclose myprint.so
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g
# C ones
chdir_SOURCES = chdir.c
dlclose_SOURCES = dlclose.c
dlclose_LDADD = -ldl
myprint_so_SOURCES = myprint.c
myprint_so_LDFLAGS = -shared