2013-05-30 Ed Smith-Rowland <3dw4rd@verizon.net>
[official-gcc.git] / libsanitizer / Makefile.in
blob125692eb332c0eb46099625ac9129bd6464bf512
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
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.
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.
16 @SET_MAKE@
17 VPATH = @srcdir@
18 pkgdatadir = $(datadir)/@PACKAGE@
19 pkgincludedir = $(includedir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkglibexecdir = $(libexecdir)/@PACKAGE@
22 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
23 install_sh_DATA = $(install_sh) -c -m 644
24 install_sh_PROGRAM = $(install_sh) -c
25 install_sh_SCRIPT = $(install_sh) -c
26 INSTALL_HEADER = $(INSTALL_DATA)
27 transform = $(program_transform_name)
28 NORMAL_INSTALL = :
29 PRE_INSTALL = :
30 POST_INSTALL = :
31 NORMAL_UNINSTALL = :
32 PRE_UNINSTALL = :
33 POST_UNINSTALL = :
34 build_triplet = @build@
35 host_triplet = @host@
36 target_triplet = @target@
37 subdir = .
38 DIST_COMMON = ChangeLog $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
39 $(top_srcdir)/configure $(am__configure_deps) \
40 $(srcdir)/../mkinstalldirs
41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
43 $(top_srcdir)/../config/depstand.m4 \
44 $(top_srcdir)/../config/lead-dot.m4 \
45 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
46 $(top_srcdir)/../config/multi.m4 \
47 $(top_srcdir)/../config/override.m4 \
48 $(top_srcdir)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
49 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
50 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
51 $(top_srcdir)/configure.ac
52 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
53 $(ACLOCAL_M4)
54 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
55 configure.lineno config.status.lineno
56 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
57 CONFIG_CLEAN_FILES =
58 CONFIG_CLEAN_VPATH_FILES =
59 SOURCES =
60 MULTISRCTOP =
61 MULTIBUILDTOP =
62 MULTIDIRS =
63 MULTISUBDIR =
64 MULTIDO = true
65 MULTICLEAN = true
66 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
67 html-recursive info-recursive install-data-recursive \
68 install-dvi-recursive install-exec-recursive \
69 install-html-recursive install-info-recursive \
70 install-pdf-recursive install-ps-recursive install-recursive \
71 installcheck-recursive installdirs-recursive pdf-recursive \
72 ps-recursive uninstall-recursive
73 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
74 distclean-recursive maintainer-clean-recursive
75 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
76 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
77 ETAGS = etags
78 CTAGS = ctags
79 DIST_SUBDIRS = interception sanitizer_common asan tsan
80 ACLOCAL = @ACLOCAL@
81 AMTAR = @AMTAR@
82 AR = @AR@
83 AUTOCONF = @AUTOCONF@
84 AUTOHEADER = @AUTOHEADER@
85 AUTOMAKE = @AUTOMAKE@
86 AWK = @AWK@
87 CC = @CC@
88 CCAS = @CCAS@
89 CCASDEPMODE = @CCASDEPMODE@
90 CCASFLAGS = @CCASFLAGS@
91 CCDEPMODE = @CCDEPMODE@
92 CFLAGS = @CFLAGS@
93 CPP = @CPP@
94 CPPFLAGS = @CPPFLAGS@
95 CXX = @CXX@
96 CXXCPP = @CXXCPP@
97 CXXDEPMODE = @CXXDEPMODE@
98 CXXFLAGS = @CXXFLAGS@
99 CYGPATH_W = @CYGPATH_W@
100 DEFS = @DEFS@
101 DEPDIR = @DEPDIR@
102 DSYMUTIL = @DSYMUTIL@
103 DUMPBIN = @DUMPBIN@
104 ECHO_C = @ECHO_C@
105 ECHO_N = @ECHO_N@
106 ECHO_T = @ECHO_T@
107 EGREP = @EGREP@
108 EXEEXT = @EXEEXT@
109 FGREP = @FGREP@
110 GREP = @GREP@
111 INSTALL = @INSTALL@
112 INSTALL_DATA = @INSTALL_DATA@
113 INSTALL_PROGRAM = @INSTALL_PROGRAM@
114 INSTALL_SCRIPT = @INSTALL_SCRIPT@
115 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
116 LD = @LD@
117 LDFLAGS = @LDFLAGS@
118 LIBOBJS = @LIBOBJS@
119 LIBS = @LIBS@
120 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
121 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
122 LIBTOOL = @LIBTOOL@
123 LIPO = @LIPO@
124 LN_S = @LN_S@
125 LTLIBOBJS = @LTLIBOBJS@
126 MAINT = @MAINT@
127 MAKEINFO = @MAKEINFO@
128 MKDIR_P = @MKDIR_P@
129 NM = @NM@
130 NMEDIT = @NMEDIT@
131 OBJDUMP = @OBJDUMP@
132 OBJEXT = @OBJEXT@
133 OTOOL = @OTOOL@
134 OTOOL64 = @OTOOL64@
135 PACKAGE = @PACKAGE@
136 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
137 PACKAGE_NAME = @PACKAGE_NAME@
138 PACKAGE_STRING = @PACKAGE_STRING@
139 PACKAGE_TARNAME = @PACKAGE_TARNAME@
140 PACKAGE_URL = @PACKAGE_URL@
141 PACKAGE_VERSION = @PACKAGE_VERSION@
142 PATH_SEPARATOR = @PATH_SEPARATOR@
143 RANLIB = @RANLIB@
144 SED = @SED@
145 SET_MAKE = @SET_MAKE@
146 SHELL = @SHELL@
147 STRIP = @STRIP@
148 VERSION = @VERSION@
149 abs_builddir = @abs_builddir@
150 abs_srcdir = @abs_srcdir@
151 abs_top_builddir = @abs_top_builddir@
152 abs_top_srcdir = @abs_top_srcdir@
153 ac_ct_CC = @ac_ct_CC@
154 ac_ct_CXX = @ac_ct_CXX@
155 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
156 am__include = @am__include@
157 am__leading_dot = @am__leading_dot@
158 am__quote = @am__quote@
159 am__tar = @am__tar@
160 am__untar = @am__untar@
161 bindir = @bindir@
162 build = @build@
163 build_alias = @build_alias@
164 build_cpu = @build_cpu@
165 build_os = @build_os@
166 build_vendor = @build_vendor@
167 builddir = @builddir@
168 datadir = @datadir@
169 datarootdir = @datarootdir@
170 docdir = @docdir@
171 dvidir = @dvidir@
172 enable_shared = @enable_shared@
173 enable_static = @enable_static@
174 exec_prefix = @exec_prefix@
175 host = @host@
176 host_alias = @host_alias@
177 host_cpu = @host_cpu@
178 host_os = @host_os@
179 host_vendor = @host_vendor@
180 htmldir = @htmldir@
181 includedir = @includedir@
182 infodir = @infodir@
183 install_sh = @install_sh@
184 libdir = @libdir@
185 libexecdir = @libexecdir@
186 localedir = @localedir@
187 localstatedir = @localstatedir@
188 mandir = @mandir@
189 mkdir_p = @mkdir_p@
190 multi_basedir = @multi_basedir@
191 oldincludedir = @oldincludedir@
192 pdfdir = @pdfdir@
193 prefix = @prefix@
194 program_transform_name = @program_transform_name@
195 psdir = @psdir@
196 sbindir = @sbindir@
197 sharedstatedir = @sharedstatedir@
198 srcdir = @srcdir@
199 sysconfdir = @sysconfdir@
200 target = @target@
201 target_alias = @target_alias@
202 target_cpu = @target_cpu@
203 target_noncanonical = @target_noncanonical@
204 target_os = @target_os@
205 target_vendor = @target_vendor@
206 toolexecdir = @toolexecdir@
207 toolexeclibdir = @toolexeclibdir@
208 top_build_prefix = @top_build_prefix@
209 top_builddir = @top_builddir@
210 top_srcdir = @top_srcdir@
211 ACLOCAL_AMFLAGS = -I .. -I ../config
212 @TSAN_SUPPORTED_FALSE@SUBDIRS = interception sanitizer_common asan
213 @TSAN_SUPPORTED_TRUE@SUBDIRS = interception sanitizer_common asan tsan
214 @USING_MAC_INTERPOSE_TRUE@SUBDIRS = sanitizer_common asan
216 # Work around what appears to be a GNU make bug handling MAKEFLAGS
217 # values defined in terms of make variables, as is the case for CC and
218 # friends when we are called from the top level Makefile.
219 AM_MAKEFLAGS = \
220 "AR_FLAGS=$(AR_FLAGS)" \
221 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
222 "CFLAGS=$(CFLAGS)" \
223 "CXXFLAGS=$(CXXFLAGS)" \
224 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
225 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
226 "INSTALL=$(INSTALL)" \
227 "INSTALL_DATA=$(INSTALL_DATA)" \
228 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
229 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
230 "JC1FLAGS=$(JC1FLAGS)" \
231 "LDFLAGS=$(LDFLAGS)" \
232 "LIBCFLAGS=$(LIBCFLAGS)" \
233 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
234 "MAKE=$(MAKE)" \
235 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
236 "PICFLAG=$(PICFLAG)" \
237 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
238 "SHELL=$(SHELL)" \
239 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
240 "exec_prefix=$(exec_prefix)" \
241 "infodir=$(infodir)" \
242 "libdir=$(libdir)" \
243 "prefix=$(prefix)" \
244 "includedir=$(includedir)" \
245 "AR=$(AR)" \
246 "AS=$(AS)" \
247 "LD=$(LD)" \
248 "LIBCFLAGS=$(LIBCFLAGS)" \
249 "NM=$(NM)" \
250 "PICFLAG=$(PICFLAG)" \
251 "RANLIB=$(RANLIB)" \
252 "DESTDIR=$(DESTDIR)"
254 MAKEOVERRIDES =
255 all: all-recursive
257 .SUFFIXES:
258 am--refresh:
260 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
261 @for dep in $?; do \
262 case '$(am__configure_deps)' in \
263 *$$dep*) \
264 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
265 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
266 && exit 0; \
267 exit 1;; \
268 esac; \
269 done; \
270 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
271 $(am__cd) $(top_srcdir) && \
272 $(AUTOMAKE) --foreign Makefile
273 .PRECIOUS: Makefile
274 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
275 @case '$?' in \
276 *config.status*) \
277 echo ' $(SHELL) ./config.status'; \
278 $(SHELL) ./config.status;; \
279 *) \
280 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
281 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
282 esac;
284 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
285 $(SHELL) ./config.status --recheck
287 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
288 $(am__cd) $(srcdir) && $(AUTOCONF)
289 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
290 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
291 $(am__aclocal_m4_deps):
293 mostlyclean-libtool:
294 -rm -f *.lo
296 clean-libtool:
297 -rm -rf .libs _libs
299 distclean-libtool:
300 -rm -f libtool config.lt
302 # GNU Make needs to see an explicit $(MAKE) variable in the command it
303 # runs to enable its job server during parallel builds. Hence the
304 # comments below.
305 all-multi:
306 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
307 install-multi:
308 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
310 mostlyclean-multi:
311 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
312 clean-multi:
313 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
314 distclean-multi:
315 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
316 maintainer-clean-multi:
317 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
319 # This directory's subdirectories are mostly independent; you can cd
320 # into them and run `make' without going through this Makefile.
321 # To change the values of `make' variables: instead of editing Makefiles,
322 # (1) if the variable is set in `config.status', edit `config.status'
323 # (which will cause the Makefiles to be regenerated when you run `make');
324 # (2) otherwise, pass the desired values on the `make' command line.
325 $(RECURSIVE_TARGETS):
326 @fail= failcom='exit 1'; \
327 for f in x $$MAKEFLAGS; do \
328 case $$f in \
329 *=* | --[!k]*);; \
330 *k*) failcom='fail=yes';; \
331 esac; \
332 done; \
333 dot_seen=no; \
334 target=`echo $@ | sed s/-recursive//`; \
335 list='$(SUBDIRS)'; for subdir in $$list; do \
336 echo "Making $$target in $$subdir"; \
337 if test "$$subdir" = "."; then \
338 dot_seen=yes; \
339 local_target="$$target-am"; \
340 else \
341 local_target="$$target"; \
342 fi; \
343 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
344 || eval $$failcom; \
345 done; \
346 if test "$$dot_seen" = "no"; then \
347 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
348 fi; test -z "$$fail"
350 $(RECURSIVE_CLEAN_TARGETS):
351 @fail= failcom='exit 1'; \
352 for f in x $$MAKEFLAGS; do \
353 case $$f in \
354 *=* | --[!k]*);; \
355 *k*) failcom='fail=yes';; \
356 esac; \
357 done; \
358 dot_seen=no; \
359 case "$@" in \
360 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
361 *) list='$(SUBDIRS)' ;; \
362 esac; \
363 rev=''; for subdir in $$list; do \
364 if test "$$subdir" = "."; then :; else \
365 rev="$$subdir $$rev"; \
366 fi; \
367 done; \
368 rev="$$rev ."; \
369 target=`echo $@ | sed s/-recursive//`; \
370 for subdir in $$rev; do \
371 echo "Making $$target in $$subdir"; \
372 if test "$$subdir" = "."; then \
373 local_target="$$target-am"; \
374 else \
375 local_target="$$target"; \
376 fi; \
377 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
378 || eval $$failcom; \
379 done && test -z "$$fail"
380 tags-recursive:
381 list='$(SUBDIRS)'; for subdir in $$list; do \
382 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
383 done
384 ctags-recursive:
385 list='$(SUBDIRS)'; for subdir in $$list; do \
386 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
387 done
389 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
390 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
391 unique=`for i in $$list; do \
392 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
393 done | \
394 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
395 END { if (nonempty) { for (i in files) print i; }; }'`; \
396 mkid -fID $$unique
397 tags: TAGS
399 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
400 $(TAGS_FILES) $(LISP)
401 set x; \
402 here=`pwd`; \
403 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
404 include_option=--etags-include; \
405 empty_fix=.; \
406 else \
407 include_option=--include; \
408 empty_fix=; \
409 fi; \
410 list='$(SUBDIRS)'; for subdir in $$list; do \
411 if test "$$subdir" = .; then :; else \
412 test ! -f $$subdir/TAGS || \
413 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
414 fi; \
415 done; \
416 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
417 unique=`for i in $$list; do \
418 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
419 done | \
420 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
421 END { if (nonempty) { for (i in files) print i; }; }'`; \
422 shift; \
423 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
424 test -n "$$unique" || unique=$$empty_fix; \
425 if test $$# -gt 0; then \
426 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
427 "$$@" $$unique; \
428 else \
429 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
430 $$unique; \
431 fi; \
433 ctags: CTAGS
434 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
435 $(TAGS_FILES) $(LISP)
436 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
437 unique=`for i in $$list; do \
438 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439 done | \
440 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441 END { if (nonempty) { for (i in files) print i; }; }'`; \
442 test -z "$(CTAGS_ARGS)$$unique" \
443 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
444 $$unique
446 GTAGS:
447 here=`$(am__cd) $(top_builddir) && pwd` \
448 && $(am__cd) $(top_srcdir) \
449 && gtags -i $(GTAGS_ARGS) "$$here"
451 distclean-tags:
452 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
453 check-am: all-am
454 check: check-recursive
455 all-am: Makefile all-multi
456 installdirs: installdirs-recursive
457 installdirs-am:
458 install: install-recursive
459 install-exec: install-exec-recursive
460 install-data: install-data-recursive
461 uninstall: uninstall-recursive
463 install-am: all-am
464 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
466 installcheck: installcheck-recursive
467 install-strip:
468 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
469 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
470 `test -z '$(STRIP)' || \
471 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
472 mostlyclean-generic:
474 clean-generic:
476 distclean-generic:
477 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
478 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
480 maintainer-clean-generic:
481 @echo "This command is intended for maintainers to use"
482 @echo "it deletes files that may require special tools to rebuild."
483 clean: clean-multi clean-recursive
485 clean-am: clean-generic clean-libtool mostlyclean-am
487 distclean: distclean-multi distclean-recursive
488 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
489 -rm -f Makefile
490 distclean-am: clean-am distclean-generic distclean-libtool \
491 distclean-tags
493 dvi: dvi-recursive
495 dvi-am:
497 html: html-recursive
499 html-am:
501 info: info-recursive
503 info-am:
505 install-data-am:
507 install-dvi: install-dvi-recursive
509 install-dvi-am:
511 install-exec-am: install-multi
513 install-html: install-html-recursive
515 install-html-am:
517 install-info: install-info-recursive
519 install-info-am:
521 install-man:
523 install-pdf: install-pdf-recursive
525 install-pdf-am:
527 install-ps: install-ps-recursive
529 install-ps-am:
531 installcheck-am:
533 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
534 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
535 -rm -rf $(top_srcdir)/autom4te.cache
536 -rm -f Makefile
537 maintainer-clean-am: distclean-am maintainer-clean-generic
539 mostlyclean: mostlyclean-multi mostlyclean-recursive
541 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
543 pdf: pdf-recursive
545 pdf-am:
547 ps: ps-recursive
549 ps-am:
551 uninstall-am:
553 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all-multi \
554 clean-multi ctags-recursive distclean-multi install-am \
555 install-multi install-strip maintainer-clean-multi \
556 mostlyclean-multi tags-recursive
558 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
559 all all-am all-multi am--refresh check check-am clean \
560 clean-generic clean-libtool clean-multi ctags ctags-recursive \
561 distclean distclean-generic distclean-libtool distclean-multi \
562 distclean-tags dvi dvi-am html html-am info info-am install \
563 install-am install-data install-data-am install-dvi \
564 install-dvi-am install-exec install-exec-am install-html \
565 install-html-am install-info install-info-am install-man \
566 install-multi install-pdf install-pdf-am install-ps \
567 install-ps-am install-strip installcheck installcheck-am \
568 installdirs installdirs-am maintainer-clean \
569 maintainer-clean-generic maintainer-clean-multi mostlyclean \
570 mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
571 pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
574 # Tell versions [3.59,3.63) of GNU make to not export all variables.
575 # Otherwise a system limit (for SysV at least) may be exceeded.
576 .NOEXPORT: