OSDN Git Service

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