mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
and then only on AIX 5.2 and 5.3. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11842
33 lines
929 B
Makefile
33 lines
929 B
Makefile
include $(top_srcdir)/Makefile.all.am
|
|
|
|
dist_noinst_SCRIPTS = \
|
|
gen-mdg \
|
|
gsl16test \
|
|
gsl19test \
|
|
posixtestsuite-1.5.1-diff-results
|
|
|
|
EXTRA_DIST = \
|
|
DotToScc.hs \
|
|
Merge3Way.hs \
|
|
gsl16-badfree.patch \
|
|
gsl16-wavelet.patch \
|
|
posixtestsuite-1.5.1-diff.txt \
|
|
ppcfround.c \
|
|
ppc64shifts.c \
|
|
primes.c
|
|
|
|
#----------------------------------------------------------------------------
|
|
# valgrind_listener (built for the primary target only)
|
|
#----------------------------------------------------------------------------
|
|
|
|
bin_PROGRAMS = valgrind-listener
|
|
|
|
valgrind_listener_SOURCES = valgrind-listener.c
|
|
valgrind_listener_CPPFLAGS = $(AM_CPPFLAGS_PRI) -I$(top_srcdir)/coregrind
|
|
valgrind_listener_CFLAGS = $(AM_CFLAGS_PRI)
|
|
valgrind_listener_CCASFLAGS = $(AM_CCASFLAGS_PRI)
|
|
valgrind_listener_LDFLAGS = $(AM_CFLAGS_PRI)
|
|
if VGCONF_PLATFORMS_INCLUDE_X86_DARWIN
|
|
valgrind_listener_LDFLAGS += -Wl,-read_only_relocs -Wl,suppress
|
|
endif
|