Makefile.in (cpp.dvi): New target split from cpp.info.
[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:: $(docobjdir)/g77.dvi
153 generated-manpages:: $(docobjdir)/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 $(docdir)/include/fdl.texi \
160                 $(docdir)/include/gpl.texi \
161                 $(docdir)/include/funding.texi \
162                 $(docdir)/include/gcc-common.texi \
163                 stmp-docobjdir
164         if [ x$(BUILD_INFO) = xinfo ]; then \
165           rm -f $(@)*; \
166           $(MAKEINFO) -I$(docdir)/include -I$(srcdir)/f -o $@ $<; \
167         else true; fi
168
169 $(docobjdir)/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 $(docdir)/include/fdl.texi \
173                 $(docdir)/include/gpl.texi \
174                 $(docdir)/include/funding.texi \
175                 $(docdir)/include/gcc-common.texi \
176                 stmp-docobjdir
177         $(TEXI2DVI) -I $(srcdir)/f -I $(docdir)/include -o $@ $<
178
179 .INTERMEDIATE: g77.pod
180 g77.pod: f/invoke.texi
181         -$(TEXI2POD) < $< > $@
182
183 # This dance is all about producing accurate documentation for g77's
184 # intrinsics with minimum fuss.  f/ansify appends "\n\" to C strings
185 # so ANSI C compilers can compile f/intdoc.h -- gcc can compile f/intdoc.in
186 # directly, if f/intdoc.c #include'd that, but we don't want to force
187 # people to install gcc just to build the documentation.  We use the
188 # C format for f/intdoc.in in the first place to allow a fairly "free",
189 # but widely known format for documentation -- basically anyone who knows
190 # how to write texinfo source and enclose it in C constants can handle
191 # it, and f/ansify allows them to not even end lines with "\n\".  So,
192 # essentially, the C preprocessor and compiler are used to enter the
193 # document snippets into a data base via name lookup, rather than duplicating
194 # that kind of code here.  And we use f/intdoc.c instead of straight
195 # texinfo in the first place so that as much information as possible
196 # contained in f/intrin.def can be inserted directly and reliably into
197 # the documentation.  That's better than replicating it, because it
198 # reduces the likelihood of discrepancies between the docs and the compiler
199 # itself, which uses f/intrin.def; in fact, many bugs in f/intrin.def have
200 # been found only upon reading the documentation that was automatically
201 # produced from it.
202
203 # If the documentation files depended on executables in the build
204 # tree, there'd be no way to ship a source tree with the documentation
205 # already generated such that `make' wouldn't attempt to rebuilt it.
206 # So, we punt and arrange for the documentation files to depend on the
207 # dependencies of the executables, not on the executables themselves.
208 # But then, we have to build the executables explicitly in their build
209 # rules.
210
211 INTDOC_DEPS = $(srcdir)/f/intdoc.c $(srcdir)/f/intrin.h $(srcdir)/f/intrin.def
212
213 $(srcdir)/f/intdoc.texi: $(INTDOC_DEPS) $(srcdir)/f/intdoc.in
214         $(MAKE) f/intdoc$(build_exeext)
215         f/intdoc$(build_exeext) > $(srcdir)/f/intdoc.texi
216
217 f/intdoc$(build_exeext): $(INTDOC_DEPS) f/intdoc.h0 bconfig.h \
218   $(SYSTEM_H) coretypes.h $(TM_H) $(BUILD_LIBDEPS)
219           $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) $(INCLUDES) \
220                   $(srcdir)/f/intdoc.c $(BUILD_LIBS) -o f/intdoc$(build_exeext)
221
222 f/intdoc.h0: f/intdoc.in f/ansify$(build_exeext)
223         f/ansify$(build_exeext) $(srcdir)/f/intdoc.in \
224                 < $(srcdir)/f/intdoc.in > f/intdoc.h0
225
226 f/ansify$(build_exeext): f/ansify.c bconfig.h $(SYSTEM_H) coretypes.h $(TM_H)
227           $(CC_FOR_BUILD) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) $(INCLUDES) \
228                 $(srcdir)/f/ansify.c -o f/ansify$(build_exeext)
229
230 $(srcdir)/f/BUGS: f/bugs0.texi f/bugs.texi f/root.texi
231         cd $(srcdir)/f; $(MAKEINFO) -D BUGSONLY --no-header --no-split \
232           --no-validate -I../doc/include -o BUGS bugs0.texi
233
234 $(srcdir)/f/NEWS: f/news0.texi f/news.texi f/root.texi
235         cd $(srcdir)/f; $(MAKEINFO) -D NEWSONLY --no-header --no-split \
236           --no-validate -I../doc/include -o NEWS news0.texi
237
238 f77.rebuilt: f/g77.info $(srcdir)/f/BUGS \
239   $(srcdir)/f/NEWS 
240
241 #\f
242 # Install hooks:
243 # f771 is installed elsewhere as part of $(COMPILERS).
244
245 f77.install-normal:
246
247 # Install the driver program as $(target)-g77
248 # and also as either g77 (if native) or $(tooldir)/bin/g77.
249 f77.install-common: installdirs
250         -if [ -f f771$(exeext) ] ; then \
251           if [ -f g77-cross$(exeext) ] ; then \
252             rm -f $(DESTDIR)$(bindir)/$(G77_CROSS_NAME)$(exeext); \
253             $(INSTALL_PROGRAM) g77-cross$(exeext) $(DESTDIR)$(bindir)/$(G77_CROSS_NAME)$(exeext); \
254             chmod a+x $(DESTDIR)$(bindir)/$(G77_CROSS_NAME)$(exeext); \
255           else \
256             rm -f $(DESTDIR)$(bindir)/$(G77_INSTALL_NAME)$(exeext); \
257             $(INSTALL_PROGRAM) g77$(exeext) $(DESTDIR)$(bindir)/$(G77_INSTALL_NAME)$(exeext); \
258             chmod a+x $(DESTDIR)$(bindir)/$(G77_INSTALL_NAME)$(exeext); \
259           fi ; \
260         else true; fi
261         @if [ -f f77-install-ok -o -f $(srcdir)/f77-install-ok ]; then \
262           echo ''; \
263           echo 'Warning: gcc no longer installs an f77 command.'; \
264           echo '         You must do so yourself.  For more information,'; \
265           echo '         read "Distributing Binaries" in the g77 docs.'; \
266           echo '         (To turn off this warning, delete the file'; \
267           echo '         f77-install-ok in the source or build directory.)'; \
268           echo ''; \
269         else true; fi
270
271 install-info:: $(DESTDIR)$(infodir)/g77.info
272
273 f77.install-man: $(GENERATED_MANPAGES) installdirs
274         -if [ -f f771$(exeext) ] ; then \
275           if [ -f g77-cross$(exeext) ] ; then \
276             rm -f $(DESTDIR)$(man1dir)/$(G77_CROSS_NAME)$(man1ext); \
277             $(INSTALL_DATA) $(docobjdir)/g77.1 $(DESTDIR)$(man1dir)/$(G77_CROSS_NAME)$(man1ext); \
278             chmod a-x $(DESTDIR)$(man1dir)/$(G77_CROSS_NAME)$(man1ext); \
279           else \
280             rm -f $(DESTDIR)$(man1dir)/$(G77_INSTALL_NAME)$(man1ext); \
281             $(INSTALL_DATA) $(docobjdir)/g77.1 $(DESTDIR)$(man1dir)/$(G77_INSTALL_NAME)$(man1ext); \
282             chmod a-x $(DESTDIR)$(man1dir)/$(G77_INSTALL_NAME)$(man1ext); \
283           fi; \
284         else true; fi
285
286 f77.uninstall: installdirs
287         if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
288           echo " install-info --delete --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/g77.info"; \
289           install-info --delete --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/g77.info || : ; \
290         else : ; fi
291         rm -rf $(DESTDIR)$(bindir)/$(G77_INSTALL_NAME)$(exeext); \
292         rm -rf $(DESTDIR)$(bindir)/$(G77_CROSS_NAME)$(exeext); \
293         rm -rf $(DESTDIR)$(man1dir)/$(G77_INSTALL_NAME)$(man1ext); \
294         rm -rf $(DESTDIR)$(man1dir)/$(G77_CROSS_NAME)$(man1ext); \
295         rm -rf $(DESTDIR)$(infodir)/g77.info*
296 #\f
297 # Clean hooks:
298 # A lot of the ancillary files are deleted by the main makefile.
299 # We just have to delete files specific to us.
300
301 f77.mostlyclean:
302         -rm -f f/*$(objext)
303         -rm -f f/*$(coverageexts)
304         -rm -f f/fini$(build_exeext) f/stamp-str f/str-*.h f/str-*.j
305         -rm -f f/intdoc$(build_exeext) f/ansify$(build_exeext) f/intdoc.h0
306         -rm -f g77.aux g77.cps g77.ky g77.toc g77.vr g77.fn g77.kys \
307                g77.pg g77.tp g77.vrs g77.cp g77.fns g77.log g77.pgs g77.tps 
308 f77.clean:
309         -rm -f g77spec.o
310 f77.distclean:
311         -rm -f f/Makefile
312 f77.extraclean:
313 f77.maintainer-clean:
314         -rm -f f/g77.info* f/g77.*aux f/TAGS f/BUGS f/NEWS f/intdoc.texi
315 #\f
316 # Stage hooks:
317 # The main makefile has already created stage?/f.
318
319 G77STAGESTUFF = f/*$(objext) f/fini$(build_exeext) f/stamp-str \
320   f/str-*.h f/str-*.j g77spec.o
321
322 f77.stage1: stage1-start
323         -mv -f $(G77STAGESTUFF) stage1/f
324
325 f77.stage2: stage2-start
326         -mv -f $(G77STAGESTUFF) stage2/f
327
328 f77.stage3: stage3-start
329         -mv -f $(G77STAGESTUFF) stage3/f
330
331 f77.stage4: stage4-start
332         -mv -f $(G77STAGESTUFF) stage4/f
333
334 f77.stageprofile: stageprofile-start
335         -mv -f $(G77STAGESTUFF) stageprofile/f
336
337 f77.stagefeedback: stageprofile-start
338         -mv -f $(G77STAGESTUFF) stagefeedback/f
339 #\f
340 # .o: .h dependencies.
341
342 f/bad.o: f/bad.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/bad.h f/bad.def f/where.h \
343  glimits.h f/top.h f/malloc.h flags.h f/com.h f/com-rt.def $(TREE_H) f/bld.h \
344  f/bld-op.def f/bit.h f/info.h f/info-b.def f/info-k.def f/info-w.def \
345  f/target.h f/lex.h f/type.h f/intrin.h f/intrin.def f/lab.h f/symbol.h \
346  f/symbol.def f/equiv.h f/storag.h f/global.h f/name.h toplev.h intl.h \
347  diagnostic.h coretypes.h $(TM_H)
348 f/bit.o: f/bit.c f/proj.h $(CONFIG_H) $(SYSTEM_H) glimits.h f/bit.h \
349  f/malloc.h coretypes.h $(TM_H)
350 f/bld.o: f/bld.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/bld.h f/bld-op.def f/bit.h \
351  f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def \
352  f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h f/top.h f/lex.h \
353  f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h f/global.h \
354  f/name.h f/intrin.h f/intrin.def real.h coretypes.h $(TM_H)
355 f/com.o: f/com.c f/proj.h $(CONFIG_H) $(SYSTEM_H) flags.h $(RTL_H) $(TREE_H) \
356  output.h convert.h f/com.h f/com-rt.def f/bld.h f/bld-op.def f/bit.h \
357  f/malloc.h f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
358  f/bad.def f/where.h glimits.h f/top.h f/lex.h f/type.h f/intrin.h \
359  f/intrin.def f/lab.h f/symbol.h f/symbol.def f/equiv.h f/storag.h f/global.h \
360  f/name.h f/expr.h f/implic.h f/src.h f/st.h $(GGC_H) toplev.h diagnostic.h \
361  $(LANGHOOKS_DEF) langhooks.h intl.h real.h debug.h gt-f-com.h gtype-f.h \
362  coretypes.h $(TM_H)
363 f/data.o: f/data.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/data.h f/bld.h f/bld-op.def \
364  f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def \
365  f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h \
366  f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h \
367  f/global.h f/name.h f/intrin.h f/intrin.def f/expr.h f/st.h coretypes.h $(TM_H)
368 f/equiv.o: f/equiv.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/equiv.h f/bld.h \
369  f/bld-op.def f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h \
370  f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h \
371  glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def \
372  f/global.h f/name.h f/intrin.h f/intrin.def f/data.h coretypes.h $(TM_H)
373 f/expr.o: f/expr.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/expr.h f/bld.h f/bld-op.def \
374  f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def \
375  f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h \
376  f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h \
377  f/global.h f/name.h f/intrin.h f/intrin.def f/implic.h f/src.h f/st.h \
378  f/stamp-str real.h coretypes.h $(TM_H)
379 f/fini.o: f/fini.c f/proj.h bconfig.h $(SYSTEM_H) f/malloc.h coretypes.h $(TM_H)
380 f/global.o: f/global.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/global.h f/info.h \
381  f/info-b.def f/info-k.def f/info-w.def f/target.h $(TREE_H) f/bad.h f/bad.def \
382  f/where.h glimits.h f/top.h f/malloc.h f/lex.h f/type.h f/name.h f/symbol.h \
383  f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def f/lab.h \
384  f/storag.h f/intrin.h f/intrin.def f/equiv.h coretypes.h $(TM_H)
385 f/implic.o: f/implic.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/implic.h f/info.h \
386  f/info-b.def f/info-k.def f/info-w.def f/target.h $(TREE_H) f/bad.h f/bad.def \
387  f/where.h glimits.h f/top.h f/malloc.h f/lex.h f/type.h f/symbol.h \
388  f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def f/lab.h \
389  f/storag.h f/intrin.h f/intrin.def f/equiv.h f/global.h f/name.h f/src.h \
390  coretypes.h $(TM_H)
391 f/info.o: f/info.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/info.h f/info-b.def \
392  f/info-k.def f/info-w.def f/target.h $(TREE_H) f/bad.h f/bad.def f/where.h \
393  glimits.h f/top.h f/malloc.h f/lex.h f/type.h coretypes.h $(TM_H)
394 f/intrin.o: f/intrin.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/intrin.h \
395  f/intrin.def f/bld.h f/bld-op.def f/bit.h f/malloc.h f/com.h f/com-rt.def \
396  $(TREE_H) f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
397  f/bad.def f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h \
398  f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/expr.h f/src.h \
399  coretypes.h $(TM_H)
400 f/lab.o: f/lab.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/lab.h f/com.h f/com-rt.def \
401  $(TREE_H) f/bld.h f/bld-op.def f/bit.h f/malloc.h f/info.h f/info-b.def \
402  f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h \
403  f/top.h f/lex.h f/type.h f/intrin.h f/intrin.def f/symbol.h f/symbol.def \
404  f/equiv.h f/storag.h f/global.h f/name.h coretypes.h $(TM_H)
405 f/lex.o: f/lex.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/top.h f/malloc.h f/where.h \
406  glimits.h f/bad.h f/bad.def f/com.h f/com-rt.def $(TREE_H) f/bld.h \
407  f/bld-op.def f/bit.h f/info.h f/info-b.def f/info-k.def f/info-w.def \
408  f/target.h f/lex.h f/type.h f/intrin.h f/intrin.def f/lab.h f/symbol.h \
409  f/symbol.def f/equiv.h f/storag.h f/global.h f/name.h f/src.h flags.h \
410  debug.h input.h toplev.h output.h $(GGC_H) gt-f-lex.h coretypes.h $(TM_H)
411 f/malloc.o: f/malloc.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/malloc.h \
412  coretypes.h $(TM_H)
413 f/name.o: f/name.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/bad.h f/bad.def f/where.h \
414  glimits.h f/top.h f/malloc.h f/name.h f/global.h f/info.h f/info-b.def \
415  f/info-k.def f/info-w.def f/target.h $(TREE_H) f/lex.h f/type.h f/symbol.h \
416  f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def f/lab.h \
417  f/storag.h f/intrin.h f/intrin.def f/equiv.h f/src.h coretypes.h $(TM_H)
418 f/parse.o: f/parse.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/top.h f/malloc.h \
419  f/where.h glimits.h f/com.h f/com-rt.def $(TREE_H) f/bld.h f/bld-op.def \
420  f/bit.h f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
421  f/bad.def f/lex.h f/type.h f/intrin.h f/intrin.def f/lab.h f/symbol.h \
422  f/symbol.def f/equiv.h f/storag.h f/global.h f/name.h version.h flags.h \
423  coretypes.h $(TM_H)
424 f/src.o: f/src.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/src.h f/bad.h f/bad.def \
425  f/where.h glimits.h f/top.h f/malloc.h coretypes.h $(TM_H)
426 f/st.o: f/st.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/st.h f/bad.h f/bad.def \
427  f/where.h glimits.h f/top.h f/malloc.h f/lex.h f/symbol.h f/symbol.def \
428  f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def $(TREE_H) f/info.h \
429  f/info-b.def f/info-k.def f/info-w.def f/target.h f/type.h f/lab.h \
430  f/storag.h f/intrin.h f/intrin.def f/equiv.h f/global.h f/name.h f/sta.h \
431  f/stamp-str f/stb.h f/expr.h f/stp.h f/stt.h f/stc.h f/std.h \
432  f/stv.h f/stw.h f/ste.h f/sts.h f/stu.h coretypes.h $(TM_H)
433 f/sta.o: f/sta.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/sta.h f/bad.h f/bad.def \
434  f/where.h glimits.h f/top.h f/malloc.h f/lex.h f/stamp-str f/symbol.h \
435  f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def $(TREE_H) \
436  f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/type.h f/lab.h \
437  f/storag.h f/intrin.h f/intrin.def f/equiv.h f/global.h f/name.h f/implic.h \
438  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 \
439  $(TM_H)
440 f/stb.o: f/stb.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stb.h f/bad.h f/bad.def \
441  f/where.h glimits.h f/top.h f/malloc.h f/expr.h f/bld.h f/bld-op.def f/bit.h \
442  f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def \
443  f/info-w.def f/target.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h \
444  f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def f/stp.h \
445  f/stt.h f/stamp-str f/src.h f/sta.h f/stc.h coretypes.h $(TM_H)
446 f/stc.o: f/stc.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stc.h f/bad.h f/bad.def \
447  f/where.h glimits.h f/top.h f/malloc.h f/bld.h f/bld-op.def f/bit.h f/com.h \
448  f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def f/info-w.def \
449  f/target.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def \
450  f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def f/expr.h f/stp.h \
451  f/stt.h f/stamp-str f/data.h f/implic.h f/src.h f/sta.h f/std.h f/stv.h \
452  f/stw.h coretypes.h $(TM_H)
453 f/std.o: f/std.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/std.h f/bld.h f/bld-op.def \
454  f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def \
455  f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h \
456  f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h \
457  f/global.h f/name.h f/intrin.h f/intrin.def f/stp.h f/stt.h f/stamp-str \
458  f/stv.h f/stw.h f/sta.h f/ste.h f/sts.h coretypes.h $(TM_H)
459 f/ste.o: f/ste.c f/proj.h $(CONFIG_H) $(SYSTEM_H) $(RTL_H) toplev.h f/ste.h \
460  f/bld.h f/bld-op.def f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) \
461  f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def \
462  f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h \
463  f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def f/stp.h \
464  f/stt.h f/stamp-str f/sts.h f/stv.h f/stw.h f/expr.h f/sta.h $(GGC_H) \
465  gt-f-ste.h coretypes.h $(TM_H)
466 f/storag.o: f/storag.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/storag.h f/bld.h  \
467  f/bld-op.def f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) \
468  f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
469  f/bad.def f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h \
470  f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h \
471  f/intrin.def f/data.h coretypes.h $(TM_H)
472 f/stp.o: f/stp.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stp.h f/bld.h f/bld-op.def \
473  f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h \
474  f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def \
475  f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h \
476  f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h \
477  f/intrin.def f/stt.h coretypes.h $(TM_H)
478 f/str.o: f/str.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/src.h f/bad.h f/bad.def \
479  f/where.h glimits.h f/top.h f/malloc.h f/stamp-str f/lex.h coretypes.h $(TM_H)
480 f/sts.o: f/sts.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/sts.h f/malloc.h f/com.h \
481  f/com-rt.def $(TREE_H) f/bld.h f/bld-op.def f/bit.h f/info.h \
482  f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def \
483  f/where.h glimits.h f/top.h f/lex.h f/type.h f/intrin.h f/intrin.def \
484  f/lab.h f/symbol.h f/symbol.def f/equiv.h f/storag.h f/global.h \
485  f/name.h coretypes.h $(TM_H)
486 f/stt.o: f/stt.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stt.h f/top.h f/malloc.h \
487  f/where.h glimits.h f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def \
488  $(TREE_H) f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h \
489  f/bad.h f/bad.def f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h \
490  f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def \
491  f/stp.h f/expr.h f/sta.h f/stamp-str coretypes.h $(TM_H)
492 f/stu.o: f/stu.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/bld.h f/bld-op.def f/bit.h \
493  f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def \
494  f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h \
495  glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h \
496  f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def \
497  f/implic.h f/stu.h f/sta.h f/stamp-str coretypes.h $(TM_H)
498 f/stv.o: f/stv.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stv.h f/lab.h f/com.h \
499  f/com-rt.def $(TREE_H) f/bld.h f/bld-op.def f/bit.h f/malloc.h \
500  f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
501  f/bad.def f/where.h glimits.h f/top.h f/lex.h f/type.h f/intrin.h \
502  f/intrin.def f/symbol.h f/symbol.def f/equiv.h f/storag.h f/global.h \
503  f/name.h coretypes.h $(TM_H)
504 f/stw.o: f/stw.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stw.h f/bld.h f/bld-op.def \
505  f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h \
506  f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def \
507  f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h \
508  f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h \
509  f/intrin.def f/stv.h f/sta.h f/stamp-str coretypes.h $(TM_H)
510 f/symbol.o: f/symbol.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/symbol.h \
511  f/symbol.def f/bld.h f/bld-op.def f/bit.h f/malloc.h f/com.h \
512  f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def \
513  f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h f/top.h \
514  f/lex.h f/type.h f/lab.h f/storag.h f/intrin.h f/intrin.def f/equiv.h \
515  f/global.h f/name.h f/src.h f/st.h coretypes.h $(TM_H)
516 f/target.o: f/target.c f/proj.h $(CONFIG_H) $(SYSTEM_H) glimits.h f/target.h \
517  $(TREE_H) f/bad.h f/bad.def f/where.h f/top.h f/malloc.h f/info.h real.h \
518  f/info-b.def f/info-k.def f/info-w.def f/type.h f/lex.h diagnostic.h \
519  coretypes.h $(TM_H) toplev.h
520 f/top.o: f/top.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/top.h f/malloc.h f/where.h \
521  glimits.h f/bad.h f/bad.def f/bit.h f/bld.h f/bld-op.def f/com.h \
522  f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def \
523  f/info-w.def f/target.h f/lex.h f/type.h f/lab.h f/storag.h \
524  f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h \
525  f/intrin.def f/data.h f/expr.h f/implic.h f/src.h f/st.h flags.h \
526  toplev.h coretypes.h $(TM_H) opts.h options.h
527 f/type.o: f/type.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/type.h f/malloc.h \
528  coretypes.h $(TM_H)
529 f/where.o: f/where.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/where.h glimits.h \
530  f/top.h f/malloc.h f/lex.h $(GGC_H) gt-f-where.h coretypes.h $(TM_H)