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 >
Text File  |  1996-09-28  |  3KB  |  101 lines

  1. /* options-lang.h file for Gnu Fortran
  2.    Copyright (C) 1995 Free Software Foundation, Inc.
  3.    Contributed by James Craig Burley (burley@gnu.ai.mit.edu).
  4.  
  5. This file is part of GNU Fortran.
  6.  
  7. GNU Fortran is free software; you can redistribute it and/or modify
  8. it under the terms of the GNU General Public License as published by
  9. the Free Software Foundation; either version 2, or (at your option)
  10. any later version.
  11.  
  12. GNU Fortran is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. GNU General Public License for more details.
  16.  
  17. You should have received a copy of the GNU General Public License
  18. along with GNU Fortran; see the file COPYING.  If not, write to
  19. the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  20.  
  21. */
  22.  
  23.   "-fversion",
  24.   "-ff90",
  25.   "-fno-f90",
  26.   "-fautomatic",
  27.   "-fno-automatic",
  28.   "-fdollar-ok",
  29.   "-fno-dollar-ok",
  30.   "-ff2c",
  31.   "-fno-f2c",
  32.   "-ff2c-library",
  33.   "-fno-f2c-library",
  34.   "-ffree-form",
  35.   "-fno-free-form",
  36.   "-ffixed-form",
  37.   "-fno-fixed-form",
  38.   "-fpedantic",
  39.   "-fno-pedantic",
  40.   "-fvxt-not-f90",
  41.   "-ff90-not-vxt",
  42.   "-fugly",
  43.   "-fno-ugly",
  44.   "-fugly-args",
  45.   "-fno-ugly-args",
  46.   "-fugly-init",
  47.   "-fno-ugly-init",
  48.   "-fdebug",
  49.   "-fno-debug",
  50.   "-finit-local-zero",
  51.   "-fno-init-local-zero",
  52.   "-fbackslash",
  53.   "-fno-backslash",
  54.   "-fintrin-case-initcap",
  55.   "-fintrin-case-upper",
  56.   "-fintrin-case-lower",
  57.   "-fintrin-case-any",
  58.   "-fmatch-case-initcap",
  59.   "-fmatch-case-upper",
  60.   "-fmatch-case-lower",
  61.   "-fmatch-case-any",
  62.   "-fsource-case-upper",
  63.   "-fsource-case-lower",
  64.   "-fsource-case-preserve",
  65.   "-fsymbol-case-initcap",
  66.   "-fsymbol-case-upper",
  67.   "-fsymbol-case-lower",
  68.   "-fsymbol-case-any",
  69.   "-fcase-strict-upper",
  70.   "-fcase-strict-lower",
  71.   "-fcase-initcap",
  72.   "-fcase-upper",
  73.   "-fcase-lower",
  74.   "-fcase-preserve",
  75.   "-fdcp-intrinsics-delete",
  76.   "-fdcp-intrinsics-hide",
  77.   "-fdcp-intrinsics-disable",
  78.   "-fdcp-intrinsics-enable",
  79.   "-ff2c-intrinsics-delete",
  80.   "-ff2c-intrinsics-hide",
  81.   "-ff2c-intrinsics-disable",
  82.   "-ff2c-intrinsics-enable",
  83.   "-ff90-intrinsics-delete",
  84.   "-ff90-intrinsics-hide",
  85.   "-ff90-intrinsics-disable",
  86.   "-ff90-intrinsics-enable",
  87.   "-fmil-intrinsics-delete",
  88.   "-fmil-intrinsics-hide",
  89.   "-fmil-intrinsics-disable",
  90.   "-fmil-intrinsics-enable",
  91.   "-fvxt-intrinsics-delete",
  92.   "-fvxt-intrinsics-hide",
  93.   "-fvxt-intrinsics-disable",
  94.   "-fvxt-intrinsics-enable",
  95.   "-Wimplicit",
  96.   "-Wno-implicit",
  97.   "-Wall",
  98. /* Prefix options.  */
  99.   "-I",
  100.   "-ffixed-line-length-",
  101.