OSDN Git Service

2000-05-24 Nathan "I don't write ChangeLog Entries" Myers <ncm@cantrip.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 BUILD_LIBIO_INCLUDE = @BUILD_LIBIO_INCLUDE@
68 CC = @CC@
69 CPP = @CPP@
70 CPUFLAGS = @CPUFLAGS@
71 CSTDIO_CC = @CSTDIO_CC@
72 CSTDIO_H = @CSTDIO_H@
73 CXX = @CXX@
74 CXXCPP = @CXXCPP@
75 DEBUGFLAGS = @DEBUGFLAGS@
76 DLLTOOL = @DLLTOOL@
77 EXEEXT = @EXEEXT@
78 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
79 FMTFLAGS = @FMTFLAGS@
80 GCC_OBJDIR = @GCC_OBJDIR@
81 GLIBCPP_CFLAGS = @GLIBCPP_CFLAGS@
82 GLIBCPP_CXXFLAGS = @GLIBCPP_CXXFLAGS@
83 LIBMATHOBJS = @LIBMATHOBJS@
84 LIBSTRINGOBJS = @LIBSTRINGOBJS@
85 LIBTOOL = @LIBTOOL@
86 LN_S = @LN_S@
87 MAINT = @MAINT@
88 MAKEINFO = @MAKEINFO@
89 OBJDUMP = @OBJDUMP@
90 PACKAGE = @PACKAGE@
91 RANLIB = @RANLIB@
92 SHADOW_INCLUDES = @SHADOW_INCLUDES@
93 THREADDEPS = @THREADDEPS@
94 THREADINCS = @THREADINCS@
95 THREADLIBS = @THREADLIBS@
96 THREADOBJS = @THREADOBJS@
97 THREADSPEC = @THREADSPEC@
98 USE_LONG_DOUBLE = @USE_LONG_DOUBLE@
99 VERSION = @VERSION@
100 WERROR = @WERROR@
101 cpu_include_dir = @cpu_include_dir@
102 ctype_include_dir = @ctype_include_dir@
103 glibcpp_basedir = @glibcpp_basedir@
104 libinst_wstring_la = @libinst_wstring_la@
105
106 AUTOMAKE_OPTIONS = 1.3 gnits
107 MAINT_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
115 toolexeclib_LTLIBRARIES = libstdc++.la
116 EXTRA_LTLIBRARIES = libinst-string.la libinst-wstring.la
117
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.
126 AC_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)
133 AM_CXXFLAGS = \
134         $(FORMAT_CXXFLAGS) \
135         -fno-implicit-templates \
136         -Wall -Wno-format -W -Wwrite-strings -Winline \
137         $(OPTIMIZE_CXXFLAGS) $(AC_CXXFLAGS) 
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.)
143 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) \
144              $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS) 
145
146
147 LTCXXCOMPILE = $(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.
155 CXXLINK = $(LIBTOOL) --mode=link "$(CC)" $(AM_CXXFLAGS) $(LDFLAGS) -o $@
156
157 TOPLEVEL_INCLUDES = -I$(includedir)
158
159 LIBIO_INCLUDES = @BUILD_LIBIO_INCLUDE@ -I$(top_srcdir)/libio 
160
161 CONFIG_INCLUDES = \
162         -I$(top_srcdir)/@cpu_include_dir@ \
163         -I$(top_srcdir)/@ctype_include_dir@
164
165
166 INCLUDES = \
167         -nostdinc++ -I$(top_srcdir) \
168         $(LIBIO_INCLUDES) $(CONFIG_INCLUDES) $(TOPLEVEL_INCLUDES)       
169
170
171 headers = \
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 \
181         bits/std_cassert.h bits/std_cwctype.h \
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 \
203         backward/list.h backward/map.h backward/multimap.h backward/new.h \
204         backward/multiset.h backward/pair.h backward/iostream.h \
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
246 std_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
259 generated_headers = \
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
262
263
264 cpu_headers = \
265          $(top_srcdir)/@cpu_include_dir@/bits/atomicity.h 
266
267
268 string_sources = \
269         stringMAIN.cc stringCTORNC.cc stringCTORAL.cc \
270         stringCTORCPR.cc stringCTORCPRAL.cc stringCTORPRAL.cc \
271         stringCTORPAL.cc stringCTORPP.cc stringCTORII.cc \
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
288 wstring_sources = \
289         wstringMAIN.cc wstringCTORNC.cc wstringCTORAL.cc \
290         wstringCTORCPR.cc wstringCTORCPRAL.cc wstringCTORPRAL.cc \
291         wstringCTORPAL.cc wstringCTORPP.cc \
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
309 sources = \
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  \
315         locale-inst.cc stl-inst.cc misc-inst.cc valarray-inst.cc 
316
317 VPATH =  $(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.
320 EXTRA_sources = string-inst.cc 
321
322 libstdc___la_SOURCES = $(sources)
323
324 libinst_string_la_SOURCES = $(string_sources)
325
326 libinst_wstring_la_SOURCES = $(wstring_sources)
327
328 libstdc___la_LIBADD = \
329         ../math/libmath.la ../libio/libio.la \
330         libinst-string.la @libinst_wstring_la@
331
332
333 libstdc___la_LDFLAGS = -version-info 3:0:0 -lm
334
335 libstdc___la_DEPENDENCIES = $(libstdc___la_LIBADD)
336
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.
340 myincludep = $(DESTDIR)$(includedir)/g++-v3/
341 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
342 CONFIG_HEADER = ../config.h
343 CONFIG_CLEAN_FILES = 
344 LTLIBRARIES =  $(toolexeclib_LTLIBRARIES)
345
346
347 DEFS = @DEFS@ -I. -I$(srcdir) -I..
348 CPPFLAGS = @CPPFLAGS@
349 LDFLAGS = @LDFLAGS@
350 LIBS = @LIBS@
351 libinst_string_la_LDFLAGS = 
352 libinst_string_la_LIBADD = 
353 libinst_string_la_OBJECTS =  stringMAIN.lo stringCTORNC.lo \
354 stringCTORAL.lo stringCTORCPR.lo stringCTORCPRAL.lo stringCTORPRAL.lo \
355 stringCTORPAL.lo stringCTORPP.lo stringCTORII.lo stringMUTATE.lo \
356 stringRESERVE.lo stringSWAP.lo stringSLOP.lo stringRESIZE.lo \
357 stringAPPCOPY.lo stringAPPCPR.lo stringAPPPR.lo stringAPPDUP.lo \
358 stringAPPII.lo stringASSCP.lo stringASSII.lo stringINSII.lo \
359 stringREPRR.lo stringREPIIDUP.lo stringREPII.lo stringREPIII.lo \
360 stringREP4I.lo stringREPIIPP.lo stringREPIIPP2.lo stringCOPY.lo \
361 stringCONII.lo stringCONIIF.lo stringCONPPF.lo stringCONPPF2.lo \
362 stringCONSC.lo stringFIND.lo stringFINDC.lo stringRFIND.lo \
363 stringRFINDC.lo stringFFO.lo stringFLO.lo stringFFNO.lo stringFLNO.lo \
364 stringFLNOC.lo stringCOMPARE.lo stringCOMPARE2.lo stringCOMPAREP.lo \
365 stringCOMPAREP2.lo stringADDPS.lo stringADDCS.lo stringEXTRACT.lo \
366 stringINSERT.lo stringGETLINE.lo stringSCOPY.lo stringEQ.lo
367 libinst_wstring_la_LDFLAGS = 
368 libinst_wstring_la_LIBADD = 
369 libinst_wstring_la_OBJECTS =  wstringMAIN.lo wstringCTORNC.lo \
370 wstringCTORAL.lo wstringCTORCPR.lo wstringCTORCPRAL.lo \
371 wstringCTORPRAL.lo wstringCTORPAL.lo wstringCTORPP.lo wstringCTORII.lo \
372 wstringMUTATE.lo wstringRESERVE.lo wstringSWAP.lo wstringSLOP.lo \
373 wstringRESIZE.lo wstringAPPCOPY.lo wstringAPPCPR.lo wstringAPPPR.lo \
374 wstringAPPDUP.lo wstringAPPII.lo wstringASSCP.lo wstringASSII.lo \
375 wstringINSII.lo wstringREPRR.lo wstringREPIIDUP.lo wstringREPII.lo \
376 wstringREPIII.lo wstringREP4I.lo wstringREPIIPP.lo wstringREPIIPP2.lo \
377 wstringCOPY.lo wstringCONII.lo wstringCONIIF.lo wstringCONPPF.lo \
378 wstringCONPPF2.lo wstringCONSC.lo wstringFIND.lo wstringFINDC.lo \
379 wstringRFIND.lo wstringRFINDC.lo wstringFFO.lo wstringFLO.lo \
380 wstringFFNO.lo wstringFLNO.lo wstringFLNOC.lo wstringCOMPARE.lo \
381 wstringCOMPARE2.lo wstringCOMPAREP.lo wstringCOMPAREP2.lo \
382 wstringADDPS.lo wstringADDCS.lo wstringEXTRACT.lo wstringINSERT.lo \
383 wstringGETLINE.lo wstringSCOPY.lo wstringEQ.lo
384 libstdc___la_OBJECTS =  limitsMEMBERS.lo c++io.lo cmath.lo complex.lo \
385 complexf.lo complexl.lo complex_io.lo stdexcept.lo ios.lo stdstreams.lo \
386 strstream.lo locale.lo localename.lo locale-inst.lo stl-inst.lo \
387 misc-inst.lo valarray-inst.lo
388 CXXFLAGS = @CXXFLAGS@
389 CXXLD = $(CXX)
390 DIST_COMMON =  Makefile.am Makefile.in
391
392
393 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
394
395 TAR = gtar
396 GZIP_ENV = --best
397 SOURCES = $(libinst_string_la_SOURCES) $(libinst_wstring_la_SOURCES) $(libstdc___la_SOURCES)
398 OBJECTS = $(libinst_string_la_OBJECTS) $(libinst_wstring_la_OBJECTS) $(libstdc___la_OBJECTS)
399
400 all: 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
406 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
407         cd $(top_builddir) \
408           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
409
410
411 mostlyclean-toolexeclibLTLIBRARIES:
412
413 clean-toolexeclibLTLIBRARIES:
414         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
415
416 distclean-toolexeclibLTLIBRARIES:
417
418 maintainer-clean-toolexeclibLTLIBRARIES:
419
420 install-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
430 uninstall-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
445 mostlyclean-compile:
446         -rm -f *.o core *.core
447
448 clean-compile:
449
450 distclean-compile:
451         -rm -f *.tab.c
452
453 maintainer-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
464 mostlyclean-libtool:
465         -rm -f *.lo
466
467 clean-libtool:
468         -rm -rf .libs _libs
469
470 distclean-libtool:
471
472 maintainer-clean-libtool:
473
474 libinst-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
477 libinst-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
480 libstdc++.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
487 tags: TAGS
488
489 ID: $(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
497 mostlyclean-tags:
498
499 clean-tags:
500
501 distclean-tags:
502         -rm -f TAGS ID
503
504 maintainer-clean-tags:
505
506 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
507
508 subdir = src
509
510 distdir: $(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
521 info-am:
522 info: info-am
523 dvi-am:
524 dvi: dvi-am
525 check-am:
526 check: check-am
527 installcheck-am:
528 installcheck: installcheck-am
529 install-info-am: 
530 install-info: install-info-am
531 install-exec-am: install-toolexeclibLTLIBRARIES
532 install-exec: install-exec-am
533
534 install-data-am:
535 install-data: install-data-am
536
537 install-am: all-am
538         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
539 install: install-am
540 uninstall-am: uninstall-toolexeclibLTLIBRARIES
541 uninstall: uninstall-am
542 all-am: Makefile $(LTLIBRARIES)
543 all-redirect: all-am
544 install-strip:
545         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
546 installdirs:
547         $(mkinstalldirs)  $(DESTDIR)$(toolexeclibdir)
548
549
550 mostlyclean-generic:
551
552 clean-generic:
553
554 distclean-generic:
555         -rm -f Makefile $(CONFIG_CLEAN_FILES)
556         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
557
558 maintainer-clean-generic:
559 mostlyclean-am:  mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
560                 mostlyclean-libtool mostlyclean-tags \
561                 mostlyclean-generic
562
563 mostlyclean: mostlyclean-am
564
565 clean-am:  clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
566                 clean-tags clean-generic mostlyclean-am
567
568 clean: clean-am
569
570 distclean-am:  distclean-toolexeclibLTLIBRARIES distclean-compile \
571                 distclean-libtool distclean-tags distclean-generic \
572                 clean-am
573         -rm -f libtool
574
575 distclean: distclean-am
576
577 maintainer-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
584 maintainer-clean: maintainer-clean-am
585
586 .PHONY: mostlyclean-toolexeclibLTLIBRARIES \
587 distclean-toolexeclibLTLIBRARIES clean-toolexeclibLTLIBRARIES \
588 maintainer-clean-toolexeclibLTLIBRARIES \
589 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
590 mostlyclean-compile distclean-compile clean-compile \
591 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
592 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
593 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
594 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
595 install-info install-exec-am install-exec install-data-am install-data \
596 install-am install uninstall-am uninstall all-redirect all-am all \
597 installdirs mostlyclean-generic distclean-generic clean-generic \
598 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
599
600
601 install: 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
605 myinstallheaders: $(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 \
612           echo "$(INSTALL_DATA) $$i $(myincludep)bits/"; \
613                 $(INSTALL_DATA) $$i $(myincludep)bits/; \
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; \
620         echo "$(INSTALL_DATA) $(cpu_headers) $(myincludep)bits/"; \
621         $(INSTALL_DATA) $(cpu_headers) $(myincludep)bits/; \
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
631 # All the machinations with string instantiations messes up the
632 # automake-generated TAGS rule. Make a simple one here.
633 TAGS: $(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.
644 misc-inst.o: misc-inst.cc
645         $(CXXCOMPILE) -fimplicit-templates -c $<
646 misc-inst.lo: misc-inst.cc
647         $(LTCXXCOMPILE) -fimplicit-templates -c $<
648 locale-inst.o: locale-inst.cc
649         $(CXXCOMPILE) -fimplicit-templates -c $<
650 locale-inst.lo: locale-inst.cc
651         $(LTCXXCOMPILE) -fimplicit-templates -c $<
652
653 stringMAIN.lo \
654 stringCTORNC.lo \
655 stringCTORAL.lo \
656 stringCTORCPR.lo \
657 stringCTORCPRAL.lo \
658 stringCTORPRAL.lo \
659 stringCTORPAL.lo \
660 stringCTORPP.lo \
661 stringCTORII.lo \
662 stringMUTATE.lo \
663 stringRESERVE.lo \
664 stringSWAP.lo \
665 stringSLOP.lo \
666 stringRESIZE.lo \
667 stringAPPCOPY.lo \
668 stringAPPCPR.lo \
669 stringAPPPR.lo \
670 stringAPPDUP.lo \
671 stringAPPII.lo \
672 stringASSCP.lo \
673 stringASSII.lo \
674 stringINSII.lo \
675 stringREPRR.lo \
676 stringREPIIDUP.lo \
677 stringREPII.lo \
678 stringREPIII.lo \
679 stringREP4I.lo \
680 stringREPIIPP.lo \
681 stringREPIIPP2.lo \
682 stringCOPY.lo \
683 stringCONII.lo \
684 stringCONIIF.lo \
685 stringCONPPF.lo \
686 stringCONPPF2.lo \
687 stringCONSC.lo \
688 stringFIND.lo \
689 stringFINDC.lo \
690 stringRFIND.lo \
691 stringRFINDC.lo \
692 stringFFO.lo \
693 stringFLO.lo \
694 stringFFNO.lo \
695 stringFLNO.lo \
696 stringFLNOC.lo \
697 stringCOMPARE.lo \
698 stringCOMPARE2.lo \
699 stringCOMPAREP.lo \
700 stringCOMPAREP2.lo \
701 stringADDPS.lo \
702 stringADDCS.lo \
703 stringEXTRACT.lo \
704 stringINSERT.lo \
705 stringGETLINE.lo \
706 stringSCOPY.lo \
707 stringEQ.lo : string-inst.cc
708         $(LTCXXCOMPILE) -fimplicit-templates \
709         -c -D`echo $@ | tr -dc '0-9A-Z'` $< -o $@
710
711 wstringMAIN.lo \
712 wstringCTORNC.lo \
713 wstringCTORAL.lo \
714 wstringCTORCPR.lo \
715 wstringCTORCPRAL.lo \
716 wstringCTORPRAL.lo \
717 wstringCTORPAL.lo \
718 wstringCTORPP.lo \
719 wstringCTORII.lo \
720 wstringMUTATE.lo \
721 wstringRESERVE.lo \
722 wstringSWAP.lo \
723 wstringSLOP.lo \
724 wstringRESIZE.lo \
725 wstringAPPCOPY.lo \
726 wstringAPPCPR.lo \
727 wstringAPPPR.lo \
728 wstringAPPDUP.lo \
729 wstringAPPII.lo \
730 wstringASSCP.lo \
731 wstringASSII.lo \
732 wstringINSII.lo \
733 wstringREPRR.lo \
734 wstringREPIIDUP.lo \
735 wstringREPII.lo \
736 wstringREPIII.lo \
737 wstringREP4I.lo \
738 wstringREPIIPP.lo \
739 wstringREPIIPP2.lo \
740 wstringCOPY.lo \
741 wstringCONII.lo \
742 wstringCONIIF.lo \
743 wstringCONPPF.lo \
744 wstringCONPPF2.lo \
745 wstringCONSC.lo \
746 wstringFIND.lo \
747 wstringFINDC.lo \
748 wstringRFIND.lo \
749 wstringRFINDC.lo \
750 wstringFFO.lo \
751 wstringFLO.lo \
752 wstringFFNO.lo \
753 wstringFLNO.lo \
754 wstringFLNOC.lo \
755 wstringCOMPARE.lo \
756 wstringCOMPARE2.lo \
757 wstringCOMPAREP.lo \
758 wstringCOMPAREP2.lo \
759 wstringADDPS.lo \
760 wstringADDCS.lo \
761 wstringEXTRACT.lo \
762 wstringINSERT.lo \
763 wstringGETLINE.lo \
764 wstringSCOPY.lo \
765 wstringEQ.lo : string-inst.cc
766         $(LTCXXCOMPILE) -fimplicit-templates \
767         -c -D`echo $@ | tr -dc '0-9A-Z'` -DC=wchar_t $< -o $@
768
769 stringMAIN.o \
770 stringCTORNC.o \
771 stringCTORAL.o \
772 stringCTORCPR.o \
773 stringCTORCPRAL.o \
774 stringCTORPRAL.o \
775 stringCTORPAL.o \
776 stringCTORPP.o \
777 stringCTORII.o \
778 stringMUTATE.o \
779 stringRESERVE.o \
780 stringSWAP.o \
781 stringSLOP.o \
782 stringRESIZE.o \
783 stringAPPCOPY.o \
784 stringAPPCPR.o \
785 stringAPPPR.o \
786 stringAPPDUP.o \
787 stringAPPII.o \
788 stringASSCP.o \
789 stringASSII.o \
790 stringINSII.o \
791 stringREPRR.o \
792 stringREPIIDUP.o \
793 stringREPII.o \
794 stringREPIII.o \
795 stringREP4I.o \
796 stringREPIIPP.o \
797 stringREPIIPP2.o \
798 stringCOPY.o \
799 stringCONII.o \
800 stringCONIIF.o \
801 stringCONPPF.o \
802 stringCONPPF2.o \
803 stringCONSC.o \
804 stringFIND.o \
805 stringFINDC.o \
806 stringRFIND.o \
807 stringRFINDC.o \
808 stringFFO.o \
809 stringFLO.o \
810 stringFFNO.o \
811 stringFLNO.o \
812 stringFLNOC.o \
813 stringCOMPARE.o \
814 stringCOMPARE2.o \
815 stringCOMPAREP.o \
816 stringCOMPAREP2.o \
817 stringADDPS.o \
818 stringADDCS.o \
819 stringEXTRACT.o \
820 stringINSERT.o \
821 stringGETLINE.o \
822 stringSCOPY.o \
823 stringEQ.o : string-inst.cc
824         $(CXXCOMPILE) -fimplicit-templates \
825         -c -D`echo $@ | tr -dc '0-9A-Z'` $< -o $@
826
827 wstringMAIN.o \
828 wstringCTORNC.o \
829 wstringCTORAL.o \
830 wstringCTORCPR.o \
831 wstringCTORCPRAL.o \
832 wstringCTORPRAL.o \
833 wstringCTORPAL.o \
834 wstringCTORPP.o \
835 wstringCTORII.o \
836 wstringMUTATE.o \
837 wstringRESERVE.o \
838 wstringSWAP.o \
839 wstringSLOP.o \
840 wstringRESIZE.o \
841 wstringAPPCOPY.o \
842 wstringAPPCPR.o \
843 wstringAPPPR.o \
844 wstringAPPDUP.o \
845 wstringAPPII.o \
846 wstringASSCP.o \
847 wstringASSII.o \
848 wstringINSII.o \
849 wstringREPRR.o \
850 wstringREPIIDUP.o \
851 wstringREPII.o \
852 wstringREPIII.o \
853 wstringREP4I.o \
854 wstringREPIIPP.o \
855 wstringREPIIPP2.o \
856 wstringCOPY.o \
857 wstringCONII.o \
858 wstringCONIIF.o \
859 wstringCONPPF.o \
860 wstringCONPPF2.o \
861 wstringCONSC.o \
862 wstringFIND.o \
863 wstringFINDC.o \
864 wstringRFIND.o \
865 wstringRFINDC.o \
866 wstringFFO.o \
867 wstringFLO.o \
868 wstringFFNO.o \
869 wstringFLNO.o \
870 wstringFLNOC.o \
871 wstringCOMPARE.o \
872 wstringCOMPARE2.o \
873 wstringCOMPAREP.o \
874 wstringCOMPAREP2.o \
875 wstringADDPS.o \
876 wstringADDCS.o \
877 wstringEXTRACT.o \
878 wstringINSERT.o \
879 wstringGETLINE.o \
880 wstringSCOPY.o \
881 wstringEQ.o : string-inst.cc
882         $(CXXCOMPILE) -fimplicit-templates \
883         -c -D`echo $@ | tr -dc '0-9A-Z'` -DC=wchar_t $< -o $@
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: