# Copyright (c) 2005-2007 Andre Merzky (andre@merzky.net) # # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) # vim: ft=make ifndef MAKE_CFG_IN MAKE_CFG_IN=yes SAGA_LOCATION = @SAGA_LOCATION@ SAGA_CONFIGURE_OK = @SAGA_CONFIGURE_OK@ SAGA_HAVE_PYTHON = @HAVE_PYTHON@ SAGA_HAVE_BOOST_PYTHON = @BOOST_HAVE_LIB_PYTHON@ include $(SAGA_LOCATION)/share/saga/make/saga.util.mk endif # guard