version 1.1, 2004/02/22 08:28:20 |
version 1.2, 2004/02/22 09:06:25 |
|
|
# $OpenXM$ |
# $OpenXM: OpenXM/src/gmp/Makefile-ports,v 1.1 2004/02/22 08:28:20 takayama Exp $ |
OpenXM_HOME=../.. |
OpenXM_HOME=../.. |
PREFIX=${OpenXM_HOME} |
PREFIX=${OpenXM_HOME} |
DISTDIR=${OpenXM_HOME}/../OpenXM_dist |
DISTDIR=${OpenXM_HOME}/../OpenXM_dist |
Line 40 post-install: build |
|
Line 40 post-install: build |
|
then \ |
then \ |
-mkdir ${PREFIX}/lib ${PREFIX}/bin ; \ |
-mkdir ${PREFIX}/lib ${PREFIX}/bin ; \ |
(cd work/${GMP} ; make install) ; \ |
(cd work/${GMP} ; make install) ; \ |
|
(cd work/${GMP} ; cp gmp-impl.h config.h gmp-mparam.h ${OpenXM_HOME}/include) |
fi |
fi |
@touch .post-install_done |
@touch .post-install_done |
|
|