OSDN Git Service

Index: ChangeLog
[pf3gnuchains/gcc-fork.git] / gcc / cp / Make-lang.in
1 # Top level -*- makefile -*- fragment for GNU C++.
2 #   Copyright (C) 1994, 1995, 1997, 1998, 1999, 2000, 2001, 2002, 2003
3 #   Free Software Foundation, Inc.
4
5 #This file is part of GCC.
6
7 #GCC is free software; you can redistribute it and/or modify
8 #it under the terms of the GNU General Public License as published by
9 #the Free Software Foundation; either version 2, or (at your option)
10 #any later version.
11
12 #GCC is distributed in the hope that it will be useful,
13 #but WITHOUT ANY WARRANTY; without even the implied warranty of
14 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 #GNU General Public License for more details.
16
17 #You should have received a copy of the GNU General Public License
18 #along with GCC; see the file COPYING.  If not, write to
19 #the Free Software Foundation, 59 Temple Place - Suite 330,
20 #Boston, MA 02111-1307, USA.
21
22 # This file provides the language dependent support in the main Makefile.
23 # Each language makefile fragment must provide the following targets:
24 #
25 # foo.all.build, foo.all.cross, foo.start.encap, foo.rest.encap,
26 # foo.info, foo.dvi,
27 # foo.install-normal, foo.install-common, foo.install-info, foo.install-man,
28 # foo.uninstall,
29 # foo.mostlyclean, foo.clean, foo.distclean, foo.extraclean,
30 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4
31 #
32 # where `foo' is the name of the language.
33 #
34 # It should also provide rules for:
35 #
36 # - making any compiler driver (eg: g++)
37 # - the compiler proper (eg: cc1plus)
38 # - define the names for selecting the language in LANGUAGES.
39
40 # Actual names to use when installing a native compiler.
41 CXX_INSTALL_NAME = `echo c++|sed '$(program_transform_name)'`
42 GXX_INSTALL_NAME = `echo g++|sed '$(program_transform_name)'`
43 CXX_TARGET_INSTALL_NAME = $(target_alias)-`echo c++|sed '$(program_transform_name)'`
44 GXX_TARGET_INSTALL_NAME = $(target_alias)-`echo g++|sed '$(program_transform_name)'`
45
46 # Actual names to use when installing a cross-compiler.
47 CXX_CROSS_NAME = `echo c++|sed '$(program_transform_cross_name)'`
48 GXX_CROSS_NAME = `echo g++|sed '$(program_transform_cross_name)'`
49
50 #\f
51 # Define the names for selecting c++ in LANGUAGES.
52 # Note that it would be nice to move the dependency on g++
53 # into the C++ rule, but that needs a little bit of work
54 # to do the right thing within all.cross.
55 C++ c++: cc1plus$(exeext)
56
57 # Tell GNU make to ignore these if they exist.
58 .PHONY: C++ c++
59
60 g++spec.o: $(srcdir)/cp/g++spec.c $(SYSTEM_H) coretypes.h $(TM_H) $(GCC_H) $(CONFIG_H)
61         (SHLIB_LINK='$(SHLIB_LINK)' \
62         SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \
63         $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(DRIVER_DEFINES) \
64                 $(INCLUDES) $(srcdir)/cp/g++spec.c)
65
66 po-generated:
67
68 # Create the compiler driver for g++.
69 GXX_OBJS = gcc.o g++spec.o intl.o prefix.o version.o 
70 g++$(exeext): $(GXX_OBJS) $(EXTRA_GCC_OBJS) $(LIBDEPS)
71         $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \
72           $(GXX_OBJS) $(EXTRA_GCC_OBJS) $(LIBS)
73
74 # Create a version of the g++ driver which calls the cross-compiler.
75 g++-cross$(exeext): g++$(exeext)
76         -rm -f g++-cross$(exeext)
77         cp g++$(exeext) g++-cross$(exeext)
78
79 # The compiler itself.
80 # Shared with C front end:
81 CXX_C_OBJS = attribs.o c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o \
82         c-dump.o $(CXX_TARGET_OBJS) c-pretty-print.o c-opts.o c-pch.o
83
84 # Language-specific object files.
85 CXX_OBJS = cp/call.o cp/decl.o cp/expr.o cp/pt.o cp/typeck2.o \
86  cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parser.o cp/ptree.o cp/rtti.o \
87  cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o \
88  cp/search.o cp/semantics.o cp/tree.o cp/repo.o cp/dump.o \
89  cp/optimize.o cp/mangle.o cp/cp-lang.o
90
91 # Use loose warnings for this front end.
92 cp-warn =
93
94 cc1plus$(exeext): $(CXX_OBJS) $(CXX_C_OBJS) $(BACKEND) \
95                   libcpp.a $(LIBDEPS)
96         $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \
97               $(CXX_OBJS) $(CXX_C_OBJS) $(BACKEND) libcpp.a $(LIBS)
98
99 # Special build rules.
100 $(srcdir)/cp/cfns.h: $(srcdir)/cp/cfns.gperf
101         gperf -o -C -E -k '1-6,$$' -j1 -D -N 'libc_name_p' \
102                 $(srcdir)/cp/cfns.gperf > $(srcdir)/cp/cfns.h
103
104 gtype-cp.h gt-cp-call.h gt-cp-decl.h gt-cp-decl2.h : s-gtype; @true
105 gt-cp-pt.h gt-cp-repo.h gt-cp-parser.h : s-gtype; @true
106 gt-cp-tree.h : s-gtype; @true
107
108 #\f
109 # Build hooks:
110
111 c++.all.build: g++$(exeext)
112 c++.all.cross: g++-cross$(exeext)
113 c++.start.encap: g++$(exeext)
114 c++.rest.encap:
115
116 c++.info: 
117 c++.dvi:
118 c++.generated-manpages:
119
120 #\f
121 # Install hooks:
122 # cc1plus is installed elsewhere as part of $(COMPILERS).
123
124 # Nothing to do here.
125 c++.install-normal:
126
127 # Install the driver program as $(target)-g++
128 # and also as either g++ (if native) or $(tooldir)/bin/g++.
129 c++.install-common: installdirs
130         -if [ -f cc1plus$(exeext) ] ; then \
131           if [ -f g++-cross$(exeext) ] ; then \
132             rm -f $(DESTDIR)$(bindir)/$(GXX_CROSS_NAME)$(exeext); \
133             $(INSTALL_PROGRAM) g++-cross$(exeext) $(DESTDIR)$(bindir)/$(GXX_CROSS_NAME)$(exeext); \
134             chmod a+x $(DESTDIR)$(bindir)/$(GXX_CROSS_NAME)$(exeext); \
135             rm -f $(DESTDIR)$(bindir)/$(CXX_CROSS_NAME)$(exeext); \
136             ( cd $(DESTDIR)$(bindir) && \
137               $(LN) $(GXX_CROSS_NAME)$(exeext) $(CXX_CROSS_NAME)$(exeext) ); \
138             if [ -d $(DESTDIR)$(gcc_tooldir)/bin/. ] ; then \
139               rm -f $(DESTDIR)$(gcc_tooldir)/bin/g++$(exeext); \
140               $(INSTALL_PROGRAM) g++-cross$(exeext) $(DESTDIR)$(gcc_tooldir)/bin/g++$(exeext); \
141               rm -f $(DESTDIR)$(gcc_tooldir)/bin/c++$(exeext); \
142               ( cd $(DESTDIR)$(gcc_tooldir)/bin && \
143                 $(LN) g++$(exeext) c++$(exeext) ); \
144             else true; fi; \
145           else \
146             rm -f $(DESTDIR)$(bindir)/$(GXX_INSTALL_NAME)$(exeext); \
147             $(INSTALL_PROGRAM) g++$(exeext) $(DESTDIR)$(bindir)/$(GXX_INSTALL_NAME)$(exeext); \
148             chmod a+x $(DESTDIR)$(bindir)/$(GXX_INSTALL_NAME)$(exeext); \
149             rm -f $(DESTDIR)$(bindir)/$(CXX_INSTALL_NAME)$(exeext); \
150             ( cd $(DESTDIR)$(bindir) && \
151               $(LN) $(GXX_INSTALL_NAME)$(exeext) $(CXX_INSTALL_NAME)$(exeext) ); \
152             rm -f $(DESTDIR)$(bindir)/$(GXX_TARGET_INSTALL_NAME)$(exeext); \
153             ( cd $(DESTDIR)$(bindir) && \
154               $(LN) $(GXX_INSTALL_NAME)$(exeext) $(GXX_TARGET_INSTALL_NAME)$(exeext) ); \
155             rm -f $(DESTDIR)$(bindir)/$(CXX_TARGET_INSTALL_NAME)$(exeext); \
156             ( cd $(DESTDIR)$(bindir) && \
157               $(LN) $(CXX_INSTALL_NAME)$(exeext) $(CXX_TARGET_INSTALL_NAME)$(exeext) ); \
158           fi ; \
159         fi
160
161 c++.install-info: 
162
163 c++.install-man: installdirs $(srcdir)/cp/g++.1
164         -if [ -f cc1plus$(exeext) ] ; then \
165           if [ -f g++-cross$(exeext) ] ; then \
166             rm -f $(DESTDIR)$(man1dir)/$(GXX_CROSS_NAME)$(man1ext); \
167             $(INSTALL_DATA) $(srcdir)/cp/g++.1 $(DESTDIR)$(man1dir)/$(GXX_CROSS_NAME)$(man1ext); \
168             chmod a-x $(DESTDIR)$(man1dir)/$(GXX_CROSS_NAME)$(man1ext); \
169           else \
170             rm -f $(DESTDIR)$(man1dir)/$(GXX_INSTALL_NAME)$(man1ext); \
171             $(INSTALL_DATA) $(srcdir)/cp/g++.1 $(DESTDIR)$(man1dir)/$(GXX_INSTALL_NAME)$(man1ext); \
172             chmod a-x $(DESTDIR)$(man1dir)/$(GXX_INSTALL_NAME)$(man1ext); \
173           fi; \
174         else true; fi
175
176 c++.uninstall:
177         -rm -rf $(DESTDIR)$(bindir)/$(CXX_INSTALL_NAME)$(exeext)
178         -rm -rf $(DESTDIR)$(bindir)/$(CXX_CROSS_NAME)$(exeext)
179         -rm -rf $(DESTDIR)$(bindir)/$(GXX_INSTALL_NAME)$(exeext)
180         -rm -rf $(DESTDIR)$(bindir)/$(GXX_CROSS_NAME)$(exeext)
181         -rm -rf $(DESTDIR)$(man1dir)/$(GXX_INSTALL_NAME)$(man1ext)
182         -rm -rf $(DESTDIR)$(man1dir)/$(GXX_CROSS_NAME)$(man1ext)
183 #\f
184 # Clean hooks:
185 # A lot of the ancillary files are deleted by the main makefile.
186 # We just have to delete files specific to us.
187
188 c++.mostlyclean:
189         -rm -f cp/*$(objext)
190         -rm -f cp/*$(coverageexts)
191 c++.clean:
192 c++.distclean:
193         -rm -f cp/config.status cp/Makefile
194 c++.extraclean:
195 c++.maintainer-clean:
196 #\f
197 # Stage hooks:
198 # The main makefile has already created stage?/cp.
199
200 c++.stage1: stage1-start
201         -mv cp/*$(objext) stage1/cp
202 c++.stage2: stage2-start
203         -mv cp/*$(objext) stage2/cp
204 c++.stage3: stage3-start
205         -mv cp/*$(objext) stage3/cp
206 c++.stage4: stage4-start
207         -mv cp/*$(objext) stage4/cp
208
209 #\f
210 # .o: .h dependencies.
211 CXX_TREE_H = $(TREE_H) cp/cp-tree.h c-common.h cp/cp-tree.def c-common.def \
212         function.h varray.h $(SYSTEM_H) coretypes.h $(CONFIG_H) $(TARGET_H) \
213         $(GGC_H) \
214         $(srcdir)/../include/hashtab.h $(srcdir)/../include/splay-tree.h
215
216 cp/lex.o: cp/lex.c $(CXX_TREE_H) $(TM_H) flags.h cp/lex.h \
217   c-pragma.h toplev.h output.h mbchar.h input.h diagnostic.h \
218   cp/operators.def $(TM_P_H)
219 cp/cp-lang.o: cp/cp-lang.c $(CXX_TREE_H) $(TM_H) toplev.h langhooks.h \
220   $(LANGHOOKS_DEF_H) c-common.h
221 cp/decl.o: cp/decl.c $(CXX_TREE_H) $(TM_H) flags.h cp/lex.h cp/decl.h stack.h \
222   output.h $(EXPR_H) except.h toplev.h $(HASHTAB_H) $(RTL_H) \
223   cp/operators.def $(TM_P_H) tree-inline.h diagnostic.h c-pragma.h \
224   debug.h gt-cp-decl.h gtype-cp.h
225 cp/decl2.o: cp/decl2.c $(CXX_TREE_H) $(TM_H) flags.h cp/lex.h cp/decl.h $(EXPR_H) \
226   output.h except.h toplev.h $(RTL_H) c-common.h gt-cp-decl2.h
227 cp/typeck2.o: cp/typeck2.c $(CXX_TREE_H) $(TM_H) flags.h toplev.h output.h $(TM_P_H) \
228    diagnostic.h
229 cp/typeck.o: cp/typeck.c $(CXX_TREE_H) $(TM_H) flags.h $(RTL_H) $(EXPR_H) toplev.h \
230    diagnostic.h
231 cp/class.o: cp/class.c $(CXX_TREE_H) $(TM_H) flags.h toplev.h $(RTL_H) $(TARGET_H)
232 cp/call.o: cp/call.c $(CXX_TREE_H) $(TM_H) flags.h toplev.h $(RTL_H) $(EXPR_H) \
233      diagnostic.h gt-cp-call.h
234 cp/friend.o: cp/friend.c $(CXX_TREE_H) $(TM_H) flags.h $(RTL_H) toplev.h $(EXPR_H)
235 cp/init.o: cp/init.c $(CXX_TREE_H) $(TM_H) flags.h $(RTL_H) $(EXPR_H) toplev.h \
236   except.h
237 cp/method.o: cp/method.c $(CXX_TREE_H) $(TM_H) toplev.h $(RTL_H) $(EXPR_H) \
238   $(TM_P_H) $(TARGET_H)
239 cp/cvt.o: cp/cvt.c $(CXX_TREE_H) $(TM_H) cp/decl.h flags.h toplev.h convert.h
240 cp/search.o: cp/search.c $(CXX_TREE_H) $(TM_H) stack.h flags.h toplev.h $(RTL_H)
241 cp/tree.o: cp/tree.c $(CXX_TREE_H) $(TM_H) flags.h toplev.h $(RTL_H) \
242   insn-config.h integrate.h tree-inline.h real.h gt-cp-tree.h $(TARGET_H)
243 cp/ptree.o: cp/ptree.c $(CXX_TREE_H) $(TM_H)
244 cp/rtti.o: cp/rtti.c $(CXX_TREE_H) $(TM_H) flags.h toplev.h
245 cp/except.o: cp/except.c $(CXX_TREE_H) $(TM_H) flags.h $(RTL_H) except.h toplev.h \
246   cp/cfns.h $(EXPR_H) libfuncs.h tree-inline.h
247 cp/expr.o: cp/expr.c $(CXX_TREE_H) $(TM_H) $(RTL_H) flags.h $(EXPR_H) toplev.h \
248   except.h $(TM_P_H)
249 cp/pt.o: cp/pt.c $(CXX_TREE_H) $(TM_H) cp/decl.h cp/lex.h \
250   toplev.h $(RTL_H) except.h tree-inline.h gt-cp-pt.h
251 cp/error.o: cp/error.c $(CXX_TREE_H) $(TM_H) toplev.h diagnostic.h flags.h real.h \
252   $(LANGHOOKS_DEF_H)
253 cp/repo.o: cp/repo.c $(CXX_TREE_H) $(TM_H) toplev.h diagnostic.h \
254   gt-cp-repo.h
255 cp/semantics.o: cp/semantics.c $(CXX_TREE_H) $(TM_H) cp/lex.h except.h toplev.h \
256   flags.h debug.h output.h $(RTL_H) $(TIMEVAR_H) $(EXPR_H) \
257   tree-inline.h
258 cp/dump.o: cp/dump.c $(CXX_TREE_H) $(TM_H) tree-dump.h
259 cp/optimize.o: cp/optimize.c $(CXX_TREE_H) $(TM_H) rtl.h integrate.h insn-config.h \
260   input.h $(PARAMS_H) debug.h tree-inline.h
261 cp/mangle.o: cp/mangle.c $(CXX_TREE_H) $(TM_H) toplev.h real.h
262
263 cp/parser.o: cp/parser.c $(CXX_TREE_H) $(TM_H) diagnostic.h gt-cp-parser.h output.h
264 #\f
265 # These exist for maintenance purposes.
266
267 # Update the tags table.
268 cp/TAGS: force
269         cd $(srcdir)/cp ;                       \
270         etags --no-globals -l c *.c *.h ../*.c ../*.h;
271
272 .PHONY: cp/TAGS