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