OSDN Git Service

* Make-lang.in: Remove OUTPUT_OPTION from g77version.o target.
[pf3gnuchains/gcc-fork.git] / gcc / f / Make-lang.in
1 # Top level makefile fragment for GNU Fortran.           -*-makefile-*-
2 #   Copyright (C) 1995, 1996, 1997, 1998, 2000 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.info, foo.dvi,
26 # foo.install-normal, foo.install-common, foo.install-info, foo.install-man,
27 # foo.uninstall,
28 # foo.mostlyclean, foo.clean, foo.distclean, foo.extraclean,
29 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4
30 #
31 # where `foo' is the name of the language.
32 #
33 # It should also provide rules for:
34 #
35 # - making any compiler driver (eg: g++)
36 # - the compiler proper (eg: cc1plus)
37 # - define the names for selecting the language in LANGUAGES.
38 #
39 # $(srcdir) must be set to the gcc/ source directory (not gcc/f/).
40 #\f
41 # Actual name to use when installing a native compiler.
42 G77_INSTALL_NAME = `t='$(program_transform_name)'; echo g77 | sed $$t`
43
44 # Actual name to use when installing a cross-compiler.
45 G77_CROSS_NAME = `t='$(program_transform_cross_name)'; echo g77 | sed $$t`
46 #\f
47 # Define the names for selecting f77 in LANGUAGES.
48 # Note that it would be nice to move the dependency on g77
49 # into the F77 rule, but that needs a little bit of work
50 # to do the right thing within all.cross.
51 F77 f77: f771$(exeext)
52
53 # Tell GNU make to ignore these if they exist.
54 .PHONY: F77 f77 f77.all.build f77.all.cross \
55   f77.start.encap f77.rest.encap f77.info f77.dvi \
56   f77.install-normal \
57   f77.install-common f77.install-info f77.install-man \
58   f77.uninstall f77.mostlyclean f77.clean f77.distclean \
59   f77.extraclean f77.maintainer-clean f77.rebuilt \
60   f77.stage1 f77.stage2 f77.stage3 f77.stage4
61
62 g77spec.o: $(srcdir)/f/g77spec.c $(srcdir)/f/version.h system.h $(GCC_H)
63         case "$(LANGUAGES)" in \
64           *[fF]77*) touch lang-f77;; \
65           *) rm -f lang-f77;; \
66         esac
67         if [ -f lang-f77 ]; then \
68           $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) \
69                 $(srcdir)/f/g77spec.c $(OUTPUT_OPTION); \
70         else true; fi
71
72 g77version.o: $(srcdir)/f/version.c
73         case "$(LANGUAGES)" in \
74           *[fF]77*) touch lang-f77;; \
75           *) rm -f lang-f77;; \
76         esac
77         if [ -f lang-f77 ]; then \
78           $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) -o g77version.o \
79             $(srcdir)/f/version.c; \
80         else true; fi
81
82 # Create the compiler driver for g77.
83 g77$(exeext): gcc.o g77spec.o g77version.o version.o prefix.o intl.o \
84   $(LIBDEPS) $(EXTRA_GCC_OBJS)
85         if [ -f lang-f77 ]; then \
86           $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ gcc.o g77spec.o g77version.o \
87            version.o prefix.o intl.o $(EXTRA_GCC_OBJS) $(LIBS); \
88         else true; fi
89
90 # Create a version of the g77 driver which calls the cross-compiler.
91 g77-cross$(exeext): g77$(exeext)
92         if [ -f lang-f77 ]; then \
93           rm -f g77-cross$(exeext); \
94           cp g77$(exeext) g77-cross$(exeext); \
95         else true; fi
96
97 # The compiler itself.
98
99 F77_OBJS = f/bad.o f/bit.o f/bld.o f/com.o f/data.o f/equiv.o f/expr.o \
100  f/global.o f/implic.o f/info.o f/intrin.o f/lab.o f/lex.o f/malloc.o \
101  f/name.o f/parse.o f/proj.o f/src.o f/st.o f/sta.o f/stb.o f/stc.o \
102  f/std.o f/ste.o f/storag.o f/stp.o f/str.o f/sts.o f/stt.o f/stu.o \
103  f/stv.o f/stw.o f/symbol.o f/target.o f/top.o f/type.o f/version.o f/where.o
104
105 # Use loose warnings for this front end.
106 f-warn =
107
108 f771$(exeext): $(F77_OBJS) $(BACKEND) $(LIBDEPS)
109         rm -f f771$(exeext)
110         $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(F77_OBJS) $(BACKEND) $(LIBS)
111
112 # Keyword tables.
113 f/stamp-str: f/str-1t.h f/str-1t.j f/str-2t.h f/str-2t.j \
114  f/str-fo.h f/str-fo.j f/str-io.h f/str-io.j f/str-nq.h  f/str-nq.j \
115  f/str-op.h f/str-op.j f/str-ot.h f/str-ot.j
116         touch f/stamp-str
117
118 f/str-1t.h f/str-1t.j: f/fini$(build_exeext) f/str-1t.fin
119         ./f/fini$(build_exeext) $(srcdir)/f/str-1t.fin f/str-1t.j f/str-1t.h
120
121 f/str-2t.h f/str-2t.j: f/fini$(build_exeext) f/str-2t.fin
122         ./f/fini$(build_exeext) $(srcdir)/f/str-2t.fin f/str-2t.j f/str-2t.h
123
124 f/str-fo.h f/str-fo.j: f/fini$(build_exeext) f/str-fo.fin
125         ./f/fini$(build_exeext) $(srcdir)/f/str-fo.fin f/str-fo.j f/str-fo.h
126
127 f/str-io.h f/str-io.j: f/fini$(build_exeext) f/str-io.fin
128         ./f/fini$(build_exeext) $(srcdir)/f/str-io.fin f/str-io.j f/str-io.h
129
130 f/str-nq.h f/str-nq.j: f/fini$(build_exeext) f/str-nq.fin
131         ./f/fini$(build_exeext) $(srcdir)/f/str-nq.fin f/str-nq.j f/str-nq.h
132
133 f/str-op.h f/str-op.j: f/fini$(build_exeext) f/str-op.fin
134         ./f/fini$(build_exeext) $(srcdir)/f/str-op.fin f/str-op.j f/str-op.h
135
136 f/str-ot.h f/str-ot.j: f/fini$(build_exeext) f/str-ot.fin
137         ./f/fini$(build_exeext) $(srcdir)/f/str-ot.fin f/str-ot.j f/str-ot.h
138
139 f/fini: f/fini.o f/proj-h.o
140         $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) -o f/fini$(build_exeext) \
141                 f/fini.o f/proj-h.o
142
143 f/fini.o:
144         $(HOST_CC) $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
145               -c $(srcdir)/f/fini.c $(OUTPUT_OPTION)
146
147 # Like proj.o, but depends on hconfig.h instead of config.h.
148 f/proj-h.o: f/proj.c f/proj.h $(HCONFIG_H) $(SYSTEM_H) $(ASSERT_H) $(GLIMITS_H)
149         $(HOST_CC) -DUSE_HCONFIG \
150                 $(HOST_CFLAGS) $(HOST_CPPFLAGS) $(INCLUDES) \
151                 -c $(srcdir)/f/proj.c $(OUTPUT_OPTION)
152
153 #\f
154 # Build hooks:
155
156 f77.all.build: g77$(exeext)
157 f77.all.cross: g77-cross$(exeext)
158 f77.start.encap: g77$(exeext)
159 f77.rest.encap:
160
161 f77.info: f/g77.info
162 f77.dvi: f/g77.dvi
163
164 # g77 documentation.
165 f/g77.info: $(srcdir)/f/g77.texi $(srcdir)/f/bugs.texi \
166             $(srcdir)/f/ffe.texi \
167             $(srcdir)/f/g77install.texi $(srcdir)/f/news.texi \
168             $(srcdir)/f/intdoc.texi $(srcdir)/f/root.texi
169         case "$(LANGUAGES)" in \
170           *[fF]77*) touch lang-f77;; \
171           *) rm -f lang-f77;; \
172         esac
173         if [ -f lang-f77 ]; then \
174           rm -f $(srcdir)/f/g77.info-*; \
175           $(MAKEINFO) -I$(srcdir)/f -o f/g77.info $(srcdir)/f/g77.texi; \
176         else true; fi
177
178 f/g77.dvi: $(srcdir)/f/g77.texi $(srcdir)/f/bugs.texi \
179             $(srcdir)/f/ffe.texi \
180             $(srcdir)/f/g77install.texi $(srcdir)/f/news.texi \
181             $(srcdir)/f/intdoc.texi $(srcdir)/f/root.texi
182         case "$(LANGUAGES)" in \
183           *[fF]77*) touch lang-f77;; \
184           *) rm -f lang-f77;; \
185         esac
186 # `tex2dvi' was used below, but the Texinfo 3.12 one won't work properly
187 # with the include files from $(srcdir).  This use of TEXINPUTS may not
188 # be universally valid.  `$(TEX)' should be used if it gets defined in
189 # gcc/Makefile.in.
190         if [ -f lang-f77 ]; then \
191           TEXINPUTS=$(srcdir)/f:$$TEXINPUTS tex $(srcdir)/f/g77.texi; \
192           texindex g77.??; \
193           TEXINPUTS=$(srcdir)/f:$$TEXINPUTS tex $(srcdir)/f/g77.texi; \
194           mv g77.dvi f; \
195         else true; fi
196
197 # This dance is all about producing accurate documentation for g77's
198 # intrinsics with minimum fuss.  f/ansify appends "\n\" to C strings
199 # so ANSI C compilers can compile f/intdoc.h -- gcc can compile f/intdoc.in
200 # directly, if f/intdoc.c #include'd that, but we don't want to force
201 # people to install gcc just to build the documentation.  We use the
202 # C format for f/intdoc.in in the first place to allow a fairly "free",
203 # but widely known format for documentation -- basically anyone who knows
204 # how to write texinfo source and enclose it in C constants can handle
205 # it, and f/ansify allows them to not even end lines with "\n\".  So,
206 # essentially, the C preprocessor and compiler are used to enter the
207 # document snippets into a data base via name lookup, rather than duplicating
208 # that kind of code here.  And we use f/intdoc.c instead of straight
209 # texinfo in the first place so that as much information as possible
210 # contained in f/intrin.def can be inserted directly and reliably into
211 # the documentation.  That's better than replicating it, because it
212 # reduces the likelihood of discrepancies between the docs and the compiler
213 # itself, which uses f/intrin.def; in fact, many bugs in f/intrin.def have
214 # been found only upon reading the documentation that was automatically
215 # produced from it.
216
217 $(srcdir)/f/intdoc.texi: f/intdoc$(build_exeext)
218         f/intdoc$(build_exeext) > $(srcdir)/f/intdoc.texi
219
220 f/intdoc: f/intdoc.c f/intdoc.h0 f/intrin.h f/intrin.def hconfig.h system.h
221           $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) $(INCLUDES) \
222                   $(srcdir)/f/intdoc.c -o f/intdoc
223
224 f/intdoc.h0: f/intdoc.in f/ansify$(build_exeext)
225         f/ansify$(build_exeext) $(srcdir)/f/intdoc.in \
226                 < $(srcdir)/f/intdoc.in > f/intdoc.h0
227
228 f/ansify$(build_exeext): f/ansify.c hconfig.h system.h
229           $(HOST_CC) $(HOST_CFLAGS) $(HOST_LDFLAGS) $(INCLUDES) \
230                 $(srcdir)/f/ansify.c -o f/ansify$(build_exeext)
231
232 $(srcdir)/f/BUGS: f/bugs0.texi f/bugs.texi f/root.texi
233         cd $(srcdir)/f; $(MAKEINFO) -D BUGSONLY --no-header --no-split \
234           --no-validate -o BUGS bugs0.texi
235
236 $(srcdir)/f/NEWS: f/news0.texi f/news.texi f/root.texi
237         cd $(srcdir)/f; $(MAKEINFO) -D NEWSONLY --no-header --no-split \
238           --no-validate -o NEWS news0.texi
239
240 f77.rebuilt: f/g77.info $(srcdir)/f/BUGS \
241   $(srcdir)/f/NEWS 
242
243 #\f
244 # Install hooks:
245 # f771 is installed elsewhere as part of $(COMPILERS).
246
247 f77.install-normal:
248
249 # Install the driver program as $(target)-g77
250 # and also as either g77 (if native) or $(tooldir)/bin/g77.
251 # Make sure `installdirs' target (from gcc Makefile) has been
252 # run, since we use libsubdir to store our `flag' file, lang-f77.
253 f77.install-common: installdirs
254         case "$(LANGUAGES)" in \
255           *[fF]77*) touch $(libsubdir)/lang-f77.com;; \
256           *) rm -f $(libsubdir)/lang-f77.com;; \
257         esac
258         -if [ -f $(libsubdir)/lang-f77.com -a -f f771$(exeext) ] ; then \
259           if [ -f g77-cross$(exeext) ] ; then \
260             rm -f $(bindir)/$(G77_CROSS_NAME)$(exeext); \
261             $(INSTALL_PROGRAM) g77-cross$(exeext) $(bindir)/$(G77_CROSS_NAME)$(exeext); \
262             chmod a+x $(bindir)/$(G77_CROSS_NAME)$(exeext); \
263           else \
264             rm -f $(bindir)/$(G77_INSTALL_NAME)$(exeext); \
265             $(INSTALL_PROGRAM) g77$(exeext) $(bindir)/$(G77_INSTALL_NAME)$(exeext); \
266             chmod a+x $(bindir)/$(G77_INSTALL_NAME)$(exeext); \
267           fi ; \
268         else true; fi
269         @if [ -f f77-install-ok -o -f $(srcdir)/f77-install-ok ]; then \
270           echo ''; \
271           echo 'Warning: gcc no longer installs an f77 command.'; \
272           echo '         You must do so yourself.  For more information,'; \
273           echo '         read "Distributing Binaries" in the g77 docs.'; \
274           echo '         (To turn off this warning, delete the file'; \
275           echo '         f77-install-ok in the source or build directory.)'; \
276           echo ''; \
277         else true; fi
278         rm -f $(libsubdir)/lang-f77.com
279
280 # $(INSTALL_DATA) might be a relative pathname, so we can't cd into srcdir
281 # to do the install.  The sed rule was copied from stmp-int-hdrs.
282 # Make sure `installdirs' target (from gcc Makefile) has been
283 # run, since we use libsubdir to store our `flag' file, lang-f77.
284 f77.install-info: f77.info installdirs
285         case "$(LANGUAGES)" in \
286           *[fF]77*) touch $(libsubdir)/lang-f77.info;; \
287           *) rm -f $(libsubdir)/lang-f77.info;; \
288         esac
289         if [ -f $(libsubdir)/lang-f77.info -a -f f/g77.info ] ; then \
290           rm -f $(infodir)/g77.info*; \
291           for f in f/g77.info*; do \
292               realfile=`echo $$f | sed -e 's|.*/\([^/]*\)$$|\1|'`; \
293               $(INSTALL_DATA) $$f $(infodir)/$$realfile; \
294           done; \
295           chmod a-x $(infodir)/g77.info*; \
296         else true; fi
297         @if [ -f $(libsubdir)/lang-f77.info -a -f $(srcdir)/f/g77.info ] ; then \
298           if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
299             echo " install-info --info-dir=$(infodir) $(infodir)/g77.info"; \
300             install-info --info-dir=$(infodir) $(infodir)/g77.info || : ; \
301           else : ; fi; \
302         else : ; fi
303         rm -f $(libsubdir)/lang-f77.info
304
305 # Make sure `installdirs' target (from gcc Makefile) has been
306 # run, since we use libsubdir to store our `flag' file, lang-f77.
307 f77.install-man: $(srcdir)/f/g77.1 installdirs
308         case "$(LANGUAGES)" in \
309           *[fF]77*) touch $(libsubdir)/lang-f77.man;; \
310           *) rm -f $(libsubdir)/lang-f77.man;; \
311         esac
312         -if [ -f $(libsubdir)/lang-f77.man -a -f f771$(exeext) ] ; then \
313           if [ -f g77-cross$(exeext) ] ; then \
314             rm -f $(man1dir)/$(G77_CROSS_NAME)$(manext); \
315             $(INSTALL_DATA) $(srcdir)/f/g77.1 $(man1dir)/$(G77_CROSS_NAME)$(manext); \
316             chmod a-x $(man1dir)/$(G77_CROSS_NAME)$(manext); \
317           else \
318             rm -f $(man1dir)/$(G77_INSTALL_NAME)$(manext); \
319             $(INSTALL_DATA) $(srcdir)/f/g77.1 $(man1dir)/$(G77_INSTALL_NAME)$(manext); \
320             chmod a-x $(man1dir)/$(G77_INSTALL_NAME)$(manext); \
321           fi; \
322         else true; fi
323         rm -f $(libsubdir)/lang-f77.man
324
325 # Make sure `installdirs' target (from gcc Makefile) has been
326 # run, since we use libsubdir to store our `flag' file, lang-f77.
327 f77.uninstall: installdirs
328         case "$(LANGUAGES)" in \
329           *[fF]77*) touch $(libsubdir)/lang-f77.un;; \
330           *) rm -f $(libsubdir)/lang-f77.un;; \
331         esac
332         @if [ -f $(libsubdir)/lang-f77.un ] ; then \
333           if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
334             echo " install-info --delete --info-dir=$(infodir) $(infodir)/g77.info"; \
335             install-info --delete --info-dir=$(infodir) $(infodir)/g77.info || : ; \
336           else : ; fi; \
337         else : ; fi
338         -if [ -f $(libsubdir)/lang-f77.un ]; then \
339           rm -rf $(bindir)/$(G77_INSTALL_NAME)$(exeext); \
340           rm -rf $(bindir)/$(G77_CROSS_NAME)$(exeext); \
341           rm -rf $(man1dir)/$(G77_INSTALL_NAME)$(manext); \
342           rm -rf $(man1dir)/$(G77_CROSS_NAME)$(manext); \
343           rm -rf $(infodir)/g77.info*; \
344         fi
345         rm -f $(libsubdir)/lang-f77.un
346 #\f
347 # Clean hooks:
348 # A lot of the ancillary files are deleted by the main makefile.
349 # We just have to delete files specific to us.
350
351 f77.mostlyclean:
352         -rm -f f/*$(objext)
353         -rm -f f/fini$(build_exeext) f/stamp-str f/str-*.h f/str-*.j
354         -rm -f f/intdoc$(build_exeext) f/ansify$(build_exeext) f/intdoc.h0
355         -rm -f g77.aux g77.cps g77.ky g77.toc g77.vr g77.fn g77.kys \
356                g77.pg g77.tp g77.vrs g77.cp g77.fns g77.log g77.pgs g77.tps 
357 f77.clean:
358         -rm -f g77spec.o g77version.o
359 f77.distclean:
360         -rm -f lang-f77 f/Makefile
361 f77.extraclean:
362 f77.maintainer-clean:
363         -rm -f f/g77.info* f/g77.*aux f/TAGS f/BUGS f/NEWS f/intdoc.texi
364 #\f
365 # Stage hooks:
366 # The main makefile has already created stage?/f.
367
368 G77STAGESTUFF = f/*$(objext) f/fini$(build_exeext) f/stamp-str \
369   f/str-*.h f/str-*.j lang-f77 g77spec.o g77version.o
370
371 f77.stage1: stage1-start
372         -if [ -f lang-f77 ]; then \
373           mv -f $(G77STAGESTUFF) stage1/f; \
374         fi
375 f77.stage2: stage2-start
376         -if [ -f lang-f77 ]; then \
377           mv -f $(G77STAGESTUFF) stage2/f; \
378         fi
379 f77.stage3: stage3-start
380         -if [ -f lang-f77 ]; then \
381           mv -f $(G77STAGESTUFF) stage3/f; \
382         fi
383 f77.stage4: stage4-start
384         -if [ -f lang-f77 ]; then \
385           mv -f $(G77STAGESTUFF) stage4/f; \
386         fi
387
388 #\f
389 # .o: .h dependencies.
390
391 f/bad.o: f/bad.c f/proj.h $(CONFIG_H) system.h f/bad.h f/bad.def f/where.h \
392  glimits.h f/top.h f/malloc.h flags.h f/com.h f/com-rt.def $(TREE_H) f/bld.h \
393  f/bld-op.def f/bit.h f/info.h f/info-b.def f/info-k.def f/info-w.def \
394  f/target.h f/lex.h f/type.h f/intrin.h f/intrin.def f/lab.h f/symbol.h \
395  f/symbol.def f/equiv.h f/storag.h f/global.h f/name.h toplev.h
396 f/bit.o: f/bit.c f/proj.h $(CONFIG_H) system.h glimits.h f/bit.h \
397  f/malloc.h
398 f/bld.o: f/bld.c f/proj.h $(CONFIG_H) system.h f/bld.h f/bld-op.def f/bit.h \
399  f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def \
400  f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h f/top.h f/lex.h \
401  f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h f/global.h \
402  f/name.h f/intrin.h f/intrin.def
403 f/com.o: f/com.c f/proj.h $(CONFIG_H) system.h flags.h $(RTL_H) $(TREE_H) \
404  output.h convert.h f/com.h f/com-rt.def f/bld.h f/bld-op.def f/bit.h \
405  f/malloc.h f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
406  f/bad.def f/where.h glimits.h f/top.h f/lex.h f/type.h f/intrin.h \
407  f/intrin.def f/lab.h f/symbol.h f/symbol.def f/equiv.h f/storag.h f/global.h \
408  f/name.h f/expr.h f/implic.h f/src.h f/st.h $(GGC_H) toplev.h defaults.h
409 f/data.o: f/data.c f/proj.h $(CONFIG_H) system.h f/data.h f/bld.h f/bld-op.def \
410  f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def \
411  f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h \
412  f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h \
413  f/global.h f/name.h f/intrin.h f/intrin.def f/expr.h f/st.h
414 f/equiv.o: f/equiv.c f/proj.h $(CONFIG_H) system.h f/equiv.h f/bld.h \
415  f/bld-op.def f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h \
416  f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h \
417  glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def \
418  f/global.h f/name.h f/intrin.h f/intrin.def f/data.h
419 f/expr.o: f/expr.c f/proj.h $(CONFIG_H) system.h f/expr.h f/bld.h f/bld-op.def \
420  f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def \
421  f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h \
422  f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h \
423  f/global.h f/name.h f/intrin.h f/intrin.def f/implic.h f/src.h f/st.h \
424  f/stamp-str
425 f/fini.o: f/fini.c f/proj.h hconfig.h system.h f/malloc.h
426 f/global.o: f/global.c f/proj.h $(CONFIG_H) system.h f/global.h f/info.h \
427  f/info-b.def f/info-k.def f/info-w.def f/target.h $(TREE_H) f/bad.h f/bad.def \
428  f/where.h glimits.h f/top.h f/malloc.h f/lex.h f/type.h f/name.h f/symbol.h \
429  f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def f/lab.h \
430  f/storag.h f/intrin.h f/intrin.def f/equiv.h
431 f/implic.o: f/implic.c f/proj.h $(CONFIG_H) system.h f/implic.h f/info.h \
432  f/info-b.def f/info-k.def f/info-w.def f/target.h $(TREE_H) f/bad.h f/bad.def \
433  f/where.h glimits.h f/top.h f/malloc.h f/lex.h f/type.h f/symbol.h \
434  f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def f/lab.h \
435  f/storag.h f/intrin.h f/intrin.def f/equiv.h f/global.h f/name.h f/src.h
436 f/info.o: f/info.c f/proj.h $(CONFIG_H) system.h f/info.h f/info-b.def \
437  f/info-k.def f/info-w.def f/target.h $(TREE_H) f/bad.h f/bad.def f/where.h \
438  glimits.h f/top.h f/malloc.h f/lex.h f/type.h
439 f/intrin.o: f/intrin.c f/proj.h $(CONFIG_H) system.h f/intrin.h \
440  f/intrin.def f/bld.h f/bld-op.def f/bit.h f/malloc.h f/com.h f/com-rt.def \
441  $(TREE_H) f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
442  f/bad.def f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h \
443  f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/expr.h f/src.h
444 f/lab.o: f/lab.c f/proj.h $(CONFIG_H) system.h f/lab.h f/com.h f/com-rt.def \
445  $(TREE_H) f/bld.h f/bld-op.def f/bit.h f/malloc.h f/info.h f/info-b.def \
446  f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h \
447  f/top.h f/lex.h f/type.h f/intrin.h f/intrin.def f/symbol.h f/symbol.def \
448  f/equiv.h f/storag.h f/global.h f/name.h
449 f/lex.o: f/lex.c f/proj.h $(CONFIG_H) system.h f/top.h f/malloc.h f/where.h \
450  glimits.h f/bad.h f/bad.def f/com.h f/com-rt.def $(TREE_H) f/bld.h \
451  f/bld-op.def f/bit.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/intrin.h f/intrin.def f/lab.h f/symbol.h \
453  f/symbol.def f/equiv.h f/storag.h f/global.h f/name.h f/src.h flags.h \
454  input.h toplev.h output.h $(GGC_H)
455 f/malloc.o: f/malloc.c f/proj.h $(CONFIG_H) system.h f/malloc.h
456 f/name.o: f/name.c f/proj.h $(CONFIG_H) system.h f/bad.h f/bad.def f/where.h \
457  glimits.h f/top.h f/malloc.h f/name.h f/global.h f/info.h f/info-b.def \
458  f/info-k.def f/info-w.def f/target.h $(TREE_H) f/lex.h f/type.h f/symbol.h \
459  f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def f/lab.h \
460  f/storag.h f/intrin.h f/intrin.def f/equiv.h f/src.h
461 f/parse.o: f/parse.c f/proj.h $(CONFIG_H) system.h f/top.h f/malloc.h \
462  f/where.h glimits.h f/com.h f/com-rt.def $(TREE_H) f/bld.h f/bld-op.def \
463  f/bit.h f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
464  f/bad.def f/lex.h f/type.h f/intrin.h f/intrin.def f/lab.h f/symbol.h \
465  f/symbol.def f/equiv.h f/storag.h f/global.h f/name.h f/version.h flags.h
466 f/proj.o: f/proj.c f/proj.h $(CONFIG_H) system.h glimits.h
467 f/src.o: f/src.c f/proj.h $(CONFIG_H) system.h f/src.h f/bad.h f/bad.def \
468  f/where.h glimits.h f/top.h f/malloc.h
469 f/st.o: f/st.c f/proj.h $(CONFIG_H) system.h f/st.h f/bad.h f/bad.def \
470  f/where.h glimits.h f/top.h f/malloc.h f/lex.h f/symbol.h f/symbol.def \
471  f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def $(TREE_H) f/info.h \
472  f/info-b.def f/info-k.def f/info-w.def f/target.h f/type.h f/lab.h \
473  f/storag.h f/intrin.h f/intrin.def f/equiv.h f/global.h f/name.h f/sta.h \
474  f/stamp-str f/stb.h f/expr.h f/stp.h f/stt.h f/stc.h f/std.h \
475  f/stv.h f/stw.h f/ste.h f/sts.h f/stu.h
476 f/sta.o: f/sta.c f/proj.h $(CONFIG_H) system.h f/sta.h f/bad.h f/bad.def \
477  f/where.h glimits.h f/top.h f/malloc.h f/lex.h f/stamp-str f/symbol.h \
478  f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def $(TREE_H) \
479  f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/type.h f/lab.h \
480  f/storag.h f/intrin.h f/intrin.def f/equiv.h f/global.h f/name.h f/implic.h \
481  f/stb.h f/expr.h f/stp.h f/stt.h f/stc.h f/std.h f/stv.h f/stw.h
482 f/stb.o: f/stb.c f/proj.h $(CONFIG_H) system.h f/stb.h f/bad.h f/bad.def \
483  f/where.h glimits.h f/top.h f/malloc.h f/expr.h f/bld.h f/bld-op.def f/bit.h \
484  f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def \
485  f/info-w.def f/target.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h \
486  f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def f/stp.h \
487  f/stt.h f/stamp-str f/src.h f/sta.h f/stc.h
488 f/stc.o: f/stc.c f/proj.h $(CONFIG_H) system.h f/stc.h f/bad.h f/bad.def \
489  f/where.h glimits.h f/top.h f/malloc.h f/bld.h f/bld-op.def f/bit.h f/com.h \
490  f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def f/info-w.def \
491  f/target.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def \
492  f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def f/expr.h f/stp.h \
493  f/stt.h f/stamp-str f/data.h f/implic.h f/src.h f/sta.h f/std.h f/stv.h f/stw.h
494 f/std.o: f/std.c f/proj.h $(CONFIG_H) system.h f/std.h f/bld.h f/bld-op.def \
495  f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def \
496  f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h \
497  f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h \
498  f/global.h f/name.h f/intrin.h f/intrin.def f/stp.h f/stt.h f/stamp-str \
499  f/stv.h f/stw.h f/sta.h f/ste.h f/sts.h
500 f/ste.o: f/ste.c f/proj.h $(CONFIG_H) system.h $(RTL_H) toplev.h f/ste.h \
501  f/bld.h f/bld-op.def f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) \
502  f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def \
503  f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h \
504  f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def f/stp.h \
505  f/stt.h f/stamp-str f/sts.h f/stv.h f/stw.h f/expr.h f/sta.h $(GGC_H)
506 f/storag.o: f/storag.c f/proj.h $(CONFIG_H) system.h f/storag.h f/bld.h  \
507  f/bld-op.def f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) \
508  f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
509  f/bad.def f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h \
510  f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h \
511  f/intrin.def f/data.h
512 f/stp.o: f/stp.c f/proj.h $(CONFIG_H) system.h f/stp.h f/bld.h f/bld-op.def \
513  f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h \
514  f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def \
515  f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h \
516  f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h \
517  f/intrin.def f/stt.h
518 f/str.o: f/str.c f/proj.h $(CONFIG_H) system.h f/src.h f/bad.h f/bad.def \
519  f/where.h glimits.h f/top.h f/malloc.h f/stamp-str f/lex.h
520 f/sts.o: f/sts.c f/proj.h $(CONFIG_H) system.h f/sts.h f/malloc.h f/com.h \
521  f/com-rt.def $(TREE_H) f/bld.h f/bld-op.def f/bit.h f/info.h \
522  f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def \
523  f/where.h glimits.h f/top.h f/lex.h f/type.h f/intrin.h f/intrin.def \
524  f/lab.h f/symbol.h f/symbol.def f/equiv.h f/storag.h f/global.h \
525  f/name.h
526 f/stt.o: f/stt.c f/proj.h $(CONFIG_H) system.h f/stt.h f/top.h f/malloc.h \
527  f/where.h glimits.h f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def \
528  $(TREE_H) f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h \
529  f/bad.h f/bad.def f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h \
530  f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def \
531  f/stp.h f/expr.h f/sta.h f/stamp-str
532 f/stu.o: f/stu.c f/proj.h $(CONFIG_H) system.h f/bld.h f/bld-op.def f/bit.h \
533  f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def \
534  f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h \
535  glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h \
536  f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def \
537  f/implic.h f/stu.h f/sta.h f/stamp-str
538 f/stv.o: f/stv.c f/proj.h $(CONFIG_H) system.h f/stv.h f/lab.h f/com.h \
539  f/com-rt.def $(TREE_H) f/bld.h f/bld-op.def f/bit.h f/malloc.h \
540  f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
541  f/bad.def f/where.h glimits.h f/top.h f/lex.h f/type.h f/intrin.h \
542  f/intrin.def f/symbol.h f/symbol.def f/equiv.h f/storag.h f/global.h \
543  f/name.h
544 f/stw.o: f/stw.c f/proj.h $(CONFIG_H) system.h f/stw.h f/bld.h f/bld-op.def \
545  f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h \
546  f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def \
547  f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h \
548  f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h \
549  f/intrin.def f/stv.h f/sta.h f/stamp-str
550 f/symbol.o: f/symbol.c f/proj.h $(CONFIG_H) system.h f/symbol.h \
551  f/symbol.def f/bld.h f/bld-op.def f/bit.h f/malloc.h f/com.h \
552  f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def \
553  f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h f/top.h \
554  f/lex.h f/type.h f/lab.h f/storag.h f/intrin.h f/intrin.def f/equiv.h \
555  f/global.h f/name.h f/src.h f/st.h
556 f/target.o: f/target.c f/proj.h $(CONFIG_H) system.h glimits.h f/target.h \
557  $(TREE_H) f/bad.h f/bad.def f/where.h f/top.h f/malloc.h f/info.h \
558  f/info-b.def f/info-k.def f/info-w.def f/type.h f/lex.h
559 f/top.o: f/top.c f/proj.h $(CONFIG_H) system.h f/top.h f/malloc.h f/where.h \
560  glimits.h f/bad.h f/bad.def f/bit.h f/bld.h f/bld-op.def f/com.h \
561  f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def \
562  f/info-w.def f/target.h f/lex.h f/type.h f/lab.h f/storag.h \
563  f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h \
564  f/intrin.def f/data.h f/expr.h f/implic.h f/src.h f/st.h flags.h \
565  toplev.h
566 f/type.o: f/type.c f/proj.h $(CONFIG_H) system.h f/type.h f/malloc.h
567 f/version.o: f/version.c
568 f/where.o: f/where.c f/proj.h $(CONFIG_H) system.h f/where.h glimits.h f/top.h \
569  f/malloc.h f/lex.h $(GGC_H)