OSDN Git Service

config:
[pf3gnuchains/gcc-fork.git] / gcc / fortran / Make-lang.in
1 # -*- makefile -*-
2 # Top level makefile fragment for GNU gfortran, the GNU Fortran 95 compiler.
3 # Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
4 # Contributed by Paul Brook <paul@nowt.org
5 # and Steven Bosscher <s.bosscher@student.tudelft.nl>
6
7 #This file is part of GCC.
8
9 #GCC is free software; you can redistribute it and/or modify
10 #it under the terms of the GNU General Public License as published by
11 #the Free Software Foundation; either version 2, or (at your option)
12 #any later version.
13
14 #GCC is distributed in the hope that it will be useful,
15 #but WITHOUT ANY WARRANTY; without even the implied warranty of
16 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 #GNU General Public License for more details.
18
19 #You should have received a copy of the GNU General Public License
20 #along with GCC; see the file COPYING.  If not, write to
21 #the Free Software Foundation, 59 Temple Place - Suite 330,
22 #Boston, MA 02111-1307, USA.
23
24 # This file provides the language dependent support in the main Makefile.
25 # Each language makefile fragment must provide the following targets:
26 #
27 # foo.all.build, foo.all.cross, foo.start.encap, foo.rest.encap,
28 # foo.info
29 # foo.install-normal, foo.install-common, foo.install-info, foo.install-man,
30 # foo.uninstall, foo.distdir,
31 # foo.mostlyclean, foo.clean, foo.distclean, foo.extraclean,
32 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4
33 #
34 # where `foo' is the name of the language.
35 #
36 # It should also provide rules for:
37 #
38 # - making any compiler driver (eg: gfortran)
39 # - the compiler proper (eg: f951)
40 # - define the names for selecting the language in LANGUAGES.
41 # $(srcdir) must be set to the gcc/ source directory (*not* gcc/fortran/).
42
43 # Actual name to use when installing a native compiler.
44 GFORTRAN_INSTALL_NAME := $(shell echo gfortran|sed '$(program_transform_name)')
45
46 # Actual name to use when installing a cross-compiler.
47 GFORTRAN_CROSS_NAME := $(shell echo gfortran|sed '$(program_transform_cross_name)')
48
49 #^L
50
51 # Use strict warnings for this front end.
52 fortran-warn = $(STRICT_WARN) -Wno-error
53
54 # These are the groups of object files we have.  The F95_PARSER_OBJS are
55 # all the front end files, the F95_OBJS are the files for the translation
56 # from the parse tree to GENERIC
57
58 F95_PARSER_OBJS = fortran/arith.o fortran/array.o fortran/bbt.o \
59     fortran/check.o fortran/data.o fortran/decl.o fortran/dump-parse-tree.o \
60     fortran/error.o fortran/expr.o fortran/interface.o \
61     fortran/intrinsic.o fortran/io.o fortran/iresolve.o \
62     fortran/match.o fortran/matchexp.o fortran/misc.o fortran/module.o \
63     fortran/options.o fortran/parse.o fortran/primary.o fortran/resolve.o \
64     fortran/scanner.o fortran/simplify.o fortran/st.o fortran/symbol.o
65
66 F95_OBJS = $(F95_PARSER_OBJS) \
67     fortran/convert.o fortran/dependency.o fortran/f95-lang.o \
68     fortran/trans.o fortran/trans-array.o fortran/trans-common.o \
69     fortran/trans-const.o fortran/trans-decl.o fortran/trans-expr.o \
70     fortran/trans-intrinsic.o fortran/trans-io.o fortran/trans-stmt.o \
71     fortran/trans-types.o
72
73 # GFORTRAN uses GMP for its internal arithmetics.
74 F95_LIBS = $(GMPLIBS) $(LIBS)
75
76 #\f
77 # Define the names for selecting gfortran in LANGUAGES.
78 F95 f95: f951$(exeext)
79
80 # Tell GNU make to ignore files by these names if they exist.
81 .PHONY: F95 f95
82
83 gfortranspec.o: $(srcdir)/fortran/gfortranspec.c $(SYSTEM_H) $(TM_H) $(GCC_H) $(CONFIG_H)
84         (SHLIB_LINK='$(SHLIB_LINK)' \
85         SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \
86         $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(DRIVER_DEFINES) \
87                 $(INCLUDES) $(srcdir)/fortran/gfortranspec.c)
88
89 # Create the compiler driver gfortran.
90 GFORTRAN_D_OBJS = gcc.o gfortranspec.o version.o prefix.o intl.o
91 gfortran$(exeext): $(GFORTRAN_D_OBJS) $(EXTRA_GCC_OBJS) $(LIBDEPS)
92         $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \
93           $(GFORTRAN_D_OBJS) $(EXTRA_GCC_OBJS) $(LIBS)
94
95 # Create a version of the gfortran driver which calls the cross-compiler.
96 gfortran-cross$(exeext): gfortran$(exeext)
97         -rm -f gfortran-cross$(exeext)
98         cp gfortran$(exeext) gfortran-cross$(exeext)
99
100 # The compiler itself is called f951.
101 f951$(exeext): $(F95_OBJS) \
102                 $(BACKEND) $(LIBDEPS)
103         $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ \
104                 $(F95_OBJS) $(BACKEND) $(F95_LIBS)
105
106 gt-fortran-f95-lang.h gtype-fortran.h         : s-gtype; @true
107 gt-fortran-trans-decl.h gt-fortran-trans.h    : s-gtype; @true
108 gt-fortran-trans-io.h gt-fortran-trans-types.h: s-gtype; @true
109 gt-fortran-trans-intrinsic.h                  : s-gtype; @true
110
111 #\f
112 # Build hooks:
113
114 f95.all.build: gfortran$(exeext)
115 f95.all.cross: gfortran-cross$(exeext)
116
117 f95.start.encap: gfortran$(exeext)
118 f95.rest.encap:
119
120 f95.srcinfo: doc/gfortran.info
121         -cp -p $^ $(srcdir)/fortran
122
123 f95.tags: force
124         cd $(srcdir)/fortran; etags -o TAGS.sub *.c *.h; \
125         etags --include TAGS.sub --include ../TAGS.sub
126
127 f95.info: doc/gfortran.info
128 dvi:: doc/gfortran.dvi
129 html:: $(htmldir)/gfortran/index.html
130
131 F95_MANFILES = doc/gfortran.1
132
133 f95.man: $(F95_MANFILES)
134
135 f95.srcman: $(F95_MANFILES)
136         -cp -p $^ $(srcdir)/doc
137
138 f95.srcextra:
139
140 check-f95 : check-gfortran
141 lang_checks += check-gfortran
142
143 # GFORTRAN documentation.
144 GFORTRAN_TEXI = \
145   $(srcdir)/fortran/gfortran.texi \
146   $(srcdir)/fortran/invoke.texi \
147   $(srcdir)/doc/include/fdl.texi \
148   $(srcdir)/doc/include/gpl.texi \
149   $(srcdir)/doc/include/funding.texi \
150   $(srcdir)/doc/include/gcc-common.texi \
151   gcc-vers.texi
152
153 doc/gfortran.info: $(GFORTRAN_TEXI)
154         if [ x$(BUILD_INFO) = xinfo ]; then \
155           rm -f doc/gfortran.info-*; \
156           $(MAKEINFO) -I $(srcdir)/doc/include -I $(srcdir)/fortran \
157             -o $@ $<; \
158         else true; fi
159
160 doc/gfortran.dvi: $(GFORTRAN_TEXI)
161         $(TEXI2DVI) -I $(srcdir)/fortran -I $(abs_docdir)/include -o $@ $<
162
163 $(htmldir)/gfortran/index.html: $(GFORTRAN_TEXI)
164         $(mkinstalldirs) $(@D)
165         rm -f $(@D)/*
166         $(TEXI2HTML) -I $(docdir)/include -I $(srcdir)/fortran -o $(@D) $<
167
168 .INTERMEDIATE: gfortran.pod
169
170 gfortran.pod: $(GFORTRAN_TEXI)
171         -$(TEXI2POD) < $(srcdir)/fortran/invoke.texi > $@
172
173 #\f
174 # Install hooks:
175 # f951 is installed elsewhere as part of $(COMPILERS).
176
177 # Nothing to do here.
178 f95.install-normal:
179
180 # Install the driver program as $(target)-gfortran
181 # and also as either gfortran (if native) or $(tooldir)/bin/gfortran.
182 f95.install-common: installdirs
183         -if [ -f f951$(exeext) ] ; then \
184           if [ -f gfortran-cross$(exeext) ] ; then \
185             rm -f $(DESTDIR)$(bindir)/$(GFORTRAN_CROSS_NAME)$(exeext); \
186             $(INSTALL_PROGRAM) gfortran-cross$(exeext) $(DESTDIR)$(bindir)/$(GFORTRAN_CROSS_NAME)$(exeext); \
187             chmod a+x $(DESTDIR)$(bindir)/$(GFORTRAN_CROSS_NAME)$(exeext); \
188             if [ -d $(DESTDIR)$(gcc_tooldir)/bin/. ] ; then \
189               rm -f $(DESTDIR)$(gcc_tooldir)/bin/gfortran$(exeext); \
190               $(INSTALL_PROGRAM) gfortran-cross$(exeext) $(DESTDIR)$(gcc_tooldir)/bin/gfortran$(exeext); \
191             else true; fi; \
192           else \
193             rm -f $(DESTDIR)$(bindir)/$(GFORTRAN_INSTALL_NAME)$(exeext); \
194             $(INSTALL_PROGRAM) gfortran$(exeext) $(DESTDIR)$(bindir)/$(GFORTRAN_INSTALL_NAME)$(exeext); \
195             chmod a+x $(DESTDIR)$(bindir)/$(GFORTRAN_INSTALL_NAME)$(exeext); \
196             rm -f $(DESTDIR)$(bindir)/$(GFORTRAN_TARGET_INSTALL_NAME)$(exeext); \
197             $(LN) $(DESTDIR)$(bindir)/$(GFORTRAN_INSTALL_NAME)$(exeext) $(DESTDIR)$(bindir)/$(GFORTRAN_TARGET_INSTALL_NAME)$(exeext); \
198           fi ; \
199         fi
200
201 install-info:: $(DESTDIR)$(infodir)/gfortran.info
202
203 f95.install-man: installdirs \
204         $(DESTDIR)$(man1dir)/$(GFORTRAN_INSTALL_NAME)$(man1ext)
205
206 $(DESTDIR)$(man1dir)/$(GFORTRAN_INSTALL_NAME)$(man1ext): doc/gfortran.1
207         -rm -f $@
208         -$(INSTALL_DATA) $< $@
209         -chmod a-x $@
210
211 f95.uninstall:
212         if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
213           echo " install-info --delete --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/gfortran.info"; \
214           install-info --delete --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/gfortran.info || : ; \
215         else : ; fi; \
216         rm -rf $(DESTDIR)$(bindir)/$(GFORTRAN_INSTALL_NAME)$(exeext); \
217         rm -rf $(DESTDIR)$(man1dir)/$(GFORTRAN_INSTALL_NAME)$(man1ext); \
218         rm -rf $(DESTDIR)$(bindir)/$(GFORTRAN_CROSS_NAME)$(exeext); \
219         rm -rf $(DESTDIR)$(infodir)/gfortran.info*
220
221 #\f
222 # Clean hooks:
223 # A lot of the ancillary files are deleted by the main makefile.
224 # We just have to delete files specific to us.
225
226 f95.mostlyclean:
227         -rm -f f951$(exeext)
228         -rm -f fortran/*.o
229
230 f95.clean:
231 f95.distclean:
232         -rm -f fortran/config.status fortran/Makefile
233
234 f95.extraclean:
235 f95.maintainer-clean:
236         -rm -f doc/gfortran.info* fortran/gfortran.*aux
237         -rm -f $(docobjdir)/gfortran.1
238
239 #\f
240 # Stage hooks:
241 # The toplevel makefile has already created stage?/fortran at this point.
242
243 f95.stage1: stage1-start
244         -mv fortran/*$(objext) stage1/fortran
245 f95.stage2: stage2-start
246         -mv fortran/*$(objext) stage2/fortran
247 f95.stage3: stage3-start
248         -mv fortran/*$(objext) stage3/fortran
249 f95.stage4: stage4-start
250         -mv fortran/*$(objext) stage4/fortran
251 f95.stageprofile: stageprofile-start
252         -mv fortran/*$(objext) stageprofile/fortran
253 f95.stagefeedback: stageprofile-start
254         -mv fortran/*$(objext) stagefeedback/fortran
255
256 #\f
257 # .o: .h dependencies.
258
259 # Everything depends on gfortran.h, but only a few files depend on
260 # the other headers.  So at some point we'll have to split out
261 # which objects depend on what.  FIXME
262 # TODO: Add dependencies on the backend/tree header files
263
264 $(F95_PARSER_OBJS): fortran/gfortran.h fortran/intrinsic.h fortran/match.h \
265                 fortran/parse.h \
266                 $(CONFIG_H) $(SYSTEM_H) $(TM_H) $(TM_P_H) coretypes.h \
267                 $(RTL_H) $(TREE_H) $(TREE_DUMP_H) $(GGC_H) $(EXPR_H) \
268                 flags.h output.h diagnostic.h errors.h function.h 
269
270 GFORTRAN_TRANS_DEPS = fortran/gfortran.h fortran/intrinsic.h fortran/trans-array.h \
271     fortran/trans-const.h fortran/trans-const.h fortran/trans.h \
272     fortran/trans-stmt.h fortran/trans-types.h \
273     $(CONFIG_H) $(SYSTEM_H) $(TREE_H) $(TM_H) coretypes.h $(GGC_H)
274
275 fortran/f95-lang.o: $(GFORTRAN_TRANS_DEPS) fortran/mathbuiltins.def \
276   gt-fortran-f95-lang.h gtype-fortran.h cgraph.h $(TARGET_H)
277 fortran/convert.o: $(GFORTRAN_TRANS_DEPS)
278 fortran/trans.o: $(GFORTRAN_TRANS_DEPS)
279 fortran/trans-decl.o: $(GFORTRAN_TRANS_DEPS) gt-fortran-trans-decl.h \
280   cgraph.h $(TARGET_H) function.h errors.h $(FLAGS_H) tree-gimple.h \
281   tree-dump.h
282 fortran/trans-types.o: $(GFORTRAN_TRANS_DEPS) gt-fortran-trans-types.h \
283   real.h toplev.h $(TARGET_H)
284 fortran/trans-const.o: $(GFORTRAN_TRANS_DEPS)
285 fortran/trans-expr.o: $(GFORTRAN_TRANS_DEPS)
286 fortran/trans-stmt.o: $(GFORTRAN_TRANS_DEPS)
287 fortran/trans-io.o: $(GFORTRAN_TRANS_DEPS) gt-fortran-trans-io.h
288 fortran/trans-array.o: $(GFORTRAN_TRANS_DEPS)
289 fortran/trans-intrinsic.o: $(GFORTRAN_TRANS_DEPS) fortran/mathbuiltins.def \
290   gt-fortran-trans-intrinsic.h
291 fortran/dependency.o: fortran/gfortran.h fortran/dependency.h
292 fortran/trans-common.o: $(GFORTRAN_TRANS_DEPS)
293