Makefile revision 3817
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews# CDDL HEADER START
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews# The contents of this file are subject to the terms of the
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews# Common Development and Distribution License (the "License").
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews# You may not use this file except in compliance with the License.
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews# See the License for the specific language governing permissions
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews# and limitations under the License.
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews# When distributing Covered Code, include this CDDL HEADER in each
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews# If applicable, add the following below this CDDL HEADER, with the
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews# CDDL HEADER END
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
dbb012765c735ee0d82dedb116cdc7cf18957814Evan HuntCOMPONENT_PROJECT_URL= http://www.gnu.org/software/gawk/
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark AndrewsCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews sha256:5dbc7b2c4c328711337c2aacd09a122c7313122262e3ff034590f014067412b4
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark AndrewsCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/gawk/$(COMPONENT_ARCHIVE)
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews# The additional gawk specific set of transforms to be applied to the
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews# test results to try to normalize them.
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews '-e "s|\(^/usr/gnu/bin/make\).*|\1|" '
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark AndrewsCONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark AndrewsCONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_LIBDIR.$(BITS))
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews# common targets