home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
g77-0.5.15-src.tgz
/
tar.out
/
fsf
/
g77
/
f
/
options-lang.h
< prev
next >
Wrap
Text File
|
1996-09-28
|
3KB
|
101 lines
/* options-lang.h file for Gnu Fortran
Copyright (C) 1995 Free Software Foundation, Inc.
Contributed by James Craig Burley (burley@gnu.ai.mit.edu).
This file is part of GNU Fortran.
GNU Fortran is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
GNU Fortran is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with GNU Fortran; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
*/
"-fversion",
"-ff90",
"-fno-f90",
"-fautomatic",
"-fno-automatic",
"-fdollar-ok",
"-fno-dollar-ok",
"-ff2c",
"-fno-f2c",
"-ff2c-library",
"-fno-f2c-library",
"-ffree-form",
"-fno-free-form",
"-ffixed-form",
"-fno-fixed-form",
"-fpedantic",
"-fno-pedantic",
"-fvxt-not-f90",
"-ff90-not-vxt",
"-fugly",
"-fno-ugly",
"-fugly-args",
"-fno-ugly-args",
"-fugly-init",
"-fno-ugly-init",
"-fdebug",
"-fno-debug",
"-finit-local-zero",
"-fno-init-local-zero",
"-fbackslash",
"-fno-backslash",
"-fintrin-case-initcap",
"-fintrin-case-upper",
"-fintrin-case-lower",
"-fintrin-case-any",
"-fmatch-case-initcap",
"-fmatch-case-upper",
"-fmatch-case-lower",
"-fmatch-case-any",
"-fsource-case-upper",
"-fsource-case-lower",
"-fsource-case-preserve",
"-fsymbol-case-initcap",
"-fsymbol-case-upper",
"-fsymbol-case-lower",
"-fsymbol-case-any",
"-fcase-strict-upper",
"-fcase-strict-lower",
"-fcase-initcap",
"-fcase-upper",
"-fcase-lower",
"-fcase-preserve",
"-fdcp-intrinsics-delete",
"-fdcp-intrinsics-hide",
"-fdcp-intrinsics-disable",
"-fdcp-intrinsics-enable",
"-ff2c-intrinsics-delete",
"-ff2c-intrinsics-hide",
"-ff2c-intrinsics-disable",
"-ff2c-intrinsics-enable",
"-ff90-intrinsics-delete",
"-ff90-intrinsics-hide",
"-ff90-intrinsics-disable",
"-ff90-intrinsics-enable",
"-fmil-intrinsics-delete",
"-fmil-intrinsics-hide",
"-fmil-intrinsics-disable",
"-fmil-intrinsics-enable",
"-fvxt-intrinsics-delete",
"-fvxt-intrinsics-hide",
"-fvxt-intrinsics-disable",
"-fvxt-intrinsics-enable",
"-Wimplicit",
"-Wno-implicit",
"-Wall",
/* Prefix options. */
"-I",
"-ffixed-line-length-",