# Copyright (c) 2005-2006 Andre Merzky (andre@merzky.net) # # Use, modification and distribution is subject to the Boost Software # License, Version 1.0. (See accompanying file LICENSE or copy at # http://www.boost.org/LICENSE_1_0.txt) SAGA_HDR = $(wildcard *.h) SAGA_SRC = $(wildcard *.cpp) SAGA_OBJ = $(SAGA_SRC:%.cpp=%.o) -include ../config/make.cfg -include $(SAGA_MAKE_INCLUDE_ROOT)/saga.mk # fix prefix for header install SAGA_HDR_DIR := saga/bindings/C/engine SAGA_CPPINCS += -I.