OSDN Git Service

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