source: trunk/gcc/libstdc++-v3/src/Makefile.in

Last change on this file was 1394, checked in by bird, 21 years ago

#1040: Joined the GCC 3.3.3 with the trunk.

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