Home | History | Annotate | Download | only in tests
      1 
      2 include $(top_srcdir)/Makefile.tool-tests.am
      3 
      4 SUBDIRS = .
      5 
      6 # Platform-specific tests
      7 if VGCONF_ARCHS_INCLUDE_X86
      8 if !VGCONF_OS_IS_DARWIN
      9 SUBDIRS += x86
     10 endif
     11 endif
     12 if VGCONF_PLATFORMS_INCLUDE_X86_LINUX
     13 SUBDIRS += x86-linux
     14 endif
     15 if VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX
     16 SUBDIRS += amd64-linux
     17 endif
     18 if VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX
     19 SUBDIRS += ppc32-linux
     20 endif
     21 if VGCONF_PLATFORMS_INCLUDE_ARM_LINUX
     22 SUBDIRS += arm-linux
     23 endif
     24 
     25 DIST_SUBDIRS = x86 x86-linux amd64-linux ppc32-linux arm-linux .
     26 
     27 dist_noinst_SCRIPTS = \
     28 	filter_bb \
     29 	filter_stderr
     30 
     31 EXTRA_DIST = \
     32 	   logo.include logo.lzss_new
     33 	
     34 check_PROGRAMS = 
     35 	
     36 AM_CFLAGS   += $(AM_FLAG_M3264_PRI)
     37 AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
     38 
     39