1 # This file is part of libDAI - http://www.libdai.org/
3 # Copyright (c) 2006-2011, The libDAI authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
8 # This file can be used to configure compile time options of libDAI.
9 # Here the user can enable or disable various approximate inference
10 # methods and additional build targets (documentation, MatLab interface)
11 # and specify whether to build with debug information included.
13 # It is platform independent and is included by Makefile.
15 # A boolean variable VAR can be set to true ("VAR=true") or to false ("VAR=")
18 # COMPILATION AND BUILD FLAGS
20 # Enable/disable various approximate inference methods
35 # Build with debug info? (slower but safer)
38 # Build doxygen documentation? (doxygen and TeX need to be installed)
41 # Build MatLab interface? (MatLab needs to be installed)
44 # Build image segmentation example? (CImg needs to be installed)