OSDN Git Service

2012-01-17 Benjamin Kosnik <bkoz@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / 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 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 DIST_COMMON = $(top_srcdir)/fragment.am README ChangeLog \
38         $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
39         $(top_srcdir)/configure $(am__configure_deps) \
40         $(srcdir)/config.h.in $(srcdir)/../mkinstalldirs \
41         $(top_srcdir)/scripts/testsuite_flags.in \
42         $(top_srcdir)/scripts/extract_symvers.in
43 subdir = .
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
46         $(top_srcdir)/../config/enable.m4 \
47         $(top_srcdir)/../config/futex.m4 \
48         $(top_srcdir)/../config/iconv.m4 \
49         $(top_srcdir)/../config/lead-dot.m4 \
50         $(top_srcdir)/../config/lib-ld.m4 \
51         $(top_srcdir)/../config/lib-link.m4 \
52         $(top_srcdir)/../config/lib-prefix.m4 \
53         $(top_srcdir)/../config/lthostflags.m4 \
54         $(top_srcdir)/../config/multi.m4 \
55         $(top_srcdir)/../config/no-executables.m4 \
56         $(top_srcdir)/../config/override.m4 \
57         $(top_srcdir)/../config/stdint.m4 \
58         $(top_srcdir)/../config/unwind_ipinfo.m4 \
59         $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
60         $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
61         $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
62         $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
63         $(top_srcdir)/../config/gc++filt.m4 \
64         $(top_srcdir)/../config/tls.m4 $(top_srcdir)/configure.ac
65 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
66         $(ACLOCAL_M4)
67 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
68  configure.lineno config.status.lineno
69 CONFIG_HEADER = config.h
70 CONFIG_CLEAN_FILES = scripts/testsuite_flags scripts/extract_symvers
71 CONFIG_CLEAN_VPATH_FILES =
72 depcomp =
73 am__depfiles_maybe =
74 SOURCES =
75 MULTISRCTOP = 
76 MULTIBUILDTOP = 
77 MULTIDIRS = 
78 MULTISUBDIR = 
79 MULTIDO = true
80 MULTICLEAN = true
81 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
82         html-recursive info-recursive install-data-recursive \
83         install-dvi-recursive install-exec-recursive \
84         install-html-recursive install-info-recursive \
85         install-pdf-recursive install-ps-recursive install-recursive \
86         installcheck-recursive installdirs-recursive pdf-recursive \
87         ps-recursive uninstall-recursive
88 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
89   distclean-recursive maintainer-clean-recursive
90 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
91         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
92 ETAGS = etags
93 CTAGS = ctags
94 DIST_SUBDIRS = include libsupc++ doc src po testsuite python
95 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
96 ACLOCAL = @ACLOCAL@
97 ALLOCATOR_H = @ALLOCATOR_H@
98 ALLOCATOR_NAME = @ALLOCATOR_NAME@
99 AMTAR = @AMTAR@
100 AR = @AR@
101 AS = @AS@
102 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
103 ATOMIC_FLAGS = @ATOMIC_FLAGS@
104 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
105 AUTOCONF = @AUTOCONF@
106 AUTOHEADER = @AUTOHEADER@
107 AUTOMAKE = @AUTOMAKE@
108 AWK = @AWK@
109 BASIC_FILE_CC = @BASIC_FILE_CC@
110 BASIC_FILE_H = @BASIC_FILE_H@
111 CC = @CC@
112 CCODECVT_CC = @CCODECVT_CC@
113 CCOLLATE_CC = @CCOLLATE_CC@
114 CCTYPE_CC = @CCTYPE_CC@
115 CFLAGS = @CFLAGS@
116 CLOCALE_CC = @CLOCALE_CC@
117 CLOCALE_H = @CLOCALE_H@
118 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
119 CMESSAGES_CC = @CMESSAGES_CC@
120 CMESSAGES_H = @CMESSAGES_H@
121 CMONEY_CC = @CMONEY_CC@
122 CNUMERIC_CC = @CNUMERIC_CC@
123 CPP = @CPP@
124 CPPFLAGS = @CPPFLAGS@
125 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
126 CSTDIO_H = @CSTDIO_H@
127 CTIME_CC = @CTIME_CC@
128 CTIME_H = @CTIME_H@
129 CXX = @CXX@
130 CXXCPP = @CXXCPP@
131 CXXFILT = @CXXFILT@
132 CXXFLAGS = @CXXFLAGS@
133 CYGPATH_W = @CYGPATH_W@
134 C_INCLUDE_DIR = @C_INCLUDE_DIR@
135 DBLATEX = @DBLATEX@
136 DEBUG_FLAGS = @DEBUG_FLAGS@
137 DEFS = @DEFS@
138 DOT = @DOT@
139 DOXYGEN = @DOXYGEN@
140 DSYMUTIL = @DSYMUTIL@
141 DUMPBIN = @DUMPBIN@
142 ECHO_C = @ECHO_C@
143 ECHO_N = @ECHO_N@
144 ECHO_T = @ECHO_T@
145 EGREP = @EGREP@
146 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
147 EXEEXT = @EXEEXT@
148 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
149 FGREP = @FGREP@
150 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
151 GLIBCXX_LIBS = @GLIBCXX_LIBS@
152 GREP = @GREP@
153 INSTALL = @INSTALL@
154 INSTALL_DATA = @INSTALL_DATA@
155 INSTALL_PROGRAM = @INSTALL_PROGRAM@
156 INSTALL_SCRIPT = @INSTALL_SCRIPT@
157 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
158 LD = @LD@
159 LDFLAGS = @LDFLAGS@
160 LIBICONV = @LIBICONV@
161 LIBOBJS = @LIBOBJS@
162 LIBS = @LIBS@
163 LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
164 LIBTOOL = @LIBTOOL@
165 LIPO = @LIPO@
166 LN_S = @LN_S@
167 LTLIBICONV = @LTLIBICONV@
168 LTLIBOBJS = @LTLIBOBJS@
169 MAINT = @MAINT@
170 MAKEINFO = @MAKEINFO@
171 MKDIR_P = @MKDIR_P@
172 NM = @NM@
173 NMEDIT = @NMEDIT@
174 OBJDUMP = @OBJDUMP@
175 OBJEXT = @OBJEXT@
176 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
177 OPT_LDFLAGS = @OPT_LDFLAGS@
178 OS_INC_SRCDIR = @OS_INC_SRCDIR@
179 OTOOL = @OTOOL@
180 OTOOL64 = @OTOOL64@
181 PACKAGE = @PACKAGE@
182 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
183 PACKAGE_NAME = @PACKAGE_NAME@
184 PACKAGE_STRING = @PACKAGE_STRING@
185 PACKAGE_TARNAME = @PACKAGE_TARNAME@
186 PACKAGE_URL = @PACKAGE_URL@
187 PACKAGE_VERSION = @PACKAGE_VERSION@
188 PATH_SEPARATOR = @PATH_SEPARATOR@
189 PDFLATEX = @PDFLATEX@
190 RANLIB = @RANLIB@
191 SECTION_FLAGS = @SECTION_FLAGS@
192 SECTION_LDFLAGS = @SECTION_LDFLAGS@
193 SED = @SED@
194 SET_MAKE = @SET_MAKE@
195 SHELL = @SHELL@
196 STRIP = @STRIP@
197 SYMVER_FILE = @SYMVER_FILE@
198 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
199 USE_NLS = @USE_NLS@
200 VERSION = @VERSION@
201 WARN_FLAGS = @WARN_FLAGS@
202 WERROR = @WERROR@
203 XMLLINT = @XMLLINT@
204 XSLTPROC = @XSLTPROC@
205 XSL_STYLE_DIR = @XSL_STYLE_DIR@
206 abs_builddir = @abs_builddir@
207 abs_srcdir = @abs_srcdir@
208 abs_top_builddir = @abs_top_builddir@
209 abs_top_srcdir = @abs_top_srcdir@
210 ac_ct_CC = @ac_ct_CC@
211 ac_ct_CXX = @ac_ct_CXX@
212 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
213 am__leading_dot = @am__leading_dot@
214 am__tar = @am__tar@
215 am__untar = @am__untar@
216 baseline_dir = @baseline_dir@
217 baseline_subdir_switch = @baseline_subdir_switch@
218 bindir = @bindir@
219 build = @build@
220 build_alias = @build_alias@
221 build_cpu = @build_cpu@
222 build_os = @build_os@
223 build_vendor = @build_vendor@
224 builddir = @builddir@
225 check_msgfmt = @check_msgfmt@
226 datadir = @datadir@
227 datarootdir = @datarootdir@
228 docdir = @docdir@
229 dvidir = @dvidir@
230 enable_shared = @enable_shared@
231 enable_static = @enable_static@
232 exec_prefix = @exec_prefix@
233 glibcxx_MOFILES = @glibcxx_MOFILES@
234 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
235 glibcxx_POFILES = @glibcxx_POFILES@
236 glibcxx_builddir = @glibcxx_builddir@
237 glibcxx_localedir = @glibcxx_localedir@
238 glibcxx_prefixdir = @glibcxx_prefixdir@
239 glibcxx_srcdir = @glibcxx_srcdir@
240 glibcxx_toolexecdir = @glibcxx_toolexecdir@
241 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
242 gxx_include_dir = @gxx_include_dir@
243 host = @host@
244 host_alias = @host_alias@
245 host_cpu = @host_cpu@
246 host_os = @host_os@
247 host_vendor = @host_vendor@
248 htmldir = @htmldir@
249 includedir = @includedir@
250 infodir = @infodir@
251 install_sh = @install_sh@
252 libdir = @libdir@
253 libexecdir = @libexecdir@
254 libtool_VERSION = @libtool_VERSION@
255 localedir = @localedir@
256 localstatedir = @localstatedir@
257 lt_host_flags = @lt_host_flags@
258 mandir = @mandir@
259 mkdir_p = @mkdir_p@
260 multi_basedir = @multi_basedir@
261 oldincludedir = @oldincludedir@
262 pdfdir = @pdfdir@
263 port_specific_symbol_files = @port_specific_symbol_files@
264 prefix = @prefix@
265 program_transform_name = @program_transform_name@
266 psdir = @psdir@
267 sbindir = @sbindir@
268 sharedstatedir = @sharedstatedir@
269 srcdir = @srcdir@
270 sysconfdir = @sysconfdir@
271 target = @target@
272 target_alias = @target_alias@
273 target_cpu = @target_cpu@
274 target_os = @target_os@
275 target_vendor = @target_vendor@
276 top_build_prefix = @top_build_prefix@
277 top_builddir = @top_builddir@
278 top_srcdir = @top_srcdir@
279 toplevel_builddir = @toplevel_builddir@
280 toplevel_srcdir = @toplevel_srcdir@
281
282 # May be used by various substitution variables.
283 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
284 MAINT_CHARSET = latin1
285 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
286 PWD_COMMAND = $${PWDCMD-pwd}
287 STAMP = echo timestamp >
288 toolexecdir = $(glibcxx_toolexecdir)
289 toolexeclibdir = $(glibcxx_toolexeclibdir)
290
291 # These bits are all figured out from configure.  Look in acinclude.m4
292 # or configure.ac to see how they are set.  See GLIBCXX_EXPORT_FLAGS.
293 CONFIG_CXXFLAGS = \
294         $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS) -frandom-seed=$@
295
296 WARN_CXXFLAGS = \
297         $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once -Wabi
298
299
300 # -I/-D flags to pass when compiling.
301 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
302 @GLIBCXX_HOSTED_TRUE@hosted_source = doc src po testsuite
303 SUBDIRS = include libsupc++ $(hosted_source) python
304 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
305 @BUILD_XML_FALSE@STAMP_XML = 
306
307 # Documentation conditionals for output.
308 @BUILD_XML_TRUE@STAMP_XML = doc-xml
309 @BUILD_XML_FALSE@STAMP_INSTALL_XML = 
310 @BUILD_XML_TRUE@STAMP_INSTALL_XML = doc-install-xml
311 @BUILD_HTML_FALSE@STAMP_HTML = 
312 @BUILD_HTML_TRUE@STAMP_HTML = doc-html
313 @BUILD_HTML_FALSE@STAMP_INSTALL_HTML = 
314 @BUILD_HTML_TRUE@STAMP_INSTALL_HTML = doc-install-html
315 @BUILD_MAN_FALSE@STAMP_MAN = 
316 @BUILD_MAN_TRUE@STAMP_MAN = doc-man
317 @BUILD_MAN_FALSE@STAMP_INSTALL_MAN = 
318 @BUILD_MAN_TRUE@STAMP_INSTALL_MAN = doc-install-man
319 @BUILD_PDF_FALSE@STAMP_PDF = 
320 @BUILD_PDF_TRUE@STAMP_PDF = doc-pdf
321 @BUILD_PDF_FALSE@STAMP_INSTALL_PDF = 
322 @BUILD_PDF_TRUE@STAMP_INSTALL_PDF = doc-install-pdf
323 @BUILD_EPUB_FALSE@STAMP_EPUB = doc-epub
324 @BUILD_EPUB_TRUE@STAMP_EPUB = doc-epub
325 @BUILD_EPUB_FALSE@STAMP_INSTALL_EPUB = doc-install-epub
326 @BUILD_EPUB_TRUE@STAMP_INSTALL_EPUB = doc-install-epub
327
328 # Multilib support.
329 MAKEOVERRIDES = 
330
331 # Work around what appears to be a GNU make bug handling MAKEFLAGS
332 # values defined in terms of make variables, as is the case for CC and
333 # friends when we are called from the top level Makefile.
334 AM_MAKEFLAGS = \
335         "AR_FLAGS=$(AR_FLAGS)" \
336         "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
337         "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
338         "CFLAGS=$(CFLAGS)" \
339         "CXXFLAGS=$(CXXFLAGS)" \
340         "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
341         "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
342         "INSTALL=$(INSTALL)" \
343         "INSTALL_DATA=$(INSTALL_DATA)" \
344         "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
345         "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
346         "LDFLAGS=$(LDFLAGS)" \
347         "LIBCFLAGS=$(LIBCFLAGS)" \
348         "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
349         "MAKE=$(MAKE)" \
350         "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
351         "PICFLAG=$(PICFLAG)" \
352         "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
353         "SHELL=$(SHELL)" \
354         "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
355         "exec_prefix=$(exec_prefix)" \
356         "infodir=$(infodir)" \
357         "libdir=$(libdir)" \
358         "includedir=$(includedir)" \
359         "prefix=$(prefix)" \
360         "tooldir=$(tooldir)" \
361         "gxx_include_dir=$(gxx_include_dir)" \
362         "AR=$(AR)" \
363         "AS=$(AS)" \
364         "LD=$(LD)" \
365         "RANLIB=$(RANLIB)" \
366         "NM=$(NM)" \
367         "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
368         "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
369         "DESTDIR=$(DESTDIR)" \
370         "WERROR=$(WERROR)"
371
372
373 # Subdir rules rely on $(FLAGS_TO_PASS)
374 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
375 all: config.h
376         $(MAKE) $(AM_MAKEFLAGS) all-recursive
377
378 .SUFFIXES:
379 am--refresh:
380         @:
381 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
382         @for dep in $?; do \
383           case '$(am__configure_deps)' in \
384             *$$dep*) \
385               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
386               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
387                 && exit 0; \
388               exit 1;; \
389           esac; \
390         done; \
391         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
392         $(am__cd) $(top_srcdir) && \
393           $(AUTOMAKE) --foreign --ignore-deps Makefile
394 .PRECIOUS: Makefile
395 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
396         @case '$?' in \
397           *config.status*) \
398             echo ' $(SHELL) ./config.status'; \
399             $(SHELL) ./config.status;; \
400           *) \
401             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
402             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
403         esac;
404
405 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
406         $(SHELL) ./config.status --recheck
407
408 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
409         $(am__cd) $(srcdir) && $(AUTOCONF)
410 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
411         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
412 $(am__aclocal_m4_deps):
413
414 config.h: stamp-h1
415         @if test ! -f $@; then \
416           rm -f stamp-h1; \
417           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
418         else :; fi
419
420 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
421         @rm -f stamp-h1
422         cd $(top_builddir) && $(SHELL) ./config.status config.h
423 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
424         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
425         rm -f stamp-h1
426         touch $@
427
428 distclean-hdr:
429         -rm -f config.h stamp-h1
430 scripts/testsuite_flags: $(top_builddir)/config.status $(top_srcdir)/scripts/testsuite_flags.in
431         cd $(top_builddir) && $(SHELL) ./config.status $@
432 scripts/extract_symvers: $(top_builddir)/config.status $(top_srcdir)/scripts/extract_symvers.in
433         cd $(top_builddir) && $(SHELL) ./config.status $@
434
435 mostlyclean-libtool:
436         -rm -f *.lo
437
438 clean-libtool:
439         -rm -rf .libs _libs
440
441 distclean-libtool:
442         -rm -f libtool config.lt
443
444 # GNU Make needs to see an explicit $(MAKE) variable in the command it
445 # runs to enable its job server during parallel builds.  Hence the
446 # comments below.
447 all-multi:
448         $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
449 install-multi:
450         $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
451
452 mostlyclean-multi:
453         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
454 clean-multi:
455         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
456 distclean-multi:
457         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
458 maintainer-clean-multi:
459         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
460
461 # This directory's subdirectories are mostly independent; you can cd
462 # into them and run `make' without going through this Makefile.
463 # To change the values of `make' variables: instead of editing Makefiles,
464 # (1) if the variable is set in `config.status', edit `config.status'
465 #     (which will cause the Makefiles to be regenerated when you run `make');
466 # (2) otherwise, pass the desired values on the `make' command line.
467 $(RECURSIVE_TARGETS):
468         @fail= failcom='exit 1'; \
469         for f in x $$MAKEFLAGS; do \
470           case $$f in \
471             *=* | --[!k]*);; \
472             *k*) failcom='fail=yes';; \
473           esac; \
474         done; \
475         dot_seen=no; \
476         target=`echo $@ | sed s/-recursive//`; \
477         list='$(SUBDIRS)'; for subdir in $$list; do \
478           echo "Making $$target in $$subdir"; \
479           if test "$$subdir" = "."; then \
480             dot_seen=yes; \
481             local_target="$$target-am"; \
482           else \
483             local_target="$$target"; \
484           fi; \
485           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
486           || eval $$failcom; \
487         done; \
488         if test "$$dot_seen" = "no"; then \
489           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
490         fi; test -z "$$fail"
491
492 $(RECURSIVE_CLEAN_TARGETS):
493         @fail= failcom='exit 1'; \
494         for f in x $$MAKEFLAGS; do \
495           case $$f in \
496             *=* | --[!k]*);; \
497             *k*) failcom='fail=yes';; \
498           esac; \
499         done; \
500         dot_seen=no; \
501         case "$@" in \
502           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
503           *) list='$(SUBDIRS)' ;; \
504         esac; \
505         rev=''; for subdir in $$list; do \
506           if test "$$subdir" = "."; then :; else \
507             rev="$$subdir $$rev"; \
508           fi; \
509         done; \
510         rev="$$rev ."; \
511         target=`echo $@ | sed s/-recursive//`; \
512         for subdir in $$rev; do \
513           echo "Making $$target in $$subdir"; \
514           if test "$$subdir" = "."; then \
515             local_target="$$target-am"; \
516           else \
517             local_target="$$target"; \
518           fi; \
519           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
520           || eval $$failcom; \
521         done && test -z "$$fail"
522 tags-recursive:
523         list='$(SUBDIRS)'; for subdir in $$list; do \
524           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
525         done
526 ctags-recursive:
527         list='$(SUBDIRS)'; for subdir in $$list; do \
528           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
529         done
530
531 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
532         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
533         unique=`for i in $$list; do \
534             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
535           done | \
536           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
537               END { if (nonempty) { for (i in files) print i; }; }'`; \
538         mkid -fID $$unique
539 tags: TAGS
540 ctags: CTAGS
541 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
542                 $(TAGS_FILES) $(LISP)
543         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
544         unique=`for i in $$list; do \
545             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
546           done | \
547           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
548               END { if (nonempty) { for (i in files) print i; }; }'`; \
549         test -z "$(CTAGS_ARGS)$$unique" \
550           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
551              $$unique
552
553 GTAGS:
554         here=`$(am__cd) $(top_builddir) && pwd` \
555           && $(am__cd) $(top_srcdir) \
556           && gtags -i $(GTAGS_ARGS) "$$here"
557
558 distclean-tags:
559         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
560 check-am: all-am
561 check: check-recursive
562 all-am: Makefile all-multi config.h
563 installdirs: installdirs-recursive
564 installdirs-am:
565 install: install-recursive
566 install-exec: install-exec-recursive
567 install-data: install-data-recursive
568 uninstall: uninstall-recursive
569
570 install-am: all-am
571         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
572
573 installcheck: installcheck-recursive
574 install-strip:
575         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
576           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
577           `test -z '$(STRIP)' || \
578             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
579 mostlyclean-generic:
580
581 clean-generic:
582
583 distclean-generic:
584         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
585         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
586
587 maintainer-clean-generic:
588         @echo "This command is intended for maintainers to use"
589         @echo "it deletes files that may require special tools to rebuild."
590 clean: clean-multi clean-recursive
591
592 clean-am: clean-generic clean-libtool mostlyclean-am
593
594 distclean: distclean-multi distclean-recursive
595         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
596         -rm -f Makefile
597 distclean-am: clean-am distclean-generic distclean-hdr \
598         distclean-libtool distclean-tags
599
600 dvi-am:
601
602 html-am:
603
604 info-am:
605
606 install-data-am:
607
608 install-dvi-am:
609
610 install-exec-am: install-multi
611
612 install-html-am:
613
614 install-info-am:
615
616 install-pdf-am:
617
618 install-ps-am:
619
620 installcheck-am:
621
622 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
623         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
624         -rm -rf $(top_srcdir)/autom4te.cache
625         -rm -f Makefile
626 maintainer-clean-am: distclean-am maintainer-clean-generic
627
628 mostlyclean: mostlyclean-multi mostlyclean-recursive
629
630 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
631
632 pdf-am:
633
634 ps-am:
635
636 uninstall-am:
637
638 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
639         clean-multi ctags-recursive distclean-multi install-am \
640         install-multi install-strip maintainer-clean-multi \
641         mostlyclean-multi tags-recursive
642
643 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
644         all all-am all-multi am--refresh check check-am clean \
645         clean-generic clean-libtool clean-multi ctags ctags-recursive \
646         distclean distclean-generic distclean-hdr distclean-libtool \
647         distclean-multi distclean-tags dvi dvi-am html html-am info \
648         info-am install install-am install-data install-data-am \
649         install-dvi install-dvi-am install-exec install-exec-am \
650         install-html install-html-am install-info install-info-am \
651         install-man install-multi install-pdf install-pdf-am \
652         install-ps install-ps-am install-strip installcheck \
653         installcheck-am installdirs installdirs-am maintainer-clean \
654         maintainer-clean-generic maintainer-clean-multi mostlyclean \
655         mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
656         pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
657
658
659 # Testsuite/check forwarding targets.
660 check-%:
661         cd testsuite && $(MAKE) $@
662
663 # Documentation forwarding targets.
664 doc-%:
665         cd doc && $(MAKE) $@
666
667 # Documentation primary rules.
668 #
669 # xml:
670 # html:
671 # pdf:
672 # man:
673 # info:
674 # ps:
675 # dvi:
676 # epub:
677 # install-xml:
678 # install-html:
679 # install-pdf:
680 # install-man:
681 # install-info:
682 # install-ps:
683 # install-dvi:
684 # install-epub:
685
686 xml: $(STAMP_XML)
687 install-xml: $(STAMP_INSTALL_XML)
688
689 html: $(STAMP_HTML)
690 install-html: $(STAMP_INSTALL_HTML)
691
692 man: $(STAMP_MAN)
693 install-man: $(STAMP_INSTALL_MAN)
694
695 pdf: $(STAMP_PDF)
696 install-pdf: $(STAMP_INSTALL_PDF)
697
698 epub: $(STAMP_EPUB)
699 install-epub: $(STAMP_INSTALL_EPUB)
700
701 info:
702 install-info:
703
704 ps:
705 install-ps:
706
707 dvi:
708 install-dvi:
709
710 # All the machinations with string instantiations messes up the
711 # automake-generated TAGS rule. Make a simple one here.
712 TAGS: tags-recursive $(LISP)
713
714 # Tell versions [3.59,3.63) of GNU make to not export all variables.
715 # Otherwise a system limit (for SysV at least) may be exceeded.
716 .NOEXPORT: