[BACK]Return to make-links CVS log [TXT][DIR] Up to [local] / OpenXM / src

File: [local] / OpenXM / src / Attic / make-links (download)

Revision 1.5, Sat Dec 4 02:20:08 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.4: +3 -2 lines

Pari is moved to OpenXM_contrib.
I changed src/Makefile, src/make-links to make everything work fine.

#!/bin/sh
# $OpenXM: OpenXM/src/make-links,v 1.5 1999/12/04 02:20:08 takayama Exp $
OpenXM_contrib=../../OpenXM_contrib
OpenXM_contrib2=../../OpenXM_contrib2
/bin/rm -f bin SSkan gmp gc gnuplot ../lib/k097 ../lib/sm1 asir2000 pari
ln -f -s ../bin bin
ln -f -s ./kan96xx SSkan
ln -f -s $OpenXM_contrib/gmp gmp
ln -f -s $OpenXM_contrib/gc gc
ln -f -s $OpenXM_contrib/gnuplot gnuplot
ln -f -s $OpenXM_contrib/pari pari
ln -f -s $OpenXM_contrib2/asir2000 asir2000
(cd ../lib ; ln -f -s ../src/k097 k097 ; ln -f -s ../src/kan96xx/Doc sm1)