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 filter_defcfaexpr
      6 
      7 EXTRA_DIST = \
      8 	defcfaexpr.vgtest defcfaexpr.stderr.exp \
      9 	int3-amd64.vgtest int3-amd64.stderr.exp int3-amd64.stdout.exp
     10 
     11 check_PROGRAMS = \
     12 	defcfaexpr \
     13 	int3-amd64
     14 
     15 
     16 AM_CFLAGS    += @FLAG_M64@
     17 AM_CXXFLAGS  += @FLAG_M64@
     18 AM_CCASFLAGS += @FLAG_M64@
     19 
     20 defcfaexpr_SOURCES	= defcfaexpr.S
     21 
     22