38d76b56da30581600bdce5912483b5fa4f45492
[platform/upstream/gcc.git] / gcc / f / Make-lang.in
1 # Top level makefile fragment for GNU Fortran.           -*-makefile-*-
2 #   Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
3
4 #This file is part of GNU Fortran.
5
6 #GNU Fortran is free software; you can redistribute it and/or modify
7 #it under the terms of the GNU General Public License as published by
8 #the Free Software Foundation; either version 2, or (at your option)
9 #any later version.
10
11 #GNU Fortran is distributed in the hope that it will be useful,
12 #but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 #GNU General Public License for more details.
15
16 #You should have received a copy of the GNU General Public License
17 #along with GNU Fortran; see the file COPYING.  If not, write to
18 #the Free Software Foundation, 59 Temple Place - Suite 330,
19 #Boston, MA 02111-1307, USA.
20
21 # This file provides the language dependent support in the main Makefile.
22 # Each language makefile fragment must provide the following targets:
23 #
24 # foo.all.build, foo.all.cross, foo.start.encap, foo.rest.encap,
25 # foo.install-normal, foo.install-common, foo.install-man,
26 # foo.uninstall,
27 # foo.mostlyclean, foo.clean, foo.distclean, foo.extraclean,
28 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4
29 #
30 # where `foo' is the name of the language.
31 #
32 # It should also provide rules for:
33 #
34 # - making any compiler driver (eg: g++)
35 # - the compiler proper (eg: cc1plus)
36 # - define the names for selecting the language in LANGUAGES.
37 #
38 # $(srcdir) must be set to the gcc/ source directory (not gcc/f/).
39 #\f
40 # Actual name to use when installing a native compiler.
41 G77_INSTALL_NAME = `echo g77|sed '$(program_transform_name)'`
42
43 # Actual name to use when installing a cross-compiler.
44 G77_CROSS_NAME = `echo g77|sed '$(program_transform_cross_name)'`
45
46 # Some versions of `touch' (such as the version on Solaris 2.8) 
47 # do not correctly set the timestamp due to buggy versions of `utime'
48 # in the kernel.  So, we use `echo' instead. 
49 STAMP = echo timestamp >
50
51 #\f
52 # Define the names for selecting f77 in LANGUAGES.
53 # Note that it would be nice to move the dependency on g77
54 # into the F77 rule, but that needs a little bit of work
55 # to do the right thing within all.cross.
56 F77 f77: f771$(exeext)
57
58 # Tell GNU make to ignore these if they exist.
59 .PHONY: F77 f77 f77.all.build f77.all.cross \
60   f77.start.encap f77.rest.encap f77.dvi \
61   f77.install-normal \
62   f77.install-common f77.install-man \
63   f77.uninstall f77.mostlyclean f77.clean f77.distclean \
64   f77.extraclean f77.maintainer-clean f77.rebuilt \
65   f77.stage1 f77.stage2 f77.stage3 f77.stage4 \
66   f77.stageprofile f77.stagefeedback
67
68 g77spec.o: $(srcdir)/f/g77spec.c $(SYSTEM_H) coretypes.h $(TM_H) $(GCC_H) \
69         $(CONFIG_H)
70         (SHLIB_LINK='$(SHLIB_LINK)' \
71         SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \
72         $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(DRIVER_DEFINES) \
73                 $(INCLUDES) $(srcdir)/f/g77spec.c)
74
75 # Create the compiler driver for g77.
76 g77$(exeext): gcc.o g77spec.o version.o prefix.o intl.o \
77   $(LIBDEPS) $(EXTRA_GCC_OBJS)
78         $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ gcc.o g77spec.o \
79            version.o prefix.o intl.o $(EXTRA_GCC_OBJS) $(LIBS)
80
81 # Create a version of the g77 driver which calls the cross-compiler.
82 g77-cross$(exeext): g77$(exeext)
83         rm -f g77-cross$(exeext); \
84         cp g77$(exeext) g77-cross$(exeext)
85
86 # The compiler itself.
87
88 F77_OBJS = f/bad.o f/bit.o f/bld.o f/com.o f/data.o f/equiv.o f/expr.o \
89  f/global.o f/implic.o f/info.o f/intrin.o f/lab.o f/lex.o f/malloc.o \
90  f/name.o f/parse.o f/src.o f/st.o f/sta.o f/stb.o f/stc.o \
91  f/std.o f/ste.o f/storag.o f/stp.o f/str.o f/sts.o f/stt.o f/stu.o \
92  f/stv.o f/stw.o f/symbol.o f/target.o f/top.o f/type.o f/where.o
93
94 # Use loose warnings for this front end.
95 f-warn = $(WERROR)
96 # type-punning warning
97 f/sta.o-warn = -Wno-error
98
99 f771$(exeext): $(F77_OBJS) $(BACKEND) $(LIBDEPS)
100         rm -f f771$(exeext)
101         $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(F77_OBJS) $(BACKEND) $(LIBS)
102
103 # Keyword tables.
104 f/stamp-str: f/str-1t.h f/str-1t.j f/str-2t.h f/str-2t.j \
105  f/str-fo.h f/str-fo.j f/str-io.h f/str-io.j f/str-nq.h  f/str-nq.j \
106  f/str-op.h f/str-op.j f/str-ot.h f/str-ot.j
107         $(STAMP) f/stamp-str
108
109 f/str-1t.h f/str-1t.j: f/fini$(build_exeext) f/str-1t.fin
110         ./f/fini$(build_exeext) $(srcdir)/f/str-1t.fin f/str-1t.j f/str-1t.h
111
112 f/str-2t.h f/str-2t.j: f/fini$(build_exeext) f/str-2t.fin
113         ./f/fini$(build_exeext) $(srcdir)/f/str-2t.fin f/str-2t.j f/str-2t.h
114
115 f/str-fo.h f/str-fo.j: f/fini$(build_exeext) f/str-fo.fin
116         ./f/fini$(build_exeext) $(srcdir)/f/str-fo.fin f/str-fo.j f/str-fo.h
117
118 f/str-io.h f/str-io.j: f/fini$(build_exeext) f/str-io.fin
119         ./f/fini$(build_exeext) $(srcdir)/f/str-io.fin f/str-io.j f/str-io.h
120
121 f/str-nq.h f/str-nq.j: f/fini$(build_exeext) f/str-nq.fin
122         ./f/fini$(build_exeext) $(srcdir)/f/str-nq.fin f/str-nq.j f/str-nq.h
123
124 f/str-op.h f/str-op.j: f/fini$(build_exeext) f/str-op.fin
125         ./f/fini$(build_exeext) $(srcdir)/f/str-op.fin f/str-op.j f/str-op.h
126
127 f/str-ot.h f/str-ot.j: f/fini$(build_exeext) f/str-ot.fin
128         ./f/fini$(build_exeext) $(srcdir)/f/str-ot.fin f/str-ot.j f/str-ot.h
129
130 f/fini$(build_exeext): f/fini.o $(BUILD_LIBDEPS)
131         $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o f/fini$(build_exeext) \
132                 f/fini.o $(BUILD_LIBS)
133
134 f/fini.o:
135         $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_CPPFLAGS) $(INCLUDES) \
136               -c $(srcdir)/f/fini.c $(OUTPUT_OPTION)
137
138 gt-f-lex.h gt-f-where.h gt-f-com.h gt-f-ste.h gtype-f.h : s-gtype; @true
139
140 #\f
141 # Build hooks:
142
143 f77.all.build: g77$(exeext)
144 f77.all.cross: g77-cross$(exeext)
145 f77.start.encap: g77$(exeext)
146 f77.rest.encap:
147
148 f77.tags: force
149         cd $(srcdir)/f; etags *.c *.h
150
151 info:: $(docobjdir)/g77.info
152 dvi:: f/g77.dvi
153 generated-manpages:: $(srcdir)/f/g77.1
154
155 # g77 documentation.
156 $(docobjdir)/g77.info: $(srcdir)/f/g77.texi $(srcdir)/f/bugs.texi \
157                 $(srcdir)/f/ffe.texi $(srcdir)/f/invoke.texi \
158                 $(srcdir)/f/news.texi  $(srcdir)/f/intdoc.texi \
159                 $(srcdir)/f/root.texi $(srcdir)/doc/include/fdl.texi \
160                 $(srcdir)/doc/include/gpl.texi \
161                 $(srcdir)/doc/include/funding.texi \
162                 $(srcdir)/doc/include/gcc-common.texi \
163                 stmp-docobjdir
164         if [ x$(BUILD_INFO) = xinfo ]; then \
165           rm -f $(@)*; \
166           cd $(srcdir)/f && $(MAKEINFO) -I../doc/include -o $@ g77.texi; \
167         else true; fi
168
169 f/g77.dvi: $(srcdir)/f/g77.texi $(srcdir)/f/bugs.texi \
170                 $(srcdir)/f/ffe.texi $(srcdir)/f/invoke.texi \
171                 $(srcdir)/f/news.texi  $(srcdir)/f/intdoc.texi \
172                 $(srcdir)/f/root.texi $(srcdir)/doc/include/fdl.texi \
173                 $(srcdir)/doc/include/gpl.texi \
174                 $(srcdir)/doc/include/funding.texi \
175                 $(srcdir)/doc/include/gcc-common.texi
176         s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
177         cd f && $(TEXI2DVI) -I $$s/doc/include $$s/f/g77.texi
178
179 $(srcdir)/f/g77.1: $(srcdir)/f/invoke.texi
180         -$(TEXI2POD) < $(srcdir)/f/invoke.texi > f/g77.pod; \
181         ($(POD2MAN) --section=1 f/g77.pod > f/g77.1.T$$$$ && \
182             mv -f f/g77.1.T$$$$ $(srcdir)/f/g77.1) || \
183             (rm -f f/g77.1.T$$$$ && exit 1); \
184         rm -f f/g77.pod; \
185
186 # This dance is all about producing accurate documentation for g77's
187 # intrinsics with minimum fuss.  f/ansify appends "\n\" to C strings
188 # so ANSI C compilers can compile f/intdoc.h -- gcc can compile f/intdoc.in
189 # directly, if f/intdoc.c #include'd that, but we don't want to force
190 # people to install gcc just to build the documentation.  We use the
191 # C format for f/intdoc.in in the first place to allow a fairly "free",
192 # but widely known format for documentation -- basically anyone who knows
193 # how to write texinfo source and enclose it in C constants can handle
194 # it, and f/ansify allows them to not even end lines with "\n\".  So,
195 # essentially, the C preprocessor and compiler are used to enter the
196 # document snippets into a data base via name lookup, rather than duplicating
197 # that kind of code here.  And we use f/intdoc.c instead of straight
198 # texinfo in the first place so that as much information as possible
199 # contained in f/intrin.def can be inserted directly and reliably into
200 # the documentation.  That's better than replicating it, because it
201 # reduces the likelihood of discrepancies between the docs and the compiler
202 # itself, which uses f/intrin.def; in fact, many bugs in f/intrin.def have
203 # been found only upon reading the documentation that was automatically
204 # produced from it.
205
206 # If the documentation files depended on executables in the build
207 # tree, there'd be no way to ship a source tree with the documentation
208 # already generated such that `make' wouldn't attempt to rebuilt it.
209 # So, we punt and arrange for the documentation files to depend on the
210 # dependencies of the executables, not on the executables themselves.
211 # But then, we have to build the executables explicitly in their build
212 # rules.
213
214 INTDOC_DEPS = $(srcdir)/f/intdoc.c $(srcdir)/f/intrin.h $(srcdir)/f/intrin.def
215
216 $(srcdir)/f/intdoc.texi: $(INTDOC_DEPS) $(srcdir)/f/intdoc.in
217         $(MAKE) f/intdoc$(build_exeext)
218         f/intdoc$(build_exeext) > $(srcdir)/f/intdoc.texi
219
220 f/intdoc$(build_exeext): $(INTDOC_DEPS) f/intdoc.h0 bconfig.h \
221   $(SYSTEM_H) coretypes.h $(TM_H) $(BUILD_LIBDEPS)
222           $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) $(INCLUDES) \
223                   $(srcdir)/f/intdoc.c $(BUILD_LIBS) -o f/intdoc$(build_exeext)
224
225 f/intdoc.h0: f/intdoc.in f/ansify$(build_exeext)
226         f/ansify$(build_exeext) $(srcdir)/f/intdoc.in \
227                 < $(srcdir)/f/intdoc.in > f/intdoc.h0
228
229 f/ansify$(build_exeext): f/ansify.c bconfig.h $(SYSTEM_H) coretypes.h $(TM_H)
230           $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) $(INCLUDES) \
231                 $(srcdir)/f/ansify.c -o f/ansify$(build_exeext)
232
233 $(srcdir)/f/BUGS: f/bugs0.texi f/bugs.texi f/root.texi
234         cd $(srcdir)/f; $(MAKEINFO) -D BUGSONLY --no-header --no-split \
235           --no-validate -I../doc/include -o BUGS bugs0.texi
236
237 $(srcdir)/f/NEWS: f/news0.texi f/news.texi f/root.texi
238         cd $(srcdir)/f; $(MAKEINFO) -D NEWSONLY --no-header --no-split \
239           --no-validate -I../doc/include -o NEWS news0.texi
240
241 f77.rebuilt: f/g77.info $(srcdir)/f/BUGS \
242   $(srcdir)/f/NEWS 
243
244 #\f
245 # Install hooks:
246 # f771 is installed elsewhere as part of $(COMPILERS).
247
248 f77.install-normal:
249
250 # Install the driver program as $(target)-g77
251 # and also as either g77 (if native) or $(tooldir)/bin/g77.
252 f77.install-common: installdirs
253         -if [ -f f771$(exeext) ] ; then \
254           if [ -f g77-cross$(exeext) ] ; then \
255             rm -f $(DESTDIR)$(bindir)/$(G77_CROSS_NAME)$(exeext); \
256             $(INSTALL_PROGRAM) g77-cross$(exeext) $(DESTDIR)$(bindir)/$(G77_CROSS_NAME)$(exeext); \
257             chmod a+x $(DESTDIR)$(bindir)/$(G77_CROSS_NAME)$(exeext); \
258           else \
259             rm -f $(DESTDIR)$(bindir)/$(G77_INSTALL_NAME)$(exeext); \
260             $(INSTALL_PROGRAM) g77$(exeext) $(DESTDIR)$(bindir)/$(G77_INSTALL_NAME)$(exeext); \
261             chmod a+x $(DESTDIR)$(bindir)/$(G77_INSTALL_NAME)$(exeext); \
262           fi ; \
263         else true; fi
264         @if [ -f f77-install-ok -o -f $(srcdir)/f77-install-ok ]; then \
265           echo ''; \
266           echo 'Warning: gcc no longer installs an f77 command.'; \
267           echo '         You must do so yourself.  For more information,'; \
268           echo '         read "Distributing Binaries" in the g77 docs.'; \
269           echo '         (To turn off this warning, delete the file'; \
270           echo '         f77-install-ok in the source or build directory.)'; \
271           echo ''; \
272         else true; fi
273
274 install-info:: $(DESTDIR)$(infodir)/g77.info
275
276 f77.install-man: $(GENERATED_MANPAGES) installdirs
277         -if [ -f f771$(exeext) ] ; then \
278           if [ -f g77-cross$(exeext) ] ; then \
279             rm -f $(DESTDIR)$(man1dir)/$(G77_CROSS_NAME)$(man1ext); \
280             $(INSTALL_DATA) $(srcdir)/f/g77.1 $(DESTDIR)$(man1dir)/$(G77_CROSS_NAME)$(man1ext); \
281             chmod a-x $(DESTDIR)$(man1dir)/$(G77_CROSS_NAME)$(man1ext); \
282           else \
283             rm -f $(DESTDIR)$(man1dir)/$(G77_INSTALL_NAME)$(man1ext); \
284             $(INSTALL_DATA) $(srcdir)/f/g77.1 $(DESTDIR)$(man1dir)/$(G77_INSTALL_NAME)$(man1ext); \
285             chmod a-x $(DESTDIR)$(man1dir)/$(G77_INSTALL_NAME)$(man1ext); \
286           fi; \
287         else true; fi
288
289 f77.uninstall: installdirs
290         if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
291           echo " install-info --delete --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/g77.info"; \
292           install-info --delete --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/g77.info || : ; \
293         else : ; fi
294         rm -rf $(DESTDIR)$(bindir)/$(G77_INSTALL_NAME)$(exeext); \
295         rm -rf $(DESTDIR)$(bindir)/$(G77_CROSS_NAME)$(exeext); \
296         rm -rf $(DESTDIR)$(man1dir)/$(G77_INSTALL_NAME)$(man1ext); \
297         rm -rf $(DESTDIR)$(man1dir)/$(G77_CROSS_NAME)$(man1ext); \
298         rm -rf $(DESTDIR)$(infodir)/g77.info*
299 #\f
300 # Clean hooks:
301 # A lot of the ancillary files are deleted by the main makefile.
302 # We just have to delete files specific to us.
303
304 f77.mostlyclean:
305         -rm -f f/*$(objext)
306         -rm -f f/*$(coverageexts)
307         -rm -f f/fini$(build_exeext) f/stamp-str f/str-*.h f/str-*.j
308         -rm -f f/intdoc$(build_exeext) f/ansify$(build_exeext) f/intdoc.h0
309         -rm -f g77.aux g77.cps g77.ky g77.toc g77.vr g77.fn g77.kys \
310                g77.pg g77.tp g77.vrs g77.cp g77.fns g77.log g77.pgs g77.tps 
311 f77.clean:
312         -rm -f g77spec.o
313 f77.distclean:
314         -rm -f f/Makefile
315 f77.extraclean:
316 f77.maintainer-clean:
317         -rm -f f/g77.info* f/g77.*aux f/TAGS f/BUGS f/NEWS f/intdoc.texi
318 #\f
319 # Stage hooks:
320 # The main makefile has already created stage?/f.
321
322 G77STAGESTUFF = f/*$(objext) f/fini$(build_exeext) f/stamp-str \
323   f/str-*.h f/str-*.j g77spec.o
324
325 f77.stage1: stage1-start
326         -mv -f $(G77STAGESTUFF) stage1/f
327
328 f77.stage2: stage2-start
329         -mv -f $(G77STAGESTUFF) stage2/f
330
331 f77.stage3: stage3-start
332         -mv -f $(G77STAGESTUFF) stage3/f
333
334 f77.stage4: stage4-start
335         -mv -f $(G77STAGESTUFF) stage4/f
336
337 f77.stageprofile: stageprofile-start
338         -mv -f $(G77STAGESTUFF) stageprofile/f
339
340 f77.stagefeedback: stageprofile-start
341         -mv -f $(G77STAGESTUFF) stagefeedback/f
342 #\f
343 # .o: .h dependencies.
344
345 f/bad.o: f/bad.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/bad.h f/bad.def f/where.h \
346  glimits.h f/top.h f/malloc.h flags.h f/com.h f/com-rt.def $(TREE_H) f/bld.h \
347  f/bld-op.def f/bit.h f/info.h f/info-b.def f/info-k.def f/info-w.def \
348  f/target.h f/lex.h f/type.h f/intrin.h f/intrin.def f/lab.h f/symbol.h \
349  f/symbol.def f/equiv.h f/storag.h f/global.h f/name.h toplev.h intl.h \
350  diagnostic.h coretypes.h $(TM_H)
351 f/bit.o: f/bit.c f/proj.h $(CONFIG_H) $(SYSTEM_H) glimits.h f/bit.h \
352  f/malloc.h coretypes.h $(TM_H)
353 f/bld.o: f/bld.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/bld.h f/bld-op.def f/bit.h \
354  f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def \
355  f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h f/top.h f/lex.h \
356  f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h f/global.h \
357  f/name.h f/intrin.h f/intrin.def real.h coretypes.h $(TM_H)
358 f/com.o: f/com.c f/proj.h $(CONFIG_H) $(SYSTEM_H) flags.h $(RTL_H) $(TREE_H) \
359  output.h convert.h f/com.h f/com-rt.def f/bld.h f/bld-op.def f/bit.h \
360  f/malloc.h f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
361  f/bad.def f/where.h glimits.h f/top.h f/lex.h f/type.h f/intrin.h \
362  f/intrin.def f/lab.h f/symbol.h f/symbol.def f/equiv.h f/storag.h f/global.h \
363  f/name.h f/expr.h f/implic.h f/src.h f/st.h $(GGC_H) toplev.h diagnostic.h \
364  $(LANGHOOKS_DEF) langhooks.h intl.h real.h debug.h gt-f-com.h gtype-f.h \
365  coretypes.h $(TM_H)
366 f/data.o: f/data.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/data.h f/bld.h f/bld-op.def \
367  f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def \
368  f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h \
369  f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h \
370  f/global.h f/name.h f/intrin.h f/intrin.def f/expr.h f/st.h coretypes.h $(TM_H)
371 f/equiv.o: f/equiv.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/equiv.h f/bld.h \
372  f/bld-op.def f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h \
373  f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h \
374  glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def \
375  f/global.h f/name.h f/intrin.h f/intrin.def f/data.h coretypes.h $(TM_H)
376 f/expr.o: f/expr.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/expr.h f/bld.h f/bld-op.def \
377  f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def \
378  f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h \
379  f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h \
380  f/global.h f/name.h f/intrin.h f/intrin.def f/implic.h f/src.h f/st.h \
381  f/stamp-str real.h coretypes.h $(TM_H)
382 f/fini.o: f/fini.c f/proj.h bconfig.h $(SYSTEM_H) f/malloc.h coretypes.h $(TM_H)
383 f/global.o: f/global.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/global.h f/info.h \
384  f/info-b.def f/info-k.def f/info-w.def f/target.h $(TREE_H) f/bad.h f/bad.def \
385  f/where.h glimits.h f/top.h f/malloc.h f/lex.h f/type.h f/name.h f/symbol.h \
386  f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def f/lab.h \
387  f/storag.h f/intrin.h f/intrin.def f/equiv.h coretypes.h $(TM_H)
388 f/implic.o: f/implic.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/implic.h f/info.h \
389  f/info-b.def f/info-k.def f/info-w.def f/target.h $(TREE_H) f/bad.h f/bad.def \
390  f/where.h glimits.h f/top.h f/malloc.h f/lex.h f/type.h f/symbol.h \
391  f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def f/lab.h \
392  f/storag.h f/intrin.h f/intrin.def f/equiv.h f/global.h f/name.h f/src.h \
393  coretypes.h $(TM_H)
394 f/info.o: f/info.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/info.h f/info-b.def \
395  f/info-k.def f/info-w.def f/target.h $(TREE_H) f/bad.h f/bad.def f/where.h \
396  glimits.h f/top.h f/malloc.h f/lex.h f/type.h coretypes.h $(TM_H)
397 f/intrin.o: f/intrin.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/intrin.h \
398  f/intrin.def f/bld.h f/bld-op.def f/bit.h f/malloc.h f/com.h f/com-rt.def \
399  $(TREE_H) f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
400  f/bad.def f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h \
401  f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/expr.h f/src.h \
402  coretypes.h $(TM_H)
403 f/lab.o: f/lab.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/lab.h f/com.h f/com-rt.def \
404  $(TREE_H) f/bld.h f/bld-op.def f/bit.h f/malloc.h f/info.h f/info-b.def \
405  f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h \
406  f/top.h f/lex.h f/type.h f/intrin.h f/intrin.def f/symbol.h f/symbol.def \
407  f/equiv.h f/storag.h f/global.h f/name.h coretypes.h $(TM_H)
408 f/lex.o: f/lex.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/top.h f/malloc.h f/where.h \
409  glimits.h f/bad.h f/bad.def f/com.h f/com-rt.def $(TREE_H) f/bld.h \
410  f/bld-op.def f/bit.h f/info.h f/info-b.def f/info-k.def f/info-w.def \
411  f/target.h f/lex.h f/type.h f/intrin.h f/intrin.def f/lab.h f/symbol.h \
412  f/symbol.def f/equiv.h f/storag.h f/global.h f/name.h f/src.h flags.h \
413  debug.h input.h toplev.h output.h $(GGC_H) gt-f-lex.h coretypes.h $(TM_H)
414 f/malloc.o: f/malloc.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/malloc.h \
415  coretypes.h $(TM_H)
416 f/name.o: f/name.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/bad.h f/bad.def f/where.h \
417  glimits.h f/top.h f/malloc.h f/name.h f/global.h f/info.h f/info-b.def \
418  f/info-k.def f/info-w.def f/target.h $(TREE_H) f/lex.h f/type.h f/symbol.h \
419  f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def f/lab.h \
420  f/storag.h f/intrin.h f/intrin.def f/equiv.h f/src.h coretypes.h $(TM_H)
421 f/parse.o: f/parse.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/top.h f/malloc.h \
422  f/where.h glimits.h f/com.h f/com-rt.def $(TREE_H) f/bld.h f/bld-op.def \
423  f/bit.h f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
424  f/bad.def f/lex.h f/type.h f/intrin.h f/intrin.def f/lab.h f/symbol.h \
425  f/symbol.def f/equiv.h f/storag.h f/global.h f/name.h version.h flags.h \
426  coretypes.h $(TM_H)
427 f/src.o: f/src.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/src.h f/bad.h f/bad.def \
428  f/where.h glimits.h f/top.h f/malloc.h coretypes.h $(TM_H)
429 f/st.o: f/st.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/st.h f/bad.h f/bad.def \
430  f/where.h glimits.h f/top.h f/malloc.h f/lex.h f/symbol.h f/symbol.def \
431  f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def $(TREE_H) f/info.h \
432  f/info-b.def f/info-k.def f/info-w.def f/target.h f/type.h f/lab.h \
433  f/storag.h f/intrin.h f/intrin.def f/equiv.h f/global.h f/name.h f/sta.h \
434  f/stamp-str f/stb.h f/expr.h f/stp.h f/stt.h f/stc.h f/std.h \
435  f/stv.h f/stw.h f/ste.h f/sts.h f/stu.h coretypes.h $(TM_H)
436 f/sta.o: f/sta.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/sta.h f/bad.h f/bad.def \
437  f/where.h glimits.h f/top.h f/malloc.h f/lex.h f/stamp-str f/symbol.h \
438  f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def $(TREE_H) \
439  f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/type.h f/lab.h \
440  f/storag.h f/intrin.h f/intrin.def f/equiv.h f/global.h f/name.h f/implic.h \
441  f/stb.h f/expr.h f/stp.h f/stt.h f/stc.h f/std.h f/stv.h f/stw.h coretypes.h \
442  $(TM_H)
443 f/stb.o: f/stb.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stb.h f/bad.h f/bad.def \
444  f/where.h glimits.h f/top.h f/malloc.h f/expr.h f/bld.h f/bld-op.def f/bit.h \
445  f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def \
446  f/info-w.def f/target.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h \
447  f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def f/stp.h \
448  f/stt.h f/stamp-str f/src.h f/sta.h f/stc.h coretypes.h $(TM_H)
449 f/stc.o: f/stc.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stc.h f/bad.h f/bad.def \
450  f/where.h glimits.h f/top.h f/malloc.h f/bld.h f/bld-op.def f/bit.h f/com.h \
451  f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def f/info-w.def \
452  f/target.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def \
453  f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def f/expr.h f/stp.h \
454  f/stt.h f/stamp-str f/data.h f/implic.h f/src.h f/sta.h f/std.h f/stv.h \
455  f/stw.h coretypes.h $(TM_H)
456 f/std.o: f/std.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/std.h f/bld.h f/bld-op.def \
457  f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def \
458  f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h \
459  f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h \
460  f/global.h f/name.h f/intrin.h f/intrin.def f/stp.h f/stt.h f/stamp-str \
461  f/stv.h f/stw.h f/sta.h f/ste.h f/sts.h coretypes.h $(TM_H)
462 f/ste.o: f/ste.c f/proj.h $(CONFIG_H) $(SYSTEM_H) $(RTL_H) toplev.h f/ste.h \
463  f/bld.h f/bld-op.def f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) \
464  f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def \
465  f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h \
466  f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def f/stp.h \
467  f/stt.h f/stamp-str f/sts.h f/stv.h f/stw.h f/expr.h f/sta.h $(GGC_H) \
468  gt-f-ste.h coretypes.h $(TM_H)
469 f/storag.o: f/storag.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/storag.h f/bld.h  \
470  f/bld-op.def f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) \
471  f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
472  f/bad.def f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h \
473  f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h \
474  f/intrin.def f/data.h coretypes.h $(TM_H)
475 f/stp.o: f/stp.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stp.h f/bld.h f/bld-op.def \
476  f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h \
477  f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def \
478  f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h \
479  f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h \
480  f/intrin.def f/stt.h coretypes.h $(TM_H)
481 f/str.o: f/str.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/src.h f/bad.h f/bad.def \
482  f/where.h glimits.h f/top.h f/malloc.h f/stamp-str f/lex.h coretypes.h $(TM_H)
483 f/sts.o: f/sts.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/sts.h f/malloc.h f/com.h \
484  f/com-rt.def $(TREE_H) f/bld.h f/bld-op.def f/bit.h f/info.h \
485  f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def \
486  f/where.h glimits.h f/top.h f/lex.h f/type.h f/intrin.h f/intrin.def \
487  f/lab.h f/symbol.h f/symbol.def f/equiv.h f/storag.h f/global.h \
488  f/name.h coretypes.h $(TM_H)
489 f/stt.o: f/stt.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stt.h f/top.h f/malloc.h \
490  f/where.h glimits.h f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def \
491  $(TREE_H) f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h \
492  f/bad.h f/bad.def f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h \
493  f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def \
494  f/stp.h f/expr.h f/sta.h f/stamp-str coretypes.h $(TM_H)
495 f/stu.o: f/stu.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/bld.h f/bld-op.def f/bit.h \
496  f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def \
497  f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h \
498  glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h \
499  f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def \
500  f/implic.h f/stu.h f/sta.h f/stamp-str coretypes.h $(TM_H)
501 f/stv.o: f/stv.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stv.h f/lab.h f/com.h \
502  f/com-rt.def $(TREE_H) f/bld.h f/bld-op.def f/bit.h f/malloc.h \
503  f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
504  f/bad.def f/where.h glimits.h f/top.h f/lex.h f/type.h f/intrin.h \
505  f/intrin.def f/symbol.h f/symbol.def f/equiv.h f/storag.h f/global.h \
506  f/name.h coretypes.h $(TM_H)
507 f/stw.o: f/stw.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stw.h f/bld.h f/bld-op.def \
508  f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h \
509  f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def \
510  f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h \
511  f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h \
512  f/intrin.def f/stv.h f/sta.h f/stamp-str coretypes.h $(TM_H)
513 f/symbol.o: f/symbol.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/symbol.h \
514  f/symbol.def f/bld.h f/bld-op.def f/bit.h f/malloc.h f/com.h \
515  f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def \
516  f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h f/top.h \
517  f/lex.h f/type.h f/lab.h f/storag.h f/intrin.h f/intrin.def f/equiv.h \
518  f/global.h f/name.h f/src.h f/st.h coretypes.h $(TM_H)
519 f/target.o: f/target.c f/proj.h $(CONFIG_H) $(SYSTEM_H) glimits.h f/target.h \
520  $(TREE_H) f/bad.h f/bad.def f/where.h f/top.h f/malloc.h f/info.h real.h \
521  f/info-b.def f/info-k.def f/info-w.def f/type.h f/lex.h diagnostic.h \
522  coretypes.h $(TM_H) toplev.h
523 f/top.o: f/top.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/top.h f/malloc.h f/where.h \
524  glimits.h f/bad.h f/bad.def f/bit.h f/bld.h f/bld-op.def f/com.h \
525  f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def \
526  f/info-w.def f/target.h f/lex.h f/type.h f/lab.h f/storag.h \
527  f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h \
528  f/intrin.def f/data.h f/expr.h f/implic.h f/src.h f/st.h flags.h \
529  toplev.h coretypes.h $(TM_H) opts.h options.h
530 f/type.o: f/type.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/type.h f/malloc.h \
531  coretypes.h $(TM_H)
532 f/where.o: f/where.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/where.h glimits.h \
533  f/top.h f/malloc.h f/lex.h $(GGC_H) gt-f-where.h coretypes.h $(TM_H)