]> git.ipfire.org Git - thirdparty/gcc.git/blame - libstdc++-v3/src/Makefile.in
libstdc++-v3: New directory.
[thirdparty/gcc.git] / libstdc++-v3 / src / Makefile.in
CommitLineData
b2dad0e3
BK
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
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@
67BUILD_LIBIO_INCLUDE = @BUILD_LIBIO_INCLUDE@
68CC = @CC@
69CPP = @CPP@
70CSTDIO_CC = @CSTDIO_CC@
71CSTDIO_H = @CSTDIO_H@
72CXX = @CXX@
73CXXCPP = @CXXCPP@
74DEBUGFLAGS = @DEBUGFLAGS@
75DLLTOOL = @DLLTOOL@
76EXEEXT = @EXEEXT@
77GCC_OBJDIR = @GCC_OBJDIR@
78GLIBCPP_CFLAGS = @GLIBCPP_CFLAGS@
79GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
80LIBMATHOBJS = @LIBMATHOBJS@
81LIBSTRINGOBJS = @LIBSTRINGOBJS@
82LIBTOOL = @LIBTOOL@
83LN_S = @LN_S@
84MAINT = @MAINT@
85MAKEINFO = @MAKEINFO@
86NAMESPACES = @NAMESPACES@
87OBJDUMP = @OBJDUMP@
88OPTLEVEL = @OPTLEVEL@
89PACKAGE = @PACKAGE@
90RANLIB = @RANLIB@
91THREADDEPS = @THREADDEPS@
92THREADINCS = @THREADINCS@
93THREADLIBS = @THREADLIBS@
94THREADOBJS = @THREADOBJS@
95THREADSPEC = @THREADSPEC@
96USE_LONG_DOUBLE = @USE_LONG_DOUBLE@
97VERSION = @VERSION@
98WERRORSUPPRESS = @WERRORSUPPRESS@
99cpu_include_dir = @cpu_include_dir@
100ctype_include_dir = @ctype_include_dir@
101glibcpp_basedir = @glibcpp_basedir@
102
103AUTOMAKE_OPTIONS = 1.3 gnits
104MAINT_CHARSET = latin1
105@USE_LIBDIR_TRUE@toolexeclibdir = \
106@USE_LIBDIR_TRUE@$(libdir)$(MULTISUBDIR)
107@USE_LIBDIR_FALSE@toolexeclibdir = \
108@USE_LIBDIR_FALSE@$(toolexecdir)/lib$(MULTISUBDIR)
109@USE_LIBDIR_FALSE@toolexecdir = \
110@USE_LIBDIR_FALSE@$(exec_prefix)/$(target_alias)
111
112toolexeclib_LTLIBRARIES = libstdc++.la
113
114WERROR = -Werror
115# OPTIMIZE_CXXFLAGS = -O3 -fstrict-aliasing -fsquangle -fnew-exceptions \
116# -fdata-sections -ffunction-sections \
117# -fvtable-gc -Wl,--gc-sections
118# AC_CXXFLAGS = @OPTLEVEL@ @DEBUGFLAGS@ @NAMESPACES@
119AC_CXXFLAGS = @DEBUGFLAGS@
120AM_CXXFLAGS = -fno-implicit-templates \
121 -Wall -Wno-format -W -Wwrite-strings -Winline $(WERROR) \
122 $(OPTIMIZE_CXXFLAGS) $(AC_CXXFLAGS)
123
124
125# Need to explicitly set this so that AM_CXXFLAGS is last. (That way,
126# things like -O2 passed down from the toplevel can be overridden by
127# --enable-debug.)
128CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) \
129 $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS)
130
131
132LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) \
133 $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS)
134
135
136# We have a problem when building the shared libstdc++ object if the
137# rules automake generates would be used. We cannot allow CXX to be used
138# in libtool since this would add -lstdc++ to the link line which of
139# course is impossible.
140CXXLINK = $(LIBTOOL) --mode=link "$(CC)" $(AM_CXXFLAGS) $(LDFLAGS) -o $@
141
142TOPLEVEL_INCLUDES = -I$(includedir)
143LIBIO_INCLUDES = @BUILD_LIBIO_INCLUDE@ -I$(top_srcdir)/libio
144
145CONFIG_INCLUDES = \
146 -I$(top_srcdir)/@cpu_include_dir@ \
147 -I$(top_srcdir)/@ctype_include_dir@
148
149
150INCLUDES = \
151 -nostdinc++ -I$(top_srcdir) \
152 $(LIBIO_INCLUDES) $(CONFIG_INCLUDES) $(TOPLEVEL_INCLUDES)
153
154
155headers = \
156 bits/cpp_type_traits.h \
157 bits/std_cctype.h bits/ctype_base.h bits/ctype_specializations.h \
158 bits/char_traits.h \
159 bits/basic_string.h bits/std_string.h bits/string.tcc \
160 bits/generic_shadow.h bits/std_utility.h \
161 bits/std_complex.h \
162 bits/valarray_array.h bits/valarray_array.tcc bits/valarray_meta.h \
163 bits/std_valarray.h bits/mask_array.h bits/slice.h bits/slice_array.h \
164 bits/gslice.h bits/gslice_array.h bits/indirect_array.h \
165 bits/std_cassert.h bits/std_cwctype.h bits/std_ciso646.h \
166 bits/std_cerrno.h bits/std_cfloat.h bits/std_climits.h \
167 bits/std_clocale.h bits/std_cmath.h \
168 bits/std_csetjmp.h bits/std_csignal.h bits/std_cstdarg.h \
169 bits/std_cstddef.h bits/std_cstdio.h bits/std_cstdlib.h \
170 bits/std_cstring.h bits/std_ctime.h bits/std_cwchar.h \
171 bits/std_typeinfo.h bits/std_new.h \
172 bits/std_exception.h bits/exception_support.h \
173 bits/std_fstream.h bits/std_iomanip.h \
174 bits/ios_base.h bits/fpos.h bits/basic_ios.h bits/basic_ios.tcc \
175 bits/std_ios.h bits/std_iosfwd.h bits/std_iostream.h \
176 bits/std_istream.h bits/istream.tcc bits/std_locale.h \
177 bits/fstream.tcc bits/ostream.tcc bits/sbuf_iter.h bits/sstream.tcc \
178 bits/std_ostream.h bits/std_sstream.h bits/std_streambuf.h \
179 bits/streambuf.tcc bits/basic_file.h \
180 bits/locale_facets.h bits/locale_facets.tcc bits/localefwd.h \
181 bits/stl_pthread_alloc.h bits/pthread_allocimpl.h \
182 bits/stl_threads.h bits/stl_iterator_base.h \
183 backward/algo.h backward/algobase.h backward/alloc.h \
184 backward/bvector.h backward/defalloc.h backward/deque.h \
185 backward/function.h backward/hash_map.h backward/hash_set.h \
186 backward/hashtable.h backward/heap.h backward/iterator.h \
187 backward/list.h backward/map.h backward/multimap.h \
188 backward/multiset.h backward/pair.h \
189 backward/rope.h backward/set.h backward/slist.h backward/stack.h \
190 backward/tempbuf.h backward/tree.h backward/vector.h \
191 bits/std_bitset.h bits/std_deque.h bits/std_functional.h \
192 bits/std_iterator.h bits/std_list.h \
193 bits/std_map.h bits/std_memory.h bits/std_numeric.h \
194 bits/std_queue.h bits/std_set.h bits/std_stack.h \
195 bits/std_stdexcept.h bits/std_vector.h \
196 bits/stl_algo.h bits/stl_algobase.h bits/stl_alloc.h \
197 bits/stl_deque.h bits/stl_function.h \
198 bits/stl_heap.h bits/stl_iterator.h bits/stl_list.h bits/stl_map.h \
199 bits/stl_multimap.h bits/stl_multiset.h bits/stl_numeric.h \
200 bits/stl_pair.h bits/stl_queue.h bits/stl_raw_storage_iter.h \
201 bits/stl_relops.h bits/stl_set.h \
202 bits/stl_stack.h bits/stl_string_fwd.h bits/stl_tempbuf.h \
203 bits/stl_tree.h bits/stl_uninitialized.h bits/stl_vector.h \
204 bits/type_traits.h bits/stl_range_errors.h bits/std_algorithm.h \
205 bits/std_strstream.h \
206 ext/ropeimpl.h ext/stl_rope.h \
207 ext/stl_bvector.h bits/stl_config.h bits/stl_construct.h \
208 ext/stl_hashtable.h ext/stl_hash_fun.h \
209 ext/hash_map ext/hash_set ext/rope ext/slist \
210 ext/tree ext/bvector \
211 shadow/assert.h shadow/ctype.h shadow/errno.h shadow/float.h \
212 shadow/libio.h \
213 shadow/limits.h shadow/locale.h shadow/math.h shadow/setjmp.h \
214 shadow/signal.h shadow/stdarg.h shadow/stddef.h shadow/stdio.h \
215 shadow/stdlib.h shadow/string.h shadow/time.h \
216 shadow/unistd.h shadow/wchar.h shadow/wctype.h \
217 shadow/bits/std_cassert.h shadow/bits/std_cctype.h \
218 shadow/bits/std_cerrno.h shadow/bits/std_cfloat.h \
219 shadow/bits/std_climits.h shadow/bits/std_clocale.h \
220 shadow/bits/std_cmath.h shadow/bits/std_csetjmp.h \
221 shadow/bits/std_csignal.h shadow/bits/std_cstdarg.h \
222 shadow/bits/std_cstddef.h shadow/bits/std_cstdio.h \
223 shadow/bits/std_cstdlib.h shadow/bits/std_cstring.h \
224 shadow/bits/std_ctime.h shadow/bits/std_cwchar.h \
225 shadow/bits/std_cwctype.h \
226 shadow/bits/wrap_libio.h shadow/bits/wrap_unistd.h \
227 shadow/sys/cdefs.h
228
229
230std_headers = \
231 algorithm bitset cassert cctype cerrno cfloat climits clocale ciso646 \
232 cmath complex csetjmp csignal cstdarg cstddef cstdio cstdlib \
233 cstring ctime cwchar cwctype deque exception fstream functional \
234 iomanip ios iosfwd iostream istream iterator limits list locale \
235 map memory new numeric ostream queue set sstream stack stdexcept \
236 streambuf string strstream typeinfo utility valarray vector
237
238@GLIBCPP_NEED_LIBIO_TRUE@libio_headers = \
239@GLIBCPP_NEED_LIBIO_TRUE@\
240@GLIBCPP_NEED_LIBIO_TRUE@ $(top_builddir)/libio/_G_config.h $(top_srcdir)/libio/libio.h
241@GLIBCPP_NEED_LIBIO_FALSE@libio_headers = \
242
243generated_headers = \
244 bits/std_limits.h bits/c++config.h bits/c++threads.h bits/c++io.h
245
246
247cpu_headers = \
248 $(top_srcdir)/@cpu_include_dir@/atomicity.h
249
250
251string_sources = \
252 stringMAIN.cc stringCTORNC.cc stringCTORAL.cc \
253 stringCTORCPR.cc stringCTORCPRAL.cc stringCTORPRAL.cc \
254 stringCTORPAL.cc stringCTORDUPAL.cc stringCTORPP.cc stringCTORII.cc \
255 stringMUTATE.cc stringRESERVE.cc \
256 stringSWAP.cc stringSLOP.cc \
257 stringRESIZE.cc stringAPPCOPY.cc stringAPPCPR.cc stringAPPPR.cc \
258 stringAPPDUP.cc stringAPPII.cc stringASSCP.cc stringASSII.cc \
259 stringINSII.cc stringREPRR.cc stringREPIIDUP.cc stringREPII.cc \
260 stringREPIII.cc stringREP4I.cc stringREPIIPP.cc stringREPIIPP2.cc \
261 stringCOPY.cc stringCONII.cc stringCONIIF.cc stringCONPPF.cc \
262 stringCONPPF2.cc stringCONSC.cc \
263 stringFIND.cc stringFINDC.cc stringRFIND.cc \
264 stringRFINDC.cc stringFFO.cc stringFLO.cc stringFFNO.cc \
265 stringFLNO.cc stringFLNOC.cc stringCOMPARE.cc stringCOMPARE2.cc \
266 stringCOMPAREP.cc stringCOMPAREP2.cc stringADDPS.cc stringADDCS.cc \
267 stringEXTRACT.cc stringINSERT.cc stringGETLINE.cc stringSCOPY.cc \
268 stringEQ.cc
269
270
271wstring_sources = \
272 wstringMAIN.cc wstringCTORNC.cc wstringCTORAL.cc \
273 wstringCTORCPR.cc wstringCTORCPRAL.cc wstringCTORPRAL.cc \
274 wstringCTORPAL.cc wstringCTORDUPAL.cc wstringCTORPP.cc \
275 wstringCTORII.cc \
276 wstringMUTATE.cc wstringRESERVE.cc \
277 wstringSWAP.cc wstringSLOP.cc \
278 wstringRESIZE.cc wstringAPPCOPY.cc wstringAPPCPR.cc wstringAPPPR.cc \
279 wstringAPPDUP.cc wstringAPPII.cc wstringASSCP.cc wstringASSII.cc \
280 wstringINSII.cc wstringREPRR.cc wstringREPIIDUP.cc wstringREPII.cc \
281 wstringREPIII.cc wstringREP4I.cc wstringREPIIPP.cc wstringREPIIPP2.cc \
282 wstringCOPY.cc wstringCONII.cc wstringCONIIF.cc wstringCONPPF.cc \
283 wstringCONPPF2.cc wstringCONSC.cc \
284 wstringFIND.cc wstringFINDC.cc wstringRFIND.cc \
285 wstringRFINDC.cc wstringFFO.cc wstringFLO.cc wstringFFNO.cc \
286 wstringFLNO.cc wstringFLNOC.cc wstringCOMPARE.cc wstringCOMPARE2.cc \
287 wstringCOMPAREP.cc wstringCOMPAREP2.cc wstringADDPS.cc \
288 wstringADDCS.cc wstringEXTRACT.cc wstringINSERT.cc wstringGETLINE.cc \
289 wstringSCOPY.cc wstringEQ.cc
290
291
292sources = \
293 limitsMEMBERS.cc c++io.cc \
294 cmath.cc \
295 complex.cc complexf.cc complexl.cc complex_io.cc \
296 stdexcept.cc ios.cc stdstreams.cc strstream.cc \
297 locale.cc localename.cc \
298 locale-inst.cc stl-inst.cc misc-inst.cc valarray-inst.cc \
299 $(string_sources) $(wstring_sources)
300
301VPATH = $(top_srcdir) $(top_srcdir)/std $(top_srcdir)/src $(top_srcdir)/@ctype_include_dir@
302
303# Actual sources for the distro, but don't build these.
304EXTRA_sources = string-inst.cc
305
306libstdc___la_SOURCES = $(sources)
307
308libstdc___la_LIBADD = ../math/libmath.la ../libio/libio.la
309
310libstdc___la_LDFLAGS = -version-info 3:0:0 -lm
311
312# We cannot use the default rules to install headers since we cannot
313# statically decide which headers to install. So we have our own special
314# installation routine here.
315myincludep = $(DESTDIR)$(includedir)/g++-v3/
316mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
317CONFIG_HEADER = ../config.h
318CONFIG_CLEAN_FILES =
319LTLIBRARIES = $(toolexeclib_LTLIBRARIES)
320
321
322DEFS = @DEFS@ -I. -I$(srcdir) -I..
323CPPFLAGS = @CPPFLAGS@
324LDFLAGS = @LDFLAGS@
325LIBS = @LIBS@
326libstdc___la_DEPENDENCIES = ../math/libmath.la ../libio/libio.la
327libstdc___la_OBJECTS = limitsMEMBERS.lo c++io.lo cmath.lo complex.lo \
328complexf.lo complexl.lo complex_io.lo stdexcept.lo ios.lo stdstreams.lo \
329strstream.lo locale.lo localename.lo locale-inst.lo stl-inst.lo \
330misc-inst.lo valarray-inst.lo stringMAIN.lo stringCTORNC.lo \
331stringCTORAL.lo stringCTORCPR.lo stringCTORCPRAL.lo stringCTORPRAL.lo \
332stringCTORPAL.lo stringCTORDUPAL.lo stringCTORPP.lo stringCTORII.lo \
333stringMUTATE.lo stringRESERVE.lo stringSWAP.lo stringSLOP.lo \
334stringRESIZE.lo stringAPPCOPY.lo stringAPPCPR.lo stringAPPPR.lo \
335stringAPPDUP.lo stringAPPII.lo stringASSCP.lo stringASSII.lo \
336stringINSII.lo stringREPRR.lo stringREPIIDUP.lo stringREPII.lo \
337stringREPIII.lo stringREP4I.lo stringREPIIPP.lo stringREPIIPP2.lo \
338stringCOPY.lo stringCONII.lo stringCONIIF.lo stringCONPPF.lo \
339stringCONPPF2.lo stringCONSC.lo stringFIND.lo stringFINDC.lo \
340stringRFIND.lo stringRFINDC.lo stringFFO.lo stringFLO.lo stringFFNO.lo \
341stringFLNO.lo stringFLNOC.lo stringCOMPARE.lo stringCOMPARE2.lo \
342stringCOMPAREP.lo stringCOMPAREP2.lo stringADDPS.lo stringADDCS.lo \
343stringEXTRACT.lo stringINSERT.lo stringGETLINE.lo stringSCOPY.lo \
344stringEQ.lo wstringMAIN.lo wstringCTORNC.lo wstringCTORAL.lo \
345wstringCTORCPR.lo wstringCTORCPRAL.lo wstringCTORPRAL.lo \
346wstringCTORPAL.lo wstringCTORDUPAL.lo wstringCTORPP.lo wstringCTORII.lo \
347wstringMUTATE.lo wstringRESERVE.lo wstringSWAP.lo wstringSLOP.lo \
348wstringRESIZE.lo wstringAPPCOPY.lo wstringAPPCPR.lo wstringAPPPR.lo \
349wstringAPPDUP.lo wstringAPPII.lo wstringASSCP.lo wstringASSII.lo \
350wstringINSII.lo wstringREPRR.lo wstringREPIIDUP.lo wstringREPII.lo \
351wstringREPIII.lo wstringREP4I.lo wstringREPIIPP.lo wstringREPIIPP2.lo \
352wstringCOPY.lo wstringCONII.lo wstringCONIIF.lo wstringCONPPF.lo \
353wstringCONPPF2.lo wstringCONSC.lo wstringFIND.lo wstringFINDC.lo \
354wstringRFIND.lo wstringRFINDC.lo wstringFFO.lo wstringFLO.lo \
355wstringFFNO.lo wstringFLNO.lo wstringFLNOC.lo wstringCOMPARE.lo \
356wstringCOMPARE2.lo wstringCOMPAREP.lo wstringCOMPAREP2.lo \
357wstringADDPS.lo wstringADDCS.lo wstringEXTRACT.lo wstringINSERT.lo \
358wstringGETLINE.lo wstringSCOPY.lo wstringEQ.lo
359CXXFLAGS = @CXXFLAGS@
360CXXLD = $(CXX)
361DIST_COMMON = Makefile.am Makefile.in
362
363
364DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
365
366TAR = gtar
367GZIP_ENV = --best
368SOURCES = $(libstdc___la_SOURCES)
369OBJECTS = $(libstdc___la_OBJECTS)
370
371all: all-redirect
372.SUFFIXES:
373.SUFFIXES: .S .c .cc .lo .o .s
374$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
375 cd $(top_srcdir) && $(AUTOMAKE) --cygnus src/Makefile
376
377Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
378 cd $(top_builddir) \
379 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
380
381
382mostlyclean-toolexeclibLTLIBRARIES:
383
384clean-toolexeclibLTLIBRARIES:
385 -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
386
387distclean-toolexeclibLTLIBRARIES:
388
389maintainer-clean-toolexeclibLTLIBRARIES:
390
391install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
392 @$(NORMAL_INSTALL)
393 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
394 @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
395 if test -f $$p; then \
396 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
397 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
398 else :; fi; \
399 done
400
401uninstall-toolexeclibLTLIBRARIES:
402 @$(NORMAL_UNINSTALL)
403 list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
404 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
405 done
406
407.c.o:
408 $(COMPILE) -c $<
409
410.s.o:
411 $(COMPILE) -c $<
412
413.S.o:
414 $(COMPILE) -c $<
415
416mostlyclean-compile:
417 -rm -f *.o core *.core
418
419clean-compile:
420
421distclean-compile:
422 -rm -f *.tab.c
423
424maintainer-clean-compile:
425
426.c.lo:
427 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
428
429.s.lo:
430 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
431
432.S.lo:
433 $(LIBTOOL) --mode=compile $(COMPILE) -c $<
434
435mostlyclean-libtool:
436 -rm -f *.lo
437
438clean-libtool:
439 -rm -rf .libs _libs
440
441distclean-libtool:
442
443maintainer-clean-libtool:
444
445libstdc++.la: $(libstdc___la_OBJECTS) $(libstdc___la_DEPENDENCIES)
446 $(CXXLINK) -rpath $(toolexeclibdir) $(libstdc___la_LDFLAGS) $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD) $(LIBS)
447.cc.o:
448 $(CXXCOMPILE) -c $<
449.cc.lo:
450 $(LTCXXCOMPILE) -c $<
451
452tags: TAGS
453
454ID: $(HEADERS) $(SOURCES) $(LISP)
455 list='$(SOURCES) $(HEADERS)'; \
456 unique=`for i in $$list; do echo $$i; done | \
457 awk ' { files[$$0] = 1; } \
458 END { for (i in files) print i; }'`; \
459 here=`pwd` && cd $(srcdir) \
460 && mkid -f$$here/ID $$unique $(LISP)
461
462TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
463 tags=; \
464 here=`pwd`; \
465 list='$(SOURCES) $(HEADERS)'; \
466 unique=`for i in $$list; do echo $$i; done | \
467 awk ' { files[$$0] = 1; } \
468 END { for (i in files) print i; }'`; \
469 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
470 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
471
472mostlyclean-tags:
473
474clean-tags:
475
476distclean-tags:
477 -rm -f TAGS ID
478
479maintainer-clean-tags:
480
481distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
482
483subdir = src
484
485distdir: $(DISTFILES)
486 @for file in $(DISTFILES); do \
487 if test -f $$file; then d=.; else d=$(srcdir); fi; \
488 if test -d $$d/$$file; then \
489 cp -pr $$d/$$file $(distdir)/$$file; \
490 else \
491 test -f $(distdir)/$$file \
492 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
493 || cp -p $$d/$$file $(distdir)/$$file || :; \
494 fi; \
495 done
496info-am:
497info: info-am
498dvi-am:
499dvi: dvi-am
500check-am:
501check: check-am
502installcheck-am:
503installcheck: installcheck-am
504install-info-am:
505install-info: install-info-am
506install-exec-am: install-toolexeclibLTLIBRARIES
507install-exec: install-exec-am
508
509install-data-am:
510install-data: install-data-am
511
512install-am: all-am
513 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
514install: install-am
515uninstall-am: uninstall-toolexeclibLTLIBRARIES
516uninstall: uninstall-am
517all-am: Makefile $(LTLIBRARIES)
518all-redirect: all-am
519install-strip:
520 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
521installdirs:
522 $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
523
524
525mostlyclean-generic:
526
527clean-generic:
528
529distclean-generic:
530 -rm -f Makefile $(CONFIG_CLEAN_FILES)
531 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
532
533maintainer-clean-generic:
534mostlyclean-am: mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
535 mostlyclean-libtool mostlyclean-tags \
536 mostlyclean-generic
537
538mostlyclean: mostlyclean-am
539
540clean-am: clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
541 clean-tags clean-generic mostlyclean-am
542
543clean: clean-am
544
545distclean-am: distclean-toolexeclibLTLIBRARIES distclean-compile \
546 distclean-libtool distclean-tags distclean-generic \
547 clean-am
548 -rm -f libtool
549
550distclean: distclean-am
551
552maintainer-clean-am: maintainer-clean-toolexeclibLTLIBRARIES \
553 maintainer-clean-compile maintainer-clean-libtool \
554 maintainer-clean-tags maintainer-clean-generic \
555 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
559maintainer-clean: maintainer-clean-am
560
561.PHONY: mostlyclean-toolexeclibLTLIBRARIES \
562distclean-toolexeclibLTLIBRARIES clean-toolexeclibLTLIBRARIES \
563maintainer-clean-toolexeclibLTLIBRARIES \
564uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
565mostlyclean-compile distclean-compile clean-compile \
566maintainer-clean-compile mostlyclean-libtool distclean-libtool \
567clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
568distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
569dvi-am dvi check check-am installcheck-am installcheck install-info-am \
570install-info install-exec-am install-exec install-data-am install-data \
571install-am install uninstall-am uninstall all-redirect all-am all \
572installdirs mostlyclean-generic distclean-generic clean-generic \
573maintainer-clean-generic clean mostlyclean distclean maintainer-clean
574
575
576install: myinstallheaders
577
578# NB: As libio_headers may be empty, need this to make sure bash doesn't
579# choke on an empty for... loop by using libio_headers_install
580
581myinstallheaders: $(headers:%=$(myincludep)%)
582 if test -z "$(MULTISUBDIR)"; then \
583 for i in $(std_headers); do \
584 echo "$(INSTALL_DATA) $(top_srcdir)/std/$$i $(myincludep)"; \
585 $(INSTALL_DATA) $(top_srcdir)/std/$$i $(myincludep); \
586 done; \
587 for i in $(generated_headers); do \
588 echo "$(INSTALL_DATA) $(top_builddir)/$$i $(myincludep)bits/"; \
589 $(INSTALL_DATA) $(top_builddir)/$$i $(myincludep)bits/; \
590 done; \
591 libio_headers_install='$(libio_headers)'; \
592 for i in $$libio_headers_install; do \
593 echo "$(INSTALL_DATA) $$i $(myincludep)"; \
594 $(INSTALL_DATA) $$i $(myincludep); \
595 done; \
596 echo "$(INSTALL_DATA) $(cpu_headers) $(myincludep)"; \
597 $(INSTALL_DATA) $(cpu_headers) $(myincludep); \
598 fi;
599
600$(headers:%=$(myincludep)%): $(myincludep)%: %
601 if test -z "$(MULTISUBDIR)"; then \
602 $(mkinstalldirs) $(@D); \
603 echo " $(INSTALL_DATA) $^ $@"; \
604 $(INSTALL_DATA) $^ $@; \
605 fi;
606
607# For the next time we have to handle misc-inst.cc and locale-inst.cc
608# in a special way since we cannot instantiate all classes due to
609# missing definitions for things like vptrs, type_info bits, etc. when
610# using -fno-implicit-templates.
611misc-inst.o: misc-inst.cc
612 $(CXXCOMPILE) -fimplicit-templates -c $<
613misc-inst.lo: misc-inst.cc
614 $(LTCXXCOMPILE) -fimplicit-templates -c $<
615locale-inst.o: locale-inst.cc
616 $(CXXCOMPILE) -fimplicit-templates -c $<
617locale-inst.lo: locale-inst.cc
618 $(LTCXXCOMPILE) -fimplicit-templates -c $<
619
620stringMAIN.lo \
621stringCTORNC.lo \
622stringCTORAL.lo \
623stringCTORCPR.lo \
624stringCTORCPRAL.lo \
625stringCTORPRAL.lo \
626stringCTORPAL.lo \
627stringCTORDUPAL.lo \
628stringCTORPP.lo \
629stringCTORII.lo \
630stringMUTATE.lo \
631stringRESERVE.lo \
632stringSWAP.lo \
633stringSLOP.lo \
634stringRESIZE.lo \
635stringAPPCOPY.lo \
636stringAPPCPR.lo \
637stringAPPPR.lo \
638stringAPPDUP.lo \
639stringAPPII.lo \
640stringASSCP.lo \
641stringASSII.lo \
642stringINSII.lo \
643stringREPRR.lo \
644stringREPIIDUP.lo \
645stringREPII.lo \
646stringREPIII.lo \
647stringREP4I.lo \
648stringREPIIPP.lo \
649stringREPIIPP2.lo \
650stringCOPY.lo \
651stringCONII.lo \
652stringCONIIF.lo \
653stringCONPPF.lo \
654stringCONPPF2.lo \
655stringCONSC.lo \
656stringFIND.lo \
657stringFINDC.lo \
658stringRFIND.lo \
659stringRFINDC.lo \
660stringFFO.lo \
661stringFLO.lo \
662stringFFNO.lo \
663stringFLNO.lo \
664stringFLNOC.lo \
665stringCOMPARE.lo \
666stringCOMPARE2.lo \
667stringCOMPAREP.lo \
668stringCOMPAREP2.lo \
669stringADDPS.lo \
670stringADDCS.lo \
671stringEXTRACT.lo \
672stringINSERT.lo \
673stringGETLINE.lo \
674stringSCOPY.lo \
675stringEQ.lo : string-inst.cc
676 $(LTCXXCOMPILE) -fimplicit-templates \
677 -c -D`echo $@ | tr -dc 'A-Z'` $< -o $@
678
679wstringMAIN.lo \
680wstringCTORNC.lo \
681wstringCTORAL.lo \
682wstringCTORCPR.lo \
683wstringCTORCPRAL.lo \
684wstringCTORPRAL.lo \
685wstringCTORPAL.lo \
686wstringCTORDUPAL.lo \
687wstringCTORPP.lo \
688wstringCTORII.lo \
689wstringMUTATE.lo \
690wstringRESERVE.lo \
691wstringSWAP.lo \
692wstringSLOP.lo \
693wstringRESIZE.lo \
694wstringAPPCOPY.lo \
695wstringAPPCPR.lo \
696wstringAPPPR.lo \
697wstringAPPDUP.lo \
698wstringAPPII.lo \
699wstringASSCP.lo \
700wstringASSII.lo \
701wstringINSII.lo \
702wstringREPRR.lo \
703wstringREPIIDUP.lo \
704wstringREPII.lo \
705wstringREPIII.lo \
706wstringREP4I.lo \
707wstringREPIIPP.lo \
708wstringREPIIPP2.lo \
709wstringCOPY.lo \
710wstringCONII.lo \
711wstringCONIIF.lo \
712wstringCONPPF.lo \
713wstringCONPPF2.lo \
714wstringCONSC.lo \
715wstringFIND.lo \
716wstringFINDC.lo \
717wstringRFIND.lo \
718wstringRFINDC.lo \
719wstringFFO.lo \
720wstringFLO.lo \
721wstringFFNO.lo \
722wstringFLNO.lo \
723wstringFLNOC.lo \
724wstringCOMPARE.lo \
725wstringCOMPARE2.lo \
726wstringCOMPAREP.lo \
727wstringCOMPAREP2.lo \
728wstringADDPS.lo \
729wstringADDCS.lo \
730wstringEXTRACT.lo \
731wstringINSERT.lo \
732wstringGETLINE.lo \
733wstringSCOPY.lo \
734wstringEQ.lo : string-inst.cc
735 $(LTCXXCOMPILE) -fimplicit-templates \
736 -c -D`echo $@ | tr -dc 'A-Z'` -DC=wchar_t $< -o $@
737
738stringMAIN.o \
739stringCTORNC.o \
740stringCTORAL.o \
741stringCTORCPR.o \
742stringCTORCPRAL.o \
743stringCTORPRAL.o \
744stringCTORPAL.o \
745stringCTORDUPAL.o \
746stringCTORPP.o \
747stringCTORII.o \
748stringMUTATE.o \
749stringRESERVE.o \
750stringSWAP.o \
751stringSLOP.o \
752stringRESIZE.o \
753stringAPPCOPY.o \
754stringAPPCPR.o \
755stringAPPPR.o \
756stringAPPDUP.o \
757stringAPPII.o \
758stringASSCP.o \
759stringASSII.o \
760stringINSII.o \
761stringREPRR.o \
762stringREPIIDUP.o \
763stringREPII.o \
764stringREPIII.o \
765stringREP4I.o \
766stringREPIIPP.o \
767stringREPIIPP2.o \
768stringCOPY.o \
769stringCONII.o \
770stringCONIIF.o \
771stringCONPPF.o \
772stringCONPPF2.o \
773stringCONSC.o \
774stringFIND.o \
775stringFINDC.o \
776stringRFIND.o \
777stringRFINDC.o \
778stringFFO.o \
779stringFLO.o \
780stringFFNO.o \
781stringFLNO.o \
782stringFLNOC.o \
783stringCOMPARE.o \
784stringCOMPARE2.o \
785stringCOMPAREP.o \
786stringCOMPAREP2.o \
787stringADDPS.o \
788stringADDCS.o \
789stringEXTRACT.o \
790stringINSERT.o \
791stringGETLINE.o \
792stringSCOPY.o \
793stringEQ.o : string-inst.cc
794 $(CXXCOMPILE) -fimplicit-templates \
795 -c -D`echo $@ | tr -dc 'A-Z'` $< -o $@
796
797wstringMAIN.o \
798wstringCTORNC.o \
799wstringCTORAL.o \
800wstringCTORCPR.o \
801wstringCTORCPRAL.o \
802wstringCTORPRAL.o \
803wstringCTORPAL.o \
804wstringCTORDUPAL.o \
805wstringCTORPP.o \
806wstringCTORII.o \
807wstringMUTATE.o \
808wstringRESERVE.o \
809wstringSWAP.o \
810wstringSLOP.o \
811wstringRESIZE.o \
812wstringAPPCOPY.o \
813wstringAPPCPR.o \
814wstringAPPPR.o \
815wstringAPPDUP.o \
816wstringAPPII.o \
817wstringASSCP.o \
818wstringASSII.o \
819wstringINSII.o \
820wstringREPRR.o \
821wstringREPIIDUP.o \
822wstringREPII.o \
823wstringREPIII.o \
824wstringREP4I.o \
825wstringREPIIPP.o \
826wstringREPIIPP2.o \
827wstringCOPY.o \
828wstringCONII.o \
829wstringCONIIF.o \
830wstringCONPPF.o \
831wstringCONPPF2.o \
832wstringCONSC.o \
833wstringFIND.o \
834wstringFINDC.o \
835wstringRFIND.o \
836wstringRFINDC.o \
837wstringFFO.o \
838wstringFLO.o \
839wstringFFNO.o \
840wstringFLNO.o \
841wstringFLNOC.o \
842wstringCOMPARE.o \
843wstringCOMPARE2.o \
844wstringCOMPAREP.o \
845wstringCOMPAREP2.o \
846wstringADDPS.o \
847wstringADDCS.o \
848wstringEXTRACT.o \
849wstringINSERT.o \
850wstringGETLINE.o \
851wstringSCOPY.o \
852wstringEQ.o : string-inst.cc
853 $(CXXCOMPILE) -fimplicit-templates \
854 -c -D`echo $@ | tr -dc 'A-Z'` -DC=wchar_t $< -o $@
855
856# Tell versions [3.59,3.63) of GNU make to not export all variables.
857# Otherwise a system limit (for SysV at least) may be exceeded.
858.NOEXPORT: