Makefile revision 116
a5ed555df952c85bc1b179f5981e8a6c54ba16e6stoddard# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
3304cbd819df02e7548e9338dc0afa8d3ba29358manoj# You may not use this file except in compliance with the License.
3304cbd819df02e7548e9338dc0afa8d3ba29358manoj# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# See the License for the specific language governing permissions
4065b438067f3f08d0bd98b31ac4085b581b931dstoddard# and limitations under the License.
2739add8add66e21526ce27f83c2ae133d089070rbb# When distributing Covered Code, include this CDDL HEADER in each
2739add8add66e21526ce27f83c2ae133d089070rbb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4065b438067f3f08d0bd98b31ac4085b581b931dstoddard# If applicable, add the following below this CDDL HEADER, with the
211bf1d44f4653bf753a15740cd5ebbf330b6e93manoj# fields enclosed by brackets "[]" replaced with your own identifying
211bf1d44f4653bf753a15740cd5ebbf330b6e93manoj# information: Portions Copyright [yyyy] [name of copyright owner]
7ba24263a36323ecaf0685758f44001c0800d012stoddard# CDDL HEADER END
369edcdd0a9c5516c61e736ec2a6fc8fb0d92fe2manoj# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
a5ed555df952c85bc1b179f5981e8a6c54ba16e6stoddardCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
a5ed555df952c85bc1b179f5981e8a6c54ba16e6stoddardCOMPONENT_ARCHIVE_HASH= sha1:8a468d3ce1e84739a78f779770416a8bd502eaf5
a5ed555df952c85bc1b179f5981e8a6c54ba16e6stoddardCOMPONENT_ARCHIVE_URL= http://archive.apache.org/dist/ant/source/$(COMPONENT_ARCHIVE)
2a6c49cfaef5979a5a06098f3ce987cd76769409manojANT_ENV+=CLASSPATH=/usr/share/lib/java/junit.jar:/usr/share/antlr-2.7.7/antlr.jar
a9e07e4f90adcc7bc768db3055431c3dcd560cd1manojANT_DIST_DIRS+=-Ddist.etc=$(PROTO_DIR)/usr/share/lib/ant
a9e07e4f90adcc7bc768db3055431c3dcd560cd1manojANT_DIST_DIRS+=-Ddist.docs=$(PROTO_DIR)/usr/share/doc/ant
a9e07e4f90adcc7bc768db3055431c3dcd560cd1manojANT_DIST_DIRS+=-Ddist.javadocs=$(PROTO_DIR)/usr/share/doc/ant/manual/api
a9e07e4f90adcc7bc768db3055431c3dcd560cd1manojANT_DIST_DIRS+=-Ddist.lib=$(PROTO_DIR)/usr/share/lib/ant
0bff2f28ef945280c17099c142126178a78e1e54manoj @cd $(BUILD_DIR_32); $(ENV) $(ANT_ENV) ./build.sh test