mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-17 16:21:47 +00:00
failures, but they can be fixed up in-repo. This resolves bug 198395. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10444
30 lines
536 B
Makefile
30 lines
536 B
Makefile
|
|
include $(top_srcdir)/Makefile.tool-tests.am
|
|
|
|
SUBDIRS = .
|
|
|
|
# Platform-specific tests
|
|
if VGCONF_ARCHS_INCLUDE_X86
|
|
SUBDIRS += x86
|
|
endif
|
|
if VGCONF_PLATFORMS_INCLUDE_X86_LINUX
|
|
SUBDIRS += x86-linux
|
|
endif
|
|
if VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX
|
|
SUBDIRS += amd64-linux
|
|
endif
|
|
if VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX
|
|
SUBDIRS += ppc32-linux
|
|
endif
|
|
|
|
DIST_SUBDIRS = x86 x86-linux amd64-linux ppc32-linux .
|
|
|
|
EXTRA_DIST = \
|
|
logo.include logo.lzss_new
|
|
|
|
check_PROGRAMS =
|
|
|
|
AM_CFLAGS += $(AM_FLAG_M3264_PRI)
|
|
AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
|
|
|