# Copyright (c) 2005-2008 Andre Merzky (andre@merzky.net) # # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE or copy at # http://www.boost.org/LICENSE_1_0.txt) ifndef SAGA_MK_INC_CONF_JAVA SAGA_MK_INC_CONF_JAVA = yes ############################################################ # # JAVA # SAGA_HAVE_JAVA = @HAVE_JAVA@ ifeq "$(SAGA_HAVE_JAVA)" "yes" SAGA_JAVA = @JAVA@ SAGA_JAVA_HOME = @JAVA_HOME@ SAGA_HAVE_ANTLR = @HAVE_ANTLR@ SAGA_ANTLR_JAR = @ANTLR_JAR@ endif # ########################################################### ########################################################### # # without Java we cannot build the sd package... # # well, actually we can, as we have the grammar sources in svn # But lets keep that here - just in case... :o) # # ifneq "$(SAGA_HAVE_ANTLR)" "yes" # SAGA_PACKAGE_SD = no # SAGA_BUILD_PACKAGES := $(filter-out sd, $(SAGA_BUILD_PACKAGES)) # endif # ########################################################### endif # guard