# 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_LITE SAGA_MK_INC_LITE = yes ########################################################### # # make configuration # SAGA_HAVE_LITE_MK = @SAGA_HAVE_LITE_MK@ ifdef SAGA_ROOT SAGA_LDFLAGS_LITE += -L$(SAGA_ROOT)/lite -lsaga_lite else SAGA_LDFLAGS_LITE += -L$(SAGA_LOCATION)/lib -lsaga_lite endif SAGA_LDFLAGS_LITE += @LITE_LDFLAGS_SYS@ $(SAGA_LDFLAGS_SYS) endif # guard