Makefile revision 3477
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma#
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# CDDL HEADER START
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma#
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# The contents of this file are subject to the terms of the
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma# Common Development and Distribution License (the "License").
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma# You may not use this file except in compliance with the License.
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma#
f30ee734ac0ee8b792c77ab3bc42494fcddb1508hajma# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma# or http://www.opensolaris.org/os/licensing.
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma# See the License for the specific language governing permissions
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma# and limitations under the License.
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma#
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma# When distributing Covered Code, include this CDDL HEADER in each
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma# If applicable, add the following below this CDDL HEADER, with the
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma# fields enclosed by brackets "[]" replaced with your own identifying
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma# information: Portions Copyright [yyyy] [name of copyright owner]
074f2520bc04a7a93b4123bc58fb40055c9174d2hajma#
# CDDL HEADER END
#
#
# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
#
include ../../make-rules/shared-macros.mk
COMPONENT_NAME= dejagnu
COMPONENT_VERSION= 1.5
COMPONENT_PROJECT_URL= http://www.gnu.org/software/dejagnu/
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
sha256:c8b45808357a6f3e32cd56d8b56a4fdf8a1d5f3818818045c2022993e0e8a3db
COMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
COMPONENT_BUGDB= utility/dejagnu
TPNO= 12292
include ../../make-rules/prep.mk
include ../../make-rules/configure.mk
include ../../make-rules/ips.mk
COMPONENT_TEST_ENV += PATH="$(GNUBIN):$(PATH)"
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
# common targets
configure: $(CONFIGURE_64)
build: $(BUILD_64)
install: $(INSTALL_64)
test: $(TEST_64)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include ../../make-rules/depend.mk