OSDN Git Service

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