Files
openfoam/applications/utilities/mesh/conversion/ccm26ToFoam/libccmio/compile.hp10
2008-04-15 18:56:58 +01:00

36 lines
800 B
Bash
Executable File

#!/bin/sh -x
PATH=/adapco/prog/bin:$PATH:/lnxsrv/prog; export PATH
# Compile hpux64_11.22-itanium2
MK_BUILDNAME=hpux64_11.22-itanium2; export MK_BUILDNAME;
separator()
{
set +x
echo
echo "<<<<<<<<<<<<<<<<<<<<<<<<<<<<< separator >>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo "<<<<<<<<<<<<<<<<<<<<<<<<<<<<< separator >>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo "<<<<<<<<<<<<<<<<<<<<<<<<<<<<< separator >>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo "<<<<<<<<<<<<<<<<<<<<<<<<<<<<< separator >>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
echo
set -x
}
exec > make.hp10.list 2>&1
cd $1
cvs update -r $3 -d -P
separator
make -k -f Makefile.qmake RELEASE=1 STATIC=1 all
separator
make -k -f Makefile.qmake RELEASE=1 STATIC=0 all
separator
make -f Makefile.qmake install
echo Job "finished " `date` >> $2/make.hp10.list.batch