OSDN Git Service

2000-06-27 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 CPU_FLAGS = @CPU_FLAGS@
71 CSHADOWFLAGS = @CSHADOWFLAGS@
72 CSTDIO_CC = @CSTDIO_CC@
73 CSTDIO_H = @CSTDIO_H@
74 CXX = @CXX@
75 CXXCPP = @CXXCPP@
76 DEBUG_FLAGS = @DEBUG_FLAGS@
77 DLLTOOL = @DLLTOOL@
78 EXEEXT = @EXEEXT@
79 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
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 SECTION_FLAGS = @SECTION_FLAGS@
93 SECTION_LDFLAGS = @SECTION_LDFLAGS@
94 THREADDEPS = @THREADDEPS@
95 THREADINCS = @THREADINCS@
96 THREADLIBS = @THREADLIBS@
97 THREADOBJS = @THREADOBJS@
98 THREADSPEC = @THREADSPEC@
99 USE_COMPLEX_LONG_DOUBLE = @USE_COMPLEX_LONG_DOUBLE@
100 VERSION = @VERSION@
101 WERROR = @WERROR@
102 WFMT_FLAGS = @WFMT_FLAGS@
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 = @USE_LIBDIR_TRUE@$(libdir)$(MULTISUBDIR)
111 @USE_LIBDIR_FALSE@toolexeclibdir = @USE_LIBDIR_FALSE@$(toolexecdir)/lib$(MULTISUBDIR)
112 @USE_LIBDIR_FALSE@toolexecdir = @USE_LIBDIR_FALSE@$(exec_prefix)/$(target_alias)
113
114 toolexeclib_LTLIBRARIES = libstdc++.la
115 EXTRA_LTLIBRARIES = libinst-string.la libinst-wstring.la
116
117 # Using these options is probably a good idea for thrill-seekers. Just
118 # uncomment the lines below and make, everything else is ready to go... 
119 # OPTIMIZE_CXXFLAGS = -O3 -fstrict-aliasing -fvtable-gc 
120
121 # These bits are all figured out from configure. Look in acinclude.m4
122 # or configure.in to see how they are set.
123 # NB: DEBUGFLAGS have to be at the end so that -O2 can be overridden.
124 AC_CXXFLAGS = \
125         $(WERROR) @WFMT_FLAGS@ @CPU_FLAGS@ @EXTRA_CXX_FLAGS@ \
126         @SECTION_FLAGS@ @SECTION_LDFLAGS@ @DEBUG_FLAGS@ 
127
128
129 # Need to manually set this option because AC_CXXFLAGS has to be at
130 # the end of the compile line so that -O2 can be overridden as the
131 # occasion call for it. (ie, --enable-debug)
132 AM_CXXFLAGS = \
133         -fno-implicit-templates $(OPTIMIZE_CXXFLAGS) \
134         -Wall -Wno-format -W -Wwrite-strings -Winline \
135         $(AC_CXXFLAGS) 
136
137
138 # Passed down for cross compilers, canadian crosses.
139 TOPLEVEL_INCLUDES = -I$(includedir)
140
141 LIBIO_INCLUDES = @BUILD_LIBIO_INCLUDE@ -I$(top_srcdir)/libio 
142
143 CSHADOW_INCLUDES = @CSHADOWFLAGS@ @CSHADOW_INCLUDES@
144
145 CONFIG_INCLUDES = \
146         -I$(top_srcdir)/@cpu_include_dir@ \
147         -I$(top_srcdir)/@ctype_include_dir@
148
149
150 INCLUDES = \
151         -nostdinc++ -I$(top_srcdir) \
152         $(LIBIO_INCLUDES) $(CONFIG_INCLUDES) $(CSHADOW_INCLUDES) \
153         $(TOPLEVEL_INCLUDES)    
154
155
156 # Need to explicitly set this so that AM_CXXFLAGS is last. (That way,
157 # things like -O2 passed down from the toplevel can be overridden by
158 # --enable-debug.)
159 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
160              $(CXXFLAGS) $(AM_CXXFLAGS) 
161
162
163 LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) \
164                $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS) 
165
166
167 # We have a problem when building the shared libstdc++ object if the
168 # rules automake generates would be used.  We cannot allow CXX to be used
169 # in libtool since this would add -lstdc++ to the link line which of
170 # course is impossible.
171 CXXLINK = $(LIBTOOL) --mode=link "$(CC)" $(AM_CXXFLAGS) $(LDFLAGS) -o $@
172
173 headers = \
174         bits/cpp_type_traits.h \
175         bits/std_cctype.h bits/ctype_base.h bits/ctype_specializations.h \
176         bits/char_traits.h \
177         bits/basic_string.h bits/std_string.h  bits/string.tcc \
178         bits/generic_shadow.h bits/std_utility.h \
179         bits/std_complex.h \
180         bits/valarray_array.h bits/valarray_array.tcc bits/valarray_meta.h \
181         bits/std_valarray.h bits/mask_array.h bits/slice.h bits/slice_array.h \
182         bits/gslice.h bits/gslice_array.h bits/indirect_array.h \
183         bits/std_cassert.h bits/std_cwctype.h \
184         bits/std_cerrno.h bits/std_cfloat.h bits/std_climits.h \
185         bits/std_clocale.h bits/std_cmath.h \
186         bits/std_csetjmp.h bits/std_csignal.h bits/std_cstdarg.h \
187         bits/std_cstddef.h bits/std_cstdio.h bits/std_cstdlib.h \
188         bits/std_cstring.h bits/std_ctime.h bits/std_cwchar.h \
189         bits/std_typeinfo.h bits/std_new.h \
190         bits/std_exception.h bits/exception_support.h \
191         bits/std_fstream.h bits/std_iomanip.h \
192         bits/ios_base.h bits/fpos.h bits/basic_ios.h bits/basic_ios.tcc \
193         bits/std_ios.h bits/std_iosfwd.h bits/std_iostream.h \
194         bits/std_istream.h bits/istream.tcc bits/std_locale.h \
195         bits/fstream.tcc bits/ostream.tcc bits/sbuf_iter.h bits/sstream.tcc \
196         bits/std_ostream.h bits/std_sstream.h bits/std_streambuf.h \
197         bits/streambuf.tcc bits/basic_file.h \
198         bits/locale_facets.h bits/locale_facets.tcc bits/localefwd.h \
199         bits/stl_pthread_alloc.h bits/pthread_allocimpl.h \
200         bits/stl_threads.h bits/stl_iterator_base.h \
201         backward/algo.h backward/algobase.h backward/alloc.h \
202         backward/bvector.h backward/defalloc.h backward/deque.h \
203         backward/function.h backward/hash_map.h backward/hash_set.h \
204         backward/hashtable.h backward/heap.h backward/iterator.h \
205         backward/list.h backward/map.h backward/multimap.h backward/new.h \
206         backward/multiset.h backward/pair.h backward/iostream.h \
207         backward/rope.h backward/set.h backward/slist.h backward/stack.h \
208         backward/tempbuf.h backward/tree.h backward/vector.h \
209         bits/std_bitset.h bits/std_deque.h bits/std_functional.h \
210         bits/std_iterator.h bits/std_list.h \
211         bits/std_map.h bits/std_memory.h bits/std_numeric.h \
212         bits/std_queue.h bits/std_set.h bits/std_stack.h \
213         bits/std_stdexcept.h bits/std_vector.h \
214         bits/stl_algo.h bits/stl_algobase.h bits/stl_alloc.h \
215         bits/stl_deque.h bits/stl_function.h \
216         bits/stl_heap.h bits/stl_iterator.h bits/stl_list.h bits/stl_map.h \
217         bits/stl_multimap.h bits/stl_multiset.h bits/stl_numeric.h \
218         bits/stl_pair.h bits/stl_queue.h bits/stl_raw_storage_iter.h \
219         bits/stl_relops.h bits/stl_set.h \
220         bits/stl_stack.h bits/stl_string_fwd.h bits/stl_tempbuf.h \
221         bits/stl_tree.h bits/stl_uninitialized.h bits/stl_vector.h \
222         bits/type_traits.h bits/stl_range_errors.h bits/std_algorithm.h \
223         bits/concept_checks.h bits/container_concepts.h \
224         bits/sequence_concepts.h bits/std_strstream.h \
225         ext/ropeimpl.h ext/stl_rope.h \
226         ext/stl_bvector.h bits/stl_config.h bits/stl_construct.h \
227         ext/stl_hashtable.h ext/stl_hash_fun.h \
228         ext/hash_map ext/hash_set ext/rope ext/slist \
229         ext/tree ext/bvector \
230         shadow/assert.h shadow/ctype.h shadow/errno.h shadow/float.h \
231         shadow/libio.h \
232         shadow/limits.h shadow/locale.h shadow/math.h shadow/setjmp.h \
233         shadow/signal.h shadow/stdarg.h shadow/stddef.h shadow/stdio.h \
234         shadow/stdlib.h shadow/string.h shadow/time.h \
235         shadow/unistd.h shadow/wchar.h shadow/wctype.h \
236         shadow/bits/std_cassert.h shadow/bits/std_cctype.h \
237         shadow/bits/std_cerrno.h shadow/bits/std_cfloat.h \
238         shadow/bits/std_climits.h shadow/bits/std_clocale.h \
239         shadow/bits/std_cmath.h shadow/bits/std_csetjmp.h \
240         shadow/bits/std_csignal.h shadow/bits/std_cstdarg.h \
241         shadow/bits/std_cstddef.h shadow/bits/std_cstdio.h \
242         shadow/bits/std_cstdlib.h shadow/bits/std_cstring.h \
243         shadow/bits/std_ctime.h shadow/bits/std_cwchar.h \
244         shadow/bits/std_cwctype.h \
245         shadow/bits/wrap_libio.h shadow/bits/wrap_unistd.h \
246         shadow/sys/cdefs.h 
247
248
249 std_headers = \
250         algorithm bitset cassert cctype cerrno cfloat climits clocale ciso646 \
251         cmath complex csetjmp csignal cstdarg cstddef cstdio cstdlib \
252         cstring ctime cwchar cwctype deque exception fstream functional \
253         iomanip ios iosfwd iostream istream iterator limits list locale \
254         map memory new numeric ostream queue set sstream stack stdexcept \
255         streambuf string strstream typeinfo utility valarray vector 
256
257 @GLIBCPP_NEED_LIBIO_TRUE@libio_headers = @GLIBCPP_NEED_LIBIO_TRUE@\
258 @GLIBCPP_NEED_LIBIO_TRUE@       $(top_builddir)/libio/_G_config.h $(top_srcdir)/libio/libio.h
259 @GLIBCPP_NEED_LIBIO_FALSE@libio_headers = 
260
261 generated_headers = \
262          $(top_builddir)/bits/std_limits.h $(top_builddir)/bits/c++config.h \
263          $(top_builddir)/bits/c++threads.h $(top_builddir)/bits/c++io.h
264
265
266 cpu_headers = \
267          $(top_srcdir)/@cpu_include_dir@/bits/atomicity.h 
268
269
270 sources = \
271         limitsMEMBERS.cc c++io.cc \
272         cmath.cc \
273         complex.cc complexf.cc complexl.cc complex_io.cc \
274         stdexcept.cc ios.cc stdstreams.cc strstream.cc \
275         locale.cc localename.cc  \
276         locale-inst.cc stl-inst.cc misc-inst.cc valarray-inst.cc string-inst.cc
277
278
279 wstring_sources = \
280         wstring-inst.cc
281
282 VPATH =  $(top_srcdir) $(top_srcdir)/std $(top_srcdir)/src $(top_srcdir)/@ctype_include_dir@
283
284 # Actual sources for the distro, but don't build these.
285 #EXTRA_sources = string-inst.cc 
286
287 libstdc___la_SOURCES = $(sources)
288
289 libinst_wstring_la_SOURCES = $(wstring_sources)
290
291 libstdc___la_LIBADD = \
292         ../math/libmath.la ../libio/libio.la \
293         @libinst_wstring_la@
294
295
296 libstdc___la_LDFLAGS = -version-info 3:0:0 -lm
297
298 libstdc___la_DEPENDENCIES = $(libstdc___la_LIBADD)
299 @GLIBCPP_USE_CSHADOW_TRUE@CSHADOW_H = @GLIBCPP_USE_CSHADOW_TRUE@$(top_builddir)/stamp-cshadow
300 @GLIBCPP_USE_CSHADOW_FALSE@CSHADOW_H = 
301
302 # We cannot use the default rules to install headers since we cannot
303 # statically decide which headers to install.  So we have our own special
304 # installation routine here.
305 myincludep = $(DESTDIR)$(includedir)/g++-v3/
306 mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
307 CONFIG_HEADER = ../config.h
308 CONFIG_CLEAN_FILES = 
309 LTLIBRARIES =  $(toolexeclib_LTLIBRARIES)
310
311
312 DEFS = @DEFS@ -I. -I$(srcdir) -I..
313 CPPFLAGS = @CPPFLAGS@
314 LDFLAGS = @LDFLAGS@
315 LIBS = @LIBS@
316 libinst_string_la_LDFLAGS = 
317 libinst_string_la_LIBADD = 
318 libinst_string_la_SOURCES = libinst-string.la.c
319 libinst_string_la_OBJECTS =  libinst-string.la.lo
320 libinst_wstring_la_LDFLAGS = 
321 libinst_wstring_la_LIBADD = 
322 libinst_wstring_la_OBJECTS =  wstring-inst.lo
323 libstdc___la_OBJECTS =  limitsMEMBERS.lo c++io.lo cmath.lo complex.lo \
324 complexf.lo complexl.lo complex_io.lo stdexcept.lo ios.lo stdstreams.lo \
325 strstream.lo locale.lo localename.lo locale-inst.lo stl-inst.lo \
326 misc-inst.lo valarray-inst.lo string-inst.lo
327 CXXFLAGS = @CXXFLAGS@
328 CXXLD = $(CXX)
329 CFLAGS = @CFLAGS@
330 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
331 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
332 CCLD = $(CC)
333 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
334 DIST_COMMON =  Makefile.am Makefile.in
335
336
337 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
338
339 TAR = gtar
340 GZIP_ENV = --best
341 SOURCES = libinst-string.la.c $(libinst_wstring_la_SOURCES) $(libstdc___la_SOURCES)
342 OBJECTS = libinst-string.la.lo $(libinst_wstring_la_OBJECTS) $(libstdc___la_OBJECTS)
343
344 all: all-redirect
345 .SUFFIXES:
346 .SUFFIXES: .S .c .cc .lo .o .s
347 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
348         cd $(top_srcdir) && $(AUTOMAKE) --cygnus src/Makefile
349
350 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
351         cd $(top_builddir) \
352           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
353
354
355 mostlyclean-toolexeclibLTLIBRARIES:
356
357 clean-toolexeclibLTLIBRARIES:
358         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
359
360 distclean-toolexeclibLTLIBRARIES:
361
362 maintainer-clean-toolexeclibLTLIBRARIES:
363
364 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
365         @$(NORMAL_INSTALL)
366         $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
367         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
368           if test -f $$p; then \
369             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
370             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
371           else :; fi; \
372         done
373
374 uninstall-toolexeclibLTLIBRARIES:
375         @$(NORMAL_UNINSTALL)
376         list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
377           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
378         done
379
380 .c.o:
381         $(COMPILE) -c $<
382
383 .s.o:
384         $(COMPILE) -c $<
385
386 .S.o:
387         $(COMPILE) -c $<
388
389 mostlyclean-compile:
390         -rm -f *.o core *.core
391
392 clean-compile:
393
394 distclean-compile:
395         -rm -f *.tab.c
396
397 maintainer-clean-compile:
398
399 .c.lo:
400         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
401
402 .s.lo:
403         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
404
405 .S.lo:
406         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
407
408 mostlyclean-libtool:
409         -rm -f *.lo
410
411 clean-libtool:
412         -rm -rf .libs _libs
413
414 distclean-libtool:
415
416 maintainer-clean-libtool:
417
418 libinst-string.la: $(libinst_string_la_OBJECTS) $(libinst_string_la_DEPENDENCIES)
419         $(LINK)  $(libinst_string_la_LDFLAGS) $(libinst_string_la_OBJECTS) $(libinst_string_la_LIBADD) $(LIBS)
420
421 libinst-wstring.la: $(libinst_wstring_la_OBJECTS) $(libinst_wstring_la_DEPENDENCIES)
422         $(CXXLINK)  $(libinst_wstring_la_LDFLAGS) $(libinst_wstring_la_OBJECTS) $(libinst_wstring_la_LIBADD) $(LIBS)
423
424 libstdc++.la: $(libstdc___la_OBJECTS) $(libstdc___la_DEPENDENCIES)
425         $(CXXLINK) -rpath $(toolexeclibdir) $(libstdc___la_LDFLAGS) $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD) $(LIBS)
426 .cc.o:
427         $(CXXCOMPILE) -c $<
428 .cc.lo:
429         $(LTCXXCOMPILE) -c $<
430
431 tags: TAGS
432
433 ID: $(HEADERS) $(SOURCES) $(LISP)
434         list='$(SOURCES) $(HEADERS)'; \
435         unique=`for i in $$list; do echo $$i; done | \
436           awk '    { files[$$0] = 1; } \
437                END { for (i in files) print i; }'`; \
438         here=`pwd` && cd $(srcdir) \
439           && mkid -f$$here/ID $$unique $(LISP)
440
441 mostlyclean-tags:
442
443 clean-tags:
444
445 distclean-tags:
446         -rm -f TAGS ID
447
448 maintainer-clean-tags:
449
450 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
451
452 subdir = src
453
454 distdir: $(DISTFILES)
455         @for file in $(DISTFILES); do \
456           if test -f $$file; then d=.; else d=$(srcdir); fi; \
457           if test -d $$d/$$file; then \
458             cp -pr $$d/$$file $(distdir)/$$file; \
459           else \
460             test -f $(distdir)/$$file \
461             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
462             || cp -p $$d/$$file $(distdir)/$$file || :; \
463           fi; \
464         done
465 info-am:
466 info: info-am
467 dvi-am:
468 dvi: dvi-am
469 check-am:
470 check: check-am
471 installcheck-am:
472 installcheck: installcheck-am
473 install-info-am: 
474 install-info: install-info-am
475 install-exec-am: install-toolexeclibLTLIBRARIES
476 install-exec: install-exec-am
477
478 install-data-am:
479 install-data: install-data-am
480
481 install-am: all-am
482         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
483 install: install-am
484 uninstall-am: uninstall-toolexeclibLTLIBRARIES
485 uninstall: uninstall-am
486 all-am: Makefile $(LTLIBRARIES)
487 all-redirect: all-am
488 install-strip:
489         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
490 installdirs:
491         $(mkinstalldirs)  $(DESTDIR)$(toolexeclibdir)
492
493
494 mostlyclean-generic:
495
496 clean-generic:
497
498 distclean-generic:
499         -rm -f Makefile $(CONFIG_CLEAN_FILES)
500         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
501
502 maintainer-clean-generic:
503 mostlyclean-am:  mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
504                 mostlyclean-libtool mostlyclean-tags \
505                 mostlyclean-generic
506
507 mostlyclean: mostlyclean-am
508
509 clean-am:  clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
510                 clean-tags clean-generic mostlyclean-am
511
512 clean: clean-am
513
514 distclean-am:  distclean-toolexeclibLTLIBRARIES distclean-compile \
515                 distclean-libtool distclean-tags distclean-generic \
516                 clean-am
517         -rm -f libtool
518
519 distclean: distclean-am
520
521 maintainer-clean-am:  maintainer-clean-toolexeclibLTLIBRARIES \
522                 maintainer-clean-compile maintainer-clean-libtool \
523                 maintainer-clean-tags maintainer-clean-generic \
524                 distclean-am
525         @echo "This command is intended for maintainers to use;"
526         @echo "it deletes files that may require special tools to rebuild."
527
528 maintainer-clean: maintainer-clean-am
529
530 .PHONY: mostlyclean-toolexeclibLTLIBRARIES \
531 distclean-toolexeclibLTLIBRARIES clean-toolexeclibLTLIBRARIES \
532 maintainer-clean-toolexeclibLTLIBRARIES \
533 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
534 mostlyclean-compile distclean-compile clean-compile \
535 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
536 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
537 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
538 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
539 install-info install-exec-am install-exec install-data-am install-data \
540 install-am install uninstall-am uninstall all-redirect all-am all \
541 installdirs mostlyclean-generic distclean-generic clean-generic \
542 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
543
544
545 # Specify that all *.o's depend on this.
546 $(libstdc___la_OBJECTS): $(CSHADOW_H)
547
548 $(top_builddir)/stamp-cshadow: $(top_srcdir)/mkinclosure \
549                                $(top_srcdir)/mkcshadow
550         $(top_srcdir)/mkinclosure \
551         "-I $(top_builddir)/../../gcc/include -I /usr/include -G machine/ansi.h" | $(top_srcdir)/mkcshadow;
552         rm -f  $(top_builddir)/stamp-cshadow 
553         echo "done" > $(top_builddir)/stamp-cshadow 
554
555 install: myinstallheaders
556
557 # NB: As libio_headers may be empty, need this to make sure bash doesn't
558 # choke on an empty for... loop by using libio_headers_install
559 myinstallheaders: $(headers:%=$(myincludep)%)
560         if test -z "$(MULTISUBDIR)"; then \
561         for i in $(std_headers); do \
562           echo "$(INSTALL_DATA) $(top_srcdir)/std/$$i $(myincludep)"; \
563                 $(INSTALL_DATA) $(top_srcdir)/std/$$i $(myincludep); \
564         done; \
565         for i in $(generated_headers); do \
566           echo "$(INSTALL_DATA) $$i $(myincludep)bits/"; \
567                 $(INSTALL_DATA) $$i $(myincludep)bits/; \
568         done; \
569         libio_headers_install='$(libio_headers)'; \
570         for i in $$libio_headers_install; do \
571           echo "$(INSTALL_DATA) $$i $(myincludep)"; \
572                 $(INSTALL_DATA) $$i $(myincludep); \
573         done; \
574         echo "$(INSTALL_DATA) $(cpu_headers) $(myincludep)bits/"; \
575         $(INSTALL_DATA) $(cpu_headers) $(myincludep)bits/; \
576         fi;
577
578 $(headers:%=$(myincludep)%): $(myincludep)%: %
579         if test -z "$(MULTISUBDIR)"; then \
580         $(mkinstalldirs) $(@D); \
581         echo " $(INSTALL_DATA) $^ $@"; \
582         $(INSTALL_DATA) $^ $@; \
583         fi;
584
585 # All the machinations with string instantiations messes up the
586 # automake-generated TAGS rule. Make a simple one here.
587 TAGS: $(generated_headers) $(cpu_headers) 
588         etags -C $(top_srcdir)/bits/*.h $(top_srcdir)/bits/*.tcc \
589         $(generated_headers) $(cpu_headers) $(libio_headers) \
590         $(top_srcdir)/src/*.cc \
591         $(top_builddir)/src/limitsMEMBERS.cc $(top_builddir)/src/c++io.cc \
592         -o $(top_builddir)/TAGS
593
594 # We have to handle misc-inst.cc and locale-inst.cc in a special way
595 # since we cannot instantiate all classes due to missing definitions
596 # for things like vptrs, type_info bits, etc. when using
597 # -fno-implicit-templates.
598 misc-inst.o: misc-inst.cc
599         $(CXXCOMPILE) -fimplicit-templates -c $<
600 misc-inst.lo: misc-inst.cc
601         $(LTCXXCOMPILE) -fimplicit-templates -c $<
602 locale-inst.o: locale-inst.cc
603         $(CXXCOMPILE) -fimplicit-templates -c $<
604 locale-inst.lo: locale-inst.cc
605         $(LTCXXCOMPILE) -fimplicit-templates -c $<
606
607 # We have to instantiate wstring bits too. . . 
608 wstring-inst.o: string-inst.cc
609         $(CXXCOMPILE) -fimplicit-templates -c -DC=wchar_t $< -o $@
610 wstring-inst.lo: string-inst.cc
611         $(LTCXXCOMPILE) -fimplicit-templates -c -DC=wchar_t $< -o $@
612
613 # Tell versions [3.59,3.63) of GNU make to not export all variables.
614 # Otherwise a system limit (for SysV at least) may be exceeded.
615 .NOEXPORT: