1 # Top level makefile fragment for GNU Fortran. -*-makefile-*-
2 # Copyright (C) 1995, 1996, 1997, 1998, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
4 #This file is part of GNU Fortran.
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)
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.
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.
21 # This file provides the language dependent support in the main Makefile.
22 # Each language makefile fragment must provide the following targets:
24 # foo.all.build, foo.all.cross, foo.start.encap, foo.rest.encap,
26 # foo.install-normal, foo.install-common, foo.install-info, foo.install-man,
28 # foo.mostlyclean, foo.clean, foo.distclean, foo.extraclean,
29 # foo.maintainer-clean, foo.stage1, foo.stage2, foo.stage3, foo.stage4
31 # where `foo' is the name of the language.
33 # It should also provide rules for:
35 # - making any compiler driver (eg: g++)
36 # - the compiler proper (eg: cc1plus)
37 # - define the names for selecting the language in LANGUAGES.
39 # $(srcdir) must be set to the gcc/ source directory (not gcc/f/).
41 # Actual name to use when installing a native compiler.
42 G77_INSTALL_NAME = `echo g77|sed '$(program_transform_name)'`
44 # Actual name to use when installing a cross-compiler.
45 G77_CROSS_NAME = `echo g77|sed '$(program_transform_cross_name)'`
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 >
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)
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 \
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 f77.stageprofile f77.stagefeedback
69 g77spec.o: $(srcdir)/f/g77spec.c $(SYSTEM_H) coretypes.h $(TM_H) $(GCC_H) \
71 (SHLIB_LINK='$(SHLIB_LINK)' \
72 SHLIB_MULTILIB='$(SHLIB_MULTILIB)'; \
73 $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(DRIVER_DEFINES) \
74 $(INCLUDES) $(srcdir)/f/g77spec.c)
76 # Create the compiler driver for g77.
77 g77$(exeext): gcc.o g77spec.o version.o prefix.o intl.o \
78 $(LIBDEPS) $(EXTRA_GCC_OBJS)
79 $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ gcc.o g77spec.o \
80 version.o prefix.o intl.o $(EXTRA_GCC_OBJS) $(LIBS)
82 # Create a version of the g77 driver which calls the cross-compiler.
83 g77-cross$(exeext): g77$(exeext)
84 rm -f g77-cross$(exeext); \
85 cp g77$(exeext) g77-cross$(exeext)
87 # The compiler itself.
89 F77_OBJS = f/bad.o f/bit.o f/bld.o f/com.o f/data.o f/equiv.o f/expr.o \
90 f/global.o f/implic.o f/info.o f/intrin.o f/lab.o f/lex.o f/malloc.o \
91 f/name.o f/parse.o f/src.o f/st.o f/sta.o f/stb.o f/stc.o \
92 f/std.o f/ste.o f/storag.o f/stp.o f/str.o f/sts.o f/stt.o f/stu.o \
93 f/stv.o f/stw.o f/symbol.o f/target.o f/top.o f/type.o f/where.o
95 # Use loose warnings for this front end.
97 # type-punning warning
98 f/sta.o-warn = -Wno-error
100 f771$(exeext): $(F77_OBJS) $(BACKEND) $(LIBDEPS)
102 $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(F77_OBJS) $(BACKEND) $(LIBS)
105 f/stamp-str: f/str-1t.h f/str-1t.j f/str-2t.h f/str-2t.j \
106 f/str-fo.h f/str-fo.j f/str-io.h f/str-io.j f/str-nq.h f/str-nq.j \
107 f/str-op.h f/str-op.j f/str-ot.h f/str-ot.j
110 f/str-1t.h f/str-1t.j: f/fini$(build_exeext) f/str-1t.fin
111 ./f/fini$(build_exeext) $(srcdir)/f/str-1t.fin f/str-1t.j f/str-1t.h
113 f/str-2t.h f/str-2t.j: f/fini$(build_exeext) f/str-2t.fin
114 ./f/fini$(build_exeext) $(srcdir)/f/str-2t.fin f/str-2t.j f/str-2t.h
116 f/str-fo.h f/str-fo.j: f/fini$(build_exeext) f/str-fo.fin
117 ./f/fini$(build_exeext) $(srcdir)/f/str-fo.fin f/str-fo.j f/str-fo.h
119 f/str-io.h f/str-io.j: f/fini$(build_exeext) f/str-io.fin
120 ./f/fini$(build_exeext) $(srcdir)/f/str-io.fin f/str-io.j f/str-io.h
122 f/str-nq.h f/str-nq.j: f/fini$(build_exeext) f/str-nq.fin
123 ./f/fini$(build_exeext) $(srcdir)/f/str-nq.fin f/str-nq.j f/str-nq.h
125 f/str-op.h f/str-op.j: f/fini$(build_exeext) f/str-op.fin
126 ./f/fini$(build_exeext) $(srcdir)/f/str-op.fin f/str-op.j f/str-op.h
128 f/str-ot.h f/str-ot.j: f/fini$(build_exeext) f/str-ot.fin
129 ./f/fini$(build_exeext) $(srcdir)/f/str-ot.fin f/str-ot.j f/str-ot.h
131 f/fini$(build_exeext): f/fini.o $(BUILD_LIBDEPS)
132 $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o f/fini$(build_exeext) \
133 f/fini.o $(BUILD_LIBS)
136 $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_CPPFLAGS) $(INCLUDES) \
137 -c $(srcdir)/f/fini.c $(OUTPUT_OPTION)
139 gt-f-lex.h gt-f-where.h gt-f-com.h gt-f-ste.h gtype-f.h : s-gtype; @true
144 f77.all.build: g77$(exeext)
145 f77.all.cross: g77-cross$(exeext)
146 f77.start.encap: g77$(exeext)
150 cd $(srcdir)/f; etags *.c *.h
152 f77.info: $(srcdir)/f/g77.info
154 f77.generated-manpages: $(srcdir)/f/g77.1
157 $(srcdir)/f/g77.info: $(srcdir)/f/g77.texi $(srcdir)/f/bugs.texi \
158 $(srcdir)/f/ffe.texi $(srcdir)/f/invoke.texi \
159 $(srcdir)/f/news.texi $(srcdir)/f/intdoc.texi \
160 $(srcdir)/f/root.texi $(srcdir)/doc/include/fdl.texi \
161 $(srcdir)/doc/include/gpl.texi \
162 $(srcdir)/doc/include/funding.texi \
163 $(srcdir)/doc/include/gcc-common.texi
164 if [ x$(BUILD_INFO) = xinfo ]; then \
165 rm -f $(srcdir)/f/g77.info-*; \
166 cd $(srcdir)/f && $(MAKEINFO) -I../doc/include -o g77.info g77.texi; \
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}`; export s; \
177 cd f && $(TEXI2DVI) -I $$s/doc/include $$s/f/g77.texi
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); \
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
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
214 INTDOC_DEPS = $(srcdir)/f/intdoc.c $(srcdir)/f/intrin.h $(srcdir)/f/intrin.def
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
220 f/intdoc$(build_exeext): $(INTDOC_DEPS) f/intdoc.h0 bconfig.h \
221 $(SYSTEM_H) coretypes.h $(TM_H) $(BUILD_LIBDEPS)
222 $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) $(INCLUDES) \
223 $(srcdir)/f/intdoc.c $(BUILD_LIBS) -o f/intdoc$(build_exeext)
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
229 f/ansify$(build_exeext): f/ansify.c bconfig.h $(SYSTEM_H) coretypes.h $(TM_H)
230 $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) $(INCLUDES) \
231 $(srcdir)/f/ansify.c -o f/ansify$(build_exeext)
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
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
241 f77.rebuilt: f/g77.info $(srcdir)/f/BUGS \
246 # f771 is installed elsewhere as part of $(COMPILERS).
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); \
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); \
264 @if [ -f f77-install-ok -o -f $(srcdir)/f77-install-ok ]; then \
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.)'; \
274 # $(INSTALL_DATA) might be a relative pathname, so we can't cd into srcdir
275 # to do the install. The sed rule was copied from stmp-int-hdrs.
276 f77.install-info: f77.info installdirs
277 if [ -f $(srcdir)/f/g77.info ] ; then \
278 rm -f $(DESTDIR)$(infodir)/g77.info*; \
279 for f in $(srcdir)/f/g77.info*; do \
280 realfile=`echo $$f | sed -e 's|.*/\([^/]*\)$$|\1|'`; \
281 $(INSTALL_DATA) $$f $(DESTDIR)$(infodir)/$$realfile; \
283 chmod a-x $(DESTDIR)$(infodir)/g77.info*; \
285 @if [ -f $(srcdir)/f/g77.info ] ; then \
286 if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
287 echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/g77.info"; \
288 install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/g77.info || : ; \
292 f77.install-man: $(GENERATED_MANPAGES) installdirs
293 -if [ -f f771$(exeext) ] ; then \
294 if [ -f g77-cross$(exeext) ] ; then \
295 rm -f $(DESTDIR)$(man1dir)/$(G77_CROSS_NAME)$(man1ext); \
296 $(INSTALL_DATA) $(srcdir)/f/g77.1 $(DESTDIR)$(man1dir)/$(G77_CROSS_NAME)$(man1ext); \
297 chmod a-x $(DESTDIR)$(man1dir)/$(G77_CROSS_NAME)$(man1ext); \
299 rm -f $(DESTDIR)$(man1dir)/$(G77_INSTALL_NAME)$(man1ext); \
300 $(INSTALL_DATA) $(srcdir)/f/g77.1 $(DESTDIR)$(man1dir)/$(G77_INSTALL_NAME)$(man1ext); \
301 chmod a-x $(DESTDIR)$(man1dir)/$(G77_INSTALL_NAME)$(man1ext); \
305 f77.uninstall: installdirs
306 if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \
307 echo " install-info --delete --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/g77.info"; \
308 install-info --delete --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/g77.info || : ; \
310 rm -rf $(DESTDIR)$(bindir)/$(G77_INSTALL_NAME)$(exeext); \
311 rm -rf $(DESTDIR)$(bindir)/$(G77_CROSS_NAME)$(exeext); \
312 rm -rf $(DESTDIR)$(man1dir)/$(G77_INSTALL_NAME)$(man1ext); \
313 rm -rf $(DESTDIR)$(man1dir)/$(G77_CROSS_NAME)$(man1ext); \
314 rm -rf $(DESTDIR)$(infodir)/g77.info*
317 # A lot of the ancillary files are deleted by the main makefile.
318 # We just have to delete files specific to us.
322 -rm -f f/*$(coverageexts)
323 -rm -f f/fini$(build_exeext) f/stamp-str f/str-*.h f/str-*.j
324 -rm -f f/intdoc$(build_exeext) f/ansify$(build_exeext) f/intdoc.h0
325 -rm -f g77.aux g77.cps g77.ky g77.toc g77.vr g77.fn g77.kys \
326 g77.pg g77.tp g77.vrs g77.cp g77.fns g77.log g77.pgs g77.tps
332 f77.maintainer-clean:
333 -rm -f f/g77.info* f/g77.*aux f/TAGS f/BUGS f/NEWS f/intdoc.texi
336 # The main makefile has already created stage?/f.
338 G77STAGESTUFF = f/*$(objext) f/fini$(build_exeext) f/stamp-str \
339 f/str-*.h f/str-*.j g77spec.o
341 f77.stage1: stage1-start
342 -mv -f $(G77STAGESTUFF) stage1/f
344 f77.stage2: stage2-start
345 -mv -f $(G77STAGESTUFF) stage2/f
347 f77.stage3: stage3-start
348 -mv -f $(G77STAGESTUFF) stage3/f
350 f77.stage4: stage4-start
351 -mv -f $(G77STAGESTUFF) stage4/f
353 f77.stageprofile: stageprofile-start
354 -mv -f $(G77STAGESTUFF) stageprofile/f
356 f77.stagefeedback: stageprofile-start
357 -mv -f $(G77STAGESTUFF) stagefeedback/f
359 # .o: .h dependencies.
361 f/bad.o: f/bad.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/bad.h f/bad.def f/where.h \
362 glimits.h f/top.h f/malloc.h flags.h f/com.h f/com-rt.def $(TREE_H) f/bld.h \
363 f/bld-op.def f/bit.h f/info.h f/info-b.def f/info-k.def f/info-w.def \
364 f/target.h f/lex.h f/type.h f/intrin.h f/intrin.def f/lab.h f/symbol.h \
365 f/symbol.def f/equiv.h f/storag.h f/global.h f/name.h toplev.h intl.h \
366 diagnostic.h coretypes.h $(TM_H)
367 f/bit.o: f/bit.c f/proj.h $(CONFIG_H) $(SYSTEM_H) glimits.h f/bit.h \
368 f/malloc.h coretypes.h $(TM_H)
369 f/bld.o: f/bld.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/bld.h f/bld-op.def f/bit.h \
370 f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def \
371 f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h f/top.h f/lex.h \
372 f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h f/global.h \
373 f/name.h f/intrin.h f/intrin.def real.h coretypes.h $(TM_H)
374 f/com.o: f/com.c f/proj.h $(CONFIG_H) $(SYSTEM_H) flags.h $(RTL_H) $(TREE_H) \
375 output.h convert.h f/com.h f/com-rt.def f/bld.h f/bld-op.def f/bit.h \
376 f/malloc.h f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
377 f/bad.def f/where.h glimits.h f/top.h f/lex.h f/type.h f/intrin.h \
378 f/intrin.def f/lab.h f/symbol.h f/symbol.def f/equiv.h f/storag.h f/global.h \
379 f/name.h f/expr.h f/implic.h f/src.h f/st.h $(GGC_H) toplev.h diagnostic.h \
380 $(LANGHOOKS_DEF) langhooks.h intl.h real.h debug.h gt-f-com.h gtype-f.h \
382 f/data.o: f/data.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/data.h f/bld.h f/bld-op.def \
383 f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def \
384 f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h \
385 f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h \
386 f/global.h f/name.h f/intrin.h f/intrin.def f/expr.h f/st.h coretypes.h $(TM_H)
387 f/equiv.o: f/equiv.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/equiv.h f/bld.h \
388 f/bld-op.def f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h \
389 f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h \
390 glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def \
391 f/global.h f/name.h f/intrin.h f/intrin.def f/data.h coretypes.h $(TM_H)
392 f/expr.o: f/expr.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/expr.h f/bld.h f/bld-op.def \
393 f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def \
394 f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h \
395 f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h \
396 f/global.h f/name.h f/intrin.h f/intrin.def f/implic.h f/src.h f/st.h \
397 f/stamp-str real.h coretypes.h $(TM_H)
398 f/fini.o: f/fini.c f/proj.h bconfig.h $(SYSTEM_H) f/malloc.h coretypes.h $(TM_H)
399 f/global.o: f/global.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/global.h f/info.h \
400 f/info-b.def f/info-k.def f/info-w.def f/target.h $(TREE_H) f/bad.h f/bad.def \
401 f/where.h glimits.h f/top.h f/malloc.h f/lex.h f/type.h f/name.h f/symbol.h \
402 f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def f/lab.h \
403 f/storag.h f/intrin.h f/intrin.def f/equiv.h coretypes.h $(TM_H)
404 f/implic.o: f/implic.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/implic.h f/info.h \
405 f/info-b.def f/info-k.def f/info-w.def f/target.h $(TREE_H) f/bad.h f/bad.def \
406 f/where.h glimits.h f/top.h f/malloc.h f/lex.h f/type.h f/symbol.h \
407 f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def f/lab.h \
408 f/storag.h f/intrin.h f/intrin.def f/equiv.h f/global.h f/name.h f/src.h \
410 f/info.o: f/info.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/info.h f/info-b.def \
411 f/info-k.def f/info-w.def f/target.h $(TREE_H) f/bad.h f/bad.def f/where.h \
412 glimits.h f/top.h f/malloc.h f/lex.h f/type.h coretypes.h $(TM_H)
413 f/intrin.o: f/intrin.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/intrin.h \
414 f/intrin.def f/bld.h f/bld-op.def f/bit.h f/malloc.h f/com.h f/com-rt.def \
415 $(TREE_H) f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
416 f/bad.def f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h \
417 f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/expr.h f/src.h \
419 f/lab.o: f/lab.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/lab.h f/com.h f/com-rt.def \
420 $(TREE_H) f/bld.h f/bld-op.def f/bit.h f/malloc.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/intrin.h f/intrin.def f/symbol.h f/symbol.def \
423 f/equiv.h f/storag.h f/global.h f/name.h coretypes.h $(TM_H)
424 f/lex.o: f/lex.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/top.h f/malloc.h f/where.h \
425 glimits.h f/bad.h f/bad.def f/com.h f/com-rt.def $(TREE_H) f/bld.h \
426 f/bld-op.def f/bit.h f/info.h f/info-b.def f/info-k.def f/info-w.def \
427 f/target.h f/lex.h f/type.h f/intrin.h f/intrin.def f/lab.h f/symbol.h \
428 f/symbol.def f/equiv.h f/storag.h f/global.h f/name.h f/src.h flags.h \
429 debug.h input.h toplev.h output.h $(GGC_H) gt-f-lex.h coretypes.h $(TM_H)
430 f/malloc.o: f/malloc.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/malloc.h \
432 f/name.o: f/name.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/bad.h f/bad.def f/where.h \
433 glimits.h f/top.h f/malloc.h f/name.h f/global.h f/info.h f/info-b.def \
434 f/info-k.def f/info-w.def f/target.h $(TREE_H) f/lex.h f/type.h f/symbol.h \
435 f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def f/lab.h \
436 f/storag.h f/intrin.h f/intrin.def f/equiv.h f/src.h coretypes.h $(TM_H)
437 f/parse.o: f/parse.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/top.h f/malloc.h \
438 f/where.h glimits.h f/com.h f/com-rt.def $(TREE_H) f/bld.h f/bld-op.def \
439 f/bit.h f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
440 f/bad.def f/lex.h f/type.h f/intrin.h f/intrin.def f/lab.h f/symbol.h \
441 f/symbol.def f/equiv.h f/storag.h f/global.h f/name.h version.h flags.h \
443 f/src.o: f/src.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/src.h f/bad.h f/bad.def \
444 f/where.h glimits.h f/top.h f/malloc.h coretypes.h $(TM_H)
445 f/st.o: f/st.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/st.h f/bad.h f/bad.def \
446 f/where.h glimits.h f/top.h f/malloc.h f/lex.h f/symbol.h f/symbol.def \
447 f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def $(TREE_H) f/info.h \
448 f/info-b.def f/info-k.def f/info-w.def f/target.h f/type.h f/lab.h \
449 f/storag.h f/intrin.h f/intrin.def f/equiv.h f/global.h f/name.h f/sta.h \
450 f/stamp-str f/stb.h f/expr.h f/stp.h f/stt.h f/stc.h f/std.h \
451 f/stv.h f/stw.h f/ste.h f/sts.h f/stu.h coretypes.h $(TM_H)
452 f/sta.o: f/sta.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/sta.h f/bad.h f/bad.def \
453 f/where.h glimits.h f/top.h f/malloc.h f/lex.h f/stamp-str f/symbol.h \
454 f/symbol.def f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def $(TREE_H) \
455 f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/type.h f/lab.h \
456 f/storag.h f/intrin.h f/intrin.def f/equiv.h f/global.h f/name.h f/implic.h \
457 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 \
459 f/stb.o: f/stb.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stb.h f/bad.h f/bad.def \
460 f/where.h glimits.h f/top.h f/malloc.h f/expr.h f/bld.h f/bld-op.def f/bit.h \
461 f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def \
462 f/info-w.def f/target.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/src.h f/sta.h f/stc.h coretypes.h $(TM_H)
465 f/stc.o: f/stc.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stc.h f/bad.h f/bad.def \
466 f/where.h glimits.h f/top.h f/malloc.h f/bld.h f/bld-op.def f/bit.h f/com.h \
467 f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def f/info-w.def \
468 f/target.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def \
469 f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def f/expr.h f/stp.h \
470 f/stt.h f/stamp-str f/data.h f/implic.h f/src.h f/sta.h f/std.h f/stv.h \
471 f/stw.h coretypes.h $(TM_H)
472 f/std.o: f/std.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/std.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 f/info-b.def \
474 f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h \
475 f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h f/symbol.def f/equiv.h \
476 f/global.h f/name.h f/intrin.h f/intrin.def f/stp.h f/stt.h f/stamp-str \
477 f/stv.h f/stw.h f/sta.h f/ste.h f/sts.h coretypes.h $(TM_H)
478 f/ste.o: f/ste.c f/proj.h $(CONFIG_H) $(SYSTEM_H) $(RTL_H) toplev.h f/ste.h \
479 f/bld.h f/bld-op.def f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) \
480 f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def \
481 f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h \
482 f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def f/stp.h \
483 f/stt.h f/stamp-str f/sts.h f/stv.h f/stw.h f/expr.h f/sta.h $(GGC_H) \
484 gt-f-ste.h coretypes.h $(TM_H)
485 f/storag.o: f/storag.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/storag.h f/bld.h \
486 f/bld-op.def f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) \
487 f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
488 f/bad.def f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h \
489 f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h \
490 f/intrin.def f/data.h coretypes.h $(TM_H)
491 f/stp.o: f/stp.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stp.h f/bld.h f/bld-op.def \
492 f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h \
493 f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def \
494 f/where.h glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h \
495 f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h \
496 f/intrin.def f/stt.h coretypes.h $(TM_H)
497 f/str.o: f/str.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/src.h f/bad.h f/bad.def \
498 f/where.h glimits.h f/top.h f/malloc.h f/stamp-str f/lex.h coretypes.h $(TM_H)
499 f/sts.o: f/sts.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/sts.h f/malloc.h f/com.h \
500 f/com-rt.def $(TREE_H) f/bld.h f/bld-op.def f/bit.h f/info.h \
501 f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def \
502 f/where.h glimits.h f/top.h f/lex.h f/type.h f/intrin.h f/intrin.def \
503 f/lab.h f/symbol.h f/symbol.def f/equiv.h f/storag.h f/global.h \
504 f/name.h coretypes.h $(TM_H)
505 f/stt.o: f/stt.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stt.h f/top.h f/malloc.h \
506 f/where.h glimits.h f/bld.h f/bld-op.def f/bit.h f/com.h f/com-rt.def \
507 $(TREE_H) f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h \
508 f/bad.h f/bad.def f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h \
509 f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def \
510 f/stp.h f/expr.h f/sta.h f/stamp-str coretypes.h $(TM_H)
511 f/stu.o: f/stu.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/bld.h f/bld-op.def f/bit.h \
512 f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h f/info-b.def \
513 f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def f/where.h \
514 glimits.h f/top.h f/lex.h f/type.h f/lab.h f/storag.h f/symbol.h \
515 f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h f/intrin.def \
516 f/implic.h f/stu.h f/sta.h f/stamp-str coretypes.h $(TM_H)
517 f/stv.o: f/stv.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stv.h f/lab.h f/com.h \
518 f/com-rt.def $(TREE_H) f/bld.h f/bld-op.def f/bit.h f/malloc.h \
519 f/info.h f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h \
520 f/bad.def f/where.h glimits.h f/top.h f/lex.h f/type.h f/intrin.h \
521 f/intrin.def f/symbol.h f/symbol.def f/equiv.h f/storag.h f/global.h \
522 f/name.h coretypes.h $(TM_H)
523 f/stw.o: f/stw.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/stw.h f/bld.h f/bld-op.def \
524 f/bit.h f/malloc.h f/com.h f/com-rt.def $(TREE_H) f/info.h \
525 f/info-b.def f/info-k.def f/info-w.def f/target.h f/bad.h f/bad.def \
526 f/where.h glimits.h f/top.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/stv.h f/sta.h f/stamp-str coretypes.h $(TM_H)
529 f/symbol.o: f/symbol.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/symbol.h \
530 f/symbol.def f/bld.h f/bld-op.def f/bit.h f/malloc.h f/com.h \
531 f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def \
532 f/info-w.def f/target.h f/bad.h f/bad.def f/where.h glimits.h f/top.h \
533 f/lex.h f/type.h f/lab.h f/storag.h f/intrin.h f/intrin.def f/equiv.h \
534 f/global.h f/name.h f/src.h f/st.h coretypes.h $(TM_H)
535 f/target.o: f/target.c f/proj.h $(CONFIG_H) $(SYSTEM_H) glimits.h f/target.h \
536 $(TREE_H) f/bad.h f/bad.def f/where.h f/top.h f/malloc.h f/info.h real.h \
537 f/info-b.def f/info-k.def f/info-w.def f/type.h f/lex.h diagnostic.h \
538 coretypes.h $(TM_H) toplev.h
539 f/top.o: f/top.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/top.h f/malloc.h f/where.h \
540 glimits.h f/bad.h f/bad.def f/bit.h f/bld.h f/bld-op.def f/com.h \
541 f/com-rt.def $(TREE_H) f/info.h f/info-b.def f/info-k.def \
542 f/info-w.def f/target.h f/lex.h f/type.h f/lab.h f/storag.h \
543 f/symbol.h f/symbol.def f/equiv.h f/global.h f/name.h f/intrin.h \
544 f/intrin.def f/data.h f/expr.h f/implic.h f/src.h f/st.h flags.h \
545 toplev.h coretypes.h $(TM_H) opts.h options.h
546 f/type.o: f/type.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/type.h f/malloc.h \
548 f/where.o: f/where.c f/proj.h $(CONFIG_H) $(SYSTEM_H) f/where.h glimits.h \
549 f/top.h f/malloc.h f/lex.h $(GGC_H) gt-f-where.h coretypes.h $(TM_H)