Home | History | Annotate | Download | only in auxprogs
      1 include $(top_srcdir)/Makefile.all.am
      2 
      3 dist_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 
     11 EXTRA_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 
     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
     35