Annotation of OpenXM/misc/packages/Solaris/make-on-solaris-for-debug, Revision 1.1
1.1 ! takayama 1: #!/bin/csh
! 2: set path=(/usr/ccs/bin /usr/local/bin $path)
! 3: rehash
! 4: pushd OpenXM/src
! 5: make configure
! 6: echo "All"
! 7: make all-pari
! 8: make all-kan96xx
! 9: make all-kxx
! 10: make all-asir
! 11: make all-oxmath
! 12:
! 13: echo "Install"
! 14: make install-pari
! 15: make install-kxx
! 16: make install-kan96xx
! 17: make install-asir
! 18: make install-oxmath
! 19:
! 20: echo "install-for-debug"
! 21: cd kan96xx
! 22: make install-for-debug
! 23: cd ..
! 24: cd kxx
! 25: make install-for-debug
! 26: cd ..
! 27:
! 28: echo "Do no forget to source dot.bashrc"
! 29:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>