git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12614
if VGCONF_ARCHS_INCLUDE_AMD64
SUBDIRS += amd64
endif
-
if VGCONF_ARCHS_INCLUDE_PPC32
SUBDIRS += ppc32
endif
if VGCONF_ARCHS_INCLUDE_PPC64
SUBDIRS += ppc64
endif
-
if VGCONF_ARCHS_INCLUDE_S390X
SUBDIRS += s390x
endif
SUBDIRS += amd64-linux
endif
-DIST_SUBDIRS = x86 amd64 ppc32 ppc64 linux darwin x86-linux amd64-linux .
+DIST_SUBDIRS = x86 amd64 ppc32 ppc64 s390x linux darwin x86-linux amd64-linux .
dist_noinst_SCRIPTS = \
filter_addressable \
filter_none_discards \
filter_shell_output \
filter_stderr \
- filter_timestamp
+ filter_timestamp \
+ allexec_prepare_prereq
noinst_HEADERS = fdleak.h
if BUILD_PCLMULQDQ_TESTS
INSN_TESTS += insn_pclmulqdq
endif
-if BUILD_AVX_TESTS
- INSN_TESTS += avx-1
-endif
# Explicitly include insn_sse3 even if ! BUILD_SSE3_TESTS,
# to avoid packaging screwups if 'make dist' is run on a machine