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