File:  [LON-CAPA] / loncom / homework / caparesponse / commands
Revision 1.6: download - view: text, annotated - select for diffs
Tue Sep 26 19:29:07 2000 UTC (23 years, 9 months ago) by harris41
Branches: MAIN
CVS tags: HEAD
adding a file suffix extension (lcpm=loncapa perl module; invented by Mr. Guy, submitted to CVS in the year 2000... wow, it's historic) -Scott

CAPADIR=/home/harris41/LON-CAPA-topdir_for_build/SOURCES/CAPA

make -f Makefile clean
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/capa/capa.so . 
perl capa.pm     

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>