OSDN Git Service

2001-02-20 Phil Edwards <pme@sources.redhat.com>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = .
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 build_alias = @build_alias@
61 build_triplet = @build@
62 host_alias = @host_alias@
63 host_triplet = @host@
64 target_alias = @target_alias@
65 target_triplet = @target@
66 AR = @AR@
67 AS = @AS@
68 CC = @CC@
69 CPP = @CPP@
70 CSHADOW_FLAGS = @CSHADOW_FLAGS@
71 CSTD_INCLUDES = @CSTD_INCLUDES@
72 CXX = @CXX@
73 CXXCPP = @CXXCPP@
74 CXX_libstdcxx = @CXX_libstdcxx@
75 C_INCLUDE_DIR = @C_INCLUDE_DIR@
76 DEBUG_FLAGS = @DEBUG_FLAGS@
77 DLLTOOL = @DLLTOOL@
78 EXEEXT = @EXEEXT@
79 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
80 GCJ = @GCJ@
81 GCJFLAGS = @GCJFLAGS@
82 GLIBCPP_CFLAGS = @GLIBCPP_CFLAGS@
83 GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
84 GLIBCPP_INCLUDE_DIR = @GLIBCPP_INCLUDE_DIR@
85 LIBIO_INCLUDES = @LIBIO_INCLUDES@
86 LIBMATHOBJS = @LIBMATHOBJS@
87 LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
88 LIBSTRINGOBJS = @LIBSTRINGOBJS@
89 LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
90 LIBTOOL = @LIBTOOL@
91 LN_S = @LN_S@
92 MAINT = @MAINT@
93 MAKEINFO = @MAKEINFO@
94 OBJDUMP = @OBJDUMP@
95 OBJEXT = @OBJEXT@
96 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
97 OPT_LDFLAGS = @OPT_LDFLAGS@
98 PACKAGE = @PACKAGE@
99 RANLIB = @RANLIB@
100 SECTION_FLAGS = @SECTION_FLAGS@
101 SECTION_LDFLAGS = @SECTION_LDFLAGS@
102 STRIP = @STRIP@
103 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
104 USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
105 VERSION = @VERSION@
106 WARN_FLAGS = @WARN_FLAGS@
107 WERROR = @WERROR@
108 WFMT_FLAGS = @WFMT_FLAGS@
109 enable_shared = @enable_shared@
110 enable_static = @enable_static@
111 glibcpp_basedir = @glibcpp_basedir@
112 glibcpp_toolexecdir = @glibcpp_toolexecdir@
113 glibcpp_toolexeclibdir = @glibcpp_toolexeclibdir@
114 gxx_include_dir = @gxx_include_dir@
115 ifGNUmake = @ifGNUmake@
116 libinst_wstring_la = @libinst_wstring_la@
117 libio_la = @libio_la@
118 toplevel_srcdir = @toplevel_srcdir@
119
120 AUTOMAKE_OPTIONS = 1.3 cygnus
121 MAINT_CHARSET = latin1
122
123 SUBDIRS = libio libmath libsupc++ src
124
125 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
126
127 # Multilib support.
128 MAKEOVERRIDES = 
129
130 # Multilib variables.
131 MULTISRCTOP = 
132 MULTIBUILDTOP = 
133 MULTIDIRS = 
134 MULTISUBDIR = 
135 MULTIDO = true
136 MULTICLEAN = true
137
138 # Work around what appears to be a GNU make bug handling MAKEFLAGS
139 # values defined in terms of make variables, as is the case for CC and
140 # friends when we are called from the top level Makefile.
141 AM_MAKEFLAGS = \
142         "AR_FLAGS=$(AR_FLAGS)" \
143         "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
144         "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
145         "CFLAGS=$(CFLAGS)" \
146         "CXXFLAGS=$(CXXFLAGS)" \
147         "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
148         "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
149         "INSTALL=$(INSTALL)" \
150         "INSTALL_DATA=$(INSTALL_DATA)" \
151         "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
152         "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
153         "LDFLAGS=$(LDFLAGS)" \
154         "LIBCFLAGS=$(LIBCFLAGS)" \
155         "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
156         "MAKE=$(MAKE)" \
157         "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
158         "PICFLAG=$(PICFLAG)" \
159         "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
160         "SHELL=$(SHELL)" \
161         "EXPECT=$(EXPECT)" \
162         "RUNTEST=$(RUNTEST)" \
163         "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
164         "exec_prefix=$(exec_prefix)" \
165         "infodir=$(infodir)" \
166         "libdir=$(libdir)" \
167         "includedir=$(includedir)" \
168         "prefix=$(prefix)" \
169         "tooldir=$(tooldir)" \
170         "AR=$(AR)" \
171         "AS=$(AS)" \
172         "CC=$(CC)" \
173         "CXX=$(CXX)" \
174         "LD=$(LD)" \
175         "LIBCFLAGS=$(LIBCFLAGS)" \
176         "PICFLAG=$(PICFLAG)" \
177         "RANLIB=$(RANLIB)" \
178         "NM=$(NM)" \
179         "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
180         "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
181         "DESTDIR=$(DESTDIR)" \
182         "WERROR=$(WERROR)" 
183
184 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
185 CONFIG_HEADER = config.h
186 CONFIG_CLEAN_FILES =  tests_flags mkcheck
187 DIST_COMMON =  README ./stamp-h.in ChangeLog Makefile.am Makefile.in \
188 acconfig.h acinclude.m4 aclocal.m4 config.h.in configure configure.in \
189 mkcheck.in tests_flags.in
190
191
192 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
193
194 TAR = gtar
195 GZIP_ENV = --best
196 all: all-redirect
197 .SUFFIXES:
198 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
199         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
200
201 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
202         cd $(top_builddir) \
203           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
204
205 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
206         cd $(srcdir) && $(ACLOCAL)
207
208 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
209         $(SHELL) ./config.status --recheck
210 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
211         cd $(srcdir) && $(AUTOCONF)
212
213 config.h: stamp-h
214         @if test ! -f $@; then \
215                 rm -f stamp-h; \
216                 $(MAKE) stamp-h; \
217         else :; fi
218 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
219         cd $(top_builddir) \
220           && CONFIG_FILES= CONFIG_HEADERS=config.h \
221              $(SHELL) ./config.status
222         @echo timestamp > stamp-h 2> /dev/null
223 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
224         @if test ! -f $@; then \
225                 rm -f $(srcdir)/stamp-h.in; \
226                 $(MAKE) $(srcdir)/stamp-h.in; \
227         else :; fi
228 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
229         cd $(top_srcdir) && $(AUTOHEADER)
230         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
231
232 mostlyclean-hdr:
233
234 clean-hdr:
235
236 distclean-hdr:
237         -rm -f config.h
238
239 maintainer-clean-hdr:
240 tests_flags: $(top_builddir)/config.status tests_flags.in
241         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
242 mkcheck: $(top_builddir)/config.status mkcheck.in
243         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
244
245 # This directory's subdirectories are mostly independent; you can cd
246 # into them and run `make' without going through this Makefile.
247 # To change the values of `make' variables: instead of editing Makefiles,
248 # (1) if the variable is set in `config.status', edit `config.status'
249 #     (which will cause the Makefiles to be regenerated when you run `make');
250 # (2) otherwise, pass the desired values on the `make' command line.
251
252 @SET_MAKE@
253
254 all-recursive install-data-recursive install-exec-recursive \
255 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
256 check-recursive installcheck-recursive info-recursive dvi-recursive:
257         @set fnord $(MAKEFLAGS); amf=$$2; \
258         dot_seen=no; \
259         target=`echo $@ | sed s/-recursive//`; \
260         list='$(SUBDIRS)'; for subdir in $$list; do \
261           echo "Making $$target in $$subdir"; \
262           if test "$$subdir" = "."; then \
263             dot_seen=yes; \
264             local_target="$$target-am"; \
265           else \
266             local_target="$$target"; \
267           fi; \
268           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
269            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
270         done; \
271         if test "$$dot_seen" = "no"; then \
272           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
273         fi; test -z "$$fail"
274
275 mostlyclean-recursive clean-recursive distclean-recursive \
276 maintainer-clean-recursive:
277         @set fnord $(MAKEFLAGS); amf=$$2; \
278         dot_seen=no; \
279         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
280           rev="$$subdir $$rev"; \
281           test "$$subdir" = "." && dot_seen=yes; \
282         done; \
283         test "$$dot_seen" = "no" && rev=". $$rev"; \
284         target=`echo $@ | sed s/-recursive//`; \
285         for subdir in $$rev; do \
286           echo "Making $$target in $$subdir"; \
287           if test "$$subdir" = "."; then \
288             local_target="$$target-am"; \
289           else \
290             local_target="$$target"; \
291           fi; \
292           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
293            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
294         done && test -z "$$fail"
295 tags-recursive:
296         list='$(SUBDIRS)'; for subdir in $$list; do \
297           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
298         done
299
300 tags: TAGS
301
302 ID: $(HEADERS) $(SOURCES) $(LISP)
303         list='$(SOURCES) $(HEADERS)'; \
304         unique=`for i in $$list; do echo $$i; done | \
305           awk '    { files[$$0] = 1; } \
306                END { for (i in files) print i; }'`; \
307         here=`pwd` && cd $(srcdir) \
308           && mkid -f$$here/ID $$unique $(LISP)
309
310 mostlyclean-tags:
311
312 clean-tags:
313
314 distclean-tags:
315         -rm -f TAGS ID
316
317 maintainer-clean-tags:
318
319 distdir = $(PACKAGE)-$(VERSION)
320 top_distdir = $(distdir)
321
322 # This target untars the dist file and tries a VPATH configuration.  Then
323 # it guarantees that the distribution is self-contained by making another
324 # tarfile.
325 distcheck: dist
326         -rm -rf $(distdir)
327         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
328         mkdir $(distdir)/=build
329         mkdir $(distdir)/=inst
330         dc_install_base=`cd $(distdir)/=inst && pwd`; \
331         cd $(distdir)/=build \
332           && ../configure --srcdir=.. --prefix=$$dc_install_base \
333           && $(MAKE) $(AM_MAKEFLAGS) \
334           && $(MAKE) $(AM_MAKEFLAGS) dvi \
335           && $(MAKE) $(AM_MAKEFLAGS) check \
336           && $(MAKE) $(AM_MAKEFLAGS) install \
337           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
338           && $(MAKE) $(AM_MAKEFLAGS) dist
339         -rm -rf $(distdir)
340         @banner="$(distdir).tar.gz is ready for distribution"; \
341         dashes=`echo "$$banner" | sed s/./=/g`; \
342         echo "$$dashes"; \
343         echo "$$banner"; \
344         echo "$$dashes"
345 dist: distdir
346         -chmod -R a+r $(distdir)
347         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
348         -rm -rf $(distdir)
349 dist-all: distdir
350         -chmod -R a+r $(distdir)
351         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
352         -rm -rf $(distdir)
353 distdir: $(DISTFILES)
354         -rm -rf $(distdir)
355         mkdir $(distdir)
356         -chmod 777 $(distdir)
357         @for file in $(DISTFILES); do \
358           if test -f $$file; then d=.; else d=$(srcdir); fi; \
359           if test -d $$d/$$file; then \
360             cp -pr $$d/$$file $(distdir)/$$file; \
361           else \
362             test -f $(distdir)/$$file \
363             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
364             || cp -p $$d/$$file $(distdir)/$$file || :; \
365           fi; \
366         done
367         for subdir in $(SUBDIRS); do \
368           if test "$$subdir" = .; then :; else \
369             test -d $(distdir)/$$subdir \
370             || mkdir $(distdir)/$$subdir \
371             || exit 1; \
372             chmod 777 $(distdir)/$$subdir; \
373             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
374               || exit 1; \
375           fi; \
376         done
377 info-am:
378 info: info-recursive
379 dvi-am:
380 dvi: dvi-recursive
381 check-am:
382 check: check-recursive
383 installcheck-am:
384 installcheck: installcheck-recursive
385 install-info-am: 
386 install-info: install-info-recursive
387 all-recursive-am: config.h
388         $(MAKE) $(AM_MAKEFLAGS) all-recursive
389
390 install-exec-am:
391 install-exec: install-exec-recursive
392
393 install-data-am:
394 install-data: install-data-recursive
395
396 install-am: all-am
397         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
398 install: install-recursive
399 uninstall-am:
400 uninstall: uninstall-recursive
401 all-am: Makefile config.h
402 all-redirect: all-recursive-am
403 install-strip:
404         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
405 installdirs: installdirs-recursive
406 installdirs-am:
407
408
409 mostlyclean-generic:
410
411 clean-generic:
412
413 distclean-generic:
414         -rm -f Makefile $(CONFIG_CLEAN_FILES)
415         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
416
417 maintainer-clean-generic:
418 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
419
420 mostlyclean: mostlyclean-recursive
421
422 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
423
424 clean: clean-recursive
425
426 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
427         -rm -f libtool
428
429 distclean: distclean-recursive
430         -rm -f config.status
431
432 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
433                 maintainer-clean-generic distclean-am
434         @echo "This command is intended for maintainers to use;"
435         @echo "it deletes files that may require special tools to rebuild."
436
437 maintainer-clean: maintainer-clean-recursive
438         -rm -f config.status
439
440 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
441 install-data-recursive uninstall-data-recursive install-exec-recursive \
442 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
443 all-recursive check-recursive installcheck-recursive info-recursive \
444 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
445 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
446 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
447 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
448 install-info all-recursive-am install-exec-am install-exec \
449 install-data-am install-data install-am install uninstall-am uninstall \
450 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
451 distclean-generic clean-generic maintainer-clean-generic clean \
452 mostlyclean distclean maintainer-clean
453
454
455 # Use $${builddir} instead of $(top_builddir) for arguments to "mkcheck"
456 # because then the paths will be full pathnames, not relative
457 # pathnames. (-Wl,--rpath seems to like this better.)
458 check: $(top_builddir)/mkcheck
459         -(chmod + $(top_builddir)/mkcheck; \
460           srcdir=`cd $(top_srcdir); pwd`; builddir=`pwd`; \
461           test -d testsuite || (mkdir testsuite; chmod u+w testsuite); \
462           cd testsuite; $${builddir}/mkcheck 0 $${builddir} $${srcdir})
463
464 check-install: $(top_builddir)/mkcheck
465         -(chmod + $(top_builddir)/mkcheck; \
466           srcdir=`cd $(top_srcdir); pwd`; builddir=`pwd`; \
467           test -d testsuite || (mkdir testsuite; chmod u+w testsuite); \
468           cd testsuite; \
469           $${builddir}/mkcheck 1 $${builddir} $${srcdir} $(prefix))
470
471 # Multilib Makefile bits.
472 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
473         maintainer-clean-multi
474
475 all-am: all-multi
476 install-am: install-multi
477 mostlyclean-am: mostlyclean-multi
478 clean-am: clean-multi
479 distclean-am: distclean-multi
480 maintainer-clean-am: maintainer-clean-multi
481
482 all-multi:
483         $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
484 install-multi:
485         $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
486 mostlyclean-multi:
487         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
488 clean-multi:
489         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
490 distclean-multi:
491         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
492 maintainer-clean-multi:
493         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
494
495 # All the machinations with string instantiations messes up the
496 # automake-generated TAGS rule. Make a simple one here.
497 TAGS: tags-recursive $(LISP)
498
499 # Tell versions [3.59,3.63) of GNU make to not export all variables.
500 # Otherwise a system limit (for SysV at least) may be exceeded.
501 .NOEXPORT: