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)" |