mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-05 19:13:46 +00:00
into three different files with regards to using fs prefix, gs prefix or no fs/gs prefix. Pertains to BZ#379525. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16421
22 lines
477 B
Makefile
22 lines
477 B
Makefile
|
|
include $(top_srcdir)/Makefile.tool-tests.am
|
|
|
|
dist_noinst_SCRIPTS = \
|
|
filter_stderr
|
|
|
|
EXTRA_DIST = \
|
|
bug345887.stderr.exp bug345887.vgtest \
|
|
cet_nops_fs.stderr.exp cet_nops_fs.stdout.exp cet_nops_fs.vgtest \
|
|
cet_nops_gs.stderr.exp cet_nops_gs.stdout.exp cet_nops_gs.vgtest \
|
|
map_32bits.stderr.exp map_32bits.vgtest
|
|
|
|
check_PROGRAMS = \
|
|
bug345887 \
|
|
cet_nops_fs \
|
|
cet_nops_gs \
|
|
map_32bits
|
|
|
|
AM_CFLAGS += @FLAG_M64@
|
|
AM_CXXFLAGS += @FLAG_M64@
|
|
AM_CCASFLAGS += @FLAG_M64@
|