Home | History | Annotate | Download | only in amd64-solaris
      1 
      2 include $(top_srcdir)/Makefile.tool-tests.am
      3 
      4 dist_noinst_SCRIPTS = filter_stderr
      5 
      6 EXTRA_DIST = \
      7 	context_fpu.stderr.exp context_fpu.stdout.exp context_fpu.vgtest \
      8 	context_gpr.stderr.exp context_gpr.stdout.exp context_gpr.vgtest \
      9 	context_rflags.stderr.exp context_rflags.stdout.exp context_rflags.vgtest \
     10 	context_rflags2.stderr.exp context_rflags2.stdout.exp context_rflags2.vgtest \
     11 	context_sse.stderr.exp context_sse.stdout.exp context_sse.vgtest \
     12 	ldsoexec.stderr.exp ldsoexec.vgtest
     13 
     14 check_PROGRAMS = \
     15 	context_fpu \
     16 	context_gpr \
     17 	context_rflags \
     18 	context_rflags2 \
     19 	context_sse \
     20 	ldsoexec
     21 
     22 AM_CFLAGS    += @FLAG_M64@
     23 AM_CXXFLAGS  += @FLAG_M64@
     24 AM_CCASFLAGS += @FLAG_M64@
     25 
     26