Makefile revision 618
2af16be6499b471788876210714090c7904e5b18vboxsync#
2af16be6499b471788876210714090c7904e5b18vboxsync# CDDL HEADER START
3a8aa22ef125135ef67bfc396771bcee15ef02dfvboxsync#
2af16be6499b471788876210714090c7904e5b18vboxsync# The contents of this file are subject to the terms of the
2af16be6499b471788876210714090c7904e5b18vboxsync# Common Development and Distribution License (the "License").
2af16be6499b471788876210714090c7904e5b18vboxsync# You may not use this file except in compliance with the License.
8bf3e69c2ab2676fd10b3f9286a600608d3710e0vboxsync#
2af16be6499b471788876210714090c7904e5b18vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2af16be6499b471788876210714090c7904e5b18vboxsync# or http://www.opensolaris.org/os/licensing.
2af16be6499b471788876210714090c7904e5b18vboxsync# See the License for the specific language governing permissions
2af16be6499b471788876210714090c7904e5b18vboxsync# and limitations under the License.
2af16be6499b471788876210714090c7904e5b18vboxsync#
2af16be6499b471788876210714090c7904e5b18vboxsync# When distributing Covered Code, include this CDDL HEADER in each
2af16be6499b471788876210714090c7904e5b18vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2af16be6499b471788876210714090c7904e5b18vboxsync# If applicable, add the following below this CDDL HEADER, with the
2af16be6499b471788876210714090c7904e5b18vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
2af16be6499b471788876210714090c7904e5b18vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
2af16be6499b471788876210714090c7904e5b18vboxsync#
2af16be6499b471788876210714090c7904e5b18vboxsync# CDDL HEADER END
2af16be6499b471788876210714090c7904e5b18vboxsync#
2af16be6499b471788876210714090c7904e5b18vboxsync# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
2af16be6499b471788876210714090c7904e5b18vboxsync#
2af16be6499b471788876210714090c7904e5b18vboxsyncinclude ../../make-rules/shared-macros.mk
7e8c58de93a6432f55ba0f4550c02a47b4302effvboxsync
7e8c58de93a6432f55ba0f4550c02a47b4302effvboxsyncCOMPONENT_NAME= libsigsegv
2af16be6499b471788876210714090c7904e5b18vboxsyncCOMPONENT_VERSION= 2.6
2af16be6499b471788876210714090c7904e5b18vboxsyncCOMPONENT_PROJECT_URL= http://www.gnu.org/software/libsigsegv/
2af16be6499b471788876210714090c7904e5b18vboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2af16be6499b471788876210714090c7904e5b18vboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2af16be6499b471788876210714090c7904e5b18vboxsyncCOMPONENT_ARCHIVE_HASH= sha1:15ca1dd9574012b8c4c4d2bf6ba945546114b0b5
2af16be6499b471788876210714090c7904e5b18vboxsyncCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/libsigsegv/$(COMPONENT_ARCHIVE)
2af16be6499b471788876210714090c7904e5b18vboxsync
2af16be6499b471788876210714090c7904e5b18vboxsyncinclude ../../make-rules/prep.mk
2af16be6499b471788876210714090c7904e5b18vboxsyncinclude ../../make-rules/configure.mk
31688b89426937945c6483658481f63fce11e4f9vboxsyncinclude ../../make-rules/ips.mk
31688b89426937945c6483658481f63fce11e4f9vboxsync
2af16be6499b471788876210714090c7904e5b18vboxsyncCONFIGURE_OPTIONS += --disable-static
b93285711a9cc1f5d896d3f218066f3f197040f2vboxsyncCONFIGURE_OPTIONS += --enable-shared
4a4a02cc2a09b5e3c55908c6995182c6b038e398vboxsyncCONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
5c2e23084fe3d3163d8f441b99cfd9d2f76b6b2avboxsync
8fd34e7ae3063edbb40b14b465d53f0a326d17abvboxsync# common targets
b93285711a9cc1f5d896d3f218066f3f197040f2vboxsyncbuild: $(BUILD_32_and_64)
b93285711a9cc1f5d896d3f218066f3f197040f2vboxsync
11ce56bcade707e24d4306dc096b8ad5b856907cvboxsyncinstall: $(INSTALL_32_and_64)
2af16be6499b471788876210714090c7904e5b18vboxsync
2af16be6499b471788876210714090c7904e5b18vboxsynctest: $(TEST_32_and_64)
2af16be6499b471788876210714090c7904e5b18vboxsync
2af16be6499b471788876210714090c7904e5b18vboxsyncBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
2af16be6499b471788876210714090c7904e5b18vboxsync
2af16be6499b471788876210714090c7904e5b18vboxsyncinclude ../../make-rules/depend.mk
52074c154eee32ae72b36b5b15d04ac6fade3752vboxsync