version 1.1, 2000/09/11 21:20:06
|
version 1.4, 2000/09/13 20:49:02
|
Line 1
|
Line 1
|
|
set CAPADIR=~albertel/CAPA |
|
|
make -f Makefile clean |
make -f Makefile clean |
mkdir -f capaFunctions |
mkdir capaFunctions |
cp $(CAPADIR)/pProj/Linux/*.o capaFunctions |
cp $CAPADIR/pProj/Linux/*.o capaFunctions |
swig -perl5 caparesponse.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/caparesponse/caparesponse.so . |
|
perl caparesponse.pm |
|
|
|
|
cp blib/arch/auto/capa/capa.so . |
|
perl capa.pm |