# 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_1_0.txt or copy at # http://www.boost.org/LICENSE_1_0.txt) SAGA_ROOT = ../ include $(SAGA_ROOT)/make/saga.util.mk # The examples shouldn't get build by default - the user can build it manually # in the subdirectories if he wants to play around with the examples #SAGA_SUBDIRS = packages applications misc ifeq "x$(SAGA_HAVE_PACKAGE_ADVERT)" "xyes" ifeq "x$(SAGA_HAVE_PACKAGE_FILE)" "xyes" ifeq "x$(SAGA_HAVE_PACKAGE_JOB)" "xyes" ifeq "x$(SAGA_HAVE_PACKAGE_REPLICA)" "xyes" ifeq "x$(SAGA_HAVE_PACKAGE_NAMESPACE)" "xyes" #SAGA_SUBDIRS += uses/mergesort/v2 endif endif endif endif endif include $(SAGA_MAKE_INCLUDE_ROOT)/saga.mk