OSDN Git Service

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