1 2include $(top_srcdir)/Makefile.tool-tests.am 3 4dist_noinst_SCRIPTS = filter_stderr 5 6EXTRA_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 14check_PROGRAMS = \ 15 context_fpu \ 16 context_gpr \ 17 context_rflags \ 18 context_rflags2 \ 19 context_sse \ 20 ldsoexec 21 22AM_CFLAGS += @FLAG_M64@ 23AM_CXXFLAGS += @FLAG_M64@ 24AM_CCASFLAGS += @FLAG_M64@ 25 26