Makefile revision 844
318N/A#
318N/A# CDDL HEADER START
318N/A#
318N/A# The contents of this file are subject to the terms of the
318N/A# Common Development and Distribution License (the "License").
318N/A# You may not use this file except in compliance with the License.
318N/A#
318N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
318N/A# or http://www.opensolaris.org/os/licensing.
318N/A# See the License for the specific language governing permissions
318N/A# and limitations under the License.
318N/A#
318N/A# When distributing Covered Code, include this CDDL HEADER in each
318N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
318N/A# If applicable, add the following below this CDDL HEADER, with the
318N/A# fields enclosed by brackets "[]" replaced with your own identifying
318N/A# information: Portions Copyright [yyyy] [name of copyright owner]
318N/A#
318N/A# CDDL HEADER END
318N/A#
812N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
318N/A#
318N/Ainclude ../../make-rules/shared-macros.mk
318N/A
318N/ACOMPONENT_NAME= junit
812N/ACOMPONENT_VERSION= 4.10
618N/ACOMPONENT_PROJECT_URL= http://sourceforge.net/projects/junit/
318N/ACOMPONENT_SRC= $(COMPONENT_NAME)$(COMPONENT_VERSION)
318N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).zip
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:df92699adbdf0716c19e9daf30118c65b82229d644594308b2a040dafe06a1f5
812N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)files/junit/4.10/$(COMPONENT_ARCHIVE)
318N/A
318N/Ainclude ../../make-rules/prep.mk
318N/Ainclude ../../make-rules/ant.mk
318N/Ainclude ../../make-rules/ips.mk
318N/A
318N/ACOMPONENT_BUILD_ARGS += -Ddist=${PROTO_DIR}
318N/ACOMPONENT_BUILD_ARGS += -Djavadocdir=${PROTO_DIR}
318N/ACOMPONENT_BUILD_TARGETS += dist
318N/A
318N/A# common targets
318N/Abuild: $(BUILD_32)
318N/A
318N/Ainstall: build
318N/A
318N/Atest: $(NO_TESTS)
318N/A
318N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
318N/A
318N/Ainclude ../../make-rules/depend.mk