version 1.29, 2003/09/02 03:24:47 |
version 1.30, 2003/09/02 03:31:12 |
|
|
# $OpenXM: OpenXM/src/kan96xx/Makefile,v 1.28 2001/12/28 02:33:56 noro Exp $ |
# $OpenXM: OpenXM/src/kan96xx/Makefile,v 1.29 2003/09/02 03:24:47 takayama Exp $ |
# |
# |
# Building kan96xx depends on |
# Building kan96xx depends on |
# install-gmp, install-gc [install-asir-gc] |
# install-gmp, install-gc [install-asir-gc] |
Line 26 sm1-nogc : all-plugin |
|
Line 26 sm1-nogc : all-plugin |
|
configure: configure_symbolic_links |
configure: configure_symbolic_links |
if test ! -f ./.configure_done ; \ |
if test ! -f ./.configure_done ; \ |
then \ |
then \ |
(cd Kan; ./configure) ; \ |
(cd Kan; sh ./configure) ; \ |
(cd plugin; ./configure) ; \ |
(cd plugin; sh ./configure) ; \ |
fi |
fi |
@touch ./.configure_done |
@touch ./.configure_done |
configure_symbolic_links : |
configure_symbolic_links : |