ENH: Added new cloudInfo function object

This commit is contained in:
andy
2012-03-15 13:15:55 +00:00
parent 4c6d6a5731
commit 0a21d02530
9 changed files with 531 additions and 1 deletions

View File

@ -3,11 +3,12 @@ cd ${0%/*} || exit 1 # run from this directory
makeType=${1:-libso}
set -x
wmake $makeType cloud
wmake $makeType field
wmake $makeType forces
wmake $makeType IO
wmake $makeType utilities
wmake $makeType jobControl
wmake $makeType systemCall
wmake $makeType utilities
# ----------------------------------------------------------------- end-of-file