# Copyright (c) 2005-2007 Andre Merzky (andre@merzky.net) # # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE or copy at # http://www.boost.org/LICENSE_1_0.txt) ifndef SAGA_LOCATION $(error "SAGA_LOCATION must be set for this Makefile to work") endif SAGA_SRC = $(wildcard *.cpp) SAGA_OBJ = $(SAGA_SRC:%.cpp=%.o) SAGA_ADAPTOR_TYPE = rpc SAGA_ADAPTOR_NAME = ninfg_rpc SAGA_ADAPTOR_INI = ninfg_rpc_adaptor.ini SAGA_ADAPTOR_OBJ = $(SAGA_OBJ) SAGA_ADAPTOR_PACKAGES = rpc include $(SAGA_LOCATION)/share/saga/make/saga.adaptor.mk SAGA_CXX = /bin/env NG_DIR=$(SAGA_PWD)/../external/ng-5.0.0/install/ ../external/ng-5.0.0/install/bin/ng_cc