Makefile revision 4744
341N/A#
341N/A# CDDL HEADER START
341N/A#
341N/A# The contents of this file are subject to the terms of the
341N/A# Common Development and Distribution License (the "License").
341N/A# You may not use this file except in compliance with the License.
341N/A#
341N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
341N/A# or http://www.opensolaris.org/os/licensing.
341N/A# See the License for the specific language governing permissions
341N/A# and limitations under the License.
341N/A#
341N/A# When distributing Covered Code, include this CDDL HEADER in each
341N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
341N/A# If applicable, add the following below this CDDL HEADER, with the
341N/A# fields enclosed by brackets "[]" replaced with your own identifying
341N/A# information: Portions Copyright [yyyy] [name of copyright owner]
341N/A#
341N/A# CDDL HEADER END
341N/A#
341N/A
341N/A#
341N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
341N/A#
341N/A
341N/Ainclude ../../make-rules/shared-macros.mk
341N/A
341N/ACOMPONENT_NAME= ant
341N/ACOMPONENT_VERSION= 1.9.4
341N/ACOMPONENT_PROJECT_URL= http://ant.apache.org/
341N/ACOMPONENT_SRC_NAME= apache-ant
341N/ACOMPONENT_SRC= $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
447N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC)-src.tar.bz2
341N/ACOMPONENT_ARCHIVE_HASH= \
341N/A sha256:ac594ff7dcd461ebb3e607493af7682f84b1ceaa0621e17ec6367b8d2c410a1c
341N/ACOMPONENT_ARCHIVE_URL= http://archive.apache.org/dist/ant/source/$(COMPONENT_ARCHIVE)
341N/ACOMPONENT_BUGDB= utility/ant
341N/A
341N/ATPNO= 21446
341N/A
341N/Ainclude $(WS_MAKE_RULES)/prep.mk
341N/Ainclude $(WS_MAKE_RULES)/justmake.mk
341N/Ainclude $(WS_MAKE_RULES)/ips.mk
341N/A
341N/AGMAKE=./build.sh
341N/A
341N/AANT_ENV+=JAVA_HOME=$(JAVA_HOME)
341N/A
341N/AANT_DIST_DIRS+=-Ddist.dir=$(PROTO_DIR)
341N/AANT_DIST_DIRS+=-Ddist.bin=$(PROTO_DIR)/usr/bin
341N/AANT_DIST_DIRS+=-Ddist.etc=$(PROTO_DIR)/usr/share/lib/ant
341N/AANT_DIST_DIRS+=-Ddist.docs=$(PROTO_DIR)/usr/share/doc/ant
341N/AANT_DIST_DIRS+=-Ddist.manual=$(PROTO_DIR)/usr/share/doc/ant/manual
341N/AANT_DIST_DIRS+=-Ddist.javadocs=$(PROTO_DIR)/usr/share/doc/ant/manual/api
341N/AANT_DIST_DIRS+=-Ddist.lib=$(PROTO_DIR)/usr/share/lib/ant
341N/A
341N/AOPTIONAL_LIBS+=/usr/share/lib/java/junit.jar
392N/AOPTIONAL_LIBS+=/usr/share/antlr-2.7.7/antlr.jar
396N/A
409N/ACOMPONENT_PRE_BUILD_ACTION = $(CP) $(OPTIONAL_LIBS) $(@D)/lib/optional
422N/A
426N/ACOMPONENT_BUILD_TARGETS = build
447N/ACOMPONENT_BUILD_ENV += $(ANT_ENV)
447N/A
447N/ACOMPONENT_INSTALL_ARGS = $(ANT_DIST_DIRS)
341N/ACOMPONENT_INSTALL_TARGETS = dist
341N/ACOMPONENT_INSTALL_ENV += $(ANT_ENV)
341N/A
341N/ACOMPONENT_TEST_TARGETS = test
341N/ACOMPONENT_TEST_ENV += $(ANT_ENV)
341N/A
341N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
341N/A
341N/Abuild: $(BUILD_32)
341N/A
341N/Ainstall: $(INSTALL_32)
341N/A
341N/Atest: $(TEST_32)
341N/A
341N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
341N/A
341N/A
341N/AREQUIRED_PACKAGES += developer/java/junit
341N/AREQUIRED_PACKAGES += developer/parser/antlr-2
341N/AREQUIRED_PACKAGES += runtime/perl-512
341N/AREQUIRED_PACKAGES += runtime/perl-520
341N/AREQUIRED_PACKAGES += shell/ksh93
341N/A