Home | History | Annotate | Download | only in amd64-darwin
      1 
      2 include $(top_srcdir)/Makefile.tool-tests.am
      3 
      4 dist_noinst_SCRIPTS = \
      5 	filter_stderr filter_minimal
      6 
      7 EXTRA_DIST = \
      8 	bug341419.vgtest bug341419.stderr.exp
      9 
     10 check_PROGRAMS = \
     11 	bug341419
     12 
     13 AM_CFLAGS    += @FLAG_M64@
     14 AM_CXXFLAGS  += @FLAG_M64@
     15 AM_CCASFLAGS += @FLAG_M64@
     16