OSDN Git Service

2004-09-22 Frank Ch. Eigler <fche@redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / Makefile.in
1 # Makefile.in generated by automake 1.9.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkglibdir = $(libdir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 top_builddir = .
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 INSTALL = @INSTALL@
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 target_triplet = @target@
39 DIST_COMMON = README $(am__configure_deps) $(srcdir)/../config.guess \
40         $(srcdir)/../config.sub $(srcdir)/../install-sh \
41         $(srcdir)/../ltmain.sh $(srcdir)/../missing \
42         $(srcdir)/../mkinstalldirs $(srcdir)/Makefile.am \
43         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
44         $(top_srcdir)/configure $(top_srcdir)/fragment.am \
45         $(top_srcdir)/scripts/check_survey.in \
46         $(top_srcdir)/scripts/testsuite_flags.in ChangeLog acconfig.h
47 subdir = .
48 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49 am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
50         $(top_srcdir)/linkage.m4 \
51         $(top_srcdir)/../config/no-executables.m4 \
52         $(top_srcdir)/../libtool.m4 $(top_srcdir)/crossconfig.m4 \
53         $(top_srcdir)/configure.ac
54 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
55         $(ACLOCAL_M4)
56 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
57  configure.lineno configure.status.lineno
58 CONFIG_HEADER = config.h
59 CONFIG_CLEAN_FILES = scripts/check_survey scripts/testsuite_flags
60 depcomp =
61 am__depfiles_maybe =
62 SOURCES =
63 DIST_SOURCES =
64 MULTISRCTOP = 
65 MULTIBUILDTOP = 
66 MULTIDIRS = 
67 MULTISUBDIR = 
68 MULTIDO = true
69 MULTICLEAN = true
70 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
71         html-recursive info-recursive install-data-recursive \
72         install-exec-recursive install-info-recursive \
73         install-recursive installcheck-recursive installdirs-recursive \
74         pdf-recursive ps-recursive uninstall-info-recursive \
75         uninstall-recursive
76 ETAGS = etags
77 CTAGS = ctags
78 DIST_SUBDIRS = include libsupc++ libmath src po testsuite
79 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80 distdir = $(PACKAGE)-$(VERSION)
81 top_distdir = $(distdir)
82 am__remove_distdir = \
83   { test ! -d $(distdir) \
84     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
85          && rm -fr $(distdir); }; }
86 DIST_ARCHIVES = $(distdir).tar.gz
87 GZIP_ENV = --best
88 distuninstallcheck_listfiles = find . -type f -print
89 distcleancheck_listfiles = find . -type f -print
90 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
91 ACLOCAL = @ACLOCAL@
92 ALLOCATOR_H = @ALLOCATOR_H@
93 ALLOCATOR_NAME = @ALLOCATOR_NAME@
94 AMTAR = @AMTAR@
95 AR = @AR@
96 AS = @AS@
97 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
98 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
99 AUTOCONF = @AUTOCONF@
100 AUTOHEADER = @AUTOHEADER@
101 AUTOMAKE = @AUTOMAKE@
102 AWK = @AWK@
103 BASIC_FILE_CC = @BASIC_FILE_CC@
104 BASIC_FILE_H = @BASIC_FILE_H@
105 CC = @CC@
106 CCODECVT_CC = @CCODECVT_CC@
107 CCODECVT_H = @CCODECVT_H@
108 CCOLLATE_CC = @CCOLLATE_CC@
109 CCTYPE_CC = @CCTYPE_CC@
110 CFLAGS = @CFLAGS@
111 CLOCALE_CC = @CLOCALE_CC@
112 CLOCALE_H = @CLOCALE_H@
113 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
114 CMESSAGES_CC = @CMESSAGES_CC@
115 CMESSAGES_H = @CMESSAGES_H@
116 CMONEY_CC = @CMONEY_CC@
117 CNUMERIC_CC = @CNUMERIC_CC@
118 CPP = @CPP@
119 CPPFLAGS = @CPPFLAGS@
120 CSTDIO_H = @CSTDIO_H@
121 CTIME_CC = @CTIME_CC@
122 CTIME_H = @CTIME_H@
123 CXX = @CXX@
124 CXXCPP = @CXXCPP@
125 CXXFLAGS = @CXXFLAGS@
126 CYGPATH_W = @CYGPATH_W@
127 C_INCLUDE_DIR = @C_INCLUDE_DIR@
128 DEBUG_FLAGS = @DEBUG_FLAGS@
129 DEFS = @DEFS@
130 ECHO_C = @ECHO_C@
131 ECHO_N = @ECHO_N@
132 ECHO_T = @ECHO_T@
133 EGREP = @EGREP@
134 EXEEXT = @EXEEXT@
135 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
136 GLIBCXX_BUILD_DEBUG_FALSE = @GLIBCXX_BUILD_DEBUG_FALSE@
137 GLIBCXX_BUILD_DEBUG_TRUE = @GLIBCXX_BUILD_DEBUG_TRUE@
138 GLIBCXX_BUILD_PCH_FALSE = @GLIBCXX_BUILD_PCH_FALSE@
139 GLIBCXX_BUILD_PCH_TRUE = @GLIBCXX_BUILD_PCH_TRUE@
140 GLIBCXX_BUILD_VERSIONED_SHLIB_FALSE = @GLIBCXX_BUILD_VERSIONED_SHLIB_FALSE@
141 GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE = @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@
142 GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE = @GLIBCXX_C_HEADERS_COMPATIBILITY_FALSE@
143 GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE = @GLIBCXX_C_HEADERS_COMPATIBILITY_TRUE@
144 GLIBCXX_C_HEADERS_C_FALSE = @GLIBCXX_C_HEADERS_C_FALSE@
145 GLIBCXX_C_HEADERS_C_STD_FALSE = @GLIBCXX_C_HEADERS_C_STD_FALSE@
146 GLIBCXX_C_HEADERS_C_STD_TRUE = @GLIBCXX_C_HEADERS_C_STD_TRUE@
147 GLIBCXX_C_HEADERS_C_TRUE = @GLIBCXX_C_HEADERS_C_TRUE@
148 GLIBCXX_HOSTED_FALSE = @GLIBCXX_HOSTED_FALSE@
149 GLIBCXX_HOSTED_TRUE = @GLIBCXX_HOSTED_TRUE@
150 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
151 GLIBCXX_TEST_ABI_FALSE = @GLIBCXX_TEST_ABI_FALSE@
152 GLIBCXX_TEST_ABI_TRUE = @GLIBCXX_TEST_ABI_TRUE@
153 GLIBCXX_TEST_WCHAR_T_FALSE = @GLIBCXX_TEST_WCHAR_T_FALSE@
154 GLIBCXX_TEST_WCHAR_T_TRUE = @GLIBCXX_TEST_WCHAR_T_TRUE@
155 INSTALL_DATA = @INSTALL_DATA@
156 INSTALL_PROGRAM = @INSTALL_PROGRAM@
157 INSTALL_SCRIPT = @INSTALL_SCRIPT@
158 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
159 LIBICONV = @LIBICONV@
160 LIBMATHOBJS = @LIBMATHOBJS@
161 LIBOBJS = @LIBOBJS@
162 LIBS = @LIBS@
163 LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
164 LIBTOOL = @LIBTOOL@
165 LN_S = @LN_S@
166 LTLIBOBJS = @LTLIBOBJS@
167 MAINT = @MAINT@
168 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
169 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
170 MAKEINFO = @MAKEINFO@
171 OBJEXT = @OBJEXT@
172 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
173 OPT_LDFLAGS = @OPT_LDFLAGS@
174 OS_INC_SRCDIR = @OS_INC_SRCDIR@
175 PACKAGE = @PACKAGE@
176 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
177 PACKAGE_NAME = @PACKAGE_NAME@
178 PACKAGE_STRING = @PACKAGE_STRING@
179 PACKAGE_TARNAME = @PACKAGE_TARNAME@
180 PACKAGE_VERSION = @PACKAGE_VERSION@
181 PATH_SEPARATOR = @PATH_SEPARATOR@
182 RANLIB = @RANLIB@
183 SECTION_FLAGS = @SECTION_FLAGS@
184 SECTION_LDFLAGS = @SECTION_LDFLAGS@
185 SET_MAKE = @SET_MAKE@
186 SHELL = @SHELL@
187 STRIP = @STRIP@
188 SYMVER_MAP = @SYMVER_MAP@
189 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
190 USE_NLS = @USE_NLS@
191 VERSION = @VERSION@
192 WARN_FLAGS = @WARN_FLAGS@
193 WERROR = @WERROR@
194 ac_ct_AR = @ac_ct_AR@
195 ac_ct_AS = @ac_ct_AS@
196 ac_ct_CC = @ac_ct_CC@
197 ac_ct_CXX = @ac_ct_CXX@
198 ac_ct_RANLIB = @ac_ct_RANLIB@
199 ac_ct_STRIP = @ac_ct_STRIP@
200 am__leading_dot = @am__leading_dot@
201 am__tar = @am__tar@
202 am__untar = @am__untar@
203 baseline_dir = @baseline_dir@
204 bindir = @bindir@
205 build = @build@
206 build_alias = @build_alias@
207 build_cpu = @build_cpu@
208 build_os = @build_os@
209 build_vendor = @build_vendor@
210 check_msgfmt = @check_msgfmt@
211 datadir = @datadir@
212 enable_shared = @enable_shared@
213 enable_static = @enable_static@
214 exec_prefix = @exec_prefix@
215 glibcxx_MOFILES = @glibcxx_MOFILES@
216 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
217 glibcxx_POFILES = @glibcxx_POFILES@
218 glibcxx_builddir = @glibcxx_builddir@
219 glibcxx_localedir = @glibcxx_localedir@
220 glibcxx_prefixdir = @glibcxx_prefixdir@
221 glibcxx_srcdir = @glibcxx_srcdir@
222 glibcxx_thread_h = @glibcxx_thread_h@
223 glibcxx_toolexecdir = @glibcxx_toolexecdir@
224 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
225 gxx_include_dir = @gxx_include_dir@
226 host = @host@
227 host_alias = @host_alias@
228 host_cpu = @host_cpu@
229 host_os = @host_os@
230 host_vendor = @host_vendor@
231 includedir = @includedir@
232 infodir = @infodir@
233 install_sh = @install_sh@
234 libdir = @libdir@
235 libexecdir = @libexecdir@
236 libtool_VERSION = @libtool_VERSION@
237 localstatedir = @localstatedir@
238 mandir = @mandir@
239 mkdir_p = @mkdir_p@
240 multi_basedir = @multi_basedir@
241 oldincludedir = @oldincludedir@
242 port_specific_symbol_files = @port_specific_symbol_files@
243 prefix = @prefix@
244 program_transform_name = @program_transform_name@
245 sbindir = @sbindir@
246 sharedstatedir = @sharedstatedir@
247 sysconfdir = @sysconfdir@
248 target = @target@
249 target_alias = @target_alias@
250 target_cpu = @target_cpu@
251 target_os = @target_os@
252 target_vendor = @target_vendor@
253 toplevel_srcdir = @toplevel_srcdir@
254 MAINT_CHARSET = latin1
255 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
256 PWD_COMMAND = $${PWDCMD-pwd}
257 STAMP = echo timestamp >
258 toolexecdir = $(glibcxx_toolexecdir)
259 toolexeclibdir = $(glibcxx_toolexeclibdir)
260
261 # These bits are all figured out from configure.  Look in acinclude.m4
262 # or configure.ac to see how they are set.  See GLIBCXX_EXPORT_FLAGS.
263 CONFIG_CXXFLAGS = \
264         $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
265
266 WARN_CXXFLAGS = \
267         $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
268
269
270 # -I/-D flags to pass when compiling.
271 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
272 @GLIBCXX_HOSTED_TRUE@hosted_source = libmath src po testsuite
273 SUBDIRS = include libsupc++ $(hosted_source)
274
275 # Multilib support.
276 MAKEOVERRIDES = 
277
278 # Work around what appears to be a GNU make bug handling MAKEFLAGS
279 # values defined in terms of make variables, as is the case for CC and
280 # friends when we are called from the top level Makefile.
281 AM_MAKEFLAGS = \
282         "AR_FLAGS=$(AR_FLAGS)" \
283         "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
284         "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
285         "CFLAGS=$(CFLAGS)" \
286         "CXXFLAGS=$(CXXFLAGS)" \
287         "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
288         "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
289         "INSTALL=$(INSTALL)" \
290         "INSTALL_DATA=$(INSTALL_DATA)" \
291         "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
292         "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
293         "LDFLAGS=$(LDFLAGS)" \
294         "LIBCFLAGS=$(LIBCFLAGS)" \
295         "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
296         "MAKE=$(MAKE)" \
297         "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
298         "PICFLAG=$(PICFLAG)" \
299         "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
300         "SHELL=$(SHELL)" \
301         "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
302         "exec_prefix=$(exec_prefix)" \
303         "infodir=$(infodir)" \
304         "libdir=$(libdir)" \
305         "includedir=$(includedir)" \
306         "prefix=$(prefix)" \
307         "tooldir=$(tooldir)" \
308         "gxx_include_dir=$(gxx_include_dir)" \
309         "AR=$(AR)" \
310         "AS=$(AS)" \
311         "LD=$(LD)" \
312         "LIBCFLAGS=$(LIBCFLAGS)" \
313         "PICFLAG=$(PICFLAG)" \
314         "RANLIB=$(RANLIB)" \
315         "NM=$(NM)" \
316         "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
317         "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
318         "DESTDIR=$(DESTDIR)" \
319         "WERROR=$(WERROR)"
320
321
322 # Subdir rules rely on $(FLAGS_TO_PASS)
323 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
324 all: config.h
325         $(MAKE) $(AM_MAKEFLAGS) all-recursive
326
327 .SUFFIXES:
328 am--refresh:
329         @:
330 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
331         @for dep in $?; do \
332           case '$(am__configure_deps)' in \
333             *$$dep*) \
334               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign  --ignore-deps'; \
335               cd $(srcdir) && $(AUTOMAKE) --foreign  --ignore-deps \
336                 && exit 0; \
337               exit 1;; \
338           esac; \
339         done; \
340         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  --ignore-deps Makefile'; \
341         cd $(top_srcdir) && \
342           $(AUTOMAKE) --foreign  --ignore-deps Makefile
343 .PRECIOUS: Makefile
344 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
345         @case '$?' in \
346           *config.status*) \
347             echo ' $(SHELL) ./config.status'; \
348             $(SHELL) ./config.status;; \
349           *) \
350             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
351             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
352         esac;
353
354 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
355         $(SHELL) ./config.status --recheck
356
357 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
358         cd $(srcdir) && $(AUTOCONF)
359 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
360         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
361
362 config.h: stamp-h1
363         @if test ! -f $@; then \
364           rm -f stamp-h1; \
365           $(MAKE) stamp-h1; \
366         else :; fi
367
368 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
369         @rm -f stamp-h1
370         cd $(top_builddir) && $(SHELL) ./config.status config.h
371 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) $(top_srcdir)/acconfig.h
372         cd $(top_srcdir) && $(AUTOHEADER)
373         rm -f stamp-h1
374         touch $@
375
376 distclean-hdr:
377         -rm -f config.h stamp-h1
378 scripts/check_survey: $(top_builddir)/config.status $(top_srcdir)/scripts/check_survey.in
379         cd $(top_builddir) && $(SHELL) ./config.status $@
380 scripts/testsuite_flags: $(top_builddir)/config.status $(top_srcdir)/scripts/testsuite_flags.in
381         cd $(top_builddir) && $(SHELL) ./config.status $@
382
383 mostlyclean-libtool:
384         -rm -f *.lo
385
386 clean-libtool:
387         -rm -rf .libs _libs
388
389 distclean-libtool:
390         -rm -f libtool
391
392 # GNU Make needs to see an explicit $(MAKE) variable in the command it
393 # runs to enable its job server during parallel builds.  Hence the
394 # comments below.
395 all-multi:
396         $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
397 install-multi:
398         $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
399
400 mostlyclean-multi:
401         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
402 clean-multi:
403         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
404 distclean-multi:
405         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
406 maintainer-clean-multi:
407         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
408 uninstall-info-am:
409
410 # This directory's subdirectories are mostly independent; you can cd
411 # into them and run `make' without going through this Makefile.
412 # To change the values of `make' variables: instead of editing Makefiles,
413 # (1) if the variable is set in `config.status', edit `config.status'
414 #     (which will cause the Makefiles to be regenerated when you run `make');
415 # (2) otherwise, pass the desired values on the `make' command line.
416 $(RECURSIVE_TARGETS):
417         @set fnord $$MAKEFLAGS; amf=$$2; \
418         dot_seen=no; \
419         target=`echo $@ | sed s/-recursive//`; \
420         list='$(SUBDIRS)'; for subdir in $$list; do \
421           echo "Making $$target in $$subdir"; \
422           if test "$$subdir" = "."; then \
423             dot_seen=yes; \
424             local_target="$$target-am"; \
425           else \
426             local_target="$$target"; \
427           fi; \
428           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
429            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
430         done; \
431         if test "$$dot_seen" = "no"; then \
432           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
433         fi; test -z "$$fail"
434
435 mostlyclean-recursive clean-recursive distclean-recursive \
436 maintainer-clean-recursive:
437         @set fnord $$MAKEFLAGS; amf=$$2; \
438         dot_seen=no; \
439         case "$@" in \
440           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
441           *) list='$(SUBDIRS)' ;; \
442         esac; \
443         rev=''; for subdir in $$list; do \
444           if test "$$subdir" = "."; then :; else \
445             rev="$$subdir $$rev"; \
446           fi; \
447         done; \
448         rev="$$rev ."; \
449         target=`echo $@ | sed s/-recursive//`; \
450         for subdir in $$rev; do \
451           echo "Making $$target in $$subdir"; \
452           if test "$$subdir" = "."; then \
453             local_target="$$target-am"; \
454           else \
455             local_target="$$target"; \
456           fi; \
457           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
458            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
459         done && test -z "$$fail"
460 tags-recursive:
461         list='$(SUBDIRS)'; for subdir in $$list; do \
462           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
463         done
464 ctags-recursive:
465         list='$(SUBDIRS)'; for subdir in $$list; do \
466           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
467         done
468
469 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
470         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
471         unique=`for i in $$list; do \
472             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
473           done | \
474           $(AWK) '    { files[$$0] = 1; } \
475                END { for (i in files) print i; }'`; \
476         mkid -fID $$unique
477 tags: TAGS
478 ctags: CTAGS
479 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
480                 $(TAGS_FILES) $(LISP)
481         tags=; \
482         here=`pwd`; \
483         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
484         unique=`for i in $$list; do \
485             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
486           done | \
487           $(AWK) '    { files[$$0] = 1; } \
488                END { for (i in files) print i; }'`; \
489         test -z "$(CTAGS_ARGS)$$tags$$unique" \
490           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
491              $$tags $$unique
492
493 GTAGS:
494         here=`$(am__cd) $(top_builddir) && pwd` \
495           && cd $(top_srcdir) \
496           && gtags -i $(GTAGS_ARGS) $$here
497
498 distclean-tags:
499         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
500
501 distdir: $(DISTFILES)
502         $(am__remove_distdir)
503         mkdir $(distdir)
504         $(mkdir_p) $(distdir)/.. $(distdir)/../config $(distdir)/scripts
505         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
506         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
507         list='$(DISTFILES)'; for file in $$list; do \
508           case $$file in \
509             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
510             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
511           esac; \
512           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
513           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
514           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
515             dir="/$$dir"; \
516             $(mkdir_p) "$(distdir)$$dir"; \
517           else \
518             dir=''; \
519           fi; \
520           if test -d $$d/$$file; then \
521             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
522               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
523             fi; \
524             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
525           else \
526             test -f $(distdir)/$$file \
527             || cp -p $$d/$$file $(distdir)/$$file \
528             || exit 1; \
529           fi; \
530         done
531         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
532           if test "$$subdir" = .; then :; else \
533             test -d "$(distdir)/$$subdir" \
534             || $(mkdir_p) "$(distdir)/$$subdir" \
535             || exit 1; \
536             distdir=`$(am__cd) $(distdir) && pwd`; \
537             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
538             (cd $$subdir && \
539               $(MAKE) $(AM_MAKEFLAGS) \
540                 top_distdir="$$top_distdir" \
541                 distdir="$$distdir/$$subdir" \
542                 distdir) \
543               || exit 1; \
544           fi; \
545         done
546         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
547           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
548           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
549           ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
550         || chmod -R a+r $(distdir)
551 dist-gzip: distdir
552         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
553         $(am__remove_distdir)
554
555 dist-bzip2: distdir
556         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
557         $(am__remove_distdir)
558
559 dist-tarZ: distdir
560         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
561         $(am__remove_distdir)
562
563 dist-shar: distdir
564         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
565         $(am__remove_distdir)
566
567 dist-zip: distdir
568         -rm -f $(distdir).zip
569         zip -rq $(distdir).zip $(distdir)
570         $(am__remove_distdir)
571
572 dist dist-all: distdir
573         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
574         $(am__remove_distdir)
575
576 # This target untars the dist file and tries a VPATH configuration.  Then
577 # it guarantees that the distribution is self-contained by making another
578 # tarfile.
579 distcheck: dist
580         case '$(DIST_ARCHIVES)' in \
581         *.tar.gz*) \
582           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
583         *.tar.bz2*) \
584           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
585         *.tar.Z*) \
586           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
587         *.shar.gz*) \
588           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
589         *.zip*) \
590           unzip $(distdir).zip ;;\
591         esac
592         chmod -R a-w $(distdir); chmod a+w $(distdir)
593         mkdir $(distdir)/_build
594         mkdir $(distdir)/_inst
595         chmod a-w $(distdir)
596         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
597           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
598           && cd $(distdir)/_build \
599           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
600             $(DISTCHECK_CONFIGURE_FLAGS) \
601           && $(MAKE) $(AM_MAKEFLAGS) \
602           && $(MAKE) $(AM_MAKEFLAGS) dvi \
603           && $(MAKE) $(AM_MAKEFLAGS) check \
604           && $(MAKE) $(AM_MAKEFLAGS) install \
605           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
606           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
607           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
608                 distuninstallcheck \
609           && chmod -R a-w "$$dc_install_base" \
610           && ({ \
611                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
612                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
613                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
614                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
615                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
616               } || { rm -rf "$$dc_destdir"; exit 1; }) \
617           && rm -rf "$$dc_destdir" \
618           && $(MAKE) $(AM_MAKEFLAGS) dist \
619           && rm -rf $(DIST_ARCHIVES) \
620           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
621         $(am__remove_distdir)
622         @(echo "$(distdir) archives ready for distribution: "; \
623           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
624           sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
625 distuninstallcheck:
626         @cd $(distuninstallcheck_dir) \
627         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
628            || { echo "ERROR: files left after uninstall:" ; \
629                 if test -n "$(DESTDIR)"; then \
630                   echo "  (check DESTDIR support)"; \
631                 fi ; \
632                 $(distuninstallcheck_listfiles) ; \
633                 exit 1; } >&2
634 distcleancheck: distclean
635         @if test '$(srcdir)' = . ; then \
636           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
637           exit 1 ; \
638         fi
639         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
640           || { echo "ERROR: files left in build directory after distclean:" ; \
641                $(distcleancheck_listfiles) ; \
642                exit 1; } >&2
643 check-am: all-am
644 check: check-recursive
645 all-am: Makefile all-multi config.h
646 installdirs: installdirs-recursive
647 installdirs-am:
648 install: install-recursive
649 install-exec: install-exec-recursive
650 install-data: install-data-recursive
651 uninstall: uninstall-recursive
652
653 install-am: all-am
654         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
655
656 installcheck: installcheck-recursive
657 install-strip:
658         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
659           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
660           `test -z '$(STRIP)' || \
661             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
662 mostlyclean-generic:
663
664 clean-generic:
665
666 distclean-generic:
667         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
668
669 maintainer-clean-generic:
670         @echo "This command is intended for maintainers to use"
671         @echo "it deletes files that may require special tools to rebuild."
672 clean: clean-multi clean-recursive
673
674 clean-am: clean-generic clean-libtool mostlyclean-am
675
676 distclean: distclean-multi distclean-recursive
677         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
678         -rm -f Makefile
679 distclean-am: clean-am distclean-generic distclean-hdr \
680         distclean-libtool distclean-tags
681
682 dvi: dvi-recursive
683
684 dvi-am:
685
686 html: html-recursive
687
688 info: info-recursive
689
690 info-am:
691
692 install-data-am:
693
694 install-exec-am: install-multi
695
696 install-info: install-info-recursive
697
698 install-man:
699
700 installcheck-am:
701
702 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
703         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
704         -rm -rf $(top_srcdir)/autom4te.cache
705         -rm -f Makefile
706 maintainer-clean-am: distclean-am maintainer-clean-generic
707
708 mostlyclean: mostlyclean-multi mostlyclean-recursive
709
710 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
711
712 pdf: pdf-recursive
713
714 pdf-am:
715
716 ps: ps-recursive
717
718 ps-am:
719
720 uninstall-am: uninstall-info-am
721
722 uninstall-info: uninstall-info-recursive
723
724 .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am all-multi \
725         am--refresh check check-am clean clean-generic clean-libtool \
726         clean-multi clean-recursive ctags ctags-recursive dist \
727         dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
728         distcheck distclean distclean-generic distclean-hdr \
729         distclean-libtool distclean-multi distclean-recursive \
730         distclean-tags distcleancheck distdir distuninstallcheck dvi \
731         dvi-am html html-am info info-am install install-am \
732         install-data install-data-am install-exec install-exec-am \
733         install-info install-info-am install-man install-multi \
734         install-strip installcheck installcheck-am installdirs \
735         installdirs-am maintainer-clean maintainer-clean-generic \
736         maintainer-clean-multi maintainer-clean-recursive mostlyclean \
737         mostlyclean-generic mostlyclean-libtool mostlyclean-multi \
738         mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
739         uninstall uninstall-am uninstall-info-am
740
741
742 # These rules are messy, but are hella worth it.
743 doxygen:
744         -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
745           builddir=`${PWD_COMMAND}`; \
746           ${SHELL} ${srcdir}/docs/doxygen/run_doxygen \
747                     --mode=user $${srcdir} $${builddir})
748
749 doxygen-maint:
750         -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
751           builddir=`${PWD_COMMAND}`; \
752           ${SHELL} ${srcdir}/docs/doxygen/run_doxygen \
753                     --mode=maint $${srcdir} $${builddir})
754
755 doxygen-man:
756         -(srcdir=`cd ${top_srcdir}; ${PWD_COMMAND}`; \
757           builddir=`${PWD_COMMAND}`; \
758           ${SHELL} ${srcdir}/docs/doxygen/run_doxygen \
759                     --mode=man $${srcdir} $${builddir})
760
761 .PHONY: doxygen doxygen-maint doxygen-man
762
763 # Handy forwarding targets.
764 check-%:
765         cd testsuite && $(MAKE) $@
766
767 # All the machinations with string instantiations messes up the
768 # automake-generated TAGS rule. Make a simple one here.
769 TAGS: tags-recursive $(LISP)
770 # Tell versions [3.59,3.63) of GNU make to not export all variables.
771 # Otherwise a system limit (for SysV at least) may be exceeded.
772 .NOEXPORT: