Makefile revision 2899
201N/A#
201N/A# CDDL HEADER START
201N/A#
201N/A# The contents of this file are subject to the terms of the
201N/A# Common Development and Distribution License (the "License").
201N/A# You may not use this file except in compliance with the License.
201N/A#
201N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
201N/A# or http://www.opensolaris.org/os/licensing.
201N/A# See the License for the specific language governing permissions
201N/A# and limitations under the License.
201N/A#
201N/A# When distributing Covered Code, include this CDDL HEADER in each
201N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
201N/A# If applicable, add the following below this CDDL HEADER, with the
201N/A# fields enclosed by brackets "[]" replaced with your own identifying
201N/A# information: Portions Copyright [yyyy] [name of copyright owner]
201N/A#
201N/A# CDDL HEADER END
201N/A#
201N/A
201N/A#
5680N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
201N/A#
5680N/A
201N/Ainclude ../../make-rules/shared-macros.mk
201N/A
201N/ACOMPONENT_NAME= dejagnu
3039N/ACOMPONENT_VERSION= 1.5
618N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/dejagnu/
201N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
201N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
3039N/A sha256:c8b45808357a6f3e32cd56d8b56a4fdf8a1d5f3818818045c2022993e0e8a3db
201N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
201N/ACOMPONENT_BUGDB= utility/dejagnu
3039N/A
2899N/ATPNO= 12292
5680N/A
5680N/Ainclude ../../make-rules/prep.mk
5680N/Ainclude ../../make-rules/configure.mk
5680N/Ainclude ../../make-rules/ips.mk
5680N/A
201N/ACOMPONENT_TEST_ENV += PATH="$(GNUBIN):$(PATH)"
201N/A
201N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
201N/A
3039N/A# common targets
3039N/Abuild: $(BUILD_64)
5680N/A
3039N/Ainstall: $(INSTALL_64)
201N/A
201N/Atest: $(TEST_64)
3817N/A
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include ../../make-rules/depend.mk