Makefile revision 2899
0N/A#
0N/A# CDDL HEADER START
11N/A#
11N/A# The contents of this file are subject to the terms of the
11N/A# Common Development and Distribution License (the "License").
11N/A# You may not use this file except in compliance with the License.
11N/A#
39N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11N/A# or http://www.opensolaris.org/os/licensing.
11N/A# See the License for the specific language governing permissions
23N/A# and limitations under the License.
23N/A#
23N/A# When distributing Covered Code, include this CDDL HEADER in each
11N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
11N/A# If applicable, add the following below this CDDL HEADER, with the
11N/A# fields enclosed by brackets "[]" replaced with your own identifying
11N/A# information: Portions Copyright [yyyy] [name of copyright owner]
11N/A#
11N/A# CDDL HEADER END
11N/A#
0N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
11N/A#
11N/Ainclude ../../make-rules/shared-macros.mk
11N/A
11N/ACOMPONENT_NAME= libsigsegv
11N/ACOMPONENT_VERSION= 2.6
11N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/libsigsegv/
11N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
11N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
11N/ACOMPONENT_ARCHIVE_HASH= \
11N/A sha256:c18b3b0975ec7e0a6af03a9533d7ffbdc500bb146e0ca338a6174b1346d655bb
11N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/libsigsegv/$(COMPONENT_ARCHIVE)
11N/ACOMPONENT_BUGDB= library/libsigsegv
11N/A
11N/ATPNO= 8453
11N/A
11N/Ainclude ../../make-rules/prep.mk
0N/Ainclude ../../make-rules/configure.mk
11N/Ainclude ../../make-rules/ips.mk
11N/A
130N/ACONFIGURE_OPTIONS += --disable-static
39N/ACONFIGURE_OPTIONS += --enable-shared
39N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
39N/A
130N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
130N/A
130N/A# common targets
130N/Abuild: $(BUILD_32_and_64)
130N/A
39N/Ainstall: $(INSTALL_32_and_64)
130N/A
11N/Atest: $(TEST_32_and_64)
11N/A
11N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
11N/A
11N/Ainclude ../../make-rules/depend.mk
11N/A