1 2 include $(top_srcdir)/Makefile.tool-tests.am 3 4 dist_noinst_SCRIPTS = filter_stderr 5 6 EXTRA_DIST = \ 7 branches.stdout.exp branches.stderr.exp branches.vgtest \ 8 FPUarithmetic.stdout.exp FPUarithmetic.stdout.exp-mips32 \ 9 FPUarithmetic.stderr.exp FPUarithmetic.vgtest \ 10 LoadStore.stdout.exp LoadStore.stdout.exp-BE LoadStore.stderr.exp \ 11 LoadStore.vgtest \ 12 LoadStore1.stdout.exp LoadStore1.stdout.exp-LE LoadStore1.stderr.exp \ 13 LoadStore1.vgtest \ 14 MemCpyTest.stdout.exp MemCpyTest.stderr.exp MemCpyTest.vgtest \ 15 MIPS32int.stdout.exp MIPS32int.stdout.exp-BE MIPS32int.stdout.exp-mips32 \ 16 MIPS32int.stderr.exp MIPS32int.vgtest \ 17 MoveIns.stdout.exp MoveIns.stdout.exp-BE MoveIns.stderr.exp MoveIns.vgtest \ 18 round.stdout.exp round.stderr.exp round.vgtest \ 19 vfp.stdout.exp vfp.stdout.exp-BE vfp.stdout.exp-mips32 vfp.stderr.exp \ 20 vfp.vgtest 21 22 check_PROGRAMS = \ 23 allexec \ 24 branches \ 25 FPUarithmetic \ 26 LoadStore \ 27 LoadStore1 \ 28 MemCpyTest \ 29 MIPS32int \ 30 MoveIns \ 31 round \ 32 vfp 33 34 AM_CFLAGS += @FLAG_M32@ 35 AM_CXXFLAGS += @FLAG_M32@ 36 AM_CCASFLAGS += @FLAG_M32@ 37 38 allexec_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_NONNULL@ 39