# 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 ifeq "x$(SAGA_HAVE_ADAPTOR_SUITE_DEFAULT)" "xyes" SAGA_SUBDIRS += default endif ifeq "x$(SAGA_HAVE_ADAPTOR_SUITE_GLOBUS)" "xyes" SAGA_SUBDIRS += globus endif ifeq "x$(SAGA_HAVE_ADAPTOR_SUITE_OMII)" "xyes" SAGA_SUBDIRS += OMII endif ifeq "x$(SAGA_HAVE_ADAPTOR_SUITE_CONDOR)" "xyes" SAGA_SUBDIRS += condor endif ifeq "x$(SAGA_HAVE_ADAPTOR_SUITE_AWS)" "xyes" SAGA_SUBDIRS += aws endif ifeq "x$(SAGA_HAVE_ADAPTOR_SUITE_SSH)" "xyes" SAGA_SUBDIRS += ssh endif ifeq "x$(SAGA_HAVE_ADAPTOR_SUITE_LSF)" "xyes" SAGA_SUBDIRS += lsf endif ifeq "x$(SAGA_HAVE_ADAPTOR_SUITE_CURL)" "xyes" SAGA_SUBDIRS += curl endif include $(SAGA_ROOT)/make/saga.mk