1 2include $(top_srcdir)/Makefile.tool-tests.am 3 4dist_noinst_SCRIPTS = \ 5 filter_stderr 6 7EXTRA_DIST = \ 8 bug345887.stderr.exp bug345887.vgtest \ 9 cet_nops_fs.stderr.exp cet_nops_fs.stdout.exp cet_nops_fs.vgtest \ 10 cet_nops_gs.stderr.exp cet_nops_gs.stdout.exp cet_nops_gs.vgtest \ 11 map_32bits.stderr.exp map_32bits.vgtest 12 13check_PROGRAMS = \ 14 bug345887 \ 15 cet_nops_fs \ 16 cet_nops_gs \ 17 map_32bits 18 19AM_CFLAGS += @FLAG_M64@ 20AM_CXXFLAGS += @FLAG_M64@ 21AM_CCASFLAGS += @FLAG_M64@ 22