--- loncom/homework/caparesponse/commands 2000/09/13 20:49:02 1.4 +++ loncom/homework/caparesponse/commands 2001/01/06 16:26:35 1.9 @@ -1,8 +1,12 @@ -set CAPADIR=~albertel/CAPA +CAPADIR=../../../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