--- loncom/homework/caparesponse/commands 2000/09/13 20:49:02 1.4 +++ loncom/homework/caparesponse/commands 2000/09/14 17:39:55 1.5 @@ -1,8 +1,12 @@ -set CAPADIR=~albertel/CAPA +CAPADIR=~albertel/CAPA make -f Makefile clean 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 cp Makefile.PL Makefile.pl perl Makefile.PL