1 include $(top_srcdir)/Makefile.tool-tests.am 2 3 dist_noinst_SCRIPTS = filter_stderr 4 5 INSN_TESTS = clc clcle cvb cvd icm lpr tcxb lam_stam xc mvst add sub mul \ 6 and or xor insert div srst fold_And16 flogr sub_EI add_EI \ 7 and_EI or_EI xor_EI insert_EI mul_GE add_GE condloadstore \ 8 op_exception fgx stck stckf stcke stfle cksm mvcl clcl troo \ 9 trto trot trtt tr tre cij cgij clij clgij crj cgrj clrj clgrj \ 10 cs csg cds cdsg cu21 cu21_1 cu24 cu24_1 cu42 cu12 cu12_1 \ 11 ex_sig ex_clone cu14 cu14_1 cu41 fpconv 12 13 check_PROGRAMS = $(INSN_TESTS) \ 14 allexec \ 15 op00 16 17 EXTRA_DIST = \ 18 $(addsuffix .stderr.exp,$(INSN_TESTS)) \ 19 $(addsuffix .stdout.exp,$(INSN_TESTS)) \ 20 $(addsuffix .vgtest,$(INSN_TESTS)) \ 21 op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \ 22 test.h opcodes.h add.h and.h div.h insert.h \ 23 mul.h or.h sub.h test.h xor.h table.h 24 25 AM_CFLAGS += @FLAG_M64@ 26 AM_CXXFLAGS += @FLAG_M64@ 27 AM_CCASFLAGS += @FLAG_M64@ 28 29 allexec_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_NONNULL@ 30 tcxb_CFLAGS = $(AM_CFLAGS) -std=gnu99 31 cu12_1_CFLAGS = $(AM_CFLAGS) -DM3=1 32 cu14_1_CFLAGS = $(AM_CFLAGS) -DM3=1 33 cu21_1_CFLAGS = $(AM_CFLAGS) -DM3=1 34 cu24_1_CFLAGS = $(AM_CFLAGS) -DM3=1 35 36 ex_clone_LDFLAGS = -lpthread 37