version 1.3, 2000/09/13 20:36:47
|
version 1.7, 2000/10/24 13:46:19
|
Line 1
|
Line 1
|
set CAPADIR=~albertel/CAPA |
CAPADIR=../../../CAPA |
|
|
make -f Makefile clean |
make -f Makefile clean |
mkdir capaFunctions |
mkdir capaFunctions |
cp $CAPADIR/pProj/Linux/*.o capaFunctions |
path=`pwd` |
|
cd $CAPADIR/pProj |
|
make ARCH=LONCAPA libcapa |
|
cd $path |
|
cp $CAPADIR/pProj/LONCAPA/*.o capaFunctions |
swig -perl5 capa.i |
swig -perl5 capa.i |
cp Makefile.pl Makefile.PL |
cp Makefile.PL Makefile.pl |
perl Makefile.PL |
perl Makefile.PL |
make -f Makefile |
make -f Makefile |
cp blib/arch/auto/capa/capa.so . |
cp blib/arch/auto/capa/capa.so . |