components/ncurses/Makefile
author Vladimir Marek <Vladimir.Marek@oracle.com>
Mon, 25 Nov 2013 12:18:53 +0100
changeset 1575 4e52e4728eda
parent 1223 28d011526d15
child 1948 2d1537e7942d
permissions -rw-r--r--
17849875 Compilation fails when user has TERMINFO environment variable set
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1089
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    21
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    22
#
1223
28d011526d15 16419497 ASLR should be enabled for lftp, m4, ncurses, stunnel, tcpdump, and top
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1114
diff changeset
    23
# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
1089
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../make-rules/shared-macros.mk
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		ncurses
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
COMPONENT_VERSION=	5.7
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
COMPONENT_PROJECT_URL=	http://www.gnu.org/software/ncurses/
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
COMPONENT_ARCHIVE_HASH= \
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
    sha256:0a9bdea5c7de8ded5c9327ed642915f2cc380753f12d4ad120ef7da3ea3498f4
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=	http://ftp.gnu.org/pub/gnu/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
1114
5398cc32c3a8 16098241 TPNO adjustments for libtool and links for Solaris 12
Rich Burridge <rich.burridge@oracle.com>
parents: 1089
diff changeset
    36
COMPONENT_BUGDB=	library/ncurses
1089
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
include ../../make-rules/prep.mk
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
include ../../make-rules/configure.mk
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
include ../../make-rules/ips.mk
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
# Needed to make "gmake test" work.
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
COMPONENT_PRE_CONFIGURE_ACTION = \
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
	($(CLONEY) $(SOURCE_DIR) $(@D))
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
CONFIGURE_PREFIX =	/usr/gnu
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
# Needed to correctly build that 64-bit library.
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
LDFLAGS += $(CC_BITS)
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
CONFIGURE_OPTIONS +=	--with-shared
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
CONFIGURE_OPTIONS +=	--with-normal
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
CONFIGURE_OPTIONS +=	--enable-rpath
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
CONFIGURE_OPTIONS +=	--enable-widec
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    55
CONFIGURE_OPTIONS +=	--includedir=$(USRINCDIR)/ncurses
1575
4e52e4728eda 17849875 Compilation fails when user has TERMINFO environment variable set
Vladimir Marek <Vladimir.Marek@oracle.com>
parents: 1223
diff changeset
    56
CONFIGURE_OPTIONS +=	--with-default-terminfo-dir=$(GNUSHARE)/terminfo
1089
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    57
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
# Needed to pass -m32 or -m64 to the C/C++ compiler and linker.
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    59
CONFIGURE_OPTIONS +=	CFLAGS="$(CFLAGS)"
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
CONFIGURE_OPTIONS +=	CXXFLAGS="$(CXXFLAGS)"
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
CONFIGURE_OPTIONS +=	LDFLAGS="$(LDFLAGS)"
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    62
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    63
# XXX: Ugly hack copied directly from the desktop SUNWncurses.spec file:
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    64
# The sun-color terminfo included in ncurses does not work;
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    65
# copying the one shipped with Sun's curses fixes it:
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    66
COMPONENT_POST_INSTALL_ACTION += \
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    67
	$(CP) /usr/share/lib/terminfo/s/sun-color \
1575
4e52e4728eda 17849875 Compilation fails when user has TERMINFO environment variable set
Vladimir Marek <Vladimir.Marek@oracle.com>
parents: 1223
diff changeset
    68
	$(PROTO_DIR)$(GNUSHARE)/terminfo/s/
1089
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    69
1223
28d011526d15 16419497 ASLR should be enabled for lftp, m4, ncurses, stunnel, tcpdump, and top
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1114
diff changeset
    70
ASLR_MODE = $(ASLR_ENABLE)
28d011526d15 16419497 ASLR should be enabled for lftp, m4, ncurses, stunnel, tcpdump, and top
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 1114
diff changeset
    71
1089
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    72
# common targets
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    73
build:          $(BUILD_32_and_64)
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    74
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    75
install:        $(INSTALL_32_and_64)
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    76
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    77
test:           $(BUILD_32_and_64)
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    78
		(cd $(BUILD_DIR)/$(MACH32)/test; $(GMAKE))
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    79
		(cd $(BUILD_DIR)/$(MACH64)/test; $(GMAKE))
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    80
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    81
BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    82
2a15dc132359 15820213 SUNBT7202653 Move ncurses from Desktop consolidation to Userland
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    83
include ../../make-rules/depend.mk