Files
ftmemsim-valgrind/memcheck/tests/amd64-linux/Makefile.am
Nicholas Nethercote 6fd0eb7b07 Merged the MACOSX106 branch to the trunk. Merge command:
svn merge -r11143:HEAD svn://svn.valgrind.org/valgrind/branches/MACOSX106

There were some easy-to-resolve conflicts.

Then I had to fix up coregrind/link_tool_exe*.in -- those files had been
added independently on both the trunk and the branch, AFAICT.  I just
overwrote the trunk versions with the branch versions.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11194
2010-07-01 00:20:20 +00:00

22 lines
408 B
Makefile

include $(top_srcdir)/Makefile.tool-tests.am
dist_noinst_SCRIPTS = \
filter_stderr
noinst_HEADERS = scalar.h
EXTRA_DIST = \
defcaexpr.vgtest defcaexpr.stderr.exp \
int3-x86.vgtest int3-x86.stderr.exp int3-x86.stdout.exp
check_PROGRAMS = \
defcaexpr \
int3-amd64
AM_CFLAGS += @FLAG_M32@ $(FLAG_MMMX) $(FLAG_MSSE)
AM_CXXFLAGS += @FLAG_M32@ $(FLAG_MMMX) $(FLAG_MSSE)
AM_CCASFLAGS += @FLAG_M32@