OSDN Git Service

2001-07-20 Daniel Berlin <dan@cgsoftware.com>
[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
3 #   Free Software Foundation, Inc.
4
5 #This file is part of GNU CC.
6
7 #GNU CC 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 #GNU CC 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 GNU CC; 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 = `t='$(program_transform_name)'; echo c++ | sed $$t`
42 GXX_INSTALL_NAME = `t='$(program_transform_name)'; echo g++ | sed $$t`
43 DEMANGLER_INSTALL_NAME = `t='$(program_transform_name)'; echo c++filt | sed $$t`
44
45 # Actual names to use when installing a cross-compiler.
46 CXX_CROSS_NAME = `t='$(program_transform_cross_name)'; echo c++ | sed $$t`
47 GXX_CROSS_NAME = `t='$(program_transform_cross_name)'; echo g++ | sed $$t`
48 DEMANGLER_CROSS_NAME = `t='$(program_transform_cross_name)'; echo c++filt | sed $$t`
49
50 # The name to use for the demangler program.
51 DEMANGLER_PROG = c++filt$(exeext)
52
53 #\f
54 # Define the names for selecting c++ in LANGUAGES.
55 # Note that it would be nice to move the dependency on g++
56 # into the C++ rule, but that needs a little bit of work
57 # to do the right thing within all.cross.
58 C++ c++: cc1plus$(exeext)
59
60 # Tell GNU make to ignore these if they exist.
61 .PHONY: C++ c++
62
63 g++spec.o: $(srcdir)/cp/g++spec.c $(SYSTEM_H) $(GCC_H) $(CONFIG_H)
64         (SHLIB_LINK='$(SHLIB_LINK)' \
65         SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \
66         $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(DRIVER_DEFINES) \
67                 $(INCLUDES) $(srcdir)/cp/g++spec.c)
68
69 $(INTL_TARGETS): $(srcdir)/cp/parse.c
70
71 # Create the compiler driver for g++.
72 GXX_OBJS = gcc.o g++spec.o intl.o prefix.o version.o 
73 g++$(exeext): $(GXX_OBJS) $(EXTRA_GCC_OBJS) $(LIBDEPS)
74         $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \
75           $(GXX_OBJS) $(EXTRA_GCC_OBJS) $(LIBS)
76
77 # Create a version of the g++ driver which calls the cross-compiler.
78 g++-cross$(exeext): g++$(exeext)
79         -rm -f g++-cross$(exeext)
80         cp g++$(exeext) g++-cross$(exeext)
81
82 # The demangler.
83 cxxmain.o: $(srcdir)/../libiberty/cplus-dem.c $(DEMANGLE_H) $(CONFIG_H)
84         rm -f cxxmain.c
85         $(LN_S) $(srcdir)/../libiberty/cplus-dem.c cxxmain.c
86         $(CC) -c -DMAIN $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
87           -DVERSION=\"$(version)\" cxxmain.c
88
89 # Apparently OpenVM needs the -o to be at the beginning of the link line.
90 $(DEMANGLER_PROG): cxxmain.o underscore.o $(LIBDEPS)
91         $(CC) -o $@ $(ALL_CFLAGS) $(LDFLAGS) \
92           cxxmain.o underscore.o $(LIBS)
93
94 # The compiler itself.
95 # Shared with C front end:
96 CXX_C_OBJS = c-common.o c-format.o c-pragma.o c-semantics.o c-lex.o c-dump.o $(CXX_TARGET_OBJS)
97
98 # Language-specific object files.
99 CXX_OBJS = cp/call.o cp/decl.o cp/errfn.o cp/expr.o cp/pt.o cp/typeck2.o \
100  cp/class.o cp/decl2.o cp/error.o cp/lex.o cp/parse.o cp/ptree.o cp/rtti.o \
101  cp/spew.o cp/typeck.o cp/cvt.o cp/except.o cp/friend.o cp/init.o cp/method.o \
102  cp/search.o cp/semantics.o cp/tree.o cp/xref.o cp/repo.o cp/dump.o \
103  cp/optimize.o cp/mangle.o
104
105 # Use loose warnings for this front end.
106 cp-warn =
107
108 cc1plus$(exeext): $(CXX_OBJS) $(CXX_C_OBJS) $(BACKEND) \
109                   libcpp.a $(LIBDEPS)
110         $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \
111               $(CXX_OBJS) $(CXX_C_OBJS) $(BACKEND) libcpp.a $(LIBS)
112
113 # Special build rules.
114 $(srcdir)/cp/cfns.h: $(srcdir)/cp/cfns.gperf
115         gperf -o -C -E -k '1-6,$$' -j1 -D -N 'libc_name_p' \
116                 $(srcdir)/cp/cfns.gperf > $(srcdir)/cp/cfns.h
117
118 $(srcdir)/cp/parse.h $(srcdir)/cp/parse.c: $(srcdir)/cp/parse.y
119         @echo "Expect 33 shift/reduce conflicts and 58 reduce/reduce conflicts."
120         cd $(srcdir)/cp; $(BISON) $(BISONFLAGS) -d -o p$$$$.c parse.y ; \
121         grep '^#define[         ]*YYEMPTY' p$$$$.c >> p$$$$.h ; \
122         mv -f p$$$$.c parse.c ; mv -f p$$$$.h parse.h
123
124 #\f
125 # Build hooks:
126
127 c++.all.build: g++$(exeext)
128 c++.all.cross: g++-cross$(exeext) $(DEMANGLER_PROG)
129 c++.start.encap: g++$(exeext)
130 c++.rest.encap: $(DEMANGLER_PROG)
131
132 c++.info: 
133 c++.dvi:
134
135 #\f
136 # Install hooks:
137 # cc1plus is installed elsewhere as part of $(COMPILERS).
138
139 # Nothing to do here.
140 c++.install-normal:
141
142 # Install the driver program as $(target)-g++
143 # and also as either g++ (if native) or $(tooldir)/bin/g++.
144 c++.install-common: installdirs
145         -if [ -f cc1plus$(exeext) ] ; then \
146           if [ -f g++-cross$(exeext) ] ; then \
147             rm -f $(bindir)/$(GXX_CROSS_NAME)$(exeext); \
148             $(INSTALL_PROGRAM) g++-cross$(exeext) $(bindir)/$(GXX_CROSS_NAME)$(exeext); \
149             chmod a+x $(bindir)/$(GXX_CROSS_NAME)$(exeext); \
150             rm -f $(bindir)/$(CXX_CROSS_NAME)$(exeext); \
151             $(LN) $(bindir)/$(GXX_CROSS_NAME)$(exeext) $(bindir)/$(CXX_CROSS_NAME)$(exeext); \
152             if [ -d $(gcc_tooldir)/bin/. ] ; then \
153               rm -f $(gcc_tooldir)/bin/g++$(exeext); \
154               $(INSTALL_PROGRAM) g++-cross$(exeext) $(gcc_tooldir)/bin/g++$(exeext); \
155               rm -f $(gcc_tooldir)/bin/c++$(exeext); \
156               $(LN) $(gcc_tooldir)/bin/g++$(exeext) $(gcc_tooldir)/bin/c++$(exeext); \
157             else true; fi; \
158           else \
159             rm -f $(bindir)/$(GXX_INSTALL_NAME)$(exeext); \
160             $(INSTALL_PROGRAM) g++$(exeext) $(bindir)/$(GXX_INSTALL_NAME)$(exeext); \
161             chmod a+x $(bindir)/$(GXX_INSTALL_NAME)$(exeext); \
162             rm -f $(bindir)/$(CXX_INSTALL_NAME)$(exeext); \
163             $(LN) $(bindir)/$(GXX_INSTALL_NAME)$(exeext) $(bindir)/$(CXX_INSTALL_NAME)$(exeext); \
164             rm -f $(bindir)/$(target_alias)-g++$(exeext); \
165             $(LN) $(bindir)/$(GXX_INSTALL_NAME)$(exeext) $(bindir)/$(target_alias)-g++$(exeext); \
166             rm -f $(bindir)/$(target_alias)-c++$(exeext); \
167             $(LN) $(bindir)/$(CXX_INSTALL_NAME)$(exeext) $(bindir)/$(target_alias)-c++$(exeext); \
168           fi ; \
169           if [ x$(DEMANGLER_PROG) != x ] && [ -x "$(DEMANGLER_PROG)" ]; then \
170             if [ -f g++-cross$(exeext) ] ; then \
171               rm -f $(bindir)/$(DEMANGLER_CROSS_NAME)$(exeext); \
172               $(INSTALL_PROGRAM) $(DEMANGLER_PROG) $(bindir)/$(DEMANGLER_CROSS_NAME)$(exeext); \
173               chmod a+x $(bindir)/$(DEMANGLER_CROSS_NAME)$(exeext); \
174             else \
175               rm -f $(bindir)/$(DEMANGLER_INSTALL_NAME)$(exeext); \
176               $(INSTALL_PROGRAM) $(DEMANGLER_PROG) $(bindir)/$(DEMANGLER_INSTALL_NAME)$(exeext); \
177               chmod a+x $(bindir)/$(DEMANGLER_INSTALL_NAME)$(exeext); \
178             fi ; \
179           fi ; \
180         fi
181
182 c++.install-info: 
183
184 c++.install-man: installdirs $(srcdir)/cp/g++.1
185         -if [ -f cc1plus$(exeext) ] ; then \
186           if [ -f g++-cross$(exeext) ] ; then \
187             rm -f $(man1dir)/$(GXX_CROSS_NAME)$(manext); \
188             $(INSTALL_DATA) $(srcdir)/cp/g++.1 $(man1dir)/$(GXX_CROSS_NAME)$(manext); \
189             chmod a-x $(man1dir)/$(GXX_CROSS_NAME)$(manext); \
190           else \
191             rm -f $(man1dir)/$(GXX_INSTALL_NAME)$(manext); \
192             $(INSTALL_DATA) $(srcdir)/cp/g++.1 $(man1dir)/$(GXX_INSTALL_NAME)$(manext); \
193             chmod a-x $(man1dir)/$(GXX_INSTALL_NAME)$(manext); \
194           fi; \
195         else true; fi
196
197 c++.uninstall:
198         -rm -rf $(bindir)/$(CXX_INSTALL_NAME)$(exeext)
199         -rm -rf $(bindir)/$(CXX_CROSS_NAME)$(exeext)
200         -rm -rf $(bindir)/$(GXX_INSTALL_NAME)$(exeext)
201         -rm -rf $(bindir)/$(GXX_CROSS_NAME)$(exeext)
202         -rm -rf $(bindir)/$(DEMANGLER_INSTALL_NAME)$(exeext)
203         -rm -rf $(bindir)/$(DEMANGLER_CROSS_NAME)$(exeext)
204         -rm -rf $(man1dir)/$(GXX_INSTALL_NAME)$(manext)
205         -rm -rf $(man1dir)/$(GXX_CROSS_NAME)$(manext)
206 #\f
207 # Clean hooks:
208 # A lot of the ancillary files are deleted by the main makefile.
209 # We just have to delete files specific to us.
210
211 c++.mostlyclean:
212         -rm -f cp/*$(objext) $(DEMANGLER_PROG)
213 c++.clean:
214 c++.distclean:
215         -rm -f cp/config.status cp/Makefile
216         -rm -f $(srcdir)/cp/parse.output
217 c++.extraclean:
218 c++.maintainer-clean:
219         -rm -f $(srcdir)/cp/parse.c $(srcdir)/cp/parse.h
220 #\f
221 # Stage hooks:
222 # The main makefile has already created stage?/cp.
223
224 c++.stage1: stage1-start
225         -mv cp/*$(objext) stage1/cp
226 c++.stage2: stage2-start
227         -mv cp/*$(objext) stage2/cp
228 c++.stage3: stage3-start
229         -mv cp/*$(objext) stage3/cp
230 c++.stage4: stage4-start
231         -mv cp/*$(objext) stage4/cp
232
233 #\f
234 # .o: .h dependencies.
235 CXX_TREE_H = $(TREE_H) cp/cp-tree.h c-common.h cp/cp-tree.def c-common.def \
236         function.h varray.h $(SYSTEM_H) $(CONFIG_H) $(TARGET_H) \
237         $(srcdir)/../include/hashtab.h $(srcdir)/../include/splay-tree.h
238
239 cp/spew.o: cp/spew.c $(CXX_TREE_H) cp/parse.h flags.h cp/lex.h toplev.h
240 cp/lex.o: cp/lex.c $(CXX_TREE_H) cp/parse.h flags.h cp/lex.h c-pragma.h \
241   toplev.h output.h mbchar.h $(GGC_H) input.h diagnostic.h cp/operators.def \
242   $(TM_P_H)
243 cp/decl.o: cp/decl.c $(CXX_TREE_H) flags.h cp/lex.h cp/decl.h stack.h \
244   output.h $(EXPR_H) except.h toplev.h hash.h $(GGC_H) $(RTL_H) \
245   cp/operators.def $(TM_P_H)
246 cp/decl2.o: cp/decl2.c $(CXX_TREE_H) flags.h cp/lex.h cp/decl.h $(EXPR_H) \
247   output.h except.h toplev.h $(GGC_H) $(RTL_H)
248 cp/typeck2.o: cp/typeck2.c $(CXX_TREE_H) flags.h toplev.h output.h $(TM_P_H) \
249    diagnostic.h
250 cp/typeck.o: cp/typeck.c $(CXX_TREE_H) flags.h $(RTL_H) $(EXPR_H) toplev.h \
251    diagnostic.h
252 cp/class.o: cp/class.c $(CXX_TREE_H) flags.h toplev.h $(RTL_H)
253 cp/call.o: cp/call.c $(CXX_TREE_H) flags.h toplev.h $(RTL_H) $(EXPR_H) \
254      $(GGC_H) diagnostic.h
255 cp/friend.o: cp/friend.c $(CXX_TREE_H) flags.h $(RTL_H) toplev.h $(EXPR_H)
256 cp/init.o: cp/init.c $(CXX_TREE_H) flags.h $(RTL_H) $(EXPR_H) toplev.h \
257   $(GGC_H) except.h
258 cp/method.o: cp/method.c $(CXX_TREE_H) toplev.h $(GGC_H) $(RTL_H) $(EXPR_H) \
259   $(TM_P_H)
260 cp/cvt.o: cp/cvt.c $(CXX_TREE_H) cp/decl.h flags.h toplev.h convert.h
261 cp/search.o: cp/search.c $(CXX_TREE_H) stack.h flags.h toplev.h $(RTL_H)
262 cp/tree.o: cp/tree.c $(CXX_TREE_H) flags.h toplev.h $(GGC_H) $(RTL_H) \
263   insn-config.h integrate.h
264 cp/ptree.o: cp/ptree.c $(CXX_TREE_H) $(SYSTEM_H)
265 cp/rtti.o: cp/rtti.c $(CXX_TREE_H) flags.h toplev.h
266 cp/except.o: cp/except.c $(CXX_TREE_H) flags.h $(RTL_H) except.h toplev.h \
267   cp/cfns.h $(EXPR_H) cp/decl.h $(OBSTACK_H)
268 cp/expr.o: cp/expr.c $(CXX_TREE_H) $(RTL_H) flags.h $(EXPR_H) toplev.h \
269   except.h $(TM_P_H)
270 cp/xref.o: cp/xref.c $(CXX_TREE_H) input.h toplev.h
271 cp/pt.o: cp/pt.c $(CXX_TREE_H) cp/decl.h cp/parse.h cp/lex.h toplev.h \
272   $(GGC_H) $(RTL_H) except.h
273 cp/error.o: cp/error.c $(CXX_TREE_H) toplev.h diagnostic.h
274 cp/errfn.o: cp/errfn.c $(CXX_TREE_H) toplev.h
275 cp/repo.o: cp/repo.c $(CXX_TREE_H) toplev.h $(GGC_H) diagnostic.h
276 cp/semantics.o: cp/semantics.c $(CXX_TREE_H) cp/lex.h except.h toplev.h \
277   flags.h $(GGC_H) debug.h output.h $(RTL_H) $(TIMEVAR_H) $(EXPR_H)
278 cp/dump.o: cp/dump.c $(CXX_TREE_H) c-dump.h
279 cp/optimize.o: cp/optimize.c $(CXX_TREE_H) rtl.h integrate.h insn-config.h \
280   input.h $(PARAMS_H) debug.h
281 cp/mangle.o: cp/mangle.c $(CXX_TREE_H) toplev.h
282
283 cp/parse.o: cp/parse.c $(CXX_TREE_H) flags.h cp/lex.h except.h output.h \
284         $(SYSTEM_H) toplev.h $(GGC_H)
285         $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(BIG_SWITCHFLAG) \
286                 $(srcdir)/cp/parse.c $(OUTPUT_OPTION)
287 #\f
288 # These exist for maintenance purposes.
289
290 # Update the tags table.
291 cp/TAGS: force
292         cd $(srcdir)/cp ;                       \
293         etags --no-globals -l c `echo *.c | sed 's/parse.c//'` \
294           parse.y *.h ../*.c ../*.h;
295
296 .PHONY: cp/TAGS