components/getopt/Makefile
author Stacy Yeh <stacy.yeh@oracle.com>
Thu, 21 May 2015 13:48:49 -0700
changeset 4339 6501cf9c29f9
parent 3884 900fc6843a9d
child 4737 844cca6e99f3
permissions -rw-r--r--
21116842 add system-test targets to each component Makefile and to top-level Makefiles
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1211
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2145
diff changeset
    23
# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
1211
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		getopt
3884
900fc6843a9d 20555230 GNU getopt should be updated to version 1.1.6
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    29
COMPONENT_VERSION=	1.1.6
900fc6843a9d 20555230 GNU getopt should be updated to version 1.1.6
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    30
COMPONENT_PROJECT_URL=	http://frodo.looijaard.name/project/getopt/
1211
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH=	\
3884
900fc6843a9d 20555230 GNU getopt should be updated to version 1.1.6
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    34
    sha256:d0bf1dc642a993e7388a1cddfb9409bed375c21d5278056ccca3a0acd09dc5fe
900fc6843a9d 20555230 GNU getopt should be updated to version 1.1.6
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    35
COMPONENT_ARCHIVE_URL=	http://frodo.looijaard.name/system/files/software/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
1211
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
COMPONENT_BUGDB=	utility/gnu-getopt
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
3884
900fc6843a9d 20555230 GNU getopt should be updated to version 1.1.6
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    38
TPNO=			21550
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1394
diff changeset
    39
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2145
diff changeset
    40
include $(WS_MAKE_RULES)/prep.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2145
diff changeset
    41
include $(WS_MAKE_RULES)/justmake.mk
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2145
diff changeset
    42
include $(WS_MAKE_RULES)/ips.mk
1211
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
# getopt doesn't use configure, override the hard-wired values in the Makefile.
1394
5f86498eee95 16991973 some things ain't parfait'n
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 1211
diff changeset
    45
CC += "$(CC_BITS)"
5f86498eee95 16991973 some things ain't parfait'n
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 1211
diff changeset
    46
COMPONENT_BUILD_ARGS+=	CC="$(CC)"
1211
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
COMPONENT_BUILD_ARGS+=	CFLAGS="$(CFLAGS)"
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
COMPONENT_BUILD_ARGS+=	LIBCGETOPT=0
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
COMPONENT_INSTALL_ARGS+=	prefix=/usr/gnu
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
COMPONENT_INSTALL_ARGS+=	mandir=/usr/gnu/share/man
1394
5f86498eee95 16991973 some things ain't parfait'n
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 1211
diff changeset
    52
COMPONENT_INSTALL_ARGS+=	CC="$(CC)"
1211
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
COMPONENT_INSTALL_ARGS+=	CFLAGS="$(CFLAGS)"
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
# Stupid source tarball distribution contains two .o files.
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
COMPONENT_POST_UNPACK_ACTION= \
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
	$(RM) $(COMPONENT_SRC)/gnu/*.o
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
2145
bdf83a99948d 19796333 GNU getopt could use some tests
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    59
COMPONENT_TEST_ENV +=		PATH=$(BUILD_DIR_$(BITS)):$(PATH)
3884
900fc6843a9d 20555230 GNU getopt should be updated to version 1.1.6
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    60
COMPONENT_TEST_TARGETS =	test
2145
bdf83a99948d 19796333 GNU getopt could use some tests
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    61
1211
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
ASLR_MODE = $(ASLR_ENABLE)
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
build:		$(BUILD_64)
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
install:	$(INSTALL_64)
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
2145
bdf83a99948d 19796333 GNU getopt could use some tests
Rich Burridge <rich.burridge@oracle.com>
parents: 1948
diff changeset
    68
test:		$(TEST_64)
1211
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
4339
6501cf9c29f9 21116842 add system-test targets to each component Makefile and to top-level Makefiles
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3884
diff changeset
    70
system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
6501cf9c29f9 21116842 add system-test targets to each component Makefile and to top-level Makefiles
Stacy Yeh <stacy.yeh@oracle.com>
parents: 3884
diff changeset
    71
1211
72f88619e71d PSARC 2012/354 GNU getopt 1.1.5
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 2145
diff changeset
    73
REQUIRED_PACKAGES += system/library