components/libsigsegv/Makefile
author Stefan Teleman <stefan.teleman@oracle.com>
Mon, 16 Mar 2015 13:28:51 -0700
changeset 3955 4e310c8109a5
parent 3817 30b42c38bbc4
child 4339 6501cf9c29f9
permissions -rw-r--r--
20461144 LIBSTDCXX should have some master test results to compare against 20021138 stdcxx fails to build with studio 12.4 fcs 20460634 NEON should have some master test results to compare against 20460896 OCAML has no tests and no master test results files 19931870 "gmake test" failures for libneon
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
95
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     1
#
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     3
#
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     7
#
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    12
#
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    18
#
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    20
#
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    21
# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
95
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    22
#
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    23
include ../../make-rules/shared-macros.mk
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    24
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    25
COMPONENT_NAME=		libsigsegv
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    26
COMPONENT_VERSION=	2.6
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 181
diff changeset
    27
COMPONENT_PROJECT_URL=	http://www.gnu.org/software/libsigsegv/
95
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    28
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    29
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 609
diff changeset
    30
COMPONENT_ARCHIVE_HASH=	\
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 609
diff changeset
    31
    sha256:c18b3b0975ec7e0a6af03a9533d7ffbdc500bb146e0ca338a6174b1346d655bb
95
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/gnu/libsigsegv/$(COMPONENT_ARCHIVE)
1058
34d7aaa03423 15886624 Auto-generation of Userland gate list - Phase 3
Rich Burridge <rich.burridge@oracle.com>
parents: 800
diff changeset
    33
COMPONENT_BUGDB=	library/libsigsegv
95
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    34
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1434
diff changeset
    35
TPNO=			8453
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1434
diff changeset
    36
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    37
include $(WS_MAKE_RULES)/prep.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    38
include $(WS_MAKE_RULES)/configure.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    39
include $(WS_MAKE_RULES)/ips.mk
95
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    40
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    41
CONFIGURE_OPTIONS  +=		--disable-static
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    42
CONFIGURE_OPTIONS  +=		--enable-shared
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    43
CONFIGURE_OPTIONS  +=		CFLAGS="$(CFLAGS)"
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    44
1434
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1058
diff changeset
    45
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1058
diff changeset
    46
95
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    47
# common targets
2225
f064d3d3190d 20078677 Userland Makefiles should support a configure: target
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    48
configure:	$(CONFIGURE_32_and_64)
f064d3d3190d 20078677 Userland Makefiles should support a configure: target
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    49
95
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    50
build:		$(BUILD_32_and_64)
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    51
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 95
diff changeset
    52
install:	$(INSTALL_32_and_64)
95
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    53
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 95
diff changeset
    54
test:		$(TEST_32_and_64)
95
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    55
bc205fa4b512 7017999 migrate libsigsegv to userland
Kevin Crowe <Kevin.Crowe@oracle.com>
parents:
diff changeset
    56
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2225
diff changeset
    57
REQUIRED_PACKAGES += system/library