Annotation of loncom/homework/caparesponse/commands, revision 1.5
1.5 ! albertel 1: CAPADIR=~albertel/CAPA
1.2 albertel 2:
1.1 albertel 3: make -f Makefile clean
1.2 albertel 4: mkdir capaFunctions
1.5 ! albertel 5: path=`pwd`
! 6: cd $CAPADIR/pProj
! 7: make ARCH=LONCAPA libcapa
! 8: cd $path
! 9: cp $CAPADIR/pProj/LONCAPA/*.o capaFunctions
1.3 albertel 10: swig -perl5 capa.i
1.4 albertel 11: cp Makefile.PL Makefile.pl
1.1 albertel 12: perl Makefile.PL
13: make -f Makefile
1.3 albertel 14: cp blib/arch/auto/capa/capa.so .
15: perl capa.pm
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>