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 file can be used to configure compile time options of libDAI.
11 # Here the user can enable or disable various approximate inference
12 # methods and additional build targets (documentation, MatLab interface)
13 # and specify whether to build with debug information included.
15 # It is platform independent and is included by Makefile.
17 # A boolean variable VAR can be set to true ("VAR=true") or to false ("VAR=")
20 # COMPILATION AND BUILD FLAGS
22 # Enable/disable various approximate inference methods
36 # Build doxygen documentation?
39 # Build with debug info?
42 # Build MatLab interface?
45 # MatLab version 7.3 (R2006b) or newer?