blob: 359ba22b4a024151c722526ad98ff1f4edd40618 [file] [log] [blame]
njndbebecc2009-07-14 01:39:54 +00001
2include $(top_srcdir)/Makefile.tool-tests.am
3
4SUBDIRS = .
5
6# Platform-specific tests
7if VGCONF_ARCHS_INCLUDE_X86
8SUBDIRS += x86
9endif
10if VGCONF_PLATFORMS_INCLUDE_X86_LINUX
11SUBDIRS += x86-linux
12endif
13if VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX
14SUBDIRS += amd64-linux
15endif
16if VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX
17SUBDIRS += ppc32-linux
18endif
vincec501e862010-01-06 15:15:28 +000019if VGCONF_PLATFORMS_INCLUDE_ARM_LINUX
20SUBDIRS += arm-linux
21endif
njndbebecc2009-07-14 01:39:54 +000022
vincec501e862010-01-06 15:15:28 +000023DIST_SUBDIRS = x86 x86-linux amd64-linux ppc32-linux arm-linux .
njndbebecc2009-07-14 01:39:54 +000024
njn9a62fb32009-08-11 01:03:55 +000025dist_noinst_SCRIPTS = \
26 filter_bb \
27 filter_stderr
28
njndbebecc2009-07-14 01:39:54 +000029EXTRA_DIST = \
30 logo.include logo.lzss_new
31
32check_PROGRAMS =
33
34AM_CFLAGS += $(AM_FLAG_M3264_PRI)
35AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
36