# Copyright (c) 2005-2007 Andre Merzky (andre@merzky.net) # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ifndef SAGA_MK_INC_CONF_XMLRPC SAGA_MK_INC_CONF_XMLRPC = yes ########################################################### # # XML-RPC # include @CONFDIR@/make.cfg ifeq "$(SAGA_HAVE_XMLRPC)" "yes" SAGA_XMLRPC_LOCATION = @XMLRPC_LOCATION@ SAGA_XMLRPC_INC_FLAGS = @XMLRPC_CPPFLAGS@ SAGA_XMLRPC_LIB_FLAGS = @XMLRPC_LDFLAGS@ SAGA_XMLRPC_S_LIBS = @XMLRPC_S_LIBS@ SAGA_CPPINCS_SYS += $(SAGA_XMLRPC_INC_FLAGS) SAGA_LDFLAGS_SYS += $(SAGA_XMLRPC_LIB_FLAGS) SAGA_S_LIBS += $(SAGA_XMLRPC_S_LIBS) ifndef SAGA_IS_CLEANING ifeq "$(SAGA_HAVE_OPENSSL)" "yes" include @CONFDIR@/saga.config.openssl.c.mk endif endif endif # ########################################################### endif # guard