OSDN Git Service

2010-02-11 Paolo Carlini <paolo.carlini@oracle.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / Makefile.in
1 # Makefile.in generated by automake 1.11 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 = README $(am__configure_deps) $(srcdir)/../config.guess \
38         $(srcdir)/../config.sub $(srcdir)/../install-sh \
39         $(srcdir)/../ltmain.sh $(srcdir)/../missing \
40         $(srcdir)/../mkinstalldirs $(srcdir)/Makefile.am \
41         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
42         $(top_srcdir)/configure $(top_srcdir)/fragment.am \
43         $(top_srcdir)/scripts/testsuite_flags.in ChangeLog
44 subdir = .
45 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46 am__aclocal_m4_deps = $(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/multi.m4 \
54         $(top_srcdir)/../config/no-executables.m4 \
55         $(top_srcdir)/../config/override.m4 \
56         $(top_srcdir)/../config/stdint.m4 \
57         $(top_srcdir)/../config/unwind_ipinfo.m4 \
58         $(top_srcdir)/../libtool.m4 $(top_srcdir)/../ltoptions.m4 \
59         $(top_srcdir)/../ltsugar.m4 $(top_srcdir)/../ltversion.m4 \
60         $(top_srcdir)/../lt~obsolete.m4 $(top_srcdir)/crossconfig.m4 \
61         $(top_srcdir)/linkage.m4 $(top_srcdir)/acinclude.m4 \
62         $(top_srcdir)/../config/tls.m4 $(top_srcdir)/configure.ac
63 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
64         $(ACLOCAL_M4)
65 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
66  configure.lineno config.status.lineno
67 CONFIG_HEADER = config.h
68 CONFIG_CLEAN_FILES = scripts/testsuite_flags
69 CONFIG_CLEAN_VPATH_FILES =
70 depcomp =
71 am__depfiles_maybe =
72 SOURCES =
73 DIST_SOURCES =
74 MULTISRCTOP = 
75 MULTIBUILDTOP = 
76 MULTIDIRS = 
77 MULTISUBDIR = 
78 MULTIDO = true
79 MULTICLEAN = true
80 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
81         html-recursive info-recursive install-data-recursive \
82         install-dvi-recursive install-exec-recursive \
83         install-html-recursive install-info-recursive \
84         install-pdf-recursive install-ps-recursive install-recursive \
85         installcheck-recursive installdirs-recursive pdf-recursive \
86         ps-recursive uninstall-recursive
87 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
88   distclean-recursive maintainer-clean-recursive
89 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
90         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
91         distdir dist dist-all distcheck
92 ETAGS = etags
93 CTAGS = ctags
94 DIST_SUBDIRS = include libsupc++ doc src po testsuite python
95 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96 distdir = $(PACKAGE)-$(VERSION)
97 top_distdir = $(distdir)
98 am__remove_distdir = \
99   { test ! -d "$(distdir)" \
100     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
101          && rm -fr "$(distdir)"; }; }
102 am__relativize = \
103   dir0=`pwd`; \
104   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
105   sed_rest='s,^[^/]*/*,,'; \
106   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
107   sed_butlast='s,/*[^/]*$$,,'; \
108   while test -n "$$dir1"; do \
109     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
110     if test "$$first" != "."; then \
111       if test "$$first" = ".."; then \
112         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
113         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
114       else \
115         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
116         if test "$$first2" = "$$first"; then \
117           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
118         else \
119           dir2="../$$dir2"; \
120         fi; \
121         dir0="$$dir0"/"$$first"; \
122       fi; \
123     fi; \
124     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
125   done; \
126   reldir="$$dir2"
127 DIST_ARCHIVES = $(distdir).tar.gz
128 GZIP_ENV = --best
129 distuninstallcheck_listfiles = find . -type f -print
130 distcleancheck_listfiles = find . -type f -print
131 ABI_TWEAKS_SRCDIR = @ABI_TWEAKS_SRCDIR@
132 ACLOCAL = @ACLOCAL@
133 ALLOCATOR_H = @ALLOCATOR_H@
134 ALLOCATOR_NAME = @ALLOCATOR_NAME@
135 AMTAR = @AMTAR@
136 AR = @AR@
137 AS = @AS@
138 ATOMICITY_SRCDIR = @ATOMICITY_SRCDIR@
139 ATOMIC_FLAGS = @ATOMIC_FLAGS@
140 ATOMIC_WORD_SRCDIR = @ATOMIC_WORD_SRCDIR@
141 AUTOCONF = @AUTOCONF@
142 AUTOHEADER = @AUTOHEADER@
143 AUTOMAKE = @AUTOMAKE@
144 AWK = @AWK@
145 BASIC_FILE_CC = @BASIC_FILE_CC@
146 BASIC_FILE_H = @BASIC_FILE_H@
147 CC = @CC@
148 CCODECVT_CC = @CCODECVT_CC@
149 CCOLLATE_CC = @CCOLLATE_CC@
150 CCTYPE_CC = @CCTYPE_CC@
151 CFLAGS = @CFLAGS@
152 CLOCALE_CC = @CLOCALE_CC@
153 CLOCALE_H = @CLOCALE_H@
154 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
155 CMESSAGES_CC = @CMESSAGES_CC@
156 CMESSAGES_H = @CMESSAGES_H@
157 CMONEY_CC = @CMONEY_CC@
158 CNUMERIC_CC = @CNUMERIC_CC@
159 CPP = @CPP@
160 CPPFLAGS = @CPPFLAGS@
161 CPU_DEFINES_SRCDIR = @CPU_DEFINES_SRCDIR@
162 CSTDIO_H = @CSTDIO_H@
163 CTIME_CC = @CTIME_CC@
164 CTIME_H = @CTIME_H@
165 CXX = @CXX@
166 CXXCPP = @CXXCPP@
167 CXXFLAGS = @CXXFLAGS@
168 CYGPATH_W = @CYGPATH_W@
169 C_INCLUDE_DIR = @C_INCLUDE_DIR@
170 DEBUG_FLAGS = @DEBUG_FLAGS@
171 DEFS = @DEFS@
172 DSYMUTIL = @DSYMUTIL@
173 DUMPBIN = @DUMPBIN@
174 ECHO_C = @ECHO_C@
175 ECHO_N = @ECHO_N@
176 ECHO_T = @ECHO_T@
177 EGREP = @EGREP@
178 ERROR_CONSTANTS_SRCDIR = @ERROR_CONSTANTS_SRCDIR@
179 EXEEXT = @EXEEXT@
180 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
181 FGREP = @FGREP@
182 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
183 GLIBCXX_LIBS = @GLIBCXX_LIBS@
184 GREP = @GREP@
185 INSTALL = @INSTALL@
186 INSTALL_DATA = @INSTALL_DATA@
187 INSTALL_PROGRAM = @INSTALL_PROGRAM@
188 INSTALL_SCRIPT = @INSTALL_SCRIPT@
189 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
190 LD = @LD@
191 LDFLAGS = @LDFLAGS@
192 LIBICONV = @LIBICONV@
193 LIBOBJS = @LIBOBJS@
194 LIBS = @LIBS@
195 LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
196 LIBTOOL = @LIBTOOL@
197 LIPO = @LIPO@
198 LN_S = @LN_S@
199 LTLIBICONV = @LTLIBICONV@
200 LTLIBOBJS = @LTLIBOBJS@
201 MAINT = @MAINT@
202 MAKEINFO = @MAKEINFO@
203 MKDIR_P = @MKDIR_P@
204 NM = @NM@
205 NMEDIT = @NMEDIT@
206 OBJDUMP = @OBJDUMP@
207 OBJEXT = @OBJEXT@
208 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
209 OPT_LDFLAGS = @OPT_LDFLAGS@
210 OS_INC_SRCDIR = @OS_INC_SRCDIR@
211 OTOOL = @OTOOL@
212 OTOOL64 = @OTOOL64@
213 PACKAGE = @PACKAGE@
214 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
215 PACKAGE_NAME = @PACKAGE_NAME@
216 PACKAGE_STRING = @PACKAGE_STRING@
217 PACKAGE_TARNAME = @PACKAGE_TARNAME@
218 PACKAGE_URL = @PACKAGE_URL@
219 PACKAGE_VERSION = @PACKAGE_VERSION@
220 PATH_SEPARATOR = @PATH_SEPARATOR@
221 RANLIB = @RANLIB@
222 SECTION_FLAGS = @SECTION_FLAGS@
223 SECTION_LDFLAGS = @SECTION_LDFLAGS@
224 SED = @SED@
225 SET_MAKE = @SET_MAKE@
226 SHELL = @SHELL@
227 STRIP = @STRIP@
228 SYMVER_FILE = @SYMVER_FILE@
229 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
230 USE_NLS = @USE_NLS@
231 VERSION = @VERSION@
232 WARN_FLAGS = @WARN_FLAGS@
233 WERROR = @WERROR@
234 abs_builddir = @abs_builddir@
235 abs_srcdir = @abs_srcdir@
236 abs_top_builddir = @abs_top_builddir@
237 abs_top_srcdir = @abs_top_srcdir@
238 ac_ct_CC = @ac_ct_CC@
239 ac_ct_CXX = @ac_ct_CXX@
240 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
241 am__leading_dot = @am__leading_dot@
242 am__tar = @am__tar@
243 am__untar = @am__untar@
244 baseline_dir = @baseline_dir@
245 bindir = @bindir@
246 build = @build@
247 build_alias = @build_alias@
248 build_cpu = @build_cpu@
249 build_os = @build_os@
250 build_vendor = @build_vendor@
251 builddir = @builddir@
252 check_msgfmt = @check_msgfmt@
253 datadir = @datadir@
254 datarootdir = @datarootdir@
255 docdir = @docdir@
256 dvidir = @dvidir@
257 enable_shared = @enable_shared@
258 enable_static = @enable_static@
259 exec_prefix = @exec_prefix@
260 glibcxx_MOFILES = @glibcxx_MOFILES@
261 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
262 glibcxx_POFILES = @glibcxx_POFILES@
263 glibcxx_builddir = @glibcxx_builddir@
264 glibcxx_localedir = @glibcxx_localedir@
265 glibcxx_prefixdir = @glibcxx_prefixdir@
266 glibcxx_srcdir = @glibcxx_srcdir@
267 glibcxx_thread_h = @glibcxx_thread_h@
268 glibcxx_toolexecdir = @glibcxx_toolexecdir@
269 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
270 gxx_include_dir = @gxx_include_dir@
271 host = @host@
272 host_alias = @host_alias@
273 host_cpu = @host_cpu@
274 host_os = @host_os@
275 host_vendor = @host_vendor@
276 htmldir = @htmldir@
277 includedir = @includedir@
278 infodir = @infodir@
279 install_sh = @install_sh@
280 libdir = @libdir@
281 libexecdir = @libexecdir@
282 libtool_VERSION = @libtool_VERSION@
283 localedir = @localedir@
284 localstatedir = @localstatedir@
285 mandir = @mandir@
286 mkdir_p = @mkdir_p@
287 multi_basedir = @multi_basedir@
288 oldincludedir = @oldincludedir@
289 pdfdir = @pdfdir@
290 port_specific_symbol_files = @port_specific_symbol_files@
291 prefix = @prefix@
292 program_transform_name = @program_transform_name@
293 psdir = @psdir@
294 sbindir = @sbindir@
295 sharedstatedir = @sharedstatedir@
296 srcdir = @srcdir@
297 sysconfdir = @sysconfdir@
298 target = @target@
299 target_alias = @target_alias@
300 target_cpu = @target_cpu@
301 target_os = @target_os@
302 target_vendor = @target_vendor@
303 top_build_prefix = @top_build_prefix@
304 top_builddir = @top_builddir@
305 top_srcdir = @top_srcdir@
306 toplevel_srcdir = @toplevel_srcdir@
307
308 # May be used by various substitution variables.
309 gcc_version := $(shell cat $(top_srcdir)/../gcc/BASE-VER)
310 MAINT_CHARSET = latin1
311 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
312 PWD_COMMAND = $${PWDCMD-pwd}
313 STAMP = echo timestamp >
314 toolexecdir = $(glibcxx_toolexecdir)
315 toolexeclibdir = $(glibcxx_toolexeclibdir)
316
317 # These bits are all figured out from configure.  Look in acinclude.m4
318 # or configure.ac to see how they are set.  See GLIBCXX_EXPORT_FLAGS.
319 CONFIG_CXXFLAGS = \
320         $(SECTION_FLAGS) $(EXTRA_CXX_FLAGS)
321
322 WARN_CXXFLAGS = \
323         $(WARN_FLAGS) $(WERROR) -fdiagnostics-show-location=once
324
325
326 # -I/-D flags to pass when compiling.
327 AM_CPPFLAGS = $(GLIBCXX_INCLUDES)
328 @GLIBCXX_HOSTED_TRUE@hosted_source = doc src po testsuite
329 SUBDIRS = include libsupc++ $(hosted_source) python
330 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
331
332 # Multilib support.
333 MAKEOVERRIDES = 
334
335 # Work around what appears to be a GNU make bug handling MAKEFLAGS
336 # values defined in terms of make variables, as is the case for CC and
337 # friends when we are called from the top level Makefile.
338 AM_MAKEFLAGS = \
339         "AR_FLAGS=$(AR_FLAGS)" \
340         "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
341         "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
342         "CFLAGS=$(CFLAGS)" \
343         "CXXFLAGS=$(CXXFLAGS)" \
344         "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
345         "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
346         "INSTALL=$(INSTALL)" \
347         "INSTALL_DATA=$(INSTALL_DATA)" \
348         "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
349         "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
350         "LDFLAGS=$(LDFLAGS)" \
351         "LIBCFLAGS=$(LIBCFLAGS)" \
352         "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
353         "MAKE=$(MAKE)" \
354         "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
355         "PICFLAG=$(PICFLAG)" \
356         "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
357         "SHELL=$(SHELL)" \
358         "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
359         "exec_prefix=$(exec_prefix)" \
360         "infodir=$(infodir)" \
361         "libdir=$(libdir)" \
362         "includedir=$(includedir)" \
363         "prefix=$(prefix)" \
364         "tooldir=$(tooldir)" \
365         "gxx_include_dir=$(gxx_include_dir)" \
366         "AR=$(AR)" \
367         "AS=$(AS)" \
368         "LD=$(LD)" \
369         "RANLIB=$(RANLIB)" \
370         "NM=$(NM)" \
371         "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
372         "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
373         "DESTDIR=$(DESTDIR)" \
374         "WERROR=$(WERROR)"
375
376
377 # Subdir rules rely on $(FLAGS_TO_PASS)
378 FLAGS_TO_PASS = $(AM_MAKEFLAGS)
379 all: config.h
380         $(MAKE) $(AM_MAKEFLAGS) all-recursive
381
382 .SUFFIXES:
383 am--refresh:
384         @:
385 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/fragment.am $(am__configure_deps)
386         @for dep in $?; do \
387           case '$(am__configure_deps)' in \
388             *$$dep*) \
389               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
390               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
391                 && exit 0; \
392               exit 1;; \
393           esac; \
394         done; \
395         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
396         $(am__cd) $(top_srcdir) && \
397           $(AUTOMAKE) --foreign --ignore-deps Makefile
398 .PRECIOUS: Makefile
399 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
400         @case '$?' in \
401           *config.status*) \
402             echo ' $(SHELL) ./config.status'; \
403             $(SHELL) ./config.status;; \
404           *) \
405             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
406             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
407         esac;
408
409 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
410         $(SHELL) ./config.status --recheck
411
412 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
413         $(am__cd) $(srcdir) && $(AUTOCONF)
414 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
415         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
416 $(am__aclocal_m4_deps):
417
418 config.h: stamp-h1
419         @if test ! -f $@; then \
420           rm -f stamp-h1; \
421           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
422         else :; fi
423
424 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
425         @rm -f stamp-h1
426         cd $(top_builddir) && $(SHELL) ./config.status config.h
427 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
428         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
429         rm -f stamp-h1
430         touch $@
431
432 distclean-hdr:
433         -rm -f config.h stamp-h1
434 scripts/testsuite_flags: $(top_builddir)/config.status $(top_srcdir)/scripts/testsuite_flags.in
435         cd $(top_builddir) && $(SHELL) ./config.status $@
436
437 mostlyclean-libtool:
438         -rm -f *.lo
439
440 clean-libtool:
441         -rm -rf .libs _libs
442
443 distclean-libtool:
444         -rm -f libtool config.lt
445
446 # GNU Make needs to see an explicit $(MAKE) variable in the command it
447 # runs to enable its job server during parallel builds.  Hence the
448 # comments below.
449 all-multi:
450         $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do # $(MAKE)
451 install-multi:
452         $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do # $(MAKE)
453
454 mostlyclean-multi:
455         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean # $(MAKE)
456 clean-multi:
457         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean # $(MAKE)
458 distclean-multi:
459         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean # $(MAKE)
460 maintainer-clean-multi:
461         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean # $(MAKE)
462
463 # This directory's subdirectories are mostly independent; you can cd
464 # into them and run `make' without going through this Makefile.
465 # To change the values of `make' variables: instead of editing Makefiles,
466 # (1) if the variable is set in `config.status', edit `config.status'
467 #     (which will cause the Makefiles to be regenerated when you run `make');
468 # (2) otherwise, pass the desired values on the `make' command line.
469 $(RECURSIVE_TARGETS):
470         @failcom='exit 1'; \
471         for f in x $$MAKEFLAGS; do \
472           case $$f in \
473             *=* | --[!k]*);; \
474             *k*) failcom='fail=yes';; \
475           esac; \
476         done; \
477         dot_seen=no; \
478         target=`echo $@ | sed s/-recursive//`; \
479         list='$(SUBDIRS)'; for subdir in $$list; do \
480           echo "Making $$target in $$subdir"; \
481           if test "$$subdir" = "."; then \
482             dot_seen=yes; \
483             local_target="$$target-am"; \
484           else \
485             local_target="$$target"; \
486           fi; \
487           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
488           || eval $$failcom; \
489         done; \
490         if test "$$dot_seen" = "no"; then \
491           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
492         fi; test -z "$$fail"
493
494 $(RECURSIVE_CLEAN_TARGETS):
495         @failcom='exit 1'; \
496         for f in x $$MAKEFLAGS; do \
497           case $$f in \
498             *=* | --[!k]*);; \
499             *k*) failcom='fail=yes';; \
500           esac; \
501         done; \
502         dot_seen=no; \
503         case "$@" in \
504           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
505           *) list='$(SUBDIRS)' ;; \
506         esac; \
507         rev=''; for subdir in $$list; do \
508           if test "$$subdir" = "."; then :; else \
509             rev="$$subdir $$rev"; \
510           fi; \
511         done; \
512         rev="$$rev ."; \
513         target=`echo $@ | sed s/-recursive//`; \
514         for subdir in $$rev; do \
515           echo "Making $$target in $$subdir"; \
516           if test "$$subdir" = "."; then \
517             local_target="$$target-am"; \
518           else \
519             local_target="$$target"; \
520           fi; \
521           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
522           || eval $$failcom; \
523         done && test -z "$$fail"
524 tags-recursive:
525         list='$(SUBDIRS)'; for subdir in $$list; do \
526           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
527         done
528 ctags-recursive:
529         list='$(SUBDIRS)'; for subdir in $$list; do \
530           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
531         done
532
533 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
534         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
535         unique=`for i in $$list; do \
536             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
537           done | \
538           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
539               END { if (nonempty) { for (i in files) print i; }; }'`; \
540         mkid -fID $$unique
541 tags: TAGS
542 ctags: CTAGS
543 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
544                 $(TAGS_FILES) $(LISP)
545         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
546         unique=`for i in $$list; do \
547             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
548           done | \
549           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
550               END { if (nonempty) { for (i in files) print i; }; }'`; \
551         test -z "$(CTAGS_ARGS)$$unique" \
552           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
553              $$unique
554
555 GTAGS:
556         here=`$(am__cd) $(top_builddir) && pwd` \
557           && $(am__cd) $(top_srcdir) \
558           && gtags -i $(GTAGS_ARGS) "$$here"
559
560 distclean-tags:
561         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
562
563 distdir: $(DISTFILES)
564         $(am__remove_distdir)
565         test -d "$(distdir)" || mkdir "$(distdir)"
566         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
567         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
568         list='$(DISTFILES)'; \
569           dist_files=`for file in $$list; do echo $$file; done | \
570           sed -e "s|^$$srcdirstrip/||;t" \
571               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
572         case $$dist_files in \
573           */*) $(MKDIR_P) `echo "$$dist_files" | \
574                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
575                            sort -u` ;; \
576         esac; \
577         for file in $$dist_files; do \
578           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
579           if test -d $$d/$$file; then \
580             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
581             if test -d "$(distdir)/$$file"; then \
582               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
583             fi; \
584             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
585               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
586               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
587             fi; \
588             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
589           else \
590             test -f "$(distdir)/$$file" \
591             || cp -p $$d/$$file "$(distdir)/$$file" \
592             || exit 1; \
593           fi; \
594         done
595         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
596           if test "$$subdir" = .; then :; else \
597             test -d "$(distdir)/$$subdir" \
598             || $(MKDIR_P) "$(distdir)/$$subdir" \
599             || exit 1; \
600           fi; \
601         done
602         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
603           if test "$$subdir" = .; then :; else \
604             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
605             $(am__relativize); \
606             new_distdir=$$reldir; \
607             dir1=$$subdir; dir2="$(top_distdir)"; \
608             $(am__relativize); \
609             new_top_distdir=$$reldir; \
610             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
611             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
612             ($(am__cd) $$subdir && \
613               $(MAKE) $(AM_MAKEFLAGS) \
614                 top_distdir="$$new_top_distdir" \
615                 distdir="$$new_distdir" \
616                 am__remove_distdir=: \
617                 am__skip_length_check=: \
618                 am__skip_mode_fix=: \
619                 distdir) \
620               || exit 1; \
621           fi; \
622         done
623         -test -n "$(am__skip_mode_fix)" \
624         || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
625           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
626           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
627           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
628         || chmod -R a+r "$(distdir)"
629 dist-gzip: distdir
630         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
631         $(am__remove_distdir)
632
633 dist-bzip2: distdir
634         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
635         $(am__remove_distdir)
636
637 dist-lzma: distdir
638         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
639         $(am__remove_distdir)
640
641 dist-xz: distdir
642         tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
643         $(am__remove_distdir)
644
645 dist-tarZ: distdir
646         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
647         $(am__remove_distdir)
648
649 dist-shar: distdir
650         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
651         $(am__remove_distdir)
652
653 dist-zip: distdir
654         -rm -f $(distdir).zip
655         zip -rq $(distdir).zip $(distdir)
656         $(am__remove_distdir)
657
658 dist dist-all: distdir
659         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
660         $(am__remove_distdir)
661
662 # This target untars the dist file and tries a VPATH configuration.  Then
663 # it guarantees that the distribution is self-contained by making another
664 # tarfile.
665 distcheck: dist
666         case '$(DIST_ARCHIVES)' in \
667         *.tar.gz*) \
668           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
669         *.tar.bz2*) \
670           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
671         *.tar.lzma*) \
672           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
673         *.tar.xz*) \
674           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
675         *.tar.Z*) \
676           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
677         *.shar.gz*) \
678           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
679         *.zip*) \
680           unzip $(distdir).zip ;;\
681         esac
682         chmod -R a-w $(distdir); chmod a+w $(distdir)
683         mkdir $(distdir)/_build
684         mkdir $(distdir)/_inst
685         chmod a-w $(distdir)
686         test -d $(distdir)/_build || exit 0; \
687         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
688           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
689           && am__cwd=`pwd` \
690           && $(am__cd) $(distdir)/_build \
691           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
692             $(DISTCHECK_CONFIGURE_FLAGS) \
693           && $(MAKE) $(AM_MAKEFLAGS) \
694           && $(MAKE) $(AM_MAKEFLAGS) dvi \
695           && $(MAKE) $(AM_MAKEFLAGS) check \
696           && $(MAKE) $(AM_MAKEFLAGS) install \
697           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
698           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
699           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
700                 distuninstallcheck \
701           && chmod -R a-w "$$dc_install_base" \
702           && ({ \
703                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
704                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
705                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
706                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
707                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
708               } || { rm -rf "$$dc_destdir"; exit 1; }) \
709           && rm -rf "$$dc_destdir" \
710           && $(MAKE) $(AM_MAKEFLAGS) dist \
711           && rm -rf $(DIST_ARCHIVES) \
712           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
713           && cd "$$am__cwd" \
714           || exit 1
715         $(am__remove_distdir)
716         @(echo "$(distdir) archives ready for distribution: "; \
717           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
718           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
719 distuninstallcheck:
720         @$(am__cd) '$(distuninstallcheck_dir)' \
721         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
722            || { echo "ERROR: files left after uninstall:" ; \
723                 if test -n "$(DESTDIR)"; then \
724                   echo "  (check DESTDIR support)"; \
725                 fi ; \
726                 $(distuninstallcheck_listfiles) ; \
727                 exit 1; } >&2
728 distcleancheck: distclean
729         @if test '$(srcdir)' = . ; then \
730           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
731           exit 1 ; \
732         fi
733         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
734           || { echo "ERROR: files left in build directory after distclean:" ; \
735                $(distcleancheck_listfiles) ; \
736                exit 1; } >&2
737 check-am: all-am
738 check: check-recursive
739 all-am: Makefile all-multi config.h
740 installdirs: installdirs-recursive
741 installdirs-am:
742 install: install-recursive
743 install-exec: install-exec-recursive
744 install-data: install-data-recursive
745 uninstall: uninstall-recursive
746
747 install-am: all-am
748         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
749
750 installcheck: installcheck-recursive
751 install-strip:
752         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
753           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
754           `test -z '$(STRIP)' || \
755             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
756 mostlyclean-generic:
757
758 clean-generic:
759
760 distclean-generic:
761         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
762         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
763
764 maintainer-clean-generic:
765         @echo "This command is intended for maintainers to use"
766         @echo "it deletes files that may require special tools to rebuild."
767 clean: clean-multi clean-recursive
768
769 clean-am: clean-generic clean-libtool mostlyclean-am
770
771 distclean: distclean-multi distclean-recursive
772         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
773         -rm -f Makefile
774 distclean-am: clean-am distclean-generic distclean-hdr \
775         distclean-libtool distclean-tags
776
777 dvi: dvi-recursive
778
779 dvi-am:
780
781 html: html-recursive
782
783 html-am:
784
785 info: info-recursive
786
787 info-am:
788
789 install-data-am:
790
791 install-dvi: install-dvi-recursive
792
793 install-dvi-am:
794
795 install-exec-am: install-multi
796
797 install-html: install-html-recursive
798
799 install-html-am:
800
801 install-info: install-info-recursive
802
803 install-info-am:
804
805 install-man:
806
807 install-pdf: install-pdf-recursive
808
809 install-pdf-am:
810
811 install-ps: install-ps-recursive
812
813 install-ps-am:
814
815 installcheck-am:
816
817 maintainer-clean: maintainer-clean-multi maintainer-clean-recursive
818         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
819         -rm -rf $(top_srcdir)/autom4te.cache
820         -rm -f Makefile
821 maintainer-clean-am: distclean-am maintainer-clean-generic
822
823 mostlyclean: mostlyclean-multi mostlyclean-recursive
824
825 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
826
827 pdf: pdf-recursive
828
829 pdf-am:
830
831 ps: ps-recursive
832
833 ps-am:
834
835 uninstall-am:
836
837 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all all-multi \
838         clean-multi ctags-recursive distclean-multi install-am \
839         install-multi install-strip maintainer-clean-multi \
840         mostlyclean-multi tags-recursive
841
842 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
843         all all-am all-multi am--refresh check check-am clean \
844         clean-generic clean-libtool clean-multi ctags ctags-recursive \
845         dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \
846         dist-tarZ dist-xz dist-zip distcheck distclean \
847         distclean-generic distclean-hdr distclean-libtool \
848         distclean-multi distclean-tags distcleancheck distdir \
849         distuninstallcheck dvi dvi-am html html-am info info-am \
850         install install-am install-data install-data-am install-dvi \
851         install-dvi-am install-exec install-exec-am install-html \
852         install-html-am install-info install-info-am install-man \
853         install-multi install-pdf install-pdf-am install-ps \
854         install-ps-am install-strip installcheck installcheck-am \
855         installdirs installdirs-am maintainer-clean \
856         maintainer-clean-generic maintainer-clean-multi mostlyclean \
857         mostlyclean-generic mostlyclean-libtool mostlyclean-multi pdf \
858         pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
859
860
861 # Handy forwarding targets.
862 check-%:
863         cd testsuite && $(MAKE) $@
864
865 doc-%:
866         cd doc && $(MAKE) $@
867
868 # All the machinations with string instantiations messes up the
869 # automake-generated TAGS rule. Make a simple one here.
870 TAGS: tags-recursive $(LISP)
871
872 # Tell versions [3.59,3.63) of GNU make to not export all variables.
873 # Otherwise a system limit (for SysV at least) may be exceeded.
874 .NOEXPORT: