![]() ![]() | ![]() |
version 1.4, 2000/09/13 20:49:02 | version 1.8, 2001/01/06 16:23:45 |
---|---|
Line 1 | Line 1 |
set CAPADIR=~albertel/CAPA | CAPADIR=../../../capa/capa51 |
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 |