/[MITgcm]/mitgcm.org/devel/buildweb/code-browser/MakeBrowseableMITGCM/makebrowseablecodepages.sh
ViewVC logotype

Diff of /mitgcm.org/devel/buildweb/code-browser/MakeBrowseableMITGCM/makebrowseablecodepages.sh

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

revision 1.4 by edhill, Tue Aug 5 21:56:37 2003 UTC revision 1.5 by cnh, Fri Jul 15 14:48:45 2005 UTC
# Line 23  cp -fpr callTree.F $SRCDIR Line 23  cp -fpr callTree.F $SRCDIR
23  cp -fpr callTree.header $SRCDIR  cp -fpr callTree.header $SRCDIR
24  cd $SRCDIR  cd $SRCDIR
25    
26  set fl = `/usr/bin/find . -name '*.F'`  set fl = `/usr/bin/find pkg eesupp model verification -name '*.F'`
27  set hl = `/usr/bin/find . -name '*.h'`  set hl = `/usr/bin/find pkg eesupp model verification -name '*.h'`
28    
29  # Extract definition information  # Extract definition information
30  ### echo "o Extracting definition information"  echo "o Extracting definition information"
31  ### ( cd ${CURDIR}/../DefinitionParser; make )  ( cd ${CURDIR}/../DefinitionParser; make )
32  ### cat $fl $hl | ${CURDIR}/../DefinitionParser/a.out > thedefs  cat $fl $hl | ${CURDIR}/../DefinitionParser/a.out > thedefs
33    
34  # Generate hyperlinked code and browser files.  # Generate hyperlinked code and browser files.
35  echo "o Generating hyperlinked code (this takes a few minutes)"  echo "o Generating hyperlinked code (this takes a few minutes)"

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22