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

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

Revision 1.2, Sat Nov 27 13:24:40 1999 UTC (24 years, 5 months ago) by takayama
Branch: MAIN
Changes since 1.1: +6 -4 lines

If there exists /usr/lib/libgmp.a, then configure will be invoked
in the directory gmp, but "make all"  will not be executed.
Configure is necessary, because kan96xx/plugin/cmo-gmp.c needs
the file gmp/gmp-mparam.h, which is generated by configure.

#!/bin/sh
# $OpenXM: OpenXM/src/make-links,v 1.2 1999/11/27 13:24:40 takayama Exp $
OpenXM_contrib=../../OpenXM_contrib
/bin/rm -f bin SSkan gmp gc gnuplot ../lib/k097 ../lib/sm1
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
(cd ../lib ; ln -f -s ../src/k097 k097 ; ln -f -s ../src/kan96xx/Doc sm1)