version 1.2, 2000/09/11 21:30:16
|
version 1.6, 2000/09/26 19:29:07
|
Line 1
|
Line 1
|
set CAPADIR=~albertel/CAPA |
CAPADIR=/home/harris41/LON-CAPA-topdir_for_build/SOURCES/CAPA |
|
|
make -f Makefile clean |
make -f Makefile clean |
mkdir capaFunctions |
mkdir capaFunctions |
cp $CAPADIR/pProj/Linux/*.o capaFunctions |
path=`pwd` |
swig -perl5 caparesponse.i |
cd $CAPADIR/pProj |
cp Makefile.pl Makefile.PL |
make ARCH=LONCAPA libcapa |
|
cd $path |
|
cp $CAPADIR/pProj/LONCAPA/*.o capaFunctions |
|
swig -perl5 capa.i |
|
cp Makefile.PL Makefile.pl |
perl Makefile.PL |
perl Makefile.PL |
make -f Makefile |
make -f Makefile |
cp blib/arch/auto/caparesponse/caparesponse.so . |
|
perl caparesponse.pm |
|
|
|
|
cp blib/arch/auto/capa/capa.so . |
|
perl capa.pm |