Makefile revision 181
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews# CDDL HEADER START
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews# The contents of this file are subject to the terms of the
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews# Common Development and Distribution License (the "License").
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews# You may not use this file except in compliance with the License.
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews# See the License for the specific language governing permissions
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews# and limitations under the License.
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews# CDDL HEADER END
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark AndrewsCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark AndrewsCOMPONENT_ARCHIVE_HASH= sha1:8a468d3ce1e84739a78f779770416a8bd502eaf5
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark AndrewsCOMPONENT_ARCHIVE_URL= http://archive.apache.org/dist/ant/source/$(COMPONENT_ARCHIVE)
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark AndrewsANT_ENV+=CLASSPATH=/usr/share/lib/java/junit.jar:/usr/share/antlr-2.7.7/antlr.jar
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark AndrewsANT_DIST_DIRS+=-Ddist.etc=$(PROTO_DIR)/usr/share/lib/ant
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark AndrewsANT_DIST_DIRS+=-Ddist.docs=$(PROTO_DIR)/usr/share/doc/ant
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark AndrewsANT_DIST_DIRS+=-Ddist.javadocs=$(PROTO_DIR)/usr/share/doc/ant/manual/api