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