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