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