/[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.123 by edhill, Thu Apr 28 18:01:19 2005 UTC revision 1.125 by edhill, Sun Jul 10 00:15:49 2005 UTC
# Line 835  NOOPTFLAGS= Line 835  NOOPTFLAGS=
835  MPI=  MPI=
836  MPIPATH=  MPIPATH=
837    
838  # DEFINES checked by test compilation  # DEFINES checked by test compilation or command-line
839  HAVE_SYSTEM=  HAVE_SYSTEM=
840  HAVE_FDATE=  HAVE_FDATE=
841  FC_NAMEMANGLE=  FC_NAMEMANGLE=
# Line 843  HAVE_CLOC= Line 843  HAVE_CLOC=
843  HAVE_STAT=  HAVE_STAT=
844  HAVE_NETCDF=  HAVE_NETCDF=
845  HAVE_ETIME=  HAVE_ETIME=
846    IGNORE_TIME=
847    
848  MODS=  MODS=
849  TOOLSDIR=  TOOLSDIR=
# Line 1091  for ac_option in "$@" ; do Line 1092  for ac_option in "$@" ; do
1092              ac_prev=TAMC_EXTRA ;;              ac_prev=TAMC_EXTRA ;;
1093          -tamc_extra=* | --tamc_extra=*)          -tamc_extra=* | --tamc_extra=*)
1094              TAMC_EXTRA=$ac_optarg ;;              TAMC_EXTRA=$ac_optarg ;;
1095            
1096            -ignoretime | -ignore_time | --ignoretime | --ignore_time)
1097                IGNORE_TIME="-DIGNORE_TIME" ;;
1098    
1099          -*)          -*)
1100              echo "Error: unrecognized option: "$ac_option              echo "Error: unrecognized option: "$ac_option
# Line 1148  fi Line 1152  fi
1152    
1153  #  Find the MITgcm ${THISVER}  #  Find the MITgcm ${THISVER}
1154  if test -f "${ROOTDIR}/doc/tag-index" ; then  if test -f "${ROOTDIR}/doc/tag-index" ; then
1155      THISVER=`grep checkpoint ${ROOTDIR}/doc/tag-index | head -1`      THISVER=`grep '^checkpoint' ${ROOTDIR}/doc/tag-index | head -1`
1156  fi  fi
1157    
1158  if test "x$MAKEFILE" = x ; then  if test "x$MAKEFILE" = x ; then
# Line 1387  if test "x$HAVE_NETCDF" != x ; then Line 1391  if test "x$HAVE_NETCDF" != x ; then
1391  else  else
1392      echo "no"      echo "no"
1393  fi  fi
1394    DEFINES="$DEFINES $IGNORE_TIME"
1395    
1396  printf "\n===  Setting defaults  ===\n"  printf "\n===  Setting defaults  ===\n"
1397  printf "  Adding MODS directories:  "  printf "  Adding MODS directories:  "

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.125

  ViewVC Help
Powered by ViewVC 1.1.22