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