Diff for /loncom/homework/caparesponse/commands between versions 1.3 and 1.5

version 1.3, 2000/09/13 20:36:47 version 1.5, 2000/09/14 17:39:55
Line 1 Line 1
 set CAPADIR=~albertel/CAPA  CAPADIR=~albertel/CAPA
   
 make -f Makefile clean  make -f Makefile clean
 mkdir capaFunctions  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   swig -perl5 capa.i 
 cp Makefile.pl Makefile.PL  cp Makefile.PL Makefile.pl
 perl Makefile.PL   perl Makefile.PL 
 make -f Makefile   make -f Makefile 
 cp blib/arch/auto/capa/capa.so .   cp blib/arch/auto/capa/capa.so . 

Removed from v.1.3  
changed lines
  Added in v.1.5


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