# 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_DEFAULT_IN MAKE_CFG_DEFAULT_IN=yes SAGA_LOCATION = @SAGA_LOCATION@ SAGA_CONFIGURE_OK = @SAGA_CONFIGURE_OK@ ADAPTOR_ROOT = @ADAPTOR_ROOT@ ADAPTOR_CONFDIR = @ADAPTOR_CONFDIR@ SAGA_HAVE_ZMQ = @HAVE_ZMQ@ SAGA_ZMQ_CPPFLAGS = @ZMQ_CPPFLAGS@ SAGA_ZMQ_LDFLAGS = @ZMQ_LDFLAGS@ ifeq "$(SAGA_HAVE_ZMQ)" "yes" SAGA_CXXFLAGS += $(SAGA_ZMQ_CPPFLAGS) SAGA_LDFLAGS += $(SAGA_ZMQ_LDFLAGS) endif SAGA_CXXFLAGS += -I$(ADAPTOR_ROOT)/external/jsoncpp-0.5.0/include/ SAGA_LDFLAGS += -L$(ADAPTOR_ROOT)/external/jsoncpp-0.5.0/src/lib_json/ -ljson_cpp include $(SAGA_LOCATION)/share/saga/make/saga.util.mk endif # guard