Files
ftmemsim-valgrind/cachegrind/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

22 lines
479 B
Makefile

noinst_SCRIPTS = filter_stderr
EXTRA_DIST = $(noinst_SCRIPTS) \
dlclose.vgtest dlclose.stderr.exp \
dlclose.stdout.exp \
fpu-28-108.vgtest fpu-28-108.stderr.exp
check_PROGRAMS = \
dlclose fpu-28-108 myprint.so
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g
AM_CXXFLAGS = $(AM_CFLAGS)
AM_CCASFLAGS = $(AM_CFLAGS)
# C ones
dlclose_SOURCES = dlclose.c
dlclose_LDADD = -ldl
myprint_so_SOURCES = myprint.c
myprint_so_LDFLAGS = -shared
fpu_28_108_SOURCES = fpu-28-108.S