OSDN Git Service

2000-06-01 Benjamin Kosnik <bkoz@gnu.org>
[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 BUILD_LIBIO_INCLUDE = @BUILD_LIBIO_INCLUDE@
69 CC = @CC@
70 CPP = @CPP@
71 CPUFLAGS = @CPUFLAGS@
72 CSHADOWFLAGS = @CSHADOWFLAGS@
73 CSHADOW_INCLUDES = @CSHADOW_INCLUDES@
74 CSTDIO_CC = @CSTDIO_CC@
75 CSTDIO_H = @CSTDIO_H@
76 CXX = @CXX@
77 CXXCPP = @CXXCPP@
78 DEBUGFLAGS = @DEBUGFLAGS@
79 DLLTOOL = @DLLTOOL@
80 EXEEXT = @EXEEXT@
81 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
82 FMTFLAGS = @FMTFLAGS@
83 GCC_OBJDIR = @GCC_OBJDIR@
84 GLIBCPP_CFLAGS = @GLIBCPP_CFLAGS@
85 GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
86 LIBMATHOBJS = @LIBMATHOBJS@
87 LIBSTRINGOBJS = @LIBSTRINGOBJS@
88 LIBTOOL = @LIBTOOL@
89 LN_S = @LN_S@
90 MAINT = @MAINT@
91 MAKEINFO = @MAKEINFO@
92 OBJDUMP = @OBJDUMP@
93 PACKAGE = @PACKAGE@
94 RANLIB = @RANLIB@
95 THREADDEPS = @THREADDEPS@
96 THREADINCS = @THREADINCS@
97 THREADLIBS = @THREADLIBS@
98 THREADOBJS = @THREADOBJS@
99 THREADSPEC = @THREADSPEC@
100 USE_LONG_DOUBLE = @USE_LONG_DOUBLE@
101 VERSION = @VERSION@
102 WERROR = @WERROR@
103 cpu_include_dir = @cpu_include_dir@
104 ctype_include_dir = @ctype_include_dir@
105 glibcpp_basedir = @glibcpp_basedir@
106 libinst_wstring_la = @libinst_wstring_la@
107
108 AUTOMAKE_OPTIONS = 1.3 cygnus
109 MAINT_CHARSET = latin1
110
111 # This helps subvert libstdcxx_interface, as calculated by devo/config.if
112 # Needed so that g++ can find the correct include subdir automatically.
113 INTERFACE = v3
114 gxx_include_dir = $(includedir)/g++
115
116 SUBDIRS = math libio src
117
118 #all-local:  stamp-rebuild
119
120 # This has already been sanity-checked by configure to a certain extent
121 #stamp-rebuild:  $(top_builddir)/config.status
122 #       if test "$(GCC_OBJDIR)" != "no"; then \
123 #       (cd "$(GCC_OBJDIR)/gcc" && \
124 #        if test -f libgcc2.ready ; then \
125 #          rm -f libgcc2.ready libgcc.a libgcc2.a ; \
126 #          $(MAKE) libgcc2.a TARGET_LIBGCC2_CFLAGS='@NAMESPACES@' ; \
127 #          $(MAKE) libgcc.a ; \
128 #        else \
129 #          echo '** There does not appear to be a previously-built' ; \
130 #          echo '** library here.  Please see' ; \
131 #          echo '** <http://sourceware.cygnus.com/libstdc++/install.html>' ; \
132 #          echo '** In particular, the "Building and Installing' ; \
133 #          echo '** the library (without GCC sources)" section.' ; \
134 #          exit 1 ; \
135 #        fi \
136 #       ) \
137 #       fi
138 #       touch stamp-rebuild
139
140 # Multilib support.
141 MAKEOVERRIDES = 
142
143 # Multilib variables.
144 MULTISRCTOP = 
145 MULTIBUILDTOP = 
146 MULTIDIRS = 
147 MULTISUBDIR = 
148 MULTIDO = true
149 MULTICLEAN = true
150
151 # Work around what appears to be a GNU make bug handling MAKEFLAGS
152 # values defined in terms of make variables, as is the case for CC and
153 # friends when we are called from the top level Makefile.
154 AM_MAKEFLAGS = \
155         "AR_FLAGS=$(AR_FLAGS)" \
156         "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
157         "CC_FOR_TARGET=$(CC_FOR_TARGET)" \
158         "CFLAGS=$(CFLAGS)" \
159         "CXXFLAGS=$(CXXFLAGS)" \
160         "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
161         "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
162         "INSTALL=$(INSTALL)" \
163         "INSTALL_DATA=$(INSTALL_DATA)" \
164         "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
165         "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
166         "LDFLAGS=$(LDFLAGS)" \
167         "LIBCFLAGS=$(LIBCFLAGS)" \
168         "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
169         "MAKE=$(MAKE)" \
170         "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
171         "PICFLAG=$(PICFLAG)" \
172         "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
173         "SHELL=$(SHELL)" \
174         "EXPECT=$(EXPECT)" \
175         "RUNTEST=$(RUNTEST)" \
176         "RUNTESTFLAGS=$(RUNTESTFLAGS)" \
177         "exec_prefix=$(exec_prefix)" \
178         "infodir=$(infodir)" \
179         "libdir=$(libdir)" \
180         "includedir=$(includedir)" \
181         "prefix=$(prefix)" \
182         "tooldir=$(tooldir)" \
183         "AR=$(AR)" \
184         "AS=$(AS)" \
185         "CC=$(CC)" \
186         "CXX=$(CXX)" \
187         "LD=$(LD)" \
188         "LIBCFLAGS=$(LIBCFLAGS)" \
189         "PICFLAG=$(PICFLAG)" \
190         "RANLIB=$(RANLIB)" \
191         "NM=$(NM)" \
192         "NM_FOR_BUILD=$(NM_FOR_BUILD)" \
193         "NM_FOR_TARGET=$(NM_FOR_TARGET)" \
194         "DESTDIR=$(DESTDIR)" 
195
196 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
197 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
198 CONFIG_HEADER = config.h
199 CONFIG_CLEAN_FILES =  mkcheck
200 DIST_COMMON =  README ./stamp-h.in ChangeLog Makefile.am Makefile.in \
201 acconfig.h acinclude.m4 aclocal.m4 config.h.in configure configure.in \
202 mkcheck.in
203
204
205 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
206
207 TAR = gtar
208 GZIP_ENV = --best
209 all: all-redirect
210 .SUFFIXES:
211 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
212         cd $(top_srcdir) && $(AUTOMAKE) --cygnus Makefile
213
214 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
215         cd $(top_builddir) \
216           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
217
218 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in  acinclude.m4
219         cd $(srcdir) && $(ACLOCAL)
220
221 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
222         $(SHELL) ./config.status --recheck
223 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
224         cd $(srcdir) && $(AUTOCONF)
225
226 config.h: stamp-h
227         @if test ! -f $@; then \
228                 rm -f stamp-h; \
229                 $(MAKE) stamp-h; \
230         else :; fi
231 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
232         cd $(top_builddir) \
233           && CONFIG_FILES= CONFIG_HEADERS=config.h \
234              $(SHELL) ./config.status
235         @echo timestamp > stamp-h 2> /dev/null
236 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
237         @if test ! -f $@; then \
238                 rm -f $(srcdir)/stamp-h.in; \
239                 $(MAKE) $(srcdir)/stamp-h.in; \
240         else :; fi
241 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
242         cd $(top_srcdir) && $(AUTOHEADER)
243         @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
244
245 mostlyclean-hdr:
246
247 clean-hdr:
248
249 distclean-hdr:
250         -rm -f config.h
251
252 maintainer-clean-hdr:
253 mkcheck: $(top_builddir)/config.status mkcheck.in
254         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
255
256 # This directory's subdirectories are mostly independent; you can cd
257 # into them and run `make' without going through this Makefile.
258 # To change the values of `make' variables: instead of editing Makefiles,
259 # (1) if the variable is set in `config.status', edit `config.status'
260 #     (which will cause the Makefiles to be regenerated when you run `make');
261 # (2) otherwise, pass the desired values on the `make' command line.
262
263 @SET_MAKE@
264
265 all-recursive install-data-recursive install-exec-recursive \
266 installdirs-recursive install-recursive uninstall-recursive install-info-recursive \
267 check-recursive installcheck-recursive info-recursive dvi-recursive:
268         @set fnord $(MAKEFLAGS); amf=$$2; \
269         dot_seen=no; \
270         target=`echo $@ | sed s/-recursive//`; \
271         list='$(SUBDIRS)'; for subdir in $$list; do \
272           echo "Making $$target in $$subdir"; \
273           if test "$$subdir" = "."; then \
274             dot_seen=yes; \
275             local_target="$$target-am"; \
276           else \
277             local_target="$$target"; \
278           fi; \
279           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
280            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
281         done; \
282         if test "$$dot_seen" = "no"; then \
283           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
284         fi; test -z "$$fail"
285
286 mostlyclean-recursive clean-recursive distclean-recursive \
287 maintainer-clean-recursive:
288         @set fnord $(MAKEFLAGS); amf=$$2; \
289         dot_seen=no; \
290         rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
291           rev="$$subdir $$rev"; \
292           test "$$subdir" = "." && dot_seen=yes; \
293         done; \
294         test "$$dot_seen" = "no" && rev=". $$rev"; \
295         target=`echo $@ | sed s/-recursive//`; \
296         for subdir in $$rev; do \
297           echo "Making $$target in $$subdir"; \
298           if test "$$subdir" = "."; then \
299             local_target="$$target-am"; \
300           else \
301             local_target="$$target"; \
302           fi; \
303           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
304            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
305         done && test -z "$$fail"
306 tags-recursive:
307         list='$(SUBDIRS)'; for subdir in $$list; do \
308           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
309         done
310
311 tags: TAGS
312
313 ID: $(HEADERS) $(SOURCES) $(LISP)
314         list='$(SOURCES) $(HEADERS)'; \
315         unique=`for i in $$list; do echo $$i; done | \
316           awk '    { files[$$0] = 1; } \
317                END { for (i in files) print i; }'`; \
318         here=`pwd` && cd $(srcdir) \
319           && mkid -f$$here/ID $$unique $(LISP)
320
321 mostlyclean-tags:
322
323 clean-tags:
324
325 distclean-tags:
326         -rm -f TAGS ID
327
328 maintainer-clean-tags:
329
330 distdir = $(PACKAGE)-$(VERSION)
331 top_distdir = $(distdir)
332
333 # This target untars the dist file and tries a VPATH configuration.  Then
334 # it guarantees that the distribution is self-contained by making another
335 # tarfile.
336 distcheck: dist
337         -rm -rf $(distdir)
338         GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
339         mkdir $(distdir)/=build
340         mkdir $(distdir)/=inst
341         dc_install_base=`cd $(distdir)/=inst && pwd`; \
342         cd $(distdir)/=build \
343           && ../configure --srcdir=.. --prefix=$$dc_install_base \
344           && $(MAKE) $(AM_MAKEFLAGS) \
345           && $(MAKE) $(AM_MAKEFLAGS) dvi \
346           && $(MAKE) $(AM_MAKEFLAGS) check \
347           && $(MAKE) $(AM_MAKEFLAGS) install \
348           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
349           && $(MAKE) $(AM_MAKEFLAGS) dist
350         -rm -rf $(distdir)
351         @banner="$(distdir).tar.gz is ready for distribution"; \
352         dashes=`echo "$$banner" | sed s/./=/g`; \
353         echo "$$dashes"; \
354         echo "$$banner"; \
355         echo "$$dashes"
356 dist: distdir
357         -chmod -R a+r $(distdir)
358         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
359         -rm -rf $(distdir)
360 dist-all: distdir
361         -chmod -R a+r $(distdir)
362         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
363         -rm -rf $(distdir)
364 distdir: $(DISTFILES)
365         -rm -rf $(distdir)
366         mkdir $(distdir)
367         -chmod 777 $(distdir)
368         @for file in $(DISTFILES); do \
369           if test -f $$file; then d=.; else d=$(srcdir); fi; \
370           if test -d $$d/$$file; then \
371             cp -pr $$d/$$file $(distdir)/$$file; \
372           else \
373             test -f $(distdir)/$$file \
374             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
375             || cp -p $$d/$$file $(distdir)/$$file || :; \
376           fi; \
377         done
378         for subdir in $(SUBDIRS); do \
379           if test "$$subdir" = .; then :; else \
380             test -d $(distdir)/$$subdir \
381             || mkdir $(distdir)/$$subdir \
382             || exit 1; \
383             chmod 777 $(distdir)/$$subdir; \
384             (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
385               || exit 1; \
386           fi; \
387         done
388 info-am:
389 info: info-recursive
390 dvi-am:
391 dvi: dvi-recursive
392 check-am:
393 check: check-recursive
394 installcheck-am:
395 installcheck: installcheck-recursive
396 install-info-am: 
397 install-info: install-info-recursive
398 all-recursive-am: config.h
399         $(MAKE) $(AM_MAKEFLAGS) all-recursive
400
401 install-exec-am:
402 install-exec: install-exec-recursive
403
404 install-data-am:
405 install-data: install-data-recursive
406
407 install-am: all-am
408         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
409 install: install-recursive
410 uninstall-am:
411 uninstall: uninstall-recursive
412 all-am: Makefile config.h
413 all-redirect: all-recursive-am
414 install-strip:
415         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
416 installdirs: installdirs-recursive
417 installdirs-am:
418
419
420 mostlyclean-generic:
421
422 clean-generic:
423
424 distclean-generic:
425         -rm -f Makefile $(CONFIG_CLEAN_FILES)
426         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
427
428 maintainer-clean-generic:
429 mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
430
431 mostlyclean: mostlyclean-recursive
432
433 clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
434
435 clean: clean-recursive
436
437 distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
438         -rm -f libtool
439
440 distclean: distclean-recursive
441         -rm -f config.status
442
443 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
444                 maintainer-clean-generic distclean-am
445         @echo "This command is intended for maintainers to use;"
446         @echo "it deletes files that may require special tools to rebuild."
447
448 maintainer-clean: maintainer-clean-recursive
449         -rm -f config.status
450
451 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
452 install-data-recursive uninstall-data-recursive install-exec-recursive \
453 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
454 all-recursive check-recursive installcheck-recursive info-recursive \
455 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
456 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
457 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
458 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
459 install-info all-recursive-am install-exec-am install-exec \
460 install-data-am install-data install-am install uninstall-am uninstall \
461 all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
462 distclean-generic clean-generic maintainer-clean-generic clean \
463 mostlyclean distclean maintainer-clean
464
465
466 check:  $(top_builddir)/mkcheck
467         $(top_builddir)/mkcheck 0 $(top_builddir) $(top_srcdir)
468
469 check-install: $(top_builddir)/mkcheck
470         $(top_builddir)/mkcheck 1 $(top_builddir) $(top_srcdir) $(prefix)
471
472 # Multilib Makefile bits.
473 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
474         maintainer-clean-multi
475
476 all-am: all-multi
477 install-am: install-multi
478 mostlyclean-am: mostlyclean-multi
479 clean-am: clean-multi
480 distclean-am: distclean-multi
481 maintainer-clean-am: maintainer-clean-multi
482
483 all-multi:
484         $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
485 install-multi:
486         $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
487 mostlyclean-multi:
488         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
489 clean-multi:
490         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
491 distclean-multi:
492         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
493 maintainer-clean-multi:
494         $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
495
496 # All the machinations with string instantiations messes up the
497 # automake-generated TAGS rule. Make a simple one here.
498 TAGS: tags-recursive $(LISP)
499
500 # Tell versions [3.59,3.63) of GNU make to not export all variables.
501 # Otherwise a system limit (for SysV at least) may be exceeded.
502 .NOEXPORT: