--- loncom/homework/caparesponse/commands 2000/09/13 20:36:47 1.3 +++ loncom/homework/caparesponse/commands 2000/09/26 19:29:07 1.6 @@ -1,10 +1,14 @@ -set CAPADIR=~albertel/CAPA +CAPADIR=/home/harris41/LON-CAPA-topdir_for_build/SOURCES/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 +cp Makefile.PL Makefile.pl perl Makefile.PL make -f Makefile cp blib/arch/auto/capa/capa.so .