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