--- loncom/homework/caparesponse/commands 2000/09/11 21:20:06 1.1 +++ loncom/homework/caparesponse/commands 2000/09/26 19:29:07 1.6 @@ -1,9 +1,15 @@ +CAPADIR=/home/harris41/LON-CAPA-topdir_for_build/SOURCES/CAPA + make -f Makefile clean -mkdir -f capaFunctions -cp $(CAPADIR)/pProj/Linux/*.o capaFunctions -swig -perl5 caparesponse.i -cp Makefile.pl Makefile.PL +mkdir 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 make -f Makefile -cp blib/arch/auto/caparesponse/caparesponse.so . -perl caparesponse.pm \ No newline at end of file +cp blib/arch/auto/capa/capa.so . +perl capa.pm