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

File: [local] / OpenXM / src / oxmgraph / make-configure (download)

Revision 1.1, Sun Feb 8 05:05:35 2009 UTC (15 years, 2 months ago) by takayama
Branch: MAIN
CVS Tags: R_1_3_1-2, RELEASE_1_3_1_13b, RELEASE_1_2_3_12, HEAD

Added oxmgraph to the top level Makefile.
If glut is not installed, it will do nothing.

#!/bin/sh
# $OpenXM: OpenXM/src/oxmgraph/make-configure,v 1.1 2009/02/08 05:05:35 takayama Exp $
if test ! -f ./.configure_done  -o ! -f ./Makefile
then 
# make -f Makefile.conf
 echo "--prefix=`cd ../../../OpenXM ; pwd`"
 ./configure --prefix="`cd ../../../OpenXM ; pwd`"
fi
touch .configure_done