OSDN Git Service

2000-05-24 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 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         bits/std_limits.h bits/c++config.h bits/c++threads.h bits/c++io.h
261
262
263 cpu_headers = \
264          $(top_srcdir)/@cpu_include_dir@/bits/atomicity.h 
265
266
267 string_sources = \
268         stringMAIN.cc stringCTORNC.cc stringCTORAL.cc \
269         stringCTORCPR.cc stringCTORCPRAL.cc stringCTORPRAL.cc \
270         stringCTORPAL.cc stringCTORPP.cc stringCTORII.cc \
271         stringMUTATE.cc stringRESERVE.cc \
272         stringSWAP.cc stringSLOP.cc \
273         stringRESIZE.cc stringAPPCOPY.cc stringAPPCPR.cc stringAPPPR.cc \
274         stringAPPDUP.cc stringAPPII.cc stringASSCP.cc stringASSII.cc \
275         stringINSII.cc stringREPRR.cc stringREPIIDUP.cc stringREPII.cc \
276         stringREPIII.cc stringREP4I.cc stringREPIIPP.cc stringREPIIPP2.cc \
277         stringCOPY.cc stringCONII.cc stringCONIIF.cc stringCONPPF.cc \
278         stringCONPPF2.cc stringCONSC.cc \
279         stringFIND.cc stringFINDC.cc stringRFIND.cc \
280         stringRFINDC.cc stringFFO.cc stringFLO.cc stringFFNO.cc \
281         stringFLNO.cc stringFLNOC.cc stringCOMPARE.cc stringCOMPARE2.cc \
282         stringCOMPAREP.cc stringCOMPAREP2.cc stringADDPS.cc stringADDCS.cc \
283         stringEXTRACT.cc stringINSERT.cc stringGETLINE.cc stringSCOPY.cc \
284         stringEQ.cc
285
286
287 wstring_sources = \
288         wstringMAIN.cc wstringCTORNC.cc wstringCTORAL.cc \
289         wstringCTORCPR.cc wstringCTORCPRAL.cc wstringCTORPRAL.cc \
290         wstringCTORPAL.cc wstringCTORPP.cc \
291         wstringCTORII.cc \
292         wstringMUTATE.cc wstringRESERVE.cc \
293         wstringSWAP.cc wstringSLOP.cc \
294         wstringRESIZE.cc wstringAPPCOPY.cc wstringAPPCPR.cc wstringAPPPR.cc \
295         wstringAPPDUP.cc wstringAPPII.cc wstringASSCP.cc wstringASSII.cc \
296         wstringINSII.cc wstringREPRR.cc wstringREPIIDUP.cc wstringREPII.cc \
297         wstringREPIII.cc wstringREP4I.cc wstringREPIIPP.cc wstringREPIIPP2.cc \
298         wstringCOPY.cc wstringCONII.cc wstringCONIIF.cc wstringCONPPF.cc \
299         wstringCONPPF2.cc wstringCONSC.cc \
300         wstringFIND.cc wstringFINDC.cc wstringRFIND.cc \
301         wstringRFINDC.cc wstringFFO.cc wstringFLO.cc wstringFFNO.cc \
302         wstringFLNO.cc wstringFLNOC.cc wstringCOMPARE.cc wstringCOMPARE2.cc \
303         wstringCOMPAREP.cc wstringCOMPAREP2.cc wstringADDPS.cc \
304         wstringADDCS.cc wstringEXTRACT.cc wstringINSERT.cc wstringGETLINE.cc \
305         wstringSCOPY.cc wstringEQ.cc
306
307
308 sources = \
309         limitsMEMBERS.cc c++io.cc \
310         cmath.cc \
311         complex.cc complexf.cc complexl.cc complex_io.cc \
312         stdexcept.cc ios.cc stdstreams.cc strstream.cc \
313         locale.cc localename.cc  \
314         locale-inst.cc stl-inst.cc misc-inst.cc valarray-inst.cc 
315
316 VPATH =  $(top_srcdir) $(top_srcdir)/std $(top_srcdir)/src $(top_srcdir)/@ctype_include_dir@
317
318 # Actual sources for the distro, but don't build these.
319 EXTRA_sources = string-inst.cc 
320
321 libstdc___la_SOURCES = $(sources)
322
323 libinst_string_la_SOURCES = $(string_sources)
324
325 libinst_wstring_la_SOURCES = $(wstring_sources)
326
327 libstdc___la_LIBADD = \
328         ../math/libmath.la ../libio/libio.la \
329         libinst-string.la @libinst_wstring_la@
330
331
332 libstdc___la_LDFLAGS = -version-info 3:0:0 -lm
333
334 libstdc___la_DEPENDENCIES = $(libstdc___la_LIBADD)
335
336 # We cannot use the default rules to install headers since we cannot
337 # statically decide which headers to install.  So we have our own special
338 # installation routine here.
339 myincludep = $(DESTDIR)$(includedir)/g++-v3/
340 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
341 CONFIG_HEADER = ../config.h
342 CONFIG_CLEAN_FILES = 
343 LTLIBRARIES =  $(toolexeclib_LTLIBRARIES)
344
345
346 DEFS = @DEFS@ -I. -I$(srcdir) -I..
347 CPPFLAGS = @CPPFLAGS@
348 LDFLAGS = @LDFLAGS@
349 LIBS = @LIBS@
350 libinst_string_la_LDFLAGS = 
351 libinst_string_la_LIBADD = 
352 libinst_string_la_OBJECTS =  stringMAIN.lo stringCTORNC.lo \
353 stringCTORAL.lo stringCTORCPR.lo stringCTORCPRAL.lo stringCTORPRAL.lo \
354 stringCTORPAL.lo stringCTORPP.lo stringCTORII.lo stringMUTATE.lo \
355 stringRESERVE.lo stringSWAP.lo stringSLOP.lo stringRESIZE.lo \
356 stringAPPCOPY.lo stringAPPCPR.lo stringAPPPR.lo stringAPPDUP.lo \
357 stringAPPII.lo stringASSCP.lo stringASSII.lo stringINSII.lo \
358 stringREPRR.lo stringREPIIDUP.lo stringREPII.lo stringREPIII.lo \
359 stringREP4I.lo stringREPIIPP.lo stringREPIIPP2.lo stringCOPY.lo \
360 stringCONII.lo stringCONIIF.lo stringCONPPF.lo stringCONPPF2.lo \
361 stringCONSC.lo stringFIND.lo stringFINDC.lo stringRFIND.lo \
362 stringRFINDC.lo stringFFO.lo stringFLO.lo stringFFNO.lo stringFLNO.lo \
363 stringFLNOC.lo stringCOMPARE.lo stringCOMPARE2.lo stringCOMPAREP.lo \
364 stringCOMPAREP2.lo stringADDPS.lo stringADDCS.lo stringEXTRACT.lo \
365 stringINSERT.lo stringGETLINE.lo stringSCOPY.lo stringEQ.lo
366 libinst_wstring_la_LDFLAGS = 
367 libinst_wstring_la_LIBADD = 
368 libinst_wstring_la_OBJECTS =  wstringMAIN.lo wstringCTORNC.lo \
369 wstringCTORAL.lo wstringCTORCPR.lo wstringCTORCPRAL.lo \
370 wstringCTORPRAL.lo wstringCTORPAL.lo wstringCTORPP.lo wstringCTORII.lo \
371 wstringMUTATE.lo wstringRESERVE.lo wstringSWAP.lo wstringSLOP.lo \
372 wstringRESIZE.lo wstringAPPCOPY.lo wstringAPPCPR.lo wstringAPPPR.lo \
373 wstringAPPDUP.lo wstringAPPII.lo wstringASSCP.lo wstringASSII.lo \
374 wstringINSII.lo wstringREPRR.lo wstringREPIIDUP.lo wstringREPII.lo \
375 wstringREPIII.lo wstringREP4I.lo wstringREPIIPP.lo wstringREPIIPP2.lo \
376 wstringCOPY.lo wstringCONII.lo wstringCONIIF.lo wstringCONPPF.lo \
377 wstringCONPPF2.lo wstringCONSC.lo wstringFIND.lo wstringFINDC.lo \
378 wstringRFIND.lo wstringRFINDC.lo wstringFFO.lo wstringFLO.lo \
379 wstringFFNO.lo wstringFLNO.lo wstringFLNOC.lo wstringCOMPARE.lo \
380 wstringCOMPARE2.lo wstringCOMPAREP.lo wstringCOMPAREP2.lo \
381 wstringADDPS.lo wstringADDCS.lo wstringEXTRACT.lo wstringINSERT.lo \
382 wstringGETLINE.lo wstringSCOPY.lo wstringEQ.lo
383 libstdc___la_OBJECTS =  limitsMEMBERS.lo c++io.lo cmath.lo complex.lo \
384 complexf.lo complexl.lo complex_io.lo stdexcept.lo ios.lo stdstreams.lo \
385 strstream.lo locale.lo localename.lo locale-inst.lo stl-inst.lo \
386 misc-inst.lo valarray-inst.lo
387 CXXFLAGS = @CXXFLAGS@
388 CXXLD = $(CXX)
389 DIST_COMMON =  Makefile.am Makefile.in
390
391
392 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
393
394 TAR = gtar
395 GZIP_ENV = --best
396 SOURCES = $(libinst_string_la_SOURCES) $(libinst_wstring_la_SOURCES) $(libstdc___la_SOURCES)
397 OBJECTS = $(libinst_string_la_OBJECTS) $(libinst_wstring_la_OBJECTS) $(libstdc___la_OBJECTS)
398
399 all: all-redirect
400 .SUFFIXES:
401 .SUFFIXES: .S .c .cc .lo .o .s
402 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
403         cd $(top_srcdir) && $(AUTOMAKE) --cygnus src/Makefile
404
405 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
406         cd $(top_builddir) \
407           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
408
409
410 mostlyclean-toolexeclibLTLIBRARIES:
411
412 clean-toolexeclibLTLIBRARIES:
413         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
414
415 distclean-toolexeclibLTLIBRARIES:
416
417 maintainer-clean-toolexeclibLTLIBRARIES:
418
419 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
420         @$(NORMAL_INSTALL)
421         $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
422         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
423           if test -f $$p; then \
424             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
425             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
426           else :; fi; \
427         done
428
429 uninstall-toolexeclibLTLIBRARIES:
430         @$(NORMAL_UNINSTALL)
431         list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
432           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
433         done
434
435 .c.o:
436         $(COMPILE) -c $<
437
438 .s.o:
439         $(COMPILE) -c $<
440
441 .S.o:
442         $(COMPILE) -c $<
443
444 mostlyclean-compile:
445         -rm -f *.o core *.core
446
447 clean-compile:
448
449 distclean-compile:
450         -rm -f *.tab.c
451
452 maintainer-clean-compile:
453
454 .c.lo:
455         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
456
457 .s.lo:
458         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
459
460 .S.lo:
461         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
462
463 mostlyclean-libtool:
464         -rm -f *.lo
465
466 clean-libtool:
467         -rm -rf .libs _libs
468
469 distclean-libtool:
470
471 maintainer-clean-libtool:
472
473 libinst-string.la: $(libinst_string_la_OBJECTS) $(libinst_string_la_DEPENDENCIES)
474         $(CXXLINK)  $(libinst_string_la_LDFLAGS) $(libinst_string_la_OBJECTS) $(libinst_string_la_LIBADD) $(LIBS)
475
476 libinst-wstring.la: $(libinst_wstring_la_OBJECTS) $(libinst_wstring_la_DEPENDENCIES)
477         $(CXXLINK)  $(libinst_wstring_la_LDFLAGS) $(libinst_wstring_la_OBJECTS) $(libinst_wstring_la_LIBADD) $(LIBS)
478
479 libstdc++.la: $(libstdc___la_OBJECTS) $(libstdc___la_DEPENDENCIES)
480         $(CXXLINK) -rpath $(toolexeclibdir) $(libstdc___la_LDFLAGS) $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD) $(LIBS)
481 .cc.o:
482         $(CXXCOMPILE) -c $<
483 .cc.lo:
484         $(LTCXXCOMPILE) -c $<
485
486 tags: TAGS
487
488 ID: $(HEADERS) $(SOURCES) $(LISP)
489         list='$(SOURCES) $(HEADERS)'; \
490         unique=`for i in $$list; do echo $$i; done | \
491           awk '    { files[$$0] = 1; } \
492                END { for (i in files) print i; }'`; \
493         here=`pwd` && cd $(srcdir) \
494           && mkid -f$$here/ID $$unique $(LISP)
495
496 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
497         tags=; \
498         here=`pwd`; \
499         list='$(SOURCES) $(HEADERS)'; \
500         unique=`for i in $$list; do echo $$i; done | \
501           awk '    { files[$$0] = 1; } \
502                END { for (i in files) print i; }'`; \
503         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
504           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
505
506 mostlyclean-tags:
507
508 clean-tags:
509
510 distclean-tags:
511         -rm -f TAGS ID
512
513 maintainer-clean-tags:
514
515 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
516
517 subdir = src
518
519 distdir: $(DISTFILES)
520         @for file in $(DISTFILES); do \
521           if test -f $$file; then d=.; else d=$(srcdir); fi; \
522           if test -d $$d/$$file; then \
523             cp -pr $$d/$$file $(distdir)/$$file; \
524           else \
525             test -f $(distdir)/$$file \
526             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
527             || cp -p $$d/$$file $(distdir)/$$file || :; \
528           fi; \
529         done
530 info-am:
531 info: info-am
532 dvi-am:
533 dvi: dvi-am
534 check-am:
535 check: check-am
536 installcheck-am:
537 installcheck: installcheck-am
538 install-info-am: 
539 install-info: install-info-am
540 install-exec-am: install-toolexeclibLTLIBRARIES
541 install-exec: install-exec-am
542
543 install-data-am:
544 install-data: install-data-am
545
546 install-am: all-am
547         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
548 install: install-am
549 uninstall-am: uninstall-toolexeclibLTLIBRARIES
550 uninstall: uninstall-am
551 all-am: Makefile $(LTLIBRARIES)
552 all-redirect: all-am
553 install-strip:
554         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
555 installdirs:
556         $(mkinstalldirs)  $(DESTDIR)$(toolexeclibdir)
557
558
559 mostlyclean-generic:
560
561 clean-generic:
562
563 distclean-generic:
564         -rm -f Makefile $(CONFIG_CLEAN_FILES)
565         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
566
567 maintainer-clean-generic:
568 mostlyclean-am:  mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
569                 mostlyclean-libtool mostlyclean-tags \
570                 mostlyclean-generic
571
572 mostlyclean: mostlyclean-am
573
574 clean-am:  clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
575                 clean-tags clean-generic mostlyclean-am
576
577 clean: clean-am
578
579 distclean-am:  distclean-toolexeclibLTLIBRARIES distclean-compile \
580                 distclean-libtool distclean-tags distclean-generic \
581                 clean-am
582         -rm -f libtool
583
584 distclean: distclean-am
585
586 maintainer-clean-am:  maintainer-clean-toolexeclibLTLIBRARIES \
587                 maintainer-clean-compile maintainer-clean-libtool \
588                 maintainer-clean-tags maintainer-clean-generic \
589                 distclean-am
590         @echo "This command is intended for maintainers to use;"
591         @echo "it deletes files that may require special tools to rebuild."
592
593 maintainer-clean: maintainer-clean-am
594
595 .PHONY: mostlyclean-toolexeclibLTLIBRARIES \
596 distclean-toolexeclibLTLIBRARIES clean-toolexeclibLTLIBRARIES \
597 maintainer-clean-toolexeclibLTLIBRARIES \
598 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
599 mostlyclean-compile distclean-compile clean-compile \
600 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
601 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
602 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
603 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
604 install-info install-exec-am install-exec install-data-am install-data \
605 install-am install uninstall-am uninstall all-redirect all-am all \
606 installdirs mostlyclean-generic distclean-generic clean-generic \
607 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
608
609
610 install: myinstallheaders
611
612 # NB: As libio_headers may be empty, need this to make sure bash doesn't
613 # choke on an empty for... loop by using libio_headers_install
614
615 myinstallheaders: $(headers:%=$(myincludep)%)
616         if test -z "$(MULTISUBDIR)"; then \
617         for i in $(std_headers); do \
618           echo "$(INSTALL_DATA) $(top_srcdir)/std/$$i $(myincludep)"; \
619                 $(INSTALL_DATA) $(top_srcdir)/std/$$i $(myincludep); \
620         done; \
621         for i in $(generated_headers); do \
622           echo "$(INSTALL_DATA) $(top_builddir)/$$i $(myincludep)bits/"; \
623                 $(INSTALL_DATA) $(top_builddir)/$$i $(myincludep)bits/; \
624         done; \
625         libio_headers_install='$(libio_headers)'; \
626         for i in $$libio_headers_install; do \
627           echo "$(INSTALL_DATA) $$i $(myincludep)"; \
628                 $(INSTALL_DATA) $$i $(myincludep); \
629         done; \
630         echo "$(INSTALL_DATA) $(cpu_headers) $(myincludep)bits/"; \
631         $(INSTALL_DATA) $(cpu_headers) $(myincludep)bits/; \
632         fi;
633
634 $(headers:%=$(myincludep)%): $(myincludep)%: %
635         if test -z "$(MULTISUBDIR)"; then \
636         $(mkinstalldirs) $(@D); \
637         echo " $(INSTALL_DATA) $^ $@"; \
638         $(INSTALL_DATA) $^ $@; \
639         fi;
640
641 # For the next time we have to handle misc-inst.cc and locale-inst.cc
642 # in a special way since we cannot instantiate all classes due to
643 # missing definitions for things like vptrs, type_info bits, etc. when
644 # using -fno-implicit-templates. 
645 misc-inst.o: misc-inst.cc
646         $(CXXCOMPILE) -fimplicit-templates -c $<
647 misc-inst.lo: misc-inst.cc
648         $(LTCXXCOMPILE) -fimplicit-templates -c $<
649 locale-inst.o: locale-inst.cc
650         $(CXXCOMPILE) -fimplicit-templates -c $<
651 locale-inst.lo: locale-inst.cc
652         $(LTCXXCOMPILE) -fimplicit-templates -c $<
653
654 stringMAIN.lo \
655 stringCTORNC.lo \
656 stringCTORAL.lo \
657 stringCTORCPR.lo \
658 stringCTORCPRAL.lo \
659 stringCTORPRAL.lo \
660 stringCTORPAL.lo \
661 stringCTORPP.lo \
662 stringCTORII.lo \
663 stringMUTATE.lo \
664 stringRESERVE.lo \
665 stringSWAP.lo \
666 stringSLOP.lo \
667 stringRESIZE.lo \
668 stringAPPCOPY.lo \
669 stringAPPCPR.lo \
670 stringAPPPR.lo \
671 stringAPPDUP.lo \
672 stringAPPII.lo \
673 stringASSCP.lo \
674 stringASSII.lo \
675 stringINSII.lo \
676 stringREPRR.lo \
677 stringREPIIDUP.lo \
678 stringREPII.lo \
679 stringREPIII.lo \
680 stringREP4I.lo \
681 stringREPIIPP.lo \
682 stringREPIIPP2.lo \
683 stringCOPY.lo \
684 stringCONII.lo \
685 stringCONIIF.lo \
686 stringCONPPF.lo \
687 stringCONPPF2.lo \
688 stringCONSC.lo \
689 stringFIND.lo \
690 stringFINDC.lo \
691 stringRFIND.lo \
692 stringRFINDC.lo \
693 stringFFO.lo \
694 stringFLO.lo \
695 stringFFNO.lo \
696 stringFLNO.lo \
697 stringFLNOC.lo \
698 stringCOMPARE.lo \
699 stringCOMPARE2.lo \
700 stringCOMPAREP.lo \
701 stringCOMPAREP2.lo \
702 stringADDPS.lo \
703 stringADDCS.lo \
704 stringEXTRACT.lo \
705 stringINSERT.lo \
706 stringGETLINE.lo \
707 stringSCOPY.lo \
708 stringEQ.lo : string-inst.cc
709         $(LTCXXCOMPILE) -fimplicit-templates \
710         -c -D`echo $@ | tr -dc '0-9A-Z'` $< -o $@
711
712 wstringMAIN.lo \
713 wstringCTORNC.lo \
714 wstringCTORAL.lo \
715 wstringCTORCPR.lo \
716 wstringCTORCPRAL.lo \
717 wstringCTORPRAL.lo \
718 wstringCTORPAL.lo \
719 wstringCTORPP.lo \
720 wstringCTORII.lo \
721 wstringMUTATE.lo \
722 wstringRESERVE.lo \
723 wstringSWAP.lo \
724 wstringSLOP.lo \
725 wstringRESIZE.lo \
726 wstringAPPCOPY.lo \
727 wstringAPPCPR.lo \
728 wstringAPPPR.lo \
729 wstringAPPDUP.lo \
730 wstringAPPII.lo \
731 wstringASSCP.lo \
732 wstringASSII.lo \
733 wstringINSII.lo \
734 wstringREPRR.lo \
735 wstringREPIIDUP.lo \
736 wstringREPII.lo \
737 wstringREPIII.lo \
738 wstringREP4I.lo \
739 wstringREPIIPP.lo \
740 wstringREPIIPP2.lo \
741 wstringCOPY.lo \
742 wstringCONII.lo \
743 wstringCONIIF.lo \
744 wstringCONPPF.lo \
745 wstringCONPPF2.lo \
746 wstringCONSC.lo \
747 wstringFIND.lo \
748 wstringFINDC.lo \
749 wstringRFIND.lo \
750 wstringRFINDC.lo \
751 wstringFFO.lo \
752 wstringFLO.lo \
753 wstringFFNO.lo \
754 wstringFLNO.lo \
755 wstringFLNOC.lo \
756 wstringCOMPARE.lo \
757 wstringCOMPARE2.lo \
758 wstringCOMPAREP.lo \
759 wstringCOMPAREP2.lo \
760 wstringADDPS.lo \
761 wstringADDCS.lo \
762 wstringEXTRACT.lo \
763 wstringINSERT.lo \
764 wstringGETLINE.lo \
765 wstringSCOPY.lo \
766 wstringEQ.lo : string-inst.cc
767         $(LTCXXCOMPILE) -fimplicit-templates \
768         -c -D`echo $@ | tr -dc '0-9A-Z'` -DC=wchar_t $< -o $@
769
770 stringMAIN.o \
771 stringCTORNC.o \
772 stringCTORAL.o \
773 stringCTORCPR.o \
774 stringCTORCPRAL.o \
775 stringCTORPRAL.o \
776 stringCTORPAL.o \
777 stringCTORPP.o \
778 stringCTORII.o \
779 stringMUTATE.o \
780 stringRESERVE.o \
781 stringSWAP.o \
782 stringSLOP.o \
783 stringRESIZE.o \
784 stringAPPCOPY.o \
785 stringAPPCPR.o \
786 stringAPPPR.o \
787 stringAPPDUP.o \
788 stringAPPII.o \
789 stringASSCP.o \
790 stringASSII.o \
791 stringINSII.o \
792 stringREPRR.o \
793 stringREPIIDUP.o \
794 stringREPII.o \
795 stringREPIII.o \
796 stringREP4I.o \
797 stringREPIIPP.o \
798 stringREPIIPP2.o \
799 stringCOPY.o \
800 stringCONII.o \
801 stringCONIIF.o \
802 stringCONPPF.o \
803 stringCONPPF2.o \
804 stringCONSC.o \
805 stringFIND.o \
806 stringFINDC.o \
807 stringRFIND.o \
808 stringRFINDC.o \
809 stringFFO.o \
810 stringFLO.o \
811 stringFFNO.o \
812 stringFLNO.o \
813 stringFLNOC.o \
814 stringCOMPARE.o \
815 stringCOMPARE2.o \
816 stringCOMPAREP.o \
817 stringCOMPAREP2.o \
818 stringADDPS.o \
819 stringADDCS.o \
820 stringEXTRACT.o \
821 stringINSERT.o \
822 stringGETLINE.o \
823 stringSCOPY.o \
824 stringEQ.o : string-inst.cc
825         $(CXXCOMPILE) -fimplicit-templates \
826         -c -D`echo $@ | tr -dc '0-9A-Z'` $< -o $@
827
828 wstringMAIN.o \
829 wstringCTORNC.o \
830 wstringCTORAL.o \
831 wstringCTORCPR.o \
832 wstringCTORCPRAL.o \
833 wstringCTORPRAL.o \
834 wstringCTORPAL.o \
835 wstringCTORPP.o \
836 wstringCTORII.o \
837 wstringMUTATE.o \
838 wstringRESERVE.o \
839 wstringSWAP.o \
840 wstringSLOP.o \
841 wstringRESIZE.o \
842 wstringAPPCOPY.o \
843 wstringAPPCPR.o \
844 wstringAPPPR.o \
845 wstringAPPDUP.o \
846 wstringAPPII.o \
847 wstringASSCP.o \
848 wstringASSII.o \
849 wstringINSII.o \
850 wstringREPRR.o \
851 wstringREPIIDUP.o \
852 wstringREPII.o \
853 wstringREPIII.o \
854 wstringREP4I.o \
855 wstringREPIIPP.o \
856 wstringREPIIPP2.o \
857 wstringCOPY.o \
858 wstringCONII.o \
859 wstringCONIIF.o \
860 wstringCONPPF.o \
861 wstringCONPPF2.o \
862 wstringCONSC.o \
863 wstringFIND.o \
864 wstringFINDC.o \
865 wstringRFIND.o \
866 wstringRFINDC.o \
867 wstringFFO.o \
868 wstringFLO.o \
869 wstringFFNO.o \
870 wstringFLNO.o \
871 wstringFLNOC.o \
872 wstringCOMPARE.o \
873 wstringCOMPARE2.o \
874 wstringCOMPAREP.o \
875 wstringCOMPAREP2.o \
876 wstringADDPS.o \
877 wstringADDCS.o \
878 wstringEXTRACT.o \
879 wstringINSERT.o \
880 wstringGETLINE.o \
881 wstringSCOPY.o \
882 wstringEQ.o : string-inst.cc
883         $(CXXCOMPILE) -fimplicit-templates \
884         -c -D`echo $@ | tr -dc '0-9A-Z'` -DC=wchar_t $< -o $@
885
886 # Tell versions [3.59,3.63) of GNU make to not export all variables.
887 # Otherwise a system limit (for SysV at least) may be exceeded.
888 .NOEXPORT: