# 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@ SAGA_HAVE_POSTGRESQL = @HAVE_POSTGRESQL@ ADAPTOR_ROOT = @ADAPTOR_ROOT@ ADAPTOR_CONFDIR = @ADAPTOR_CONFDIR@ # add SAGA and postgres compiler flags SAGA_CXXFLAGS += -I$(ADAPTOR_ROOT)/external/soci/core/ SAGA_LDFLAGS += -L$(ADAPTOR_ROOT)/external/soci/core/ -lsoci_core SAGA_CXXFLAGS += -I$(ADAPTOR_ROOT)/external/soci/backends/postgresql/ SAGA_LDFLAGS += -L$(ADAPTOR_ROOT)/external/soci/backends/postgresql/ -lsoci_postgresql include $(ADAPTOR_CONFDIR)/saga.config.postgresql.c.mk include $(SAGA_LOCATION)/share/saga/make/saga.util.mk endif # guard