/[MITgcm]/MITgcm/tools/genmake
ViewVC logotype

Diff of /MITgcm/tools/genmake

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

revision 1.22.2.1 by adcroft, Thu Jan 25 15:08:05 2001 UTC revision 1.22.2.2 by adcroft, Thu Jan 25 15:31:36 2001 UTC
# Line 523  end Line 523  end
523  echo "" >> ${mfile}  echo "" >> ${mfile}
524    
525  foreach dr ($SOURCEDIRS)  foreach dr ($SOURCEDIRS)
526  set srcfiles=(`cd $dr; ls *.[cF]`:)  set srcfiles=(`cd $dr; ls *.[hcF]`:)
527  echo "# These are the rules for creating the links from $dr" >> ${mfile}  echo "# These are the rules for creating the links from $dr" >> ${mfile}
528  echo $srcfiles >> ${mfile}  echo $srcfiles >> ${mfile}
529  echo '\t$(LN) '$dr'$@ $@' >> ${mfile}  echo '\t$(LN) '$dr'$@ $@' >> ${mfile}

Legend:
Removed from v.1.22.2.1  
changed lines
  Added in v.1.22.2.2

  ViewVC Help
Powered by ViewVC 1.1.22