blob: 21920854bdf6e0a2b3870368170debfe3dfc486a [file] [log] [blame]
nethercote4a02e1e2004-10-20 11:43:01 +00001noinst_SCRIPTS = filter_stderr filter_pushfpopf filter_tronical
nethercotebfd20192004-10-19 18:54:11 +00002
3INSN_TESTS=insn_basic insn_fpu insn_cmov insn_mmx insn_mmxext insn_sse insn_sse2
4
5EXTRA_DIST = $(noinst_SCRIPTS) \
nethercote4a02e1e2004-10-20 11:43:01 +00006 fpeflags.stderr.exp fpeflags.vgtest \
nethercotebfd20192004-10-19 18:54:11 +00007 $(addsuffix .stderr.exp,$(INSN_TESTS)) \
8 $(addsuffix .stdout.exp,$(INSN_TESTS)) \
nethercote4a02e1e2004-10-20 11:43:01 +00009 $(addsuffix .vgtest,$(INSN_TESTS)) \
10 pushfpopf.stderr.exp pushfpopf.stdout.exp pushfpopf.vgtest \
11 tronical.stderr.exp tronical.vgtest
12
13check_PROGRAMS = \
14 fpeflags pushfpopf tronical
15
16AM_CPPFLAGS = -I$(top_srcdir)/include
17AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g
18AM_CXXFLAGS = $(AM_CFLAGS)
19
20fpeflags_SOURCES = fpeflags.c
21# must be built with these flags -- bug only occurred with them
22fpeflags_CFLAGS = $(AM_CFLAGS) -march=i686
23pushfpopf_SOURCES = pushfpopf_c.c pushfpopf_s.s
24tronical_SOURCES = tronical.S