2003-07-04 Benjamin Kosnik <bkoz@redhat.com>
[official-gcc.git] / libstdc++-v3 / src / Makefile.in
blobd86cc4b57a844a99c6dfdb93e18604e7851df883
1 # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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 prefix = @prefix@
19 exec_prefix = @exec_prefix@
21 bindir = @bindir@
22 sbindir = @sbindir@
23 libexecdir = @libexecdir@
24 datadir = @datadir@
25 sysconfdir = @sysconfdir@
26 sharedstatedir = @sharedstatedir@
27 localstatedir = @localstatedir@
28 libdir = @libdir@
29 infodir = @infodir@
30 mandir = @mandir@
31 includedir = @includedir@
32 oldincludedir = /usr/include
34 DESTDIR =
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
40 top_builddir = ..
42 ACLOCAL = @ACLOCAL@
43 AUTOCONF = @AUTOCONF@
44 AUTOMAKE = @AUTOMAKE@
45 AUTOHEADER = @AUTOHEADER@
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
49 INSTALL_DATA = @INSTALL_DATA@
50 INSTALL_SCRIPT = @INSTALL_SCRIPT@
51 transform = @program_transform_name@
53 NORMAL_INSTALL = :
54 PRE_INSTALL = :
55 POST_INSTALL = :
56 NORMAL_UNINSTALL = :
57 PRE_UNINSTALL = :
58 POST_UNINSTALL = :
59 build_alias = @build_alias@
60 build_triplet = @build@
61 host_alias = @host_alias@
62 host_triplet = @host@
63 target_alias = @target_alias@
64 target_triplet = @target@
65 AR = @AR@
66 AS = @AS@
67 ATOMICITY_INC_SRCDIR = @ATOMICITY_INC_SRCDIR@
68 AWK = @AWK@
69 BASIC_FILE_CC = @BASIC_FILE_CC@
70 BASIC_FILE_H = @BASIC_FILE_H@
71 CC = @CC@
72 CCODECVT_CC = @CCODECVT_CC@
73 CCODECVT_H = @CCODECVT_H@
74 CCOLLATE_CC = @CCOLLATE_CC@
75 CCTYPE_CC = @CCTYPE_CC@
76 CLOCALE_CC = @CLOCALE_CC@
77 CLOCALE_H = @CLOCALE_H@
78 CLOCALE_INTERNAL_H = @CLOCALE_INTERNAL_H@
79 CMESSAGES_CC = @CMESSAGES_CC@
80 CMESSAGES_H = @CMESSAGES_H@
81 CMONEY_CC = @CMONEY_CC@
82 CNUMERIC_CC = @CNUMERIC_CC@
83 CPP = @CPP@
84 CSTDIO_H = @CSTDIO_H@
85 CTIME_CC = @CTIME_CC@
86 CTIME_H = @CTIME_H@
87 CXXCPP = @CXXCPP@
88 C_INCLUDE_DIR = @C_INCLUDE_DIR@
89 DEBUG_FLAGS = @DEBUG_FLAGS@
90 DLLTOOL = @DLLTOOL@
91 EXEEXT = @EXEEXT@
92 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
93 FPOS_H = @FPOS_H@
94 FPOS_INC_SRCDIR = @FPOS_INC_SRCDIR@
95 GCJ = @GCJ@
96 GCJFLAGS = @GCJFLAGS@
97 GLIBCXX_IS_CROSS_COMPILING = @GLIBCXX_IS_CROSS_COMPILING@
98 LIBMATHOBJS = @LIBMATHOBJS@
99 LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
100 LIBTOOL = @LIBTOOL@
101 LIBUNWIND_FLAG = @LIBUNWIND_FLAG@
102 LN_S = @LN_S@
103 MAINT = @MAINT@
104 MAKEINFO = @MAKEINFO@
105 OBJDUMP = @OBJDUMP@
106 OBJEXT = @OBJEXT@
107 OPT_LDFLAGS = @OPT_LDFLAGS@
108 OS_INC_SRCDIR = @OS_INC_SRCDIR@
109 PACKAGE = @PACKAGE@
110 RANLIB = @RANLIB@
111 SECTION_FLAGS = @SECTION_FLAGS@
112 SECTION_LDFLAGS = @SECTION_LDFLAGS@
113 STRIP = @STRIP@
114 SYMVER_MAP = @SYMVER_MAP@
115 USE_NLS = @USE_NLS@
116 VERSION = @VERSION@
117 WARN_FLAGS = @WARN_FLAGS@
118 WERROR = @WERROR@
119 baseline_dir = @baseline_dir@
120 check_msgfmt = @check_msgfmt@
121 enable_shared = @enable_shared@
122 enable_static = @enable_static@
123 glibcxx_CXX = @glibcxx_CXX@
124 glibcxx_MOFILES = @glibcxx_MOFILES@
125 glibcxx_PCHFLAGS = @glibcxx_PCHFLAGS@
126 glibcxx_POFILES = @glibcxx_POFILES@
127 glibcxx_basedir = @glibcxx_basedir@
128 glibcxx_localedir = @glibcxx_localedir@
129 glibcxx_prefixdir = @glibcxx_prefixdir@
130 glibcxx_thread_h = @glibcxx_thread_h@
131 glibcxx_toolexecdir = @glibcxx_toolexecdir@
132 glibcxx_toolexeclibdir = @glibcxx_toolexeclibdir@
133 gxx_include_dir = @gxx_include_dir@
134 ifGNUmake = @ifGNUmake@
135 libtool_VERSION = @libtool_VERSION@
136 toplevel_srcdir = @toplevel_srcdir@
138 AUTOMAKE_OPTIONS = 1.3 cygnus
139 MAINT_CHARSET = latin1
141 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
143 # Cross compiler support.
144 CXX = @glibcxx_CXX@
145 glibcxx_srcdir = @glibcxx_srcdir@
146 glibcxx_builddir = @glibcxx_builddir@
147 toolexecdir = @glibcxx_toolexecdir@
148 toolexeclibdir = @glibcxx_toolexeclibdir@
149 toolexeclib_LTLIBRARIES = libstdc++.la
150 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@version_arg = @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@-Wl,--version-script=libstdc++-symbol.ver
151 @GLIBCXX_BUILD_VERSIONED_SHLIB_FALSE@version_arg =
153 # Compile flags that should be constant throughout the build, both for
154 # SUBDIRS and for libstdc++-v3 in general.
155 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
157 # These bits are all figured out from configure. Look in acinclude.m4
158 # or configure.in to see how they are set. See GLIBCXX_EXPORT_FLAGS
159 CONFIG_CXXFLAGS = \
160 @SECTION_FLAGS@ @EXTRA_CXX_FLAGS@
163 # Warning flags to use.
164 WARN_CXXFLAGS = \
165 @WARN_FLAGS@ $(WERROR) -fdiagnostics-show-location=once
168 # Use common includes from acinclude.m4/GLIBCXX_EXPORT_INCLUDES
169 GLIBCXX_INCLUDES = @GLIBCXX_INCLUDES@
170 LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
171 LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
172 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
174 INCLUDES = \
175 -nostdinc++ \
176 $(GLIBCXX_INCLUDES) \
177 $(LIBSUPCXX_INCLUDES) $(LIBMATH_INCLUDES) \
178 $(TOPLEVEL_INCLUDES)
181 # Source files linked in via configuration/make substitution for a
182 # particular host.
183 host_sources = \
184 codecvt_members.cc \
185 collate_members.cc \
186 ctype_members.cc \
187 messages_members.cc \
188 monetary_members.cc \
189 numeric_members.cc \
190 time_members.cc
193 # Source files linked in via configuration/make substitution for a
194 # particular host, but with ad hoc naming rules.
195 host_sources_extra = \
196 basic_file.cc \
197 c++locale.cc
200 # Sources present in the src directory.
201 sources = \
202 allocator-inst.cc \
203 codecvt.cc \
204 complex_io.cc \
205 concept-inst.cc \
206 ctype.cc \
207 demangle.cc \
208 ext-inst.cc \
209 fstream-inst.cc \
210 functexcept.cc \
211 globals.cc \
212 io-inst.cc \
213 ios.cc \
214 istream-inst.cc \
215 limits.cc \
216 locale.cc \
217 locale-inst.cc \
218 localename.cc \
219 misc-inst.cc \
220 ostream-inst.cc \
221 sstream-inst.cc \
222 stdexcept.cc \
223 streambuf-inst.cc \
224 string-inst.cc \
225 strstream.cc \
226 valarray-inst.cc \
227 wstring-inst.cc \
228 ${host_sources} \
229 ${host_sources_extra}
232 VPATH = $(top_srcdir)/src:$(top_srcdir)
234 libstdc___la_SOURCES = $(sources)
236 libstdc___la_LIBADD = \
237 $(top_builddir)/libmath/libmath.la \
238 $(top_builddir)/libsupc++/libsupc++convenience.la
241 libstdc___la_DEPENDENCIES = libstdc++-symbol.ver $(libstdc___la_LIBADD)
243 libstdc___la_LDFLAGS = \
244 -version-info @libtool_VERSION@ ${version_arg} \
245 -lm @LIBUNWIND_FLAG@
248 # Use special rules for the deprecated source files so that they find
249 # deprecated include files.
250 GLIBCXX_INCLUDE_DIR = @glibcxx_builddir@/include
252 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
253 # modified in a per-library or per-sub-library way. Need to manually
254 # set this option because CONFIG_CXXFLAGS has to be after
255 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
256 # as the occasion call for it.
257 AM_CXXFLAGS = \
258 -fno-implicit-templates \
259 $(LIBSUPCXX_CXXFLAGS) \
260 $(WARN_CXXFLAGS) \
261 $(OPTIMIZE_CXXFLAGS) \
262 $(CONFIG_CXXFLAGS)
265 # libstdc++ libtool notes
267 # 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
268 # last. (That way, things like -O2 passed down from the toplevel can
269 # be overridden by --enable-debug.)
271 # 2) In general, libtool expects an argument such as `--tag=CXX' when
272 # using the C++ compiler, because that will enable the settings
273 # detected when C++ support was being configured. However, when no
274 # such flag is given in the command line, libtool attempts to figure
275 # it out by matching the compiler name in each configuration section
276 # against a prefix of the command line. The problem is that, if the
277 # compiler name and its initial flags stored in the libtool
278 # configuration file don't match those in the command line, libtool
279 # can't decide which configuration to use, and it gives up. The
280 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
281 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
282 # attempt to infer which configuration to use
283 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --mode=compile $(CXX) $(INCLUDES) \
284 $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS)
287 # 3) We'd have a problem when building the shared libstdc++ object if
288 # the rules automake generates would be used. We cannot allow g++ to
289 # be used since this would add -lstdc++ to the link line which of
290 # course is problematic at this point. So, we get the top-level
291 # directory to configure libstdc++-v3 to use gcc as the C++
292 # compilation driver.
293 CXXLINK = $(LIBTOOL) --tag CXX --mode=link $(CXX) \
294 @OPT_LDFLAGS@ @SECTION_LDFLAGS@ $(AM_CXXFLAGS) $(LDFLAGS) -o $@
297 debugdir = debug
298 CONFIG_HEADER = ../config.h
299 CONFIG_CLEAN_FILES =
300 LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
303 DEFS = @DEFS@ -I. -I$(srcdir) -I..
304 CPPFLAGS = @CPPFLAGS@
305 LDFLAGS = @LDFLAGS@
306 LIBS = @LIBS@
307 libstdc___la_OBJECTS = allocator-inst.lo codecvt.lo complex_io.lo \
308 concept-inst.lo ctype.lo demangle.lo ext-inst.lo fstream-inst.lo \
309 functexcept.lo globals.lo io-inst.lo ios.lo istream-inst.lo limits.lo \
310 locale.lo locale-inst.lo localename.lo misc-inst.lo ostream-inst.lo \
311 sstream-inst.lo stdexcept.lo streambuf-inst.lo string-inst.lo \
312 strstream.lo valarray-inst.lo wstring-inst.lo codecvt_members.lo \
313 collate_members.lo ctype_members.lo messages_members.lo \
314 monetary_members.lo numeric_members.lo time_members.lo basic_file.lo \
315 c++locale.lo
316 CXXFLAGS = @CXXFLAGS@
317 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
318 CXXLD = $(CXX)
319 DIST_COMMON = Makefile.am Makefile.in
322 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
324 TAR = gtar
325 GZIP_ENV = --best
326 SOURCES = $(libstdc___la_SOURCES)
327 OBJECTS = $(libstdc___la_OBJECTS)
329 all: all-redirect
330 .SUFFIXES:
331 .SUFFIXES: .S .c .cc .lo .o .obj .s
332 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
333 cd $(top_srcdir) && $(AUTOMAKE) --cygnus src/Makefile
335 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
336 cd $(top_builddir) \
337 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
340 mostlyclean-toolexeclibLTLIBRARIES:
342 clean-toolexeclibLTLIBRARIES:
343 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
345 distclean-toolexeclibLTLIBRARIES:
347 maintainer-clean-toolexeclibLTLIBRARIES:
349 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
350 @$(NORMAL_INSTALL)
351 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
352 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
353 if test -f $$p; then \
354 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
355 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
356 else :; fi; \
357 done
359 uninstall-toolexeclibLTLIBRARIES:
360 @$(NORMAL_UNINSTALL)
361 list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
362 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
363 done
365 .c.o:
366 $(COMPILE) -c $<
368 # FIXME: We should only use cygpath when building on Windows,
369 # and only if it is available.
370 .c.obj:
371 $(COMPILE) -c `cygpath -w $<`
373 .s.o:
374 $(COMPILE) -c $<
376 .S.o:
377 $(COMPILE) -c $<
379 mostlyclean-compile:
380 -rm -f *.o core *.core
381 -rm -f *.$(OBJEXT)
383 clean-compile:
385 distclean-compile:
386 -rm -f *.tab.c
388 maintainer-clean-compile:
390 .c.lo:
391 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
393 .s.lo:
394 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
396 .S.lo:
397 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
399 mostlyclean-libtool:
400 -rm -f *.lo
402 clean-libtool:
403 -rm -rf .libs _libs
405 distclean-libtool:
407 maintainer-clean-libtool:
409 libstdc++.la: $(libstdc___la_OBJECTS) $(libstdc___la_DEPENDENCIES)
410 $(CXXLINK) -rpath $(toolexeclibdir) $(libstdc___la_LDFLAGS) $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD) $(LIBS)
411 .cc.o:
412 $(CXXCOMPILE) -c $<
413 .cc.obj:
414 $(CXXCOMPILE) -c `cygpath -w $<`
415 .cc.lo:
416 $(LTCXXCOMPILE) -c $<
418 tags: TAGS
420 ID: $(HEADERS) $(SOURCES) $(LISP)
421 list='$(SOURCES) $(HEADERS)'; \
422 unique=`for i in $$list; do echo $$i; done | \
423 awk ' { files[$$0] = 1; } \
424 END { for (i in files) print i; }'`; \
425 here=`pwd` && cd $(srcdir) \
426 && mkid -f$$here/ID $$unique $(LISP)
428 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
429 tags=; \
430 here=`pwd`; \
431 list='$(SOURCES) $(HEADERS)'; \
432 unique=`for i in $$list; do echo $$i; done | \
433 awk ' { files[$$0] = 1; } \
434 END { for (i in files) print i; }'`; \
435 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
436 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
438 mostlyclean-tags:
440 clean-tags:
442 distclean-tags:
443 -rm -f TAGS ID
445 maintainer-clean-tags:
447 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
449 subdir = src
451 distdir: $(DISTFILES)
452 @for file in $(DISTFILES); do \
453 if test -f $$file; then d=.; else d=$(srcdir); fi; \
454 if test -d $$d/$$file; then \
455 cp -pr $$d/$$file $(distdir)/$$file; \
456 else \
457 test -f $(distdir)/$$file \
458 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
459 || cp -p $$d/$$file $(distdir)/$$file || :; \
460 fi; \
461 done
462 info-am:
463 info: info-am
464 dvi-am:
465 dvi: dvi-am
466 check-am:
467 check: check-am
468 installcheck-am:
469 installcheck: installcheck-am
470 install-info-am:
471 install-info: install-info-am
472 install-exec-am: install-toolexeclibLTLIBRARIES
473 install-exec: install-exec-am
475 install-data-am: install-data-local
476 install-data: install-data-am
478 install-am: all-am
479 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
480 install: install-am
481 uninstall-am: uninstall-toolexeclibLTLIBRARIES
482 uninstall: uninstall-am
483 all-am: Makefile $(LTLIBRARIES) all-local
484 all-redirect: all-am
485 install-strip:
486 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
487 installdirs:
488 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
491 mostlyclean-generic:
493 clean-generic:
495 distclean-generic:
496 -rm -f Makefile $(CONFIG_CLEAN_FILES)
497 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
499 maintainer-clean-generic:
500 mostlyclean-am: mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
501 mostlyclean-libtool mostlyclean-tags \
502 mostlyclean-generic
504 mostlyclean: mostlyclean-am
506 clean-am: clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
507 clean-tags clean-generic mostlyclean-am
509 clean: clean-am
511 distclean-am: distclean-toolexeclibLTLIBRARIES distclean-compile \
512 distclean-libtool distclean-tags distclean-generic \
513 clean-am
514 -rm -f libtool
516 distclean: distclean-am
518 maintainer-clean-am: maintainer-clean-toolexeclibLTLIBRARIES \
519 maintainer-clean-compile maintainer-clean-libtool \
520 maintainer-clean-tags maintainer-clean-generic \
521 distclean-am
522 @echo "This command is intended for maintainers to use;"
523 @echo "it deletes files that may require special tools to rebuild."
525 maintainer-clean: maintainer-clean-am
527 .PHONY: mostlyclean-toolexeclibLTLIBRARIES \
528 distclean-toolexeclibLTLIBRARIES clean-toolexeclibLTLIBRARIES \
529 maintainer-clean-toolexeclibLTLIBRARIES \
530 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
531 mostlyclean-compile distclean-compile clean-compile \
532 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
533 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
534 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
535 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
536 install-info install-exec-am install-exec install-data-local \
537 install-data-am install-data install-am install uninstall-am uninstall \
538 all-local all-redirect all-am all installdirs mostlyclean-generic \
539 distclean-generic clean-generic maintainer-clean-generic clean \
540 mostlyclean distclean maintainer-clean
542 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@libstdc++-symbol.ver: ${glibcxx_srcdir}/@SYMVER_MAP@
543 @GLIBCXX_BUILD_VERSIONED_SHLIB_TRUE@ @LN_S@ ${glibcxx_srcdir}/@SYMVER_MAP@ ./libstdc++-symbol.ver || true
544 @GLIBCXX_BUILD_VERSIONED_SHLIB_FALSE@libstdc++-symbol.ver:
546 codecvt_members.cc: ${glibcxx_srcdir}/@CCODECVT_CC@
547 @LN_S@ ${glibcxx_srcdir}/@CCODECVT_CC@ . || true
549 collate_members.cc: ${glibcxx_srcdir}/@CCOLLATE_CC@
550 @LN_S@ ${glibcxx_srcdir}/@CCOLLATE_CC@ . || true
552 ctype_members.cc: ${glibcxx_srcdir}/@CCTYPE_CC@
553 @LN_S@ ${glibcxx_srcdir}/@CCTYPE_CC@ . || true
555 messages_members.cc: ${glibcxx_srcdir}/@CMESSAGES_CC@
556 @LN_S@ ${glibcxx_srcdir}/@CMESSAGES_CC@ . || true
558 monetary_members.cc: ${glibcxx_srcdir}/@CMONEY_CC@
559 @LN_S@ ${glibcxx_srcdir}/@CMONEY_CC@ . || true
561 numeric_members.cc: ${glibcxx_srcdir}/@CNUMERIC_CC@
562 @LN_S@ ${glibcxx_srcdir}/@CNUMERIC_CC@ . || true
564 time_members.cc: ${glibcxx_srcdir}/@CTIME_CC@
565 @LN_S@ ${glibcxx_srcdir}/@CTIME_CC@ . || true
567 c++locale.cc: ${glibcxx_srcdir}/@CLOCALE_CC@
568 @LN_S@ ${glibcxx_srcdir}/@CLOCALE_CC@ ./$@ || true
570 basic_file.cc: ${glibcxx_srcdir}/@BASIC_FILE_CC@
571 @LN_S@ ${glibcxx_srcdir}/@BASIC_FILE_CC@ ./$@ || true
572 strstream.lo: strstream.cc
573 $(LTCXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
574 strstream.o: strstream.cc
575 $(CXXCOMPILE) -I$(GLIBCXX_INCLUDE_DIR)/backward -Wno-deprecated -c $<
577 # Use special rules for the concept-checking instantiations so that all
578 # the generated template functions are also instantiated. Force the checks
579 # to be on so that the instantiations are actually seen.
580 concept-inst.lo: concept-inst.cc
581 $(LTCXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
582 concept-inst.o: concept-inst.cc
583 $(CXXCOMPILE) -D_GLIBCXX_CONCEPT_CHECKS -fimplicit-templates -c $<
585 # Use special rules for the demangler, so that an additional implicit
586 # instantiation file is not necessary.
587 demangle.lo: demangle.cc
588 $(LTCXXCOMPILE) -fimplicit-templates -c $<
589 demangle.o: demangle.cc
590 $(CXXCOMPILE) -fimplicit-templates -c $<
592 # Added bits to build debug library.
593 @GLIBCXX_BUILD_DEBUG_TRUE@all-local: build_debug
594 @GLIBCXX_BUILD_DEBUG_TRUE@install-data-local: install_debug
595 @GLIBCXX_BUILD_DEBUG_FALSE@all-local:
596 @GLIBCXX_BUILD_DEBUG_FALSE@install-data-local:
598 # Build parallel set of debug objects here.
599 stamp-debug:
600 if test ! -d ${debugdir}; then \
601 mkdir -p ${debugdir}; \
602 (cd ${debugdir}; \
603 sed -e 's/top_builddir = \.\./top_builddir = ..\/../' \
604 -e 's/srcdir = \.\./srcdir = ..\/../' \
605 -e 's/glibcxx_basedir = \.\./glibcxx_basedir = ..\/../' \
606 -e 's/all-local: build_debug/all-local:/' \
607 -e 's/install-data-local: install_debug/install-data-local:/' \
608 < ../Makefile > Makefile) ; \
609 fi; \
610 echo `date` > stamp-debug;
612 build_debug: stamp-debug
613 (cd ${debugdir} && $(MAKE) CXXFLAGS='@DEBUG_FLAGS@' all)
615 # Install debug library here.
616 install_debug:
617 (cd ${debugdir} && $(MAKE) \
618 toolexeclibdir=@glibcxx_toolexeclibdir@/debug install)
620 # Tell versions [3.59,3.63) of GNU make to not export all variables.
621 # Otherwise a system limit (for SysV at least) may be exceeded.
622 .NOEXPORT: