# 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) # enable 'make srcdist' w/o configure -include $(SAGA_LOCATION)/share/saga/make/saga.dist.mk -include config/make.cfg SAGA_SUBDIRS = config ifeq "x$(BUILD_ADAPTOR_FILESYSTEM_SSHFS)" "xyes" SAGA_SUBDIRS += sshfs_file BUILD_SOMETHING = yes endif ifeq "x$(BUILD_ADAPTOR_FILESYSTEM_SCP)" "xyes" SAGA_SUBDIRS += scp_file BUILD_SOMETHING = yes endif ifeq "x$(BUILD_ADAPTOR_JOB)" "xyes" SAGA_SUBDIRS += ssh_job BUILD_SOMETHING = yes endif ifeq "x$(BUILD_ADAPTOR_CONTEXT)" "xyes" SAGA_SUBDIRS += ssh_context # SAGA_SUBDIRS += ssh_suite endif all:: config/make.cfg ifndef SAGA_IS_PACKAGING config/make.cfg: @echo "" @echo " ================================= " @echo " you need to run configure first " @echo " ================================= " @echo "" @false endif -include $(SAGA_MAKE_INCLUDE_ROOT)/saga.mk -include $(SAGA_MAKE_INCLUDE_ROOT)/saga.dist.mk ssh_file: ssh_context ssh_job: ssh_context # ssh_context: ssh_suite