OSDN Git Service

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