* cpplib.c (_cpp_check_directive): Issue -Wtraditional
[official-gcc.git] / libstdc++-v3 / Makefile.in
blob968d66e0ad500f14c69c1ca57d883bcd1aac68ac
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
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
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = .
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
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@
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 CPU_FLAGS = @CPU_FLAGS@
71 CSHADOWFLAGS = @CSHADOWFLAGS@
72 CXX = @CXX@
73 CXXCPP = @CXXCPP@
74 DEBUG_FLAGS = @DEBUG_FLAGS@
75 DLLTOOL = @DLLTOOL@
76 EXEEXT = @EXEEXT@
77 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
78 GCC_OBJDIR = @GCC_OBJDIR@
79 GLIBCPP_CFLAGS = @GLIBCPP_CFLAGS@
80 GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
81 LIBMATHOBJS = @LIBMATHOBJS@
82 LIBSTRINGOBJS = @LIBSTRINGOBJS@
83 LIBTOOL = @LIBTOOL@
84 LN_S = @LN_S@
85 MAINT = @MAINT@
86 MAKEINFO = @MAKEINFO@
87 OBJDUMP = @OBJDUMP@
88 PACKAGE = @PACKAGE@
89 RANLIB = @RANLIB@
90 SECTION_FLAGS = @SECTION_FLAGS@
91 SECTION_LDFLAGS = @SECTION_LDFLAGS@
92 THREADDEPS = @THREADDEPS@
93 THREADINCS = @THREADINCS@
94 THREADLIBS = @THREADLIBS@
95 THREADOBJS = @THREADOBJS@
96 THREADSPEC = @THREADSPEC@
97 USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
98 VERSION = @VERSION@
99 WERROR = @WERROR@
100 WFMT_FLAGS = @WFMT_FLAGS@
101 cpu_include_dir = @cpu_include_dir@
102 ctype_include_dir = @ctype_include_dir@
103 glibcpp_basedir = @glibcpp_basedir@
104 ifGNUmake = @ifGNUmake@
105 libinst_wstring_la = @libinst_wstring_la@
107 AUTOMAKE_OPTIONS = 1.3 cygnus
108 MAINT_CHARSET = latin1
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++
115 SUBDIRS = math libio src
117 #all-local: stamp-rebuild
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
139 # Multilib support.
140 MAKEOVERRIDES =
142 # Multilib variables.
143 MULTISRCTOP =
144 MULTIBUILDTOP =
145 MULTIDIRS =
146 MULTISUBDIR =
147 MULTIDO = true
148 MULTICLEAN = true
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 "WERROR=$(WERROR)"
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
205 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
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
214 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
215 cd $(top_builddir) \
216 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
218 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
219 cd $(srcdir) && $(ACLOCAL)
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)
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
245 mostlyclean-hdr:
247 clean-hdr:
249 distclean-hdr:
250 -rm -f config.h
252 maintainer-clean-hdr:
253 mkcheck: $(top_builddir)/config.status mkcheck.in
254 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
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.
263 @SET_MAKE@
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"
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
311 tags: TAGS
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)
321 mostlyclean-tags:
323 clean-tags:
325 distclean-tags:
326 -rm -f TAGS ID
328 maintainer-clean-tags:
330 distdir = $(PACKAGE)-$(VERSION)
331 top_distdir = $(distdir)
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
401 install-exec-am:
402 install-exec: install-exec-recursive
404 install-data-am:
405 install-data: install-data-recursive
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:
420 mostlyclean-generic:
422 clean-generic:
424 distclean-generic:
425 -rm -f Makefile $(CONFIG_CLEAN_FILES)
426 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
428 maintainer-clean-generic:
429 mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
431 mostlyclean: mostlyclean-recursive
433 clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
435 clean: clean-recursive
437 distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
438 -rm -f libtool
440 distclean: distclean-recursive
441 -rm -f config.status
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."
448 maintainer-clean: maintainer-clean-recursive
449 -rm -f config.status
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
466 # Use $(blddir) instead of $(top_builddir) for arguments to "mkcheck"
467 # because then the paths will be full pathnames, not relative
468 # pathnames. (-Wl,--rpath seems to like this better.)
469 check: $(top_builddir)/mkcheck
470 chmod +x $(top_builddir)/mkcheck
471 $(top_builddir)/mkcheck 0 `pwd` $(top_srcdir)
473 check-install: $(top_builddir)/mkcheck
474 chmod +x $(top_builddir)/mkcheck
475 $(top_builddir)/mkcheck 1 `pwd` $(top_srcdir) $(prefix)
477 # Multilib Makefile bits.
478 .PHONY: all-multi mostlyclean-multi clean-multi distclean-multi \
479 maintainer-clean-multi
481 all-am: all-multi
482 install-am: install-multi
483 mostlyclean-am: mostlyclean-multi
484 clean-am: clean-multi
485 distclean-am: distclean-multi
486 maintainer-clean-am: maintainer-clean-multi
488 all-multi:
489 $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do
490 install-multi:
491 $(MULTIDO) $(AM_MAKEFLAGS) DO=install multi-do
492 mostlyclean-multi:
493 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=mostlyclean multi-clean
494 clean-multi:
495 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=clean multi-clean
496 distclean-multi:
497 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=distclean multi-clean
498 maintainer-clean-multi:
499 $(MULTICLEAN) $(AM_MAKEFLAGS) DO=maintainer-clean multi-clean
501 # All the machinations with string instantiations messes up the
502 # automake-generated TAGS rule. Make a simple one here.
503 TAGS: tags-recursive $(LISP)
505 # Tell versions [3.59,3.63) of GNU make to not export all variables.
506 # Otherwise a system limit (for SysV at least) may be exceeded.
507 .NOEXPORT: