]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/valgrind/src/valgrind-3.6.0-svn/exp-bbv/tests/Makefile.in
3d8fe46b659fc5ec4f8246902dc181b62ca6ea51
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / exp-bbv / tests / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # This file is used for tool tests, and also in perf/Makefile.am.
19
20 # This file should be included (directly or indirectly) by every
21 # Makefile.am that builds programs.  And also the top-level Makefile.am.
22
23 #----------------------------------------------------------------------------
24 # Global stuff
25 #----------------------------------------------------------------------------
26
27 VPATH = @srcdir@
28 pkgdatadir = $(datadir)/@PACKAGE@
29 pkgincludedir = $(includedir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkglibexecdir = $(libexecdir)/@PACKAGE@
32 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
33 install_sh_DATA = $(install_sh) -c -m 644
34 install_sh_PROGRAM = $(install_sh) -c
35 install_sh_SCRIPT = $(install_sh) -c
36 INSTALL_HEADER = $(INSTALL_DATA)
37 transform = $(program_transform_name)
38 NORMAL_INSTALL = :
39 PRE_INSTALL = :
40 POST_INSTALL = :
41 NORMAL_UNINSTALL = :
42 PRE_UNINSTALL = :
43 POST_UNINSTALL = :
44 build_triplet = @build@
45 host_triplet = @host@
46 DIST_COMMON = $(dist_noinst_SCRIPTS) $(srcdir)/Makefile.am \
47         $(srcdir)/Makefile.in $(top_srcdir)/Makefile.all.am \
48         $(top_srcdir)/Makefile.tool-tests.am
49
50 # Platform-specific tests
51 @VGCONF_ARCHS_INCLUDE_X86_TRUE@am__append_1 = x86
52 @VGCONF_PLATFORMS_INCLUDE_X86_LINUX_TRUE@am__append_2 = x86-linux
53 @VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX_TRUE@am__append_3 = amd64-linux
54 @VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX_TRUE@am__append_4 = ppc32-linux
55 @VGCONF_PLATFORMS_INCLUDE_ARM_LINUX_TRUE@am__append_5 = arm-linux
56 check_PROGRAMS =
57 subdir = exp-bbv/tests
58 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 am__aclocal_m4_deps = $(top_srcdir)/configure.in
60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61         $(ACLOCAL_M4)
62 mkinstalldirs = $(install_sh) -d
63 CONFIG_HEADER = $(top_builddir)/config.h
64 CONFIG_CLEAN_FILES =
65 CONFIG_CLEAN_VPATH_FILES =
66 SCRIPTS = $(dist_noinst_SCRIPTS)
67 SOURCES =
68 DIST_SOURCES =
69 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
70         html-recursive info-recursive install-data-recursive \
71         install-dvi-recursive install-exec-recursive \
72         install-html-recursive install-info-recursive \
73         install-pdf-recursive install-ps-recursive install-recursive \
74         installcheck-recursive installdirs-recursive pdf-recursive \
75         ps-recursive uninstall-recursive
76 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
77   distclean-recursive maintainer-clean-recursive
78 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
79         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
80         distdir
81 ETAGS = etags
82 CTAGS = ctags
83 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84 am__relativize = \
85   dir0=`pwd`; \
86   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
87   sed_rest='s,^[^/]*/*,,'; \
88   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
89   sed_butlast='s,/*[^/]*$$,,'; \
90   while test -n "$$dir1"; do \
91     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
92     if test "$$first" != "."; then \
93       if test "$$first" = ".."; then \
94         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
95         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
96       else \
97         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
98         if test "$$first2" = "$$first"; then \
99           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
100         else \
101           dir2="../$$dir2"; \
102         fi; \
103         dir0="$$dir0"/"$$first"; \
104       fi; \
105     fi; \
106     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
107   done; \
108   reldir="$$dir2"
109 ACLOCAL = @ACLOCAL@
110 AMTAR = @AMTAR@
111 AR = @AR@
112 AUTOCONF = @AUTOCONF@
113 AUTOHEADER = @AUTOHEADER@
114 AUTOMAKE = @AUTOMAKE@
115 AWK = @AWK@
116 BOOST_CFLAGS = @BOOST_CFLAGS@
117 BOOST_LIBS = @BOOST_LIBS@
118 CC = @CC@
119 CCAS = @CCAS@
120 CCASDEPMODE = @CCASDEPMODE@
121 CCASFLAGS = @CCASFLAGS@
122 CCDEPMODE = @CCDEPMODE@
123 CFLAGS = @CFLAGS@
124 CPP = @CPP@
125 CPPFLAGS = @CPPFLAGS@
126 CXX = @CXX@
127 CXXDEPMODE = @CXXDEPMODE@
128 CXXFLAGS = @CXXFLAGS@
129 CYGPATH_W = @CYGPATH_W@
130 DEFAULT_SUPP = @DEFAULT_SUPP@
131 DEFS = @DEFS@
132 DEPDIR = @DEPDIR@
133 DIFF = @DIFF@
134 ECHO_C = @ECHO_C@
135 ECHO_N = @ECHO_N@
136 ECHO_T = @ECHO_T@
137 EGREP = @EGREP@
138 EXEEXT = @EXEEXT@
139 FLAG_FNO_STACK_PROTECTOR = @FLAG_FNO_STACK_PROTECTOR@
140 FLAG_M32 = @FLAG_M32@
141 FLAG_M64 = @FLAG_M64@
142 FLAG_MAIX32 = @FLAG_MAIX32@
143 FLAG_MAIX64 = @FLAG_MAIX64@
144 FLAG_MMMX = @FLAG_MMMX@
145 FLAG_MSSE = @FLAG_MSSE@
146 FLAG_UNLIMITED_INLINE_UNIT_GROWTH = @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@
147 FLAG_W_EXTRA = @FLAG_W_EXTRA@
148 FLAG_W_NO_EMPTY_BODY = @FLAG_W_NO_EMPTY_BODY@
149 FLAG_W_NO_FORMAT_ZERO_LENGTH = @FLAG_W_NO_FORMAT_ZERO_LENGTH@
150 FLAG_W_NO_UNINITIALIZED = @FLAG_W_NO_UNINITIALIZED@
151 GDB = @GDB@
152 GENERATED_SUPP = @GENERATED_SUPP@
153 GLIBC_VERSION = @GLIBC_VERSION@
154 GREP = @GREP@
155 INSTALL = @INSTALL@
156 INSTALL_DATA = @INSTALL_DATA@
157 INSTALL_PROGRAM = @INSTALL_PROGRAM@
158 INSTALL_SCRIPT = @INSTALL_SCRIPT@
159 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
160 LDFLAGS = @LDFLAGS@
161 LIBOBJS = @LIBOBJS@
162 LIBS = @LIBS@
163 LN_S = @LN_S@
164 LTLIBOBJS = @LTLIBOBJS@
165 MAINT = @MAINT@
166 MAKEINFO = @MAKEINFO@
167 MKDIR_P = @MKDIR_P@
168 MPI_CC = @MPI_CC@
169 OBJEXT = @OBJEXT@
170 PACKAGE = @PACKAGE@
171 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172 PACKAGE_NAME = @PACKAGE_NAME@
173 PACKAGE_STRING = @PACKAGE_STRING@
174 PACKAGE_TARNAME = @PACKAGE_TARNAME@
175 PACKAGE_URL = @PACKAGE_URL@
176 PACKAGE_VERSION = @PACKAGE_VERSION@
177 PATH_SEPARATOR = @PATH_SEPARATOR@
178 PERL = @PERL@
179 PKG_CONFIG = @PKG_CONFIG@
180 PREFERRED_STACK_BOUNDARY = @PREFERRED_STACK_BOUNDARY@
181 QTCORE_CFLAGS = @QTCORE_CFLAGS@
182 QTCORE_LIBS = @QTCORE_LIBS@
183 RANLIB = @RANLIB@
184 SET_MAKE = @SET_MAKE@
185 SHELL = @SHELL@
186 STRIP = @STRIP@
187 VALT_LOAD_ADDRESS = @VALT_LOAD_ADDRESS@
188 VERSION = @VERSION@
189 VGCONF_ARCH_PRI = @VGCONF_ARCH_PRI@
190 VGCONF_ARCH_SEC = @VGCONF_ARCH_SEC@
191 VGCONF_OS = @VGCONF_OS@
192 VGCONF_PLATFORM_PRI_CAPS = @VGCONF_PLATFORM_PRI_CAPS@
193 VGCONF_PLATFORM_SEC_CAPS = @VGCONF_PLATFORM_SEC_CAPS@
194 abs_builddir = @abs_builddir@
195 abs_srcdir = @abs_srcdir@
196 abs_top_builddir = @abs_top_builddir@
197 abs_top_srcdir = @abs_top_srcdir@
198 ac_ct_CC = @ac_ct_CC@
199 ac_ct_CXX = @ac_ct_CXX@
200 am__include = @am__include@
201 am__leading_dot = @am__leading_dot@
202 am__quote = @am__quote@
203 am__tar = @am__tar@
204 am__untar = @am__untar@
205 bindir = @bindir@
206 build = @build@
207 build_alias = @build_alias@
208 build_cpu = @build_cpu@
209 build_os = @build_os@
210 build_vendor = @build_vendor@
211 builddir = @builddir@
212 datadir = @datadir@
213 datarootdir = @datarootdir@
214 docdir = @docdir@
215 dvidir = @dvidir@
216 exec_prefix = @exec_prefix@
217 host = @host@
218 host_alias = @host_alias@
219 host_cpu = @host_cpu@
220 host_os = @host_os@
221 host_vendor = @host_vendor@
222 htmldir = @htmldir@
223 includedir = @includedir@
224 infodir = @infodir@
225 install_sh = @install_sh@
226 libdir = @libdir@
227 libexecdir = @libexecdir@
228 localedir = @localedir@
229 localstatedir = @localstatedir@
230 mandir = @mandir@
231 mkdir_p = @mkdir_p@
232 oldincludedir = @oldincludedir@
233 pdfdir = @pdfdir@
234 prefix = @prefix@
235 program_transform_name = @program_transform_name@
236 psdir = @psdir@
237 sbindir = @sbindir@
238 sharedstatedir = @sharedstatedir@
239 srcdir = @srcdir@
240 sysconfdir = @sysconfdir@
241 target_alias = @target_alias@
242 top_build_prefix = @top_build_prefix@
243 top_builddir = @top_builddir@
244 top_srcdir = @top_srcdir@
245 inplacedir = $(top_builddir)/.in_place
246
247 #----------------------------------------------------------------------------
248 # Flags
249 #----------------------------------------------------------------------------
250
251 # Baseline flags for all compilations.  Aim here is to maximise
252 # performance and get whatever useful warnings we can out of gcc.
253 AM_CFLAGS_BASE = \
254         -O2 -g \
255         -Wall \
256         -Wmissing-prototypes \
257         -Wshadow \
258         -Wpointer-arith \
259         -Wstrict-prototypes \
260         -Wmissing-declarations \
261         @FLAG_W_NO_FORMAT_ZERO_LENGTH@ \
262         -fno-strict-aliasing
263
264 @VGCONF_OS_IS_DARWIN_FALSE@AM_CFLAGS_PIC = -fpic -O -g -fno-omit-frame-pointer -fno-strict-aliasing
265
266 # These flags are used for building the preload shared objects.
267 # The aim is to give reasonable performance but also to have good
268 # stack traces, since users often see stack traces extending 
269 # into (and through) the preloads.
270 @VGCONF_OS_IS_DARWIN_TRUE@AM_CFLAGS_PIC = -dynamic -O -g -fno-omit-frame-pointer -fno-strict-aliasing -mno-dynamic-no-pic
271 @VGCONF_OS_IS_L4RE_FALSE@AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@ = \
272 @VGCONF_OS_IS_L4RE_FALSE@       -I$(top_srcdir) \
273 @VGCONF_OS_IS_L4RE_FALSE@       -I$(top_srcdir)/include \
274 @VGCONF_OS_IS_L4RE_FALSE@       -I$(top_srcdir)/VEX/pub \
275 @VGCONF_OS_IS_L4RE_FALSE@       -I$(top_builddir)/VEX/pub \
276 @VGCONF_OS_IS_L4RE_FALSE@       -DVGA_@VGCONF_ARCH_PRI@=1 \
277 @VGCONF_OS_IS_L4RE_FALSE@       -DVGO_@VGCONF_OS@=1 \
278 @VGCONF_OS_IS_L4RE_FALSE@       -DVGP_@VGCONF_ARCH_PRI@_@VGCONF_OS@=1
279
280
281 # Flags for specific targets.
282 #
283 # Nb: the AM_CPPFLAGS_* values are suitable for building tools and auxprogs.
284 # For building the core, coregrind/Makefile.am files add some extra things.
285 #
286 # Also: in newer versions of automake (1.10 onwards?) asm files ending with
287 # '.S' are considered "pre-processed" (as opposed to those ending in '.s')
288 # and so the CPPFLAGS are passed to the assembler.  But this is not true for
289 # older automakes (e.g. 1.8.5, 1.9.6), sigh.  So we include
290 # AM_CPPFLAGS_<PLATFORM> in each AM_CCASFLAGS_<PLATFORM> variable.  This
291 # means some of the flags are duplicated on systems with newer versions of
292 # automake, but this does not really matter and seems hard to avoid.
293 @VGCONF_OS_IS_L4RE_TRUE@AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@ = $(L4_CPPFLAGS)\
294 @VGCONF_OS_IS_L4RE_TRUE@        -I$(top_srcdir) \
295 @VGCONF_OS_IS_L4RE_TRUE@        -I$(top_srcdir)/include \
296 @VGCONF_OS_IS_L4RE_TRUE@        -I$(top_srcdir)/VEX/pub \
297 @VGCONF_OS_IS_L4RE_TRUE@        -I$(top_builddir)/VEX/pub \
298 @VGCONF_OS_IS_L4RE_TRUE@        -DVGA_@VGCONF_ARCH_PRI@=1 \
299 @VGCONF_OS_IS_L4RE_TRUE@        -DVGO_@VGCONF_OS@=1 \
300 @VGCONF_OS_IS_L4RE_TRUE@        -DVGP_@VGCONF_ARCH_PRI@_@VGCONF_OS@=1
301
302 @VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_CPPFLAGS_@VGCONF_PLATFORM_SEC_CAPS@ = \
303 @VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir) \
304 @VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir)/include \
305 @VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_srcdir)/VEX/pub \
306 @VGCONF_HAVE_PLATFORM_SEC_TRUE@ -I$(top_builddir)/VEX/pub \
307 @VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGA_@VGCONF_ARCH_SEC@=1 \
308 @VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGO_@VGCONF_OS@=1 \
309 @VGCONF_HAVE_PLATFORM_SEC_TRUE@ -DVGP_@VGCONF_ARCH_SEC@_@VGCONF_OS@=1
310
311 AM_FLAG_M3264_X86_LINUX = @FLAG_M32@
312 AM_CFLAGS_X86_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \
313                                 $(AM_CFLAGS_BASE)
314
315 AM_CCASFLAGS_X86_LINUX = $(AM_CPPFLAGS_X86_LINUX) @FLAG_M32@ -g
316 AM_FLAG_M3264_AMD64_LINUX = @FLAG_M64@
317 AM_CFLAGS_AMD64_LINUX = @FLAG_M64@ -fomit-frame-pointer \
318                                 @PREFERRED_STACK_BOUNDARY@ $(AM_CFLAGS_BASE)
319
320 AM_CCASFLAGS_AMD64_LINUX = $(AM_CPPFLAGS_AMD64_LINUX) @FLAG_M64@ -g
321 AM_FLAG_M3264_PPC32_LINUX = @FLAG_M32@
322 AM_CFLAGS_PPC32_LINUX = @FLAG_M32@ $(AM_CFLAGS_BASE)
323 AM_CCASFLAGS_PPC32_LINUX = $(AM_CPPFLAGS_PPC32_LINUX) @FLAG_M32@ -g
324 AM_FLAG_M3264_PPC64_LINUX = @FLAG_M64@
325 AM_CFLAGS_PPC64_LINUX = @FLAG_M64@ $(AM_CFLAGS_BASE)
326 AM_CCASFLAGS_PPC64_LINUX = $(AM_CPPFLAGS_PPC64_LINUX) @FLAG_M64@ -g
327 AM_FLAG_M3264_ARM_LINUX = @FLAG_M32@
328 AM_CFLAGS_ARM_LINUX = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \
329                                 $(AM_CFLAGS_BASE)
330
331 AM_CCASFLAGS_ARM_LINUX = $(AM_CPPFLAGS_ARM_LINUX) @FLAG_M32@ -g
332 AM_FLAG_M3264_PPC32_AIX5 = @FLAG_MAIX32@
333 AM_CFLAGS_PPC32_AIX5 = @FLAG_MAIX32@ -mcpu=powerpc $(AM_CFLAGS_BASE)
334 AM_CCASFLAGS_PPC32_AIX5 = $(AM_CPPFLAGS_PPC32_AIX5) \
335                             @FLAG_MAIX32@ -mcpu=powerpc -g
336
337 AM_FLAG_M3264_PPC64_AIX5 = @FLAG_MAIX64@
338 AM_CFLAGS_PPC64_AIX5 = @FLAG_MAIX64@ -mcpu=powerpc64 $(AM_CFLAGS_BASE)
339 AM_CCASFLAGS_PPC64_AIX5 = $(AM_CPPFLAGS_PPC64_AIX5) \
340                             @FLAG_MAIX64@ -mcpu=powerpc64 -g
341
342 AM_FLAG_M3264_X86_DARWIN = -arch i386
343 AM_CFLAGS_X86_DARWIN = $(WERROR) -arch i386 $(AM_CFLAGS_BASE) \
344                             -mmacosx-version-min=10.5 -fno-stack-protector \
345                             -mdynamic-no-pic
346
347 AM_CCASFLAGS_X86_DARWIN = $(AM_CPPFLAGS_X86_DARWIN) -arch i386 -g
348 AM_FLAG_M3264_AMD64_DARWIN = -arch x86_64
349 AM_CFLAGS_AMD64_DARWIN = $(WERROR) -arch x86_64 $(AM_CFLAGS_BASE) \
350                             -mmacosx-version-min=10.5 -fno-stack-protector
351
352 AM_CCASFLAGS_AMD64_DARWIN = $(AM_CPPFLAGS_AMD64_DARWIN) -arch x86_64 -g
353 AM_FLAG_M3264_X86_L4RE = @FLAG_M32@
354 AM_CFLAGS_X86_L4RE = @FLAG_M32@ @PREFERRED_STACK_BOUNDARY@ \
355                                                  $(L4_CFLAGS) $(AM_CFLAGS_BASE)
356
357 AM_CCASFLAGS_X86_L4RE = $(L4_CPPFLAGS) @FLAG_M32@ -g
358 AM_CXXFLAGS_X86_L4RE = $(L4_CXXFLAGS) @FLAG_M32@
359 #AM_CPPFLAGS_X86_L4RE   = $(L4_CPPFLAGS) $(AM_CPPFLAGS_X86_L4RE)
360
361 # Flags for the primary target.  These must be used to build the
362 # regtests and performance tests.  In fact, these must be used to
363 # build anything which is built only once on a dual-arch build.
364 #
365 AM_FLAG_M3264_PRI = $(AM_FLAG_M3264_@VGCONF_PLATFORM_PRI_CAPS@)
366 AM_CPPFLAGS_PRI = $(AM_CPPFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
367 AM_CFLAGS_PRI = $(AM_CFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
368 AM_CCASFLAGS_PRI = $(AM_CCASFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
369 AM_CXXFLAGS_PRI = $(AM_CXXFLAGS_@VGCONF_PLATFORM_PRI_CAPS@)
370 @VGCONF_HAVE_PLATFORM_SEC_FALSE@AM_FLAG_M3264_SEC = 
371 @VGCONF_HAVE_PLATFORM_SEC_TRUE@AM_FLAG_M3264_SEC = $(AM_FLAG_M3264_@VGCONF_PLATFORM_SEC_CAPS@)
372
373 # Baseline link flags for making vgpreload shared objects.
374 #
375 PRELOAD_LDFLAGS_COMMON_LINUX = -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst
376 PRELOAD_LDFLAGS_COMMON_AIX5 = -nodefaultlibs -shared -Wl,-G -Wl,-bnogc
377 PRELOAD_LDFLAGS_COMMON_DARWIN = -dynamic -dynamiclib -all_load
378 PRELOAD_LDFLAGS_COMMON_L4RE = -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst
379 PRELOAD_LDFLAGS_X86_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
380 PRELOAD_LDFLAGS_AMD64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
381 PRELOAD_LDFLAGS_PPC32_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
382 PRELOAD_LDFLAGS_PPC64_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M64@
383 PRELOAD_LDFLAGS_ARM_LINUX = $(PRELOAD_LDFLAGS_COMMON_LINUX) @FLAG_M32@
384 PRELOAD_LDFLAGS_PPC32_AIX5 = $(PRELOAD_LDFLAGS_COMMON_AIX5)  @FLAG_MAIX32@
385 PRELOAD_LDFLAGS_PPC64_AIX5 = $(PRELOAD_LDFLAGS_COMMON_AIX5)  @FLAG_MAIX64@
386 PRELOAD_LDFLAGS_X86_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch i386
387 PRELOAD_LDFLAGS_AMD64_DARWIN = $(PRELOAD_LDFLAGS_COMMON_DARWIN) -arch x86_64
388 PRELOAD_LDFLAGS_X86_L4RE = $(PRELOAD_LDFLAGS_COMMON_L4RE) @FLAG_M32@
389 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include \
390                 -I$(top_srcdir)/coregrind -I$(top_builddir)/include \
391                 -I$(top_srcdir)/VEX/pub \
392                 -DVGA_$(VGCONF_ARCH_PRI)=1 \
393                 -DVGO_$(VGCONF_OS)=1 \
394                 -DVGP_$(VGCONF_ARCH_PRI)_$(VGCONF_OS)=1
395
396 # Nb: Tools need to augment these flags with an arch-selection option, such
397 # as $(AM_FLAG_M3264_PRI).
398 AM_CFLAGS = -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI)
399 AM_CXXFLAGS = -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI)
400 # Include AM_CPPFLAGS in AM_CCASFLAGS to allow for older versions of
401 # automake;  see comments in Makefile.all.am for more detail.
402 AM_CCASFLAGS = $(AM_CPPFLAGS)
403 @VGCONF_OS_IS_DARWIN_TRUE@noinst_DSYMS = $(check_PROGRAMS)
404 SUBDIRS = . $(am__append_1) $(am__append_2) $(am__append_3) \
405         $(am__append_4) $(am__append_5)
406 DIST_SUBDIRS = x86 x86-linux amd64-linux ppc32-linux arm-linux .
407 dist_noinst_SCRIPTS = \
408         filter_bb \
409         filter_stderr
410
411 EXTRA_DIST = \
412            logo.include logo.lzss_new
413
414 all: all-recursive
415
416 .SUFFIXES:
417 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.tool-tests.am $(top_srcdir)/Makefile.all.am $(am__configure_deps)
418         @for dep in $?; do \
419           case '$(am__configure_deps)' in \
420             *$$dep*) \
421               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
422                 && { if test -f $@; then exit 0; else break; fi; }; \
423               exit 1;; \
424           esac; \
425         done; \
426         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign exp-bbv/tests/Makefile'; \
427         $(am__cd) $(top_srcdir) && \
428           $(AUTOMAKE) --foreign exp-bbv/tests/Makefile
429 .PRECIOUS: Makefile
430 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
431         @case '$?' in \
432           *config.status*) \
433             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
434           *) \
435             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
436             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
437         esac;
438
439 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
440         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
441
442 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
443         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
444 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
445         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
446 $(am__aclocal_m4_deps):
447
448 clean-checkPROGRAMS:
449         -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
450
451 # This directory's subdirectories are mostly independent; you can cd
452 # into them and run `make' without going through this Makefile.
453 # To change the values of `make' variables: instead of editing Makefiles,
454 # (1) if the variable is set in `config.status', edit `config.status'
455 #     (which will cause the Makefiles to be regenerated when you run `make');
456 # (2) otherwise, pass the desired values on the `make' command line.
457 $(RECURSIVE_TARGETS):
458         @fail= failcom='exit 1'; \
459         for f in x $$MAKEFLAGS; do \
460           case $$f in \
461             *=* | --[!k]*);; \
462             *k*) failcom='fail=yes';; \
463           esac; \
464         done; \
465         dot_seen=no; \
466         target=`echo $@ | sed s/-recursive//`; \
467         list='$(SUBDIRS)'; for subdir in $$list; do \
468           echo "Making $$target in $$subdir"; \
469           if test "$$subdir" = "."; then \
470             dot_seen=yes; \
471             local_target="$$target-am"; \
472           else \
473             local_target="$$target"; \
474           fi; \
475           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
476           || eval $$failcom; \
477         done; \
478         if test "$$dot_seen" = "no"; then \
479           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
480         fi; test -z "$$fail"
481
482 $(RECURSIVE_CLEAN_TARGETS):
483         @fail= failcom='exit 1'; \
484         for f in x $$MAKEFLAGS; do \
485           case $$f in \
486             *=* | --[!k]*);; \
487             *k*) failcom='fail=yes';; \
488           esac; \
489         done; \
490         dot_seen=no; \
491         case "$@" in \
492           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
493           *) list='$(SUBDIRS)' ;; \
494         esac; \
495         rev=''; for subdir in $$list; do \
496           if test "$$subdir" = "."; then :; else \
497             rev="$$subdir $$rev"; \
498           fi; \
499         done; \
500         rev="$$rev ."; \
501         target=`echo $@ | sed s/-recursive//`; \
502         for subdir in $$rev; do \
503           echo "Making $$target in $$subdir"; \
504           if test "$$subdir" = "."; then \
505             local_target="$$target-am"; \
506           else \
507             local_target="$$target"; \
508           fi; \
509           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
510           || eval $$failcom; \
511         done && test -z "$$fail"
512 tags-recursive:
513         list='$(SUBDIRS)'; for subdir in $$list; do \
514           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
515         done
516 ctags-recursive:
517         list='$(SUBDIRS)'; for subdir in $$list; do \
518           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
519         done
520
521 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
522         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
523         unique=`for i in $$list; do \
524             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
525           done | \
526           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
527               END { if (nonempty) { for (i in files) print i; }; }'`; \
528         mkid -fID $$unique
529 tags: TAGS
530
531 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
532                 $(TAGS_FILES) $(LISP)
533         set x; \
534         here=`pwd`; \
535         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
536           include_option=--etags-include; \
537           empty_fix=.; \
538         else \
539           include_option=--include; \
540           empty_fix=; \
541         fi; \
542         list='$(SUBDIRS)'; for subdir in $$list; do \
543           if test "$$subdir" = .; then :; else \
544             test ! -f $$subdir/TAGS || \
545               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
546           fi; \
547         done; \
548         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
549         unique=`for i in $$list; do \
550             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
551           done | \
552           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
553               END { if (nonempty) { for (i in files) print i; }; }'`; \
554         shift; \
555         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
556           test -n "$$unique" || unique=$$empty_fix; \
557           if test $$# -gt 0; then \
558             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
559               "$$@" $$unique; \
560           else \
561             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
562               $$unique; \
563           fi; \
564         fi
565 ctags: CTAGS
566 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
567                 $(TAGS_FILES) $(LISP)
568         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
569         unique=`for i in $$list; do \
570             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
571           done | \
572           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
573               END { if (nonempty) { for (i in files) print i; }; }'`; \
574         test -z "$(CTAGS_ARGS)$$unique" \
575           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
576              $$unique
577
578 GTAGS:
579         here=`$(am__cd) $(top_builddir) && pwd` \
580           && $(am__cd) $(top_srcdir) \
581           && gtags -i $(GTAGS_ARGS) "$$here"
582
583 distclean-tags:
584         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
585
586 distdir: $(DISTFILES)
587         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
588         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
589         list='$(DISTFILES)'; \
590           dist_files=`for file in $$list; do echo $$file; done | \
591           sed -e "s|^$$srcdirstrip/||;t" \
592               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
593         case $$dist_files in \
594           */*) $(MKDIR_P) `echo "$$dist_files" | \
595                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
596                            sort -u` ;; \
597         esac; \
598         for file in $$dist_files; do \
599           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
600           if test -d $$d/$$file; then \
601             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
602             if test -d "$(distdir)/$$file"; then \
603               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
604             fi; \
605             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
606               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
607               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
608             fi; \
609             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
610           else \
611             test -f "$(distdir)/$$file" \
612             || cp -p $$d/$$file "$(distdir)/$$file" \
613             || exit 1; \
614           fi; \
615         done
616         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
617           if test "$$subdir" = .; then :; else \
618             test -d "$(distdir)/$$subdir" \
619             || $(MKDIR_P) "$(distdir)/$$subdir" \
620             || exit 1; \
621           fi; \
622         done
623         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
624           if test "$$subdir" = .; then :; else \
625             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
626             $(am__relativize); \
627             new_distdir=$$reldir; \
628             dir1=$$subdir; dir2="$(top_distdir)"; \
629             $(am__relativize); \
630             new_top_distdir=$$reldir; \
631             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
632             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
633             ($(am__cd) $$subdir && \
634               $(MAKE) $(AM_MAKEFLAGS) \
635                 top_distdir="$$new_top_distdir" \
636                 distdir="$$new_distdir" \
637                 am__remove_distdir=: \
638                 am__skip_length_check=: \
639                 am__skip_mode_fix=: \
640                 distdir) \
641               || exit 1; \
642           fi; \
643         done
644 check-am: all-am
645         $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
646         $(MAKE) $(AM_MAKEFLAGS) check-local
647 check: check-recursive
648 all-am: Makefile $(SCRIPTS)
649 installdirs: installdirs-recursive
650 installdirs-am:
651 install: install-recursive
652 install-exec: install-exec-recursive
653 install-data: install-data-recursive
654 uninstall: uninstall-recursive
655
656 install-am: all-am
657         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
658
659 installcheck: installcheck-recursive
660 install-strip:
661         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
662           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
663           `test -z '$(STRIP)' || \
664             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
665 mostlyclean-generic:
666
667 clean-generic:
668
669 distclean-generic:
670         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
671         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
672
673 maintainer-clean-generic:
674         @echo "This command is intended for maintainers to use"
675         @echo "it deletes files that may require special tools to rebuild."
676 clean: clean-recursive
677
678 clean-am: clean-checkPROGRAMS clean-generic clean-local mostlyclean-am
679
680 distclean: distclean-recursive
681         -rm -f Makefile
682 distclean-am: clean-am distclean-generic distclean-tags
683
684 dvi: dvi-recursive
685
686 dvi-am:
687
688 html: html-recursive
689
690 html-am:
691
692 info: info-recursive
693
694 info-am:
695
696 install-data-am:
697
698 install-dvi: install-dvi-recursive
699
700 install-dvi-am:
701
702 install-exec-am:
703
704 install-html: install-html-recursive
705
706 install-html-am:
707
708 install-info: install-info-recursive
709
710 install-info-am:
711
712 install-man:
713
714 install-pdf: install-pdf-recursive
715
716 install-pdf-am:
717
718 install-ps: install-ps-recursive
719
720 install-ps-am:
721
722 installcheck-am:
723
724 maintainer-clean: maintainer-clean-recursive
725         -rm -f Makefile
726 maintainer-clean-am: distclean-am maintainer-clean-generic
727
728 mostlyclean: mostlyclean-recursive
729
730 mostlyclean-am: mostlyclean-generic
731
732 pdf: pdf-recursive
733
734 pdf-am:
735
736 ps: ps-recursive
737
738 ps-am:
739
740 uninstall-am:
741
742 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) check-am \
743         ctags-recursive install-am install-strip tags-recursive
744
745 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
746         all all-am check check-am check-local clean \
747         clean-checkPROGRAMS clean-generic clean-local ctags \
748         ctags-recursive distclean distclean-generic distclean-tags \
749         distdir dvi dvi-am html html-am info info-am install \
750         install-am install-data install-data-am install-dvi \
751         install-dvi-am install-exec install-exec-am install-html \
752         install-html-am install-info install-info-am install-man \
753         install-pdf install-pdf-am install-ps install-ps-am \
754         install-strip installcheck installcheck-am installdirs \
755         installdirs-am maintainer-clean maintainer-clean-generic \
756         mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
757         tags-recursive uninstall uninstall-am
758
759
760 # This used to be required when Vex had a handwritten Makefile.  It
761 # shouldn't be needed any more, though.
762
763 #----------------------------------------------------------------------------
764 # noinst_PROGRAMS and noinst_DSYMS targets
765 #----------------------------------------------------------------------------
766
767 # On Darwin, for a program 'p', the DWARF debug info is stored in the
768 # directory 'p.dSYM'.  This must be generated after the executable is
769 # created, with 'dsymutil p'.  We could redefine LINK with a script that
770 # executes 'dsymutil' after linking, but that's a pain.  Instead we use this
771 # hook so that every time "make check" is run, we subsequently invoke
772 # 'dsymutil' on all the executables that lack a .dSYM directory, or that are
773 # newer than their corresponding .dSYM directory.
774 build-noinst_DSYMS: $(noinst_DSYMS)
775         for f in $(noinst_DSYMS); do \
776           if [ ! -e $$f.dSYM  -o  $$f -nt $$f.dSYM ] ; then \
777               echo "dsymutil $$f"; \
778               dsymutil $$f; \
779           fi; \
780         done
781
782 # This is used by coregrind/Makefile.am and Makefile.tool.am for doing
783 # "in-place" installs.  It copies $(noinst_PROGRAMS) into $inplacedir.
784 # It needs to be depended on by an 'all-local' rule.
785 inplace-noinst_PROGRAMS: $(noinst_PROGRAMS)
786         mkdir -p $(inplacedir); \
787         for f in $(noinst_PROGRAMS) ; do \
788           rm -f $(inplacedir)/$$f; \
789           ln -f -s ../$(subdir)/$$f $(inplacedir); \
790         done
791
792 # Similar to inplace-noinst_PROGRAMS
793 inplace-noinst_DSYMS: build-noinst_DSYMS
794         mkdir -p $(inplacedir); \
795         for f in $(noinst_DSYMS); do \
796           rm -f $(inplacedir)/$$f.dSYM; \
797           ln -f -s ../$(subdir)/$$f.dSYM $(inplacedir); \
798         done
799
800 # This is used by coregrind/Makefile.am and by <tool>/Makefile.am for doing
801 # "make install".  It copies $(noinst_PROGRAMS) into $prefix/lib/valgrind/.
802 # It needs to be depended on by an 'install-exec-local' rule.
803 install-noinst_PROGRAMS: $(noinst_PROGRAMS)
804         $(mkinstalldirs) $(DESTDIR)$(pkglibdir); \
805         for f in $(noinst_PROGRAMS); do \
806           $(INSTALL_PROGRAM) $$f $(DESTDIR)$(pkglibdir); \
807         done
808
809 # Similar to install-noinst_PROGRAMS.
810 # Nb: we don't use $(INSTALL_PROGRAM) here because it doesn't work with
811 # directories.  XXX: not sure whether the resulting permissions will be
812 # correct when using 'cp -R'...
813 install-noinst_DSYMS: build-noinst_DSYMS
814         $(mkinstalldirs) $(DESTDIR)$(pkglibdir); \
815         for f in $(noinst_DSYMS); do \
816           cp -R $$f.dSYM $(DESTDIR)$(pkglibdir); \
817         done
818
819 # This needs to be depended on by a 'clean-local' rule.
820 clean-noinst_DSYMS:
821         for f in $(noinst_DSYMS); do \
822           rm -rf $$f.dSYM; \
823         done
824
825 check-local: build-noinst_DSYMS
826
827 clean-local: clean-noinst_DSYMS
828
829 # Tell versions [3.59,3.63) of GNU make to not export all variables.
830 # Otherwise a system limit (for SysV at least) may be exceeded.
831 .NOEXPORT: