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