Makefile revision 783
711N/A#
711N/A# CDDL HEADER START
711N/A#
711N/A# The contents of this file are subject to the terms of the
711N/A# Common Development and Distribution License (the "License").
711N/A# You may not use this file except in compliance with the License.
711N/A#
711N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
711N/A# or http://www.opensolaris.org/os/licensing.
711N/A# See the License for the specific language governing permissions
711N/A# and limitations under the License.
711N/A#
711N/A# When distributing Covered Code, include this CDDL HEADER in each
711N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
711N/A# If applicable, add the following below this CDDL HEADER, with the
711N/A# fields enclosed by brackets "[]" replaced with your own identifying
711N/A# information: Portions Copyright [yyyy] [name of copyright owner]
711N/A#
711N/A# CDDL HEADER END
711N/A#
711N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
711N/A#
711N/Ainclude ../../make-rules/shared-macros.mk
711N/A
711N/ACOMPONENT_NAME= gawk
711N/ACOMPONENT_VERSION= 3.1.5
711N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/gawk/
711N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
711N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
711N/ACOMPONENT_ARCHIVE_HASH= sha1:6cb385b4bc33780a5a4288b787523cbd4a30a900
711N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/gawk/$(COMPONENT_ARCHIVE)
711N/A
711N/Ainclude ../../make-rules/prep.mk
711N/Ainclude ../../make-rules/configure.mk
711N/Ainclude ../../make-rules/ips.mk
711N/A
CONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
CONFIGURE_OPTIONS += --libexecdir=$(CONFIGURE_LIBDIR.$(BITS))
CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
# common targets
build: $(BUILD_32)
install: $(INSTALL_32)
test: $(TEST_32)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include ../../make-rules/depend.mk