1include $(top_srcdir)/Makefile.all.am 2 3dist_noinst_SCRIPTS = \ 4 change-copyright-year \ 5 dump_insn_ppc.sh \ 6 gen-mdg \ 7 gsl16test \ 8 gsl19test \ 9 posixtestsuite-1.5.1-diff-results 10 11EXTRA_DIST = \ 12 DotToScc.hs \ 13 Merge3Way.hs \ 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 25bin_PROGRAMS = valgrind-listener 26 27valgrind_listener_SOURCES = valgrind-listener.c 28valgrind_listener_CPPFLAGS = $(AM_CPPFLAGS_PRI) -I$(top_srcdir)/coregrind 29valgrind_listener_CFLAGS = $(AM_CFLAGS_PRI) 30valgrind_listener_CCASFLAGS = $(AM_CCASFLAGS_PRI) 31valgrind_listener_LDFLAGS = $(AM_CFLAGS_PRI) 32if VGCONF_PLATFORMS_INCLUDE_X86_DARWIN 33valgrind_listener_LDFLAGS += -Wl,-read_only_relocs -Wl,suppress 34endif 35