Makefile revision 3817
165N/A#
165N/A# CDDL HEADER START
165N/A#
165N/A# The contents of this file are subject to the terms of the
165N/A# Common Development and Distribution License (the "License").
165N/A# You may not use this file except in compliance with the License.
165N/A#
165N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
165N/A# or http://www.opensolaris.org/os/licensing.
165N/A# See the License for the specific language governing permissions
165N/A# and limitations under the License.
165N/A#
165N/A# When distributing Covered Code, include this CDDL HEADER in each
165N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
165N/A# If applicable, add the following below this CDDL HEADER, with the
165N/A# fields enclosed by brackets "[]" replaced with your own identifying
165N/A# information: Portions Copyright [yyyy] [name of copyright owner]
165N/A#
165N/A# CDDL HEADER END
165N/A#
165N/A
165N/A#
165N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
165N/A#
165N/A
165N/Ainclude ../../make-rules/shared-macros.mk
165N/A
165N/ACOMPONENT_NAME= sed
165N/ACOMPONENT_VERSION= 4.2.2
165N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/sed/
165N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
165N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
165N/ACOMPONENT_ARCHIVE_HASH= \
165N/A sha256:fea0a94d4b605894f3e2d5572e3f96e4413bcad3a085aae7367c2cf07908b2ff
165N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/pub/gnu/sed/$(COMPONENT_ARCHIVE)
165N/ACOMPONENT_BUGDB= utility/gnu-sed
165N/A
165N/ATPNO= 12595
206N/A
165N/Ainclude $(WS_MAKE_RULES)/prep.mk
165N/Ainclude $(WS_MAKE_RULES)/configure.mk
165N/Ainclude $(WS_MAKE_RULES)/ips.mk
165N/A
165N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
165N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
165N/A
165N/A# Enable ASLR for this component
165N/AASLR_MODE = $(ASLR_ENABLE)
165N/A
165N/A# common targets
165N/Aconfigure: $(CONFIGURE_64)
165N/A
165N/Abuild: $(BUILD_64)
165N/A
165N/Ainstall: $(INSTALL_64)
165N/A
165N/Atest: $(TEST_64)
165N/A
165N/A
165N/AREQUIRED_PACKAGES += system/library
165N/A