OSDN Git Service

2002-06-03 Phil Edwards <pme@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / src / Makefile.am
1 ## Makefile for the src subdirectory of the GNU C++ Standard library.
2 ##
3 ## Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
4 ## Free Software Foundation, Inc.
5 ##
6 ## This file is part of the libstdc++ version 3 distribution.
7 ## Process this file with automake to produce Makefile.in.
8
9 ## This file is part of the GNU ISO C++ Library.  This library is free
10 ## software; you can redistribute it and/or modify it under the
11 ## terms of the GNU General Public License as published by the
12 ## Free Software Foundation; either version 2, or (at your option)
13 ## any later version.
14
15 ## This library is distributed in the hope that it will be useful,
16 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
17 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 ## GNU General Public License for more details.
19
20 ## You should have received a copy of the GNU General Public License along
21 ## with this library; see the file COPYING.  If not, write to the Free
22 ## Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
23 ## USA.
24
25 AUTOMAKE_OPTIONS = 1.3 gnits
26 MAINT_CHARSET = latin1
27
28 mkinstalldirs = $(SHELL) $(toplevel_srcdir)/mkinstalldirs
29
30 # Cross compiler and multilib support.
31 CXX = @glibcpp_CXX@
32 toolexecdir = @glibcpp_toolexecdir@
33 toolexeclibdir = @glibcpp_toolexeclibdir@
34 toolexeclib_LTLIBRARIES = libstdc++.la
35
36 # Compile flags that should be constant throughout the build, both for
37 # SUBDIRS and for libstdc++-v3 in general.
38 OPTIMIZE_CXXFLAGS = @OPTIMIZE_CXXFLAGS@
39
40 # These bits are all figured out from configure. Look in acinclude.m4
41 # or configure.in to see how they are set. See GLIBCPP_EXPORT_FLAGS
42 # NB: DEBUGFLAGS have to be at the end so that -O2 can be overridden.
43 CONFIG_CXXFLAGS = \
44         @EXTRA_CXX_FLAGS@ @SECTION_FLAGS@ @CSHADOW_FLAGS@ @DEBUG_FLAGS@ 
45
46 # Warning flags to use.
47 WARN_CXXFLAGS = \
48         @WARN_FLAGS@ $(WERROR) -fdiagnostics-show-location=once
49
50 # Use common includes from acinclude.m4/GLIBCPP_EXPORT_INCLUDES
51 GLIBCPP_INCLUDES = @GLIBCPP_INCLUDES@
52 LIBMATH_INCLUDES = @LIBMATH_INCLUDES@
53 LIBSUPCXX_INCLUDES = @LIBSUPCXX_INCLUDES@
54 LIBIO_INCLUDES = @LIBIO_INCLUDES@
55 TOPLEVEL_INCLUDES = @TOPLEVEL_INCLUDES@
56
57 INCLUDES = \
58         -nostdinc++ \
59         $(GLIBCPP_INCLUDES) \
60         $(LIBSUPCXX_INCLUDES) $(LIBIO_INCLUDES) $(LIBMATH_INCLUDES) \
61         $(TOPLEVEL_INCLUDES)
62
63 sources = \
64         basic_file.cc \
65         bitset.cc \
66         c++locale.cc \
67         cmath.cc \
68         codecvt.cc \
69         collate.cc \
70         complex_io.cc \
71         concept-inst.cc \
72         ctype.cc \
73         ext-inst.cc \
74         fstream-inst.cc \
75         functexcept.cc \
76         globals.cc \
77         io-inst.cc \
78         ios.cc \
79         istream-inst.cc \
80         limits.cc \
81         locale-inst.cc \
82         locale.cc \
83         localename.cc \
84         messages.cc \
85         misc-inst.cc \
86         monetary.cc \
87         numeric.cc \
88         ostream-inst.cc \
89         sstream-inst.cc \
90         stdexcept.cc \
91         stl-inst.cc \
92         streambuf-inst.cc \
93         string-inst.cc \
94         strstream.cc \
95         time.cc \
96         valarray-inst.cc \
97         vterminate.cc \
98         wstring-inst.cc
99
100
101 VPATH = $(top_srcdir)/src:$(top_srcdir)
102
103 libstdc___la_SOURCES = $(sources)
104
105 libstdc___la_LIBADD = \
106         ../libmath/libmath.la @libio_la@ \
107         ../libsupc++/libsupc++convenience.la
108
109 if GLIBCPP_BUILD_VERSIONED_SHLIB
110 version_arg=-Wl,--version-script=linker.map
111 else
112 version_arg=
113 endif
114
115 libstdc___la_LDFLAGS = \
116         -version-info @libtool_VERSION@ ${version_arg} \
117         -lm @LIBUNWIND_FLAG@ 
118
119 libstdc___la_DEPENDENCIES = $(libstdc___la_LIBADD) linker.map
120
121 # Use special rules for the deprecated source files so that they find
122 # deprecated include files.
123 GLIBCPP_INCLUDE_DIR=@glibcpp_builddir@/include
124 strstream.lo: strstream.cc
125         $(LTCXXCOMPILE) -I$(GLIBCPP_INCLUDE_DIR)/backward -Wno-deprecated -c $<
126 strstream.o: strstream.cc
127         $(CXXCOMPILE) -I$(GLIBCPP_INCLUDE_DIR)/backward -Wno-deprecated -c $<
128
129 # Use special rules for the concept-checking instantiations so that all
130 # the generated template functions are also instantiated.  Force the checks
131 # to be on so that the instantiations are actually seen.
132 concept-inst.lo: concept-inst.cc
133         $(LTCXXCOMPILE) -D_GLIBCPP_CONCEPT_CHECKS -fimplicit-templates -c $<
134 concept-inst.o: concept-inst.cc
135         $(CXXCOMPILE) -D_GLIBCPP_CONCEPT_CHECKS -fimplicit-templates -c $<
136
137
138 # AM_CXXFLAGS needs to be in each subdirectory so that it can be
139 # modified in a per-library or per-sub-library way.  Need to manually
140 # set this option because CONFIG_CXXFLAGS has to be after
141 # OPTIMIZE_CXXFLAGS on the compile line so that -O2 can be overridden
142 # as the occasion call for it. (ie, --enable-debug)
143 AM_CXXFLAGS = \
144         -fno-implicit-templates \
145         $(LIBSUPCXX_CXXFLAGS) \
146         $(WARN_CXXFLAGS) \
147         $(OPTIMIZE_CXXFLAGS) \
148         $(CONFIG_CXXFLAGS) 
149
150
151 # libstdc++ libtool notes
152
153 # 1) Need to explicitly set LTCXXCOMPILE so that AM_CXXFLAGS is
154 # last. (That way, things like -O2 passed down from the toplevel can
155 # be overridden by --enable-debug.)
156
157 # 2) In general, libtool expects an argument such as `--tag=CXX' when
158 # using the C++ compiler, because that will enable the settings
159 # detected when C++ support was being configured.  However, when no
160 # such flag is given in the command line, libtool attempts to figure
161 # it out by matching the compiler name in each configuration section
162 # against a prefix of the command line.  The problem is that, if the
163 # compiler name and its initial flags stored in the libtool
164 # configuration file don't match those in the command line, libtool
165 # can't decide which configuration to use, and it gives up.  The
166 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
167 # CXXLINK, just after $(LIBTOOL), so that libtool doesn't have to
168 # attempt to infer which configuration to use
169 LTCXXCOMPILE = $(LIBTOOL) --tag CXX --mode=compile $(CXX) $(INCLUDES) \
170                $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(AM_CXXFLAGS) 
171
172 # 3) We'd have a problem when building the shared libstdc++ object if
173 # the rules automake generates would be used.  We cannot allow g++ to
174 # be used since this would add -lstdc++ to the link line which of
175 # course is problematic at this point.  So, we get the top-level
176 # directory to configure libstdc++-v3 to use gcc as the C++
177 # compilation driver.
178 CXXLINK = $(LIBTOOL) --tag CXX --mode=link $(CXX) \
179           @OPT_LDFLAGS@ @SECTION_LDFLAGS@ $(AM_CXXFLAGS) $(LDFLAGS) -o $@