OSDN Git Service

Update last commit.
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / src / Makefile.in
1 # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999, 2001 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 ATOMICITY_INC_SRCDIR = @ATOMICITY_INC_SRCDIR@
68 AWK = @AWK@
69 BASIC_FILE_H = @BASIC_FILE_H@
70 CC = @CC@
71 CCODECVT_C = @CCODECVT_C@
72 CCODECVT_H = @CCODECVT_H@
73 CLOCALE_H = @CLOCALE_H@
74 CMESSAGES_H = @CMESSAGES_H@
75 CPP = @CPP@
76 CPU_LIMITS_INC_SRCDIR = @CPU_LIMITS_INC_SRCDIR@
77 CSHADOW_FLAGS = @CSHADOW_FLAGS@
78 CSTDIO_H = @CSTDIO_H@
79 CXXCPP = @CXXCPP@
80 C_INCLUDE_DIR = @C_INCLUDE_DIR@
81 DEBUG_FLAGS = @DEBUG_FLAGS@
82 DLLTOOL = @DLLTOOL@
83 EXEEXT = @EXEEXT@
84 EXTRA_CXX_FLAGS = @EXTRA_CXX_FLAGS@
85 GCJ = @GCJ@
86 GCJFLAGS = @GCJFLAGS@
87 GLIBCPP_IS_CROSS_COMPILING = @GLIBCPP_IS_CROSS_COMPILING@
88 LIBMATHOBJS = @LIBMATHOBJS@
89 LIBSUPCXX_PICFLAGS = @LIBSUPCXX_PICFLAGS@
90 LIBTOOL = @LIBTOOL@
91 LIBUNWIND_FLAG = @LIBUNWIND_FLAG@
92 LN_S = @LN_S@
93 MAINT = @MAINT@
94 MAKEINFO = @MAKEINFO@
95 OBJDUMP = @OBJDUMP@
96 OBJEXT = @OBJEXT@
97 OPT_LDFLAGS = @OPT_LDFLAGS@
98 OS_INC_SRCDIR = @OS_INC_SRCDIR@
99 PACKAGE = @PACKAGE@
100 RANLIB = @RANLIB@
101 SECTION_FLAGS = @SECTION_FLAGS@
102 SECTION_LDFLAGS = @SECTION_LDFLAGS@
103 STRIP = @STRIP@
104 USE_NLS = @USE_NLS@
105 VERSION = @VERSION@
106 WARN_FLAGS = @WARN_FLAGS@
107 WERROR = @WERROR@
108 check_msgfmt = @check_msgfmt@
109 enable_shared = @enable_shared@
110 enable_static = @enable_static@
111 glibcpp_CXX = @glibcpp_CXX@
112 glibcpp_MOFILES = @glibcpp_MOFILES@
113 glibcpp_POFILES = @glibcpp_POFILES@
114 glibcpp_basedir = @glibcpp_basedir@
115 glibcpp_builddir = @glibcpp_builddir@
116 glibcpp_localedir = @glibcpp_localedir@
117 glibcpp_prefixdir = @glibcpp_prefixdir@
118 glibcpp_srcdir = @glibcpp_srcdir@
119 glibcpp_thread_h = @glibcpp_thread_h@
120 glibcpp_toolexecdir = @glibcpp_toolexecdir@
121 glibcpp_toolexeclibdir = @glibcpp_toolexeclibdir@
122 gxx_include_dir = @gxx_include_dir@
123 ifGNUmake = @ifGNUmake@
124 libio_la = @libio_la@
125 libtool_VERSION = @libtool_VERSION@
126 release_VERSION = @release_VERSION@
127 toplevel_srcdir = @toplevel_srcdir@
128
129 AUTOMAKE_OPTIONS = 1.3 cygnus
130 MAINT_CHARSET = latin1
131
132 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
133
134 # Cross compiler and multilib support.
135 CXX = @glibcpp_CXX@
136 toolexecdir = @glibcpp_toolexecdir@
137 toolexeclibdir = @glibcpp_toolexeclibdir@
138 toolexeclib_LTLIBRARIES = libstdc++.la
139
140 # Compile flags that should be constant throughout the build, both for
141 # SUBDIRS and for libstdc++-v3 in general.
142 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
143
144 # These bits are all figured out from configure. Look in acinclude.m4
145 # or configure.in to see how they are set. See GLIBCPP_EXPORT_FLAGS
146 # NB: DEBUGFLAGS have to be at the end so that -O2 can be overridden.
147 CONFIG_CXXFLAGS =       @EXTRA_CXX_FLAGS@ @SECTION_FLAGS@ @CSHADOW_FLAGS@ @DEBUG_FLAGS@ 
148
149
150 # Warning flags to use.
151 WARN_CXXFLAGS =         @WARN_FLAGS@ $(WERROR) -fdiagnostics-show-location=once
152
153
154 # Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES
155 GLIBCPP_INCLUDES = @GLIBCPP_INCLUDES@
156 LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
157 LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
158 LIBIO_INCLUDES = @LIBIO_INCLUDES@
159 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
160
161 INCLUDES =      -nostdinc++     $(GLIBCPP_INCLUDES)     $(LIBSUPCXX_INCLUDES) $(LIBIO_INCLUDES) $(LIBMATH_INCLUDES)     $(TOPLEVEL_INCLUDES)
162
163
164 sources =       basic_file.cc   bitset.cc       c++locale.cc    cmath.cc        codecvt.cc      collate.cc      complex_io.cc   concept-inst.cc         ctype.cc        ext-inst.cc     fstream-inst.cc         functexcept.cc  globals.cc      io-inst.cc      ios.cc  istream-inst.cc         limits.cc       locale-inst.cc  locale.cc       localename.cc   messages.cc     misc-inst.cc    monetary.cc     numeric.cc      ostream-inst.cc         sstream-inst.cc         stdexcept.cc    stl-inst.cc     streambuf-inst.cc       string-inst.cc  strstream.cc    time.cc         valarray-inst.cc        vterminate.cc   wstring-inst.cc
165
166
167 VPATH = $(top_srcdir)/src:$(top_srcdir)
168
169 libstdc___la_SOURCES = $(sources)
170
171 libstdc___la_LIBADD =   ../libmath/libmath.la @libio_la@        ../libsupc++/libsupc++convenience.la
172
173 @GLIBCPP_BUILD_VERSIONED_SHLIB_TRUE@version_arg = -Wl,--version-script=linker.map
174 @GLIBCPP_BUILD_VERSIONED_SHLIB_FALSE@version_arg = 
175
176 libstdc___la_LDFLAGS =          -version-info @libtool_VERSION@ ${version_arg}  -lm @LIBUNWIND_FLAG@ 
177
178
179 libstdc___la_DEPENDENCIES = $(libstdc___la_LIBADD) linker.map
180
181 # Use special rules for the deprecated source files so that they find
182 # deprecated include files.
183 GLIBCPP_INCLUDE_DIR = @glibcpp_builddir@/include
184
185 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
186 # modified in a per-library or per-sub-library way.  Need to manually
187 # set this option because CONFIG_CXXFLAGS has to be after
188 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
189 # as the occasion call for it. (ie, --enable-debug)
190 AM_CXXFLAGS =   -fno-implicit-templates         $(LIBSUPCXX_CXXFLAGS)   $(WARN_CXXFLAGS)        $(OPTIMIZE_CXXFLAGS)    $(CONFIG_CXXFLAGS) 
191
192
193 # libstdc++ libtool notes
194
195 # 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
196 # last. (That way, things like -O2 passed down from the toplevel can
197 # be overridden by --enable-debug.)
198
199 # 2) In general, libtool expects an argument such as `--tag=CXX' when
200 # using the C++ compiler, because that will enable the settings
201 # detected when C++ support was being configured.  However, when no
202 # such flag is given in the command line, libtool attempts to figure
203 # it out by matching the compiler name in each configuration section
204 # against a prefix of the command line.  The problem is that, if the
205 # compiler name and its initial flags stored in the libtool
206 # configuration file don't match those in the command line, libtool
207 # can't decide which configuration to use, and it gives up.  The
208 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
209 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
210 # attempt to infer which configuration to use
211 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --mode=compile $(CXX) $(INCLUDES)          $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS) 
212
213
214 # 3) We'd have a problem when building the shared libstdc++ object if
215 # the rules automake generates would be used.  We cannot allow g++ to
216 # be used since this would add -lstdc++ to the link line which of
217 # course is problematic at this point.  So, we get the top-level
218 # directory to configure libstdc++-v3 to use gcc as the C++
219 # compilation driver.
220 CXXLINK = $(LIBTOOL) --tag CXX --mode=link $(CXX)         @OPT_LDFLAGS@ @SECTION_LDFLAGS@ $(AM_CXXFLAGS) $(LDFLAGS) -o $@
221
222 CONFIG_HEADER = ../config.h
223 CONFIG_CLEAN_FILES = 
224 LTLIBRARIES =  $(toolexeclib_LTLIBRARIES)
225
226
227 DEFS = @DEFS@ -I. -I$(srcdir) -I..
228 CPPFLAGS = @CPPFLAGS@
229 LDFLAGS = @LDFLAGS@
230 LIBS = @LIBS@
231 libstdc___la_OBJECTS =  basic_file.lo bitset.lo c++locale.lo cmath.lo \
232 codecvt.lo collate.lo complex_io.lo concept-inst.lo ctype.lo \
233 ext-inst.lo fstream-inst.lo functexcept.lo globals.lo io-inst.lo ios.lo \
234 istream-inst.lo limits.lo locale-inst.lo locale.lo localename.lo \
235 messages.lo misc-inst.lo monetary.lo numeric.lo ostream-inst.lo \
236 sstream-inst.lo stdexcept.lo stl-inst.lo streambuf-inst.lo \
237 string-inst.lo strstream.lo time.lo valarray-inst.lo vterminate.lo \
238 wstring-inst.lo
239 CXXFLAGS = @CXXFLAGS@
240 CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
241 CXXLD = $(CXX)
242 DIST_COMMON =  Makefile.am Makefile.in
243
244
245 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
246
247 TAR = tar
248 GZIP_ENV = --best
249 SOURCES = $(libstdc___la_SOURCES)
250 OBJECTS = $(libstdc___la_OBJECTS)
251
252 all: all-redirect
253 .SUFFIXES:
254 .SUFFIXES: .S .c .cc .lo .o .obj .s
255 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
256         cd $(top_srcdir) && $(AUTOMAKE) --cygnus src/Makefile
257
258 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
259         cd $(top_builddir) \
260           && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
261
262
263 mostlyclean-toolexeclibLTLIBRARIES:
264
265 clean-toolexeclibLTLIBRARIES:
266         -test -z "$(toolexeclib_LTLIBRARIES)" || rm -f $(toolexeclib_LTLIBRARIES)
267
268 distclean-toolexeclibLTLIBRARIES:
269
270 maintainer-clean-toolexeclibLTLIBRARIES:
271
272 install-toolexeclibLTLIBRARIES: $(toolexeclib_LTLIBRARIES)
273         @$(NORMAL_INSTALL)
274         $(mkinstalldirs) $(DESTDIR)$(toolexeclibdir)
275         @list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
276           if test -f $$p; then \
277             echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p"; \
278             $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(toolexeclibdir)/$$p; \
279           else :; fi; \
280         done
281
282 uninstall-toolexeclibLTLIBRARIES:
283         @$(NORMAL_UNINSTALL)
284         list='$(toolexeclib_LTLIBRARIES)'; for p in $$list; do \
285           $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(toolexeclibdir)/$$p; \
286         done
287
288 .c.o:
289         $(COMPILE) -c $<
290
291 # FIXME: We should only use cygpath when building on Windows,
292 # and only if it is available.
293 .c.obj:
294         $(COMPILE) -c `cygpath -w $<`
295
296 .s.o:
297         $(COMPILE) -c $<
298
299 .S.o:
300         $(COMPILE) -c $<
301
302 mostlyclean-compile:
303         -rm -f *.o core *.core
304         -rm -f *.$(OBJEXT)
305
306 clean-compile:
307
308 distclean-compile:
309         -rm -f *.tab.c
310
311 maintainer-clean-compile:
312
313 .c.lo:
314         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
315
316 .s.lo:
317         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
318
319 .S.lo:
320         $(LIBTOOL) --mode=compile $(COMPILE) -c $<
321
322 mostlyclean-libtool:
323         -rm -f *.lo
324
325 clean-libtool:
326         -rm -rf .libs _libs
327
328 distclean-libtool:
329
330 maintainer-clean-libtool:
331
332 libstdc++.la: $(libstdc___la_OBJECTS) $(libstdc___la_DEPENDENCIES)
333         $(CXXLINK) -rpath $(toolexeclibdir) $(libstdc___la_LDFLAGS) $(libstdc___la_OBJECTS) $(libstdc___la_LIBADD) $(LIBS)
334 .cc.o:
335         $(CXXCOMPILE) -c $<
336 .cc.obj:
337         $(CXXCOMPILE) -c `cygpath -w $<`
338 .cc.lo:
339         $(LTCXXCOMPILE) -c $<
340
341 tags: TAGS
342
343 ID: $(HEADERS) $(SOURCES) $(LISP)
344         list='$(SOURCES) $(HEADERS)'; \
345         unique=`for i in $$list; do echo $$i; done | \
346           awk '    { files[$$0] = 1; } \
347                END { for (i in files) print i; }'`; \
348         here=`pwd` && cd $(srcdir) \
349           && mkid -f$$here/ID $$unique $(LISP)
350
351 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
352         tags=; \
353         here=`pwd`; \
354         list='$(SOURCES) $(HEADERS)'; \
355         unique=`for i in $$list; do echo $$i; done | \
356           awk '    { files[$$0] = 1; } \
357                END { for (i in files) print i; }'`; \
358         test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
359           || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
360
361 mostlyclean-tags:
362
363 clean-tags:
364
365 distclean-tags:
366         -rm -f TAGS ID
367
368 maintainer-clean-tags:
369
370 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
371
372 subdir = src
373
374 distdir: $(DISTFILES)
375         @for file in $(DISTFILES); do \
376           if test -f $$file; then d=.; else d=$(srcdir); fi; \
377           if test -d $$d/$$file; then \
378             cp -pr $$d/$$file $(distdir)/$$file; \
379           else \
380             test -f $(distdir)/$$file \
381             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
382             || cp -p $$d/$$file $(distdir)/$$file || :; \
383           fi; \
384         done
385 info-am:
386 info: info-am
387 dvi-am:
388 dvi: dvi-am
389 check-am:
390 check: check-am
391 installcheck-am:
392 installcheck: installcheck-am
393 install-info-am: 
394 install-info: install-info-am
395 install-exec-am: install-toolexeclibLTLIBRARIES
396 install-exec: install-exec-am
397
398 install-data-am:
399 install-data: install-data-am
400
401 install-am: all-am
402         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
403 install: install-am
404 uninstall-am: uninstall-toolexeclibLTLIBRARIES
405 uninstall: uninstall-am
406 all-am: Makefile $(LTLIBRARIES)
407 all-redirect: all-am
408 install-strip:
409         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
410 installdirs:
411         $(mkinstalldirs)  $(DESTDIR)$(toolexeclibdir)
412
413
414 mostlyclean-generic:
415
416 clean-generic:
417
418 distclean-generic:
419         -rm -f Makefile $(CONFIG_CLEAN_FILES)
420         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
421
422 maintainer-clean-generic:
423 mostlyclean-am:  mostlyclean-toolexeclibLTLIBRARIES mostlyclean-compile \
424                 mostlyclean-libtool mostlyclean-tags \
425                 mostlyclean-generic
426
427 mostlyclean: mostlyclean-am
428
429 clean-am:  clean-toolexeclibLTLIBRARIES clean-compile clean-libtool \
430                 clean-tags clean-generic mostlyclean-am
431
432 clean: clean-am
433
434 distclean-am:  distclean-toolexeclibLTLIBRARIES distclean-compile \
435                 distclean-libtool distclean-tags distclean-generic \
436                 clean-am
437         -rm -f libtool
438
439 distclean: distclean-am
440
441 maintainer-clean-am:  maintainer-clean-toolexeclibLTLIBRARIES \
442                 maintainer-clean-compile maintainer-clean-libtool \
443                 maintainer-clean-tags maintainer-clean-generic \
444                 distclean-am
445         @echo "This command is intended for maintainers to use;"
446         @echo "it deletes files that may require special tools to rebuild."
447
448 maintainer-clean: maintainer-clean-am
449
450 .PHONY: mostlyclean-toolexeclibLTLIBRARIES \
451 distclean-toolexeclibLTLIBRARIES clean-toolexeclibLTLIBRARIES \
452 maintainer-clean-toolexeclibLTLIBRARIES \
453 uninstall-toolexeclibLTLIBRARIES install-toolexeclibLTLIBRARIES \
454 mostlyclean-compile distclean-compile clean-compile \
455 maintainer-clean-compile mostlyclean-libtool distclean-libtool \
456 clean-libtool maintainer-clean-libtool tags mostlyclean-tags \
457 distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
458 dvi-am dvi check check-am installcheck-am installcheck install-info-am \
459 install-info install-exec-am install-exec install-data-am install-data \
460 install-am install uninstall-am uninstall all-redirect all-am all \
461 installdirs mostlyclean-generic distclean-generic clean-generic \
462 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
463
464 strstream.lo: strstream.cc
465         $(LTCXXCOMPILE) -I$(GLIBCPP_INCLUDE_DIR)/backward -Wno-deprecated -c $<
466 strstream.o: strstream.cc
467         $(CXXCOMPILE) -I$(GLIBCPP_INCLUDE_DIR)/backward -Wno-deprecated -c $<
468
469 # Use special rules for the concept-checking instantiations so that all
470 # the generated template functions are also instantiated.  Force the checks
471 # to be on so that the instantiations are actually seen.
472 concept-inst.lo: concept-inst.cc
473         $(LTCXXCOMPILE) -D_GLIBCPP_CONCEPT_CHECKS -fimplicit-templates -c $<
474 concept-inst.o: concept-inst.cc
475         $(CXXCOMPILE) -D_GLIBCPP_CONCEPT_CHECKS -fimplicit-templates -c $<
476
477 # Tell versions [3.59,3.63) of GNU make to not export all variables.
478 # Otherwise a system limit (for SysV at least) may be exceeded.
479 .NOEXPORT: