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