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