1 # This file is part of libDAI - http://www.libdai.org/
3 # libDAI is licensed under the terms of the GNU General Public License version
4 # 2, or (at your option) any later version. libDAI is distributed without any
5 # warranty. See the file COPYING for more details.
7 # Copyright (C) 2009-2010 Joris Mooij [joris dot mooij at libdai dot org]
10 # This template contains configurations for compiling libDAI under Cygwin
12 # It has been tested with Windows XP, Cygwin 1.7.4 and Boost 1.42.0
14 # To use it, simply copy this file to 'Makefile.conf' and adapt 'Makefile.conf'
19 # Choose OS from {LINUX, WINDOWS, CYGWIN, MACOSX}
29 # MatLab compiled MEX file
33 # Compile using GNU C++ Compiler
35 # Output filename option of the compiler
37 # Flags for the C++ compiler
38 CCFLAGS=-Wno-deprecated -Wall -W -Wextra -DCYGWIN
39 # Flags to add in debugging mode (if DEBUG=true)
40 CCDEBUGFLAGS=-O3 -g -DDAI_DEBUG
41 # Flags to add in non-debugging mode (if DEBUG=false)
43 # Standard include directories
44 CCINC=-Iinclude -I/cygdrive/e/cygwin/boost_1_42_0
47 # Standard libraries to include
49 # For linking with BOOST libraries
50 BOOSTLIBS_PO=-lboost_program_options
51 BOOSTLIBS_UTF=-lboost_unit_test_framework
52 # Additional library search paths for linker
53 CCLIB=-Llib -L/cygdrive/e/cygwin/boost_1_42_0/stage/lib
56 # MatLab version 7.3 (R2006b) or newer?
58 # Replace the following by the directory where MatLab has been installed
59 MATLABDIR=/agbs/share/sw/matlab
60 # The following should resolve to the MatLab mex compile command
61 MEX=$(MATLABDIR)/bin/mex
62 # Specify the same C++ compiler and flags to mex
63 MEXFLAGS:=CXX\#$(CC) CXXFLAGS\#'$(CCFLAGS)'
64 # Standard include directories for MEX
66 # Additional library search paths for MEX
69 # SWIG PYTHON INTERFACE
70 # The following should resolve to the SWIG command
72 # Location of Python header files
73 INCLUDE_PYTHON=/usr/include/python2.5
74 # Location of Boost C++ library header files
75 INCLUDE_BOOST=/cygdrive/e/cygwin/boost_1_42_0
78 # CImg version 1.3.0 or newer?
80 # Include directory for image segmentation example
81 CIMGINC=-I/cygdrive/e/cygwin/CImg-1.3.9
82 # Libraries for image segmentation example
83 CIMGLIBS=-lpthread -lX11