/[MITgcm]/MITgcm/tools/genmake2
ViewVC logotype

Diff of /MITgcm/tools/genmake2

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.92 by edhill, Fri Jul 30 15:59:33 2004 UTC revision 1.94 by edhill, Sat Jul 31 13:01:12 2004 UTC
# Line 729  LN= Line 729  LN=
729  S64=  S64=
730  KPP=  KPP=
731  FC=  FC=
732  CC=  #CC=gcc
733  CPP=  CPP=
734  LINK=  LINK=
735  DEFINES=  DEFINES=
# Line 1138  EOF Line 1138  EOF
1138      exit 1      exit 1
1139  fi  fi
1140  if test "x$CC" = x ; then  if test "x$CC" = x ; then
1141      cat <<EOF 1>&2      CC=cc
1142    #     cat <<EOF 1>&2
1143  Error: no C compiler: please specify using one of the following:  # Error: no C compiler: please specify using one of the following:
1144    1) within the options file ("CC=...") as specified by "-of=OPTFILE"  #   1) within the options file ("CC=...") as specified by "-of=OPTFILE"
1145    2) the "-cc=XXX" command-line option  #   2) the "-cc=XXX" command-line option
1146    3) the "./genmake_local" file  #   3) the "./genmake_local" file
1147  EOF  # EOF
1148      exit 1  #     exit 1
1149  fi  fi
1150  if test "x$LINK" = x ; then  if test "x$LINK" = x ; then
1151      LINK=$FC      LINK=$FC
# Line 1850  MAKEDEPEND = ${MAKEDEPEND} Line 1850  MAKEDEPEND = ${MAKEDEPEND}
1850  # Special preprocessor (KAP on DECs, FPP on Crays)  # Special preprocessor (KAP on DECs, FPP on Crays)
1851  KPP = ${KPP}  KPP = ${KPP}
1852  # Fortran compiler  # Fortran compiler
1853  FC = ${FC} in  FC = ${FC}
1854  # Fortran compiler  # Fortran compiler
1855  F90C = ${F90C}  F90C = ${F90C}
1856  # C compiler  # C compiler

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.94

  ViewVC Help
Powered by ViewVC 1.1.22