* config/rs6000/rs6000.c (rs6000_deligitimze_address): Do not
[official-gcc.git] / libsanitizer / interception / Makefile.in
blobd7d22afa5c08b9444a1070cac01a3caaee1d29e3
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.am $(srcdir)/Makefile.in
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)/../ltoptions.m4 $(top_srcdir)/../ltsugar.m4 \
48 $(top_srcdir)/../ltversion.m4 $(top_srcdir)/../lt~obsolete.m4 \
49 $(top_srcdir)/acinclude.m4 $(top_srcdir)/../libtool.m4 \
50 $(top_srcdir)/configure.ac
51 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52 $(ACLOCAL_M4)
53 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
54 CONFIG_CLEAN_FILES =
55 CONFIG_CLEAN_VPATH_FILES =
56 LTLIBRARIES = $(noinst_LTLIBRARIES)
57 libinterception_la_LIBADD =
58 am__objects_1 = interception_linux.lo interception_mac.lo \
59 interception_win.lo
60 am_libinterception_la_OBJECTS = $(am__objects_1)
61 libinterception_la_OBJECTS = $(am_libinterception_la_OBJECTS)
62 DEFAULT_INCLUDES = -I.@am__isrc@
63 depcomp = $(SHELL) $(top_srcdir)/../depcomp
64 am__depfiles_maybe = depfiles
65 am__mv = mv -f
66 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
67 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
68 LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
69 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
70 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
71 CXXLD = $(CXX)
72 CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
73 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
74 $(LDFLAGS) -o $@
75 SOURCES = $(libinterception_la_SOURCES)
76 DIST_SOURCES = $(libinterception_la_SOURCES)
77 ETAGS = etags
78 CTAGS = ctags
79 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
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 = -D_GNU_SOURCE -D_DEBUG -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
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 AM_CPPFLAGS = -I $(top_srcdir)/include
213 # May be used by toolexeclibdir.
214 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
215 AM_CXXFLAGS = -Wall -W -Wno-unused-parameter -Wwrite-strings -pedantic \
216 -Wno-long-long -fPIC -fno-builtin -fno-exceptions \
217 -fomit-frame-pointer -funwind-tables -fvisibility=hidden \
218 -Wno-variadic-macros -Wno-c99-extensions \
219 $(LIBSTDCXX_RAW_CXX_CXXFLAGS)
220 ACLOCAL_AMFLAGS = -I m4
221 noinst_LTLIBRARIES = libinterception.la
222 interception_files = \
223 interception_linux.cc \
224 interception_mac.cc \
225 interception_win.cc
227 libinterception_la_SOURCES = $(interception_files)
229 # Work around what appears to be a GNU make bug handling MAKEFLAGS
230 # values defined in terms of make variables, as is the case for CC and
231 # friends when we are called from the top level Makefile.
232 AM_MAKEFLAGS = \
233 "AR_FLAGS=$(AR_FLAGS)" \
234 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
235 "CFLAGS=$(CFLAGS)" \
236 "CXXFLAGS=$(CXXFLAGS)" \
237 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
238 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
239 "INSTALL=$(INSTALL)" \
240 "INSTALL_DATA=$(INSTALL_DATA)" \
241 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
242 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
243 "JC1FLAGS=$(JC1FLAGS)" \
244 "LDFLAGS=$(LDFLAGS)" \
245 "LIBCFLAGS=$(LIBCFLAGS)" \
246 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
247 "MAKE=$(MAKE)" \
248 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
249 "PICFLAG=$(PICFLAG)" \
250 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
251 "SHELL=$(SHELL)" \
252 "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
253 "exec_prefix=$(exec_prefix)" \
254 "infodir=$(infodir)" \
255 "libdir=$(libdir)" \
256 "prefix=$(prefix)" \
257 "includedir=$(includedir)" \
258 "AR=$(AR)" \
259 "AS=$(AS)" \
260 "LD=$(LD)" \
261 "LIBCFLAGS=$(LIBCFLAGS)" \
262 "NM=$(NM)" \
263 "PICFLAG=$(PICFLAG)" \
264 "RANLIB=$(RANLIB)" \
265 "DESTDIR=$(DESTDIR)"
267 MAKEOVERRIDES =
268 all: all-am
270 .SUFFIXES:
271 .SUFFIXES: .cc .lo .o .obj
272 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
273 @for dep in $?; do \
274 case '$(am__configure_deps)' in \
275 *$$dep*) \
276 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
277 && { if test -f $@; then exit 0; else break; fi; }; \
278 exit 1;; \
279 esac; \
280 done; \
281 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign interception/Makefile'; \
282 $(am__cd) $(top_srcdir) && \
283 $(AUTOMAKE) --foreign interception/Makefile
284 .PRECIOUS: Makefile
285 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
286 @case '$?' in \
287 *config.status*) \
288 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
289 *) \
290 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
291 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
292 esac;
294 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
295 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
297 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
298 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
299 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
300 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
301 $(am__aclocal_m4_deps):
303 clean-noinstLTLIBRARIES:
304 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
305 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
306 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
307 test "$$dir" != "$$p" || dir=.; \
308 echo "rm -f \"$${dir}/so_locations\""; \
309 rm -f "$${dir}/so_locations"; \
310 done
311 libinterception.la: $(libinterception_la_OBJECTS) $(libinterception_la_DEPENDENCIES)
312 $(CXXLINK) $(libinterception_la_OBJECTS) $(libinterception_la_LIBADD) $(LIBS)
314 mostlyclean-compile:
315 -rm -f *.$(OBJEXT)
317 distclean-compile:
318 -rm -f *.tab.c
320 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_linux.Plo@am__quote@
321 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_mac.Plo@am__quote@
322 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interception_win.Plo@am__quote@
324 .cc.o:
325 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
326 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
327 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
328 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
331 .cc.obj:
332 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
333 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
334 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
335 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
336 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
338 .cc.lo:
339 @am__fastdepCXX_TRUE@ $(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
340 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
341 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
342 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
343 @am__fastdepCXX_FALSE@ $(LTCXXCOMPILE) -c -o $@ $<
345 mostlyclean-libtool:
346 -rm -f *.lo
348 clean-libtool:
349 -rm -rf .libs _libs
351 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
352 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
353 unique=`for i in $$list; do \
354 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
355 done | \
356 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
357 END { if (nonempty) { for (i in files) print i; }; }'`; \
358 mkid -fID $$unique
359 tags: TAGS
361 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
362 $(TAGS_FILES) $(LISP)
363 set x; \
364 here=`pwd`; \
365 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
366 unique=`for i in $$list; do \
367 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
368 done | \
369 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
370 END { if (nonempty) { for (i in files) print i; }; }'`; \
371 shift; \
372 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
373 test -n "$$unique" || unique=$$empty_fix; \
374 if test $$# -gt 0; then \
375 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
376 "$$@" $$unique; \
377 else \
378 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
379 $$unique; \
380 fi; \
382 ctags: CTAGS
383 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
384 $(TAGS_FILES) $(LISP)
385 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
386 unique=`for i in $$list; do \
387 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
388 done | \
389 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
390 END { if (nonempty) { for (i in files) print i; }; }'`; \
391 test -z "$(CTAGS_ARGS)$$unique" \
392 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
393 $$unique
395 GTAGS:
396 here=`$(am__cd) $(top_builddir) && pwd` \
397 && $(am__cd) $(top_srcdir) \
398 && gtags -i $(GTAGS_ARGS) "$$here"
400 distclean-tags:
401 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
403 distdir: $(DISTFILES)
404 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
405 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
406 list='$(DISTFILES)'; \
407 dist_files=`for file in $$list; do echo $$file; done | \
408 sed -e "s|^$$srcdirstrip/||;t" \
409 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
410 case $$dist_files in \
411 */*) $(MKDIR_P) `echo "$$dist_files" | \
412 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
413 sort -u` ;; \
414 esac; \
415 for file in $$dist_files; do \
416 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
417 if test -d $$d/$$file; then \
418 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
419 if test -d "$(distdir)/$$file"; then \
420 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
421 fi; \
422 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
423 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
424 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
425 fi; \
426 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
427 else \
428 test -f "$(distdir)/$$file" \
429 || cp -p $$d/$$file "$(distdir)/$$file" \
430 || exit 1; \
431 fi; \
432 done
433 check-am: all-am
434 check: check-am
435 all-am: Makefile $(LTLIBRARIES)
436 installdirs:
437 install: install-am
438 install-exec: install-exec-am
439 install-data: install-data-am
440 uninstall: uninstall-am
442 install-am: all-am
443 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
445 installcheck: installcheck-am
446 install-strip:
447 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
448 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
449 `test -z '$(STRIP)' || \
450 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
451 mostlyclean-generic:
453 clean-generic:
455 distclean-generic:
456 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
457 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
459 maintainer-clean-generic:
460 @echo "This command is intended for maintainers to use"
461 @echo "it deletes files that may require special tools to rebuild."
462 clean: clean-am
464 clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
465 mostlyclean-am
467 distclean: distclean-am
468 -rm -rf ./$(DEPDIR)
469 -rm -f Makefile
470 distclean-am: clean-am distclean-compile distclean-generic \
471 distclean-tags
473 dvi: dvi-am
475 dvi-am:
477 html: html-am
479 html-am:
481 info: info-am
483 info-am:
485 install-data-am:
487 install-dvi: install-dvi-am
489 install-dvi-am:
491 install-exec-am:
493 install-html: install-html-am
495 install-html-am:
497 install-info: install-info-am
499 install-info-am:
501 install-man:
503 install-pdf: install-pdf-am
505 install-pdf-am:
507 install-ps: install-ps-am
509 install-ps-am:
511 installcheck-am:
513 maintainer-clean: maintainer-clean-am
514 -rm -rf ./$(DEPDIR)
515 -rm -f Makefile
516 maintainer-clean-am: distclean-am maintainer-clean-generic
518 mostlyclean: mostlyclean-am
520 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
521 mostlyclean-libtool
523 pdf: pdf-am
525 pdf-am:
527 ps: ps-am
529 ps-am:
531 uninstall-am:
533 .MAKE: install-am install-strip
535 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
536 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
537 distclean-compile distclean-generic distclean-libtool \
538 distclean-tags distdir dvi dvi-am html html-am info info-am \
539 install install-am install-data install-data-am install-dvi \
540 install-dvi-am install-exec install-exec-am install-html \
541 install-html-am install-info install-info-am install-man \
542 install-pdf install-pdf-am install-ps install-ps-am \
543 install-strip installcheck installcheck-am installdirs \
544 maintainer-clean maintainer-clean-generic mostlyclean \
545 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
546 pdf pdf-am ps ps-am tags uninstall uninstall-am
549 # Tell versions [3.59,3.63) of GNU make to not export all variables.
550 # Otherwise a system limit (for SysV at least) may be exceeded.
551 .NOEXPORT: