OSDN Git Service

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