]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/valgrind/src/valgrind-3.6.0-svn/auxprogs/Makefile.am
update
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / auxprogs / Makefile.am
1 include $(top_srcdir)/Makefile.all.am
2
3 dist_noinst_SCRIPTS = \
4         gen-mdg \
5         gsl16test \
6         gsl19test \
7         posixtestsuite-1.5.1-diff-results
8
9 EXTRA_DIST = \
10         DotToScc.hs \
11         Merge3Way.hs \
12         aix5_VKI_info.c \
13         aix5_proc_self_sysent.c \
14         gsl16-badfree.patch \
15         gsl16-wavelet.patch \
16         posixtestsuite-1.5.1-diff.txt \
17         ppcfround.c \
18         ppc64shifts.c \
19         primes.c
20
21 #----------------------------------------------------------------------------
22 # valgrind_listener (built for the primary target only)
23 #----------------------------------------------------------------------------
24
25 bin_PROGRAMS = valgrind-listener
26
27 valgrind_listener_SOURCES = valgrind-listener.c
28 valgrind_listener_CPPFLAGS  = $(AM_CPPFLAGS_PRI) -I$(top_srcdir)/coregrind
29 valgrind_listener_CFLAGS    = $(AM_CFLAGS_PRI)
30 valgrind_listener_CCASFLAGS = $(AM_CCASFLAGS_PRI)
31 valgrind_listener_LDFLAGS   = $(AM_CFLAGS_PRI)
32 if VGCONF_PLATFORMS_INCLUDE_X86_DARWIN
33 valgrind_listener_LDFLAGS   += -Wl,-read_only_relocs -Wl,suppress
34 endif