OSDN Git Service

2002-11-02 Toon Moene <toon@moene.indiv.nluug.nl>
[pf3gnuchains/gcc-fork.git] / gcc / f / config-lang.in
index d0364a4..92ba5cc 100644 (file)
@@ -1,5 +1,5 @@
 # Top level configure fragment for GNU FORTRAN.
-#   Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
+#   Copyright (C) 1995, 1996, 1997, 2000, 2001, 2002 Free Software Foundation, Inc.
 
 #This file is part of GNU Fortran.
 
@@ -24,7 +24,6 @@
 # language     - name of language as it would appear in $(LANGUAGES)
 # compilers    - value to add to $(COMPILERS)
 # stagestuff   - files to add to $(STAGESTUFF)
-# diff_excludes        - files to ignore when building diffs between two versions.
 
 language="f77"
 
@@ -32,6 +31,6 @@ compilers="f771\$(exeext)"
 
 stagestuff="g77\$(exeext) g77-cross\$(exeext) f771\$(exeext)"
 
-diff_excludes="-x f/BUGS -x f/NEWS -x f/INSTALL -x f/intdoc.texi"
-
 target_libs=target-libf2c
+
+gtfiles="\$(srcdir)/f/com.c \$(srcdir)/f/com.h \$(srcdir)/f/ste.c \$(srcdir)/f/where.h \$(srcdir)/f/where.c \$(srcdir)/f/lex.c"