Makefile revision 844
417N/A#
417N/A# CDDL HEADER START
417N/A#
417N/A# The contents of this file are subject to the terms of the
417N/A# Common Development and Distribution License (the "License").
417N/A# You may not use this file except in compliance with the License.
417N/A#
417N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
417N/A# or http://www.opensolaris.org/os/licensing.
417N/A# See the License for the specific language governing permissions
417N/A# and limitations under the License.
417N/A#
417N/A# When distributing Covered Code, include this CDDL HEADER in each
417N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
417N/A# If applicable, add the following below this CDDL HEADER, with the
417N/A# fields enclosed by brackets "[]" replaced with your own identifying
417N/A# information: Portions Copyright [yyyy] [name of copyright owner]
417N/A#
417N/A# CDDL HEADER END
417N/A#
417N/A
417N/A#
2899N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
417N/A#
417N/A
417N/Ainclude ../../make-rules/shared-macros.mk
417N/A
417N/ACOMPONENT_NAME= sed
653N/ACOMPONENT_VERSION= 4.2.1
417N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/sed/
618N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
417N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
417N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:8773541ce097fdc4c5b9e7da12a82dffbb30cd91f7bc169f52f05f93b7fc3060
844N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/pub/gnu/sed/$(COMPONENT_ARCHIVE)
653N/A
1258N/Ainclude ../../make-rules/prep.mk
1258N/Ainclude ../../make-rules/configure.mk
2899N/Ainclude ../../make-rules/ips.mk
2899N/A
417N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
417N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
499N/A
499N/A# common targets
499N/Abuild: $(BUILD_32)
499N/A
417N/Ainstall: $(INSTALL_32)
653N/A
417N/Atest: $(TEST_32)
417N/A
417N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
417N/A
417N/Ainclude ../../make-rules/depend.mk
417N/A