* config/abi/post/alpha-linux-gnu/baseline_symbols.txt: Update.
[official-gcc.git] / libsanitizer / interception / Makefile.in
blob5ac217dcc4bf73d0a4befff0d58627295dcc918a
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@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 target_triplet = @target@
38 subdir = interception
39 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
42 $(top_srcdir)/../config/depstand.m4 \
43 $(top_srcdir)/../config/lead-dot.m4 \
44 $(top_srcdir)/../config/libstdc++-raw-cxx.m4 \
45 $(top_srcdir)/../config/multi.m4 \
46 $(top_srcdir)/../config/override.m4 \
47 $(top_srcdir)/../config/stdint.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 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
55 CONFIG_HEADER = $(top_builddir)/config.h
56 CONFIG_CLEAN_FILES =
57 CONFIG_CLEAN_VPATH_FILES =
58 LTLIBRARIES = $(noinst_LTLIBRARIES)
59 libinterception_la_LIBADD =
60 am__objects_1 = interception_linux.lo interception_mac.lo \
61 interception_win.lo interception_type_test.lo
62 am_libinterception_la_OBJECTS = $(am__objects_1)
63 libinterception_la_OBJECTS = $(am_libinterception_la_OBJECTS)
64 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
65 depcomp = $(SHELL) $(top_srcdir)/../depcomp
66 am__depfiles_maybe = depfiles
67 am__mv = mv -f
68 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
69 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
70 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
71 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
72 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
73 CXXLD = $(CXX)
74 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
75 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
76 $(LDFLAGS) -o $@
77 SOURCES = $(libinterception_la_SOURCES)
78 ETAGS = etags
79 CTAGS = ctags
80 ACLOCAL = @ACLOCAL@
81 ALLOC_FILE = @ALLOC_FILE@
82 AMTAR = @AMTAR@
83 AR = @AR@
84 AUTOCONF = @AUTOCONF@
85 AUTOHEADER = @AUTOHEADER@
86 AUTOMAKE = @AUTOMAKE@
87 AWK = @AWK@
88 BACKTRACE_SUPPORTED = @BACKTRACE_SUPPORTED@
89 BACKTRACE_SUPPORTS_THREADS = @BACKTRACE_SUPPORTS_THREADS@
90 BACKTRACE_USES_MALLOC = @BACKTRACE_USES_MALLOC@
91 CC = @CC@
92 CCAS = @CCAS@
93 CCASDEPMODE = @CCASDEPMODE@
94 CCASFLAGS = @CCASFLAGS@
95 CCDEPMODE = @CCDEPMODE@
96 CFLAGS = @CFLAGS@
97 CPP = @CPP@
98 CPPFLAGS = @CPPFLAGS@
99 CXX = @CXX@
100 CXXCPP = @CXXCPP@
101 CXXDEPMODE = @CXXDEPMODE@
102 CXXFLAGS = @CXXFLAGS@
103 CYGPATH_W = @CYGPATH_W@
104 DEFS = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
105 DEPDIR = @DEPDIR@
106 DSYMUTIL = @DSYMUTIL@
107 DUMPBIN = @DUMPBIN@
108 ECHO_C = @ECHO_C@
109 ECHO_N = @ECHO_N@
110 ECHO_T = @ECHO_T@
111 EGREP = @EGREP@
112 EXEEXT = @EXEEXT@
113 FGREP = @FGREP@
114 FORMAT_FILE = @FORMAT_FILE@
115 GREP = @GREP@
116 INSTALL = @INSTALL@
117 INSTALL_DATA = @INSTALL_DATA@
118 INSTALL_PROGRAM = @INSTALL_PROGRAM@
119 INSTALL_SCRIPT = @INSTALL_SCRIPT@
120 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
121 LD = @LD@
122 LDFLAGS = @LDFLAGS@
123 LIBOBJS = @LIBOBJS@
124 LIBS = @LIBS@
125 LIBSTDCXX_RAW_CXX_CXXFLAGS = @LIBSTDCXX_RAW_CXX_CXXFLAGS@
126 LIBSTDCXX_RAW_CXX_LDFLAGS = @LIBSTDCXX_RAW_CXX_LDFLAGS@
127 LIBTOOL = @LIBTOOL@
128 LIPO = @LIPO@
129 LN_S = @LN_S@
130 LTLIBOBJS = @LTLIBOBJS@
131 MAINT = @MAINT@
132 MAKEINFO = @MAKEINFO@
133 MKDIR_P = @MKDIR_P@
134 NM = @NM@
135 NMEDIT = @NMEDIT@
136 OBJDUMP = @OBJDUMP@
137 OBJEXT = @OBJEXT@
138 OTOOL = @OTOOL@
139 OTOOL64 = @OTOOL64@
140 PACKAGE = @PACKAGE@
141 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
142 PACKAGE_NAME = @PACKAGE_NAME@
143 PACKAGE_STRING = @PACKAGE_STRING@
144 PACKAGE_TARNAME = @PACKAGE_TARNAME@
145 PACKAGE_URL = @PACKAGE_URL@
146 PACKAGE_VERSION = @PACKAGE_VERSION@
147 PATH_SEPARATOR = @PATH_SEPARATOR@
148 RANLIB = @RANLIB@
149 SED = @SED@
150 SET_MAKE = @SET_MAKE@
151 SHELL = @SHELL@
152 STRIP = @STRIP@
153 VERSION = @VERSION@
154 VIEW_FILE = @VIEW_FILE@
155 abs_builddir = @abs_builddir@
156 abs_srcdir = @abs_srcdir@
157 abs_top_builddir = @abs_top_builddir@
158 abs_top_srcdir = @abs_top_srcdir@
159 ac_ct_CC = @ac_ct_CC@
160 ac_ct_CXX = @ac_ct_CXX@
161 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
162 am__include = @am__include@
163 am__leading_dot = @am__leading_dot@
164 am__quote = @am__quote@
165 am__tar = @am__tar@
166 am__untar = @am__untar@
167 bindir = @bindir@
168 build = @build@
169 build_alias = @build_alias@
170 build_cpu = @build_cpu@
171 build_os = @build_os@
172 build_vendor = @build_vendor@
173 builddir = @builddir@
174 datadir = @datadir@
175 datarootdir = @datarootdir@
176 docdir = @docdir@
177 dvidir = @dvidir@
178 enable_shared = @enable_shared@
179 enable_static = @enable_static@
180 exec_prefix = @exec_prefix@
181 host = @host@
182 host_alias = @host_alias@
183 host_cpu = @host_cpu@
184 host_os = @host_os@
185 host_vendor = @host_vendor@
186 htmldir = @htmldir@
187 includedir = @includedir@
188 infodir = @infodir@
189 install_sh = @install_sh@
190 libdir = @libdir@
191 libexecdir = @libexecdir@
192 link_libasan = @link_libasan@
193 link_liblsan = @link_liblsan@
194 link_libtsan = @link_libtsan@
195 link_libubsan = @link_libubsan@
196 localedir = @localedir@
197 localstatedir = @localstatedir@
198 mandir = @mandir@
199 mkdir_p = @mkdir_p@
200 multi_basedir = @multi_basedir@
201 oldincludedir = @oldincludedir@
202 pdfdir = @pdfdir@
203 prefix = @prefix@
204 program_transform_name = @program_transform_name@
205 psdir = @psdir@
206 sbindir = @sbindir@
207 sharedstatedir = @sharedstatedir@
208 srcdir = @srcdir@
209 sysconfdir = @sysconfdir@
210 target = @target@
211 target_alias = @target_alias@
212 target_cpu = @target_cpu@
213 target_noncanonical = @target_noncanonical@
214 target_os = @target_os@
215 target_vendor = @target_vendor@
216 toolexecdir = @toolexecdir@
217 toolexeclibdir = @toolexeclibdir@
218 top_build_prefix = @top_build_prefix@
219 top_builddir = @top_builddir@
220 top_srcdir = @top_srcdir@
221 AM_CPPFLAGS = -I $(top_srcdir)/include -I $(top_srcdir)
223 # May be used by toolexeclibdir.
224 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
225 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
226 -Wno-long-long -fPIC -fno-builtin -fno-exceptions -fno-rtti \
227 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
228 -Wno-variadic-macros $(LIBSTDCXX_RAW_CXX_CXXFLAGS)
229 ACLOCAL_AMFLAGS = -I m4
230 noinst_LTLIBRARIES = libinterception.la
231 interception_files = \
232 interception_linux.cc \
233 interception_mac.cc \
234 interception_win.cc \
235 interception_type_test.cc
237 libinterception_la_SOURCES = $(interception_files)
239 # Work around what appears to be a GNU make bug handling MAKEFLAGS
240 # values defined in terms of make variables, as is the case for CC and
241 # friends when we are called from the top level Makefile.
242 AM_MAKEFLAGS = \
243 "AR_FLAGS=$(AR_FLAGS)" \
244 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
245 "CFLAGS=$(CFLAGS)" \
246 "CXXFLAGS=$(CXXFLAGS)" \
247 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
248 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
249 "INSTALL=$(INSTALL)" \
250 "INSTALL_DATA=$(INSTALL_DATA)" \
251 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
252 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
253 "JC1FLAGS=$(JC1FLAGS)" \
254 "LDFLAGS=$(LDFLAGS)" \
255 "LIBCFLAGS=$(LIBCFLAGS)" \
256 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
257 "MAKE=$(MAKE)" \
258 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
259 "PICFLAG=$(PICFLAG)" \
260 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
261 "SHELL=$(SHELL)" \
262 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
263 "exec_prefix=$(exec_prefix)" \
264 "infodir=$(infodir)" \
265 "libdir=$(libdir)" \
266 "prefix=$(prefix)" \
267 "includedir=$(includedir)" \
268 "AR=$(AR)" \
269 "AS=$(AS)" \
270 "LD=$(LD)" \
271 "LIBCFLAGS=$(LIBCFLAGS)" \
272 "NM=$(NM)" \
273 "PICFLAG=$(PICFLAG)" \
274 "RANLIB=$(RANLIB)" \
275 "DESTDIR=$(DESTDIR)"
277 MAKEOVERRIDES =
278 all: all-am
280 .SUFFIXES:
281 .SUFFIXES: .cc .lo .o .obj
282 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
283 @for dep in $?; do \
284 case '$(am__configure_deps)' in \
285 *$$dep*) \
286 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
287 && { if test -f $@; then exit 0; else break; fi; }; \
288 exit 1;; \
289 esac; \
290 done; \
291 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign interception/Makefile'; \
292 $(am__cd) $(top_srcdir) && \
293 $(AUTOMAKE) --foreign interception/Makefile
294 .PRECIOUS: Makefile
295 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
296 @case '$?' in \
297 *config.status*) \
298 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
299 *) \
300 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
301 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
302 esac;
304 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
305 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
307 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
308 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
309 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
310 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
311 $(am__aclocal_m4_deps):
313 clean-noinstLTLIBRARIES:
314 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
315 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
316 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
317 test "$$dir" != "$$p" || dir=.; \
318 echo "rm -f \"$${dir}/so_locations\""; \
319 rm -f "$${dir}/so_locations"; \
320 done
321 libinterception.la: $(libinterception_la_OBJECTS) $(libinterception_la_DEPENDENCIES)
322 $(CXXLINK) $(libinterception_la_OBJECTS) $(libinterception_la_LIBADD) $(LIBS)
324 mostlyclean-compile:
325 -rm -f *.$(OBJEXT)
327 distclean-compile:
328 -rm -f *.tab.c
330 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_linux.Plo@am__quote@
331 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_mac.Plo@am__quote@
332 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_type_test.Plo@am__quote@
333 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_win.Plo@am__quote@
335 .cc.o:
336 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
337 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
338 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
339 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
340 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
342 .cc.obj:
343 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
344 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
345 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
346 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
347 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
349 .cc.lo:
350 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
351 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
352 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
353 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
354 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
356 mostlyclean-libtool:
357 -rm -f *.lo
359 clean-libtool:
360 -rm -rf .libs _libs
362 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
363 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
364 unique=`for i in $$list; do \
365 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366 done | \
367 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
368 END { if (nonempty) { for (i in files) print i; }; }'`; \
369 mkid -fID $$unique
370 tags: TAGS
372 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
373 $(TAGS_FILES) $(LISP)
374 set x; \
375 here=`pwd`; \
376 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
377 unique=`for i in $$list; do \
378 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379 done | \
380 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
381 END { if (nonempty) { for (i in files) print i; }; }'`; \
382 shift; \
383 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
384 test -n "$$unique" || unique=$$empty_fix; \
385 if test $$# -gt 0; then \
386 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
387 "$$@" $$unique; \
388 else \
389 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
390 $$unique; \
391 fi; \
393 ctags: CTAGS
394 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
395 $(TAGS_FILES) $(LISP)
396 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
397 unique=`for i in $$list; do \
398 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
399 done | \
400 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
401 END { if (nonempty) { for (i in files) print i; }; }'`; \
402 test -z "$(CTAGS_ARGS)$$unique" \
403 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
404 $$unique
406 GTAGS:
407 here=`$(am__cd) $(top_builddir) && pwd` \
408 && $(am__cd) $(top_srcdir) \
409 && gtags -i $(GTAGS_ARGS) "$$here"
411 distclean-tags:
412 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
413 check-am: all-am
414 check: check-am
415 all-am: Makefile $(LTLIBRARIES)
416 installdirs:
417 install: install-am
418 install-exec: install-exec-am
419 install-data: install-data-am
420 uninstall: uninstall-am
422 install-am: all-am
423 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
425 installcheck: installcheck-am
426 install-strip:
427 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
428 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
429 `test -z '$(STRIP)' || \
430 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
431 mostlyclean-generic:
433 clean-generic:
435 distclean-generic:
436 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
437 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
439 maintainer-clean-generic:
440 @echo "This command is intended for maintainers to use"
441 @echo "it deletes files that may require special tools to rebuild."
442 clean: clean-am
444 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
445 mostlyclean-am
447 distclean: distclean-am
448 -rm -rf ./$(DEPDIR)
449 -rm -f Makefile
450 distclean-am: clean-am distclean-compile distclean-generic \
451 distclean-tags
453 dvi: dvi-am
455 dvi-am:
457 html: html-am
459 html-am:
461 info: info-am
463 info-am:
465 install-data-am:
467 install-dvi: install-dvi-am
469 install-dvi-am:
471 install-exec-am:
473 install-html: install-html-am
475 install-html-am:
477 install-info: install-info-am
479 install-info-am:
481 install-man:
483 install-pdf: install-pdf-am
485 install-pdf-am:
487 install-ps: install-ps-am
489 install-ps-am:
491 installcheck-am:
493 maintainer-clean: maintainer-clean-am
494 -rm -rf ./$(DEPDIR)
495 -rm -f Makefile
496 maintainer-clean-am: distclean-am maintainer-clean-generic
498 mostlyclean: mostlyclean-am
500 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
501 mostlyclean-libtool
503 pdf: pdf-am
505 pdf-am:
507 ps: ps-am
509 ps-am:
511 uninstall-am:
513 .MAKE: install-am install-strip
515 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
516 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
517 distclean-compile distclean-generic distclean-libtool \
518 distclean-tags dvi dvi-am html html-am info info-am install \
519 install-am install-data install-data-am install-dvi \
520 install-dvi-am install-exec install-exec-am install-html \
521 install-html-am install-info install-info-am install-man \
522 install-pdf install-pdf-am install-ps install-ps-am \
523 install-strip installcheck installcheck-am installdirs \
524 maintainer-clean maintainer-clean-generic mostlyclean \
525 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
526 pdf pdf-am ps ps-am tags uninstall uninstall-am
529 # Tell versions [3.59,3.63) of GNU make to not export all variables.
530 # Otherwise a system limit (for SysV at least) may be exceeded.
531 .NOEXPORT: