Files
ortools-clone/makefiles/Makefile.def
2011-12-15 10:09:47 +00:00

62 lines
2.3 KiB
Makefile

# Please copy this file to Makefile.local and edit to accomodate your needs.
# Python version (to be used to find include files).
UNIX_PYTHON_VER=2.7
# Where gflags is installed.
UNIX_GFLAGS_DIR=../gflags-1.6
# Swig binary.
UNIX_SWIG_BINARY=swig
# Where protocol buffers are installed
UNIX_PROTOBUF_DIR=../protobuf-2.4.1
# Where sparsehash are installed.
UNIX_SPARSEHASH_DIR=../sparsehash-1.11
# This is the root directory of the CLP installation. Please define if CLP is
# installed. If you have installed CBC, CLP_DIR can have the same value as
# CBC_DIR.
#UNIX_CLP_DIR=../cbc-2.7.4
# This is the root directory of the CBC installation. Please define if CBC is
# installed.
#UNIX_CBC_DIR=../cbc-2.7.4
# This is the root directory of glpk installation. Please define if GLPK is
# installed.
#UNIX_GLPK_DIR=../glpk-4.47
# This is the root directory of scip installation. Please define if scip is
# installed.
#UNIX_SCIP_DIR=../ziboptsuite-2.1.0/scip-2.1.0
# Linux jdk root
LINUX_JDK_ROOT=/usr/local/buildtools/java/jdk-$(PTRLENGTH)
# Include files path for java on mac os X
MAC_JDK_HEADERS=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/include
#MAC_JDK_HEADERS=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bundle/Headers
# Please edit the following:
WINDOWS_GFLAGS_DIR=..\\gflags-1.6
WINDOWS_ZLIB_DIR=..\\zlib-1.2.5
WINDOWS_ZLIB_NAME=zlib.lib
WINDOWS_SWIG_BINARY=..\\swigwin-2.0.4\\swig.exe
WINDOWS_PROTOBUF_DIR=..\\protobuf-2.4.1
WINDOWS_SPARSEHASH_DIR=..\\sparsehash-1.11
WINDOWS_PYTHON_DIR=c:\\Python27
WINDOWS_PYTHON_LIB=c:\\Python27\\libs\\python27.lib
# This is the root directory of the CLP installation. Please define if CLP is
# installed. If you have installed CBC, CLP_DIR can have the same value as
# CBC_DIR.
#WINDOWS_CLP_DIR=..\\cbc-2.7.4
WINDOWS_CLP_PACKAGE=Clp 1.14.4
# This is the root directory of the CBC installation. Please define if CBC is
# installed.
#WINDOWS_CBC_DIR=..\\cbc-2.7.4
WINDOWS_CBC_PACKAGE=Cbc 2.7.4
# This is the root directory of the GLPK installation. Please define if GLPK is
# installed.
#WINDOWS_GLPK_DIR=..\\glpk-4.47
# This describes the python installation windows.
WINDOWS_PYTHON_INC=/Ic:\\Python27\\include
WINDOWS_PYTHON_LNK=c:\\Python27\\libs\\python27.lib
# This descrives the java installation on windows.
WINDOWS_JDK_DIR=c:\Program Files\Java\jdk1.6.0_24