Makefile revision 3854
1605N/A#
1605N/A# CDDL HEADER START
1605N/A#
1605N/A# The contents of this file are subject to the terms of the
1605N/A# Common Development and Distribution License (the "License").
1605N/A# You may not use this file except in compliance with the License.
1605N/A#
1605N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1605N/A# or http://www.opensolaris.org/os/licensing.
1605N/A# See the License for the specific language governing permissions
1605N/A# and limitations under the License.
1605N/A#
1605N/A# When distributing Covered Code, include this CDDL HEADER in each
1605N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1605N/A# If applicable, add the following below this CDDL HEADER, with the
1605N/A# fields enclosed by brackets "[]" replaced with your own identifying
1605N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1605N/A#
1605N/A# CDDL HEADER END
1605N/A#
1605N/A
1605N/A#
3639N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
1605N/A#
1605N/A
1605N/Ainclude ../../make-rules/shared-macros.mk
1605N/A
1605N/ACOMPONENT_NAME= dejagnu
1605N/ACOMPONENT_VERSION= 1.5
1605N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/dejagnu/
1605N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1605N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1605N/ACOMPONENT_ARCHIVE_HASH= \
1605N/A sha256:c8b45808357a6f3e32cd56d8b56a4fdf8a1d5f3818818045c2022993e0e8a3db
1605N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
1605N/ACOMPONENT_BUGDB= utility/dejagnu
1605N/A
2899N/ATPNO= 12292
2899N/A
3817N/Ainclude $(WS_MAKE_RULES)/prep.mk
3817N/Ainclude $(WS_MAKE_RULES)/configure.mk
3817N/Ainclude $(WS_MAKE_RULES)/ips.mk
1605N/A
1605N/ACOMPONENT_TEST_ENV += PATH="$(GNUBIN):$(PATH)"
1605N/A
3639N/A# The additional dejagnu specific set of transforms to be applied to the
3639N/A# test results to try to normalize them.
3639N/ACOMPONENT_TEST_TRANSFORMS += \
3854N/A '-e "s|^.*$(CXX).*$$|XXX_CXX_XXX|g" ' \
3854N/A '-e "/^XXX_CXX_XXX$$/d" ' \
3639N/A '-e "s|\(Test Run By\).*|\1|" ' \
3639N/A '-e "s|\(Native configuration is\).*|\1|" '
3639N/A
1938N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1605N/A
1605N/A# common targets
3477N/Aconfigure: $(CONFIGURE_64)
3477N/A
1605N/Abuild: $(BUILD_64)
1605N/A
1605N/Ainstall: $(INSTALL_64)
1605N/A
1605N/Atest: $(TEST_64)
1605N/A
3817N/AREQUIRED_PACKAGES += shell/expect
3817N/AREQUIRED_PACKAGES += shell/ksh93
1605N/A