version 1.6, 2005/08/04 10:05:01 |
version 1.7, 2005/08/30 12:25:02 |
|
|
# $OpenXM: OpenXM/src/uuencoded/Makefile,v 1.5 2005/08/04 10:00:26 ohara Exp $ |
# $OpenXM: OpenXM/src/uuencoded/Makefile,v 1.6 2005/08/04 10:05:01 ohara Exp $ |
|
|
OPENXM=../../../OpenXM |
OPENXM=../../../OpenXM |
OPENXM_CONTRIB=../../../OpenXM_contrib |
OPENXM_CONTRIB=../../../OpenXM_contrib |
|
|
@if [ ! -f .install_done ] ; then \ |
@if [ ! -f .install_done ] ; then \ |
rm -f $(OPENXM_BIN)/phc ; \ |
rm -f $(OPENXM_BIN)/phc ; \ |
if [ "`which gnatmake`" ]; then \ |
if [ "`which gnatmake`" ]; then \ |
(cd ${OPENXM_CONTRIB}/PHC/Objects; {MAKE} install); \ |
(cd ${OPENXM_CONTRIB}/PHC/Objects; ${MAKE} install); \ |
elif [ "`uname`" = "FreeBSD" ]; then \ |
elif [ "`uname`" = "FreeBSD" ]; then \ |
make install-freebsd ; \ |
make install-freebsd ; \ |
elif [ "`uname`" = "Linux" ]; then \ |
elif [ "`uname`" = "Linux" ]; then \ |