components/aalib/Makefile
author Danek Duvall <danek.duvall@oracle.com>
Thu, 13 Oct 2016 08:59:50 -0700
changeset 7102 64f95a1ef701
parent 6552 402379bc1b60
child 7687 1093e2a9adbd
permissions -rw-r--r--
23583425 obsolete mercurial-26 needs update to allow upgrade from S11
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
294
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     1
#
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     3
#
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     7
#
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    12
#
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    18
#
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    20
#
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    21
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    22
#
5563
f50fba81e706 22720551 aalib should switch from slang to ncurses
Atiq Rahman <atiq.rahman@oracle.com>
parents: 5125
diff changeset
    23
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
294
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    24
#
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    25
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5563
diff changeset
    26
# Prefer 32-bit over 64-bit as we have to manually shuffle the resulting
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5563
diff changeset
    27
# binaries around anyway in the package manifest.
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5563
diff changeset
    28
BUILD_BITS= 32_and_64
294
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    29
include ../../make-rules/shared-macros.mk
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    30
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    31
COMPONENT_NAME=		aalib
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    32
COMPONENT_VERSION=	1.4.0
582
f788d69e0553 7085723 use pkg.human-version
Rich Burridge <rich.burridge@oracle.com>
parents: 294
diff changeset
    33
HUMAN_VERSION=		1.4rc5
294
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    34
IPS_COMPONENT_VERSION =	1.4.5
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 582
diff changeset
    35
COMPONENT_PROJECT_URL=	http://aa-project.sourceforge.net/aalib/
582
f788d69e0553 7085723 use pkg.human-version
Rich Burridge <rich.burridge@oracle.com>
parents: 294
diff changeset
    36
COMPONENT_ARCHIVE=	$(COMPONENT_NAME)-$(HUMAN_VERSION).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
    37
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
    38
    sha256:fbddda9230cf6ee2a4f5706b4b11e2190ae45f5eda1f0409dc4f99b35e0a70ee
294
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    39
COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/aa-project/$(COMPONENT_ARCHIVE)
1058
34d7aaa03423 15886624 Auto-generation of Userland gate list - Phase 3
Rich Burridge <rich.burridge@oracle.com>
parents: 800
diff changeset
    40
COMPONENT_BUGDB=	library/aalib
294
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    41
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1191
diff changeset
    42
TPNO=			6118
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1191
diff changeset
    43
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5563
diff changeset
    44
SYSTEM_TEST_TARGET= $(SYSTEM_TEST_32_and_64)
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5563
diff changeset
    45
include $(WS_MAKE_RULES)/common.mk
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3583
diff changeset
    46
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3583
diff changeset
    47
LINT_FLAGS += -I$(SOURCE_DIR)/src
294
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    48
5125
34cc580c62c2 21029732 PKG_CONFIG_PATH should be included in CONFIGURE_ENV and BUILD_ENV
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4206
diff changeset
    49
# Ensure ancient autoconf scripts are overwritten with fixed versions that
34cc580c62c2 21029732 PKG_CONFIG_PATH should be included in CONFIGURE_ENV and BUILD_ENV
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4206
diff changeset
    50
# properly detect SunOS 5.x hosts.
34cc580c62c2 21029732 PKG_CONFIG_PATH should be included in CONFIGURE_ENV and BUILD_ENV
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4206
diff changeset
    51
COMPONENT_PREP_ACTION += (cd $(@D); autoreconf -fiv)
34cc580c62c2 21029732 PKG_CONFIG_PATH should be included in CONFIGURE_ENV and BUILD_ENV
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 4206
diff changeset
    52
294
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    53
CONFIGURE_OPTIONS	+= --infodir=$(CONFIGURE_INFODIR)
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    54
CONFIGURE_OPTIONS	+= --enable-shared
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    55
CONFIGURE_OPTIONS	+= --disable-static
5563
f50fba81e706 22720551 aalib should switch from slang to ncurses
Atiq Rahman <atiq.rahman@oracle.com>
parents: 5125
diff changeset
    56
CONFIGURE_OPTIONS       += --with-curses-driver
f50fba81e706 22720551 aalib should switch from slang to ncurses
Atiq Rahman <atiq.rahman@oracle.com>
parents: 5125
diff changeset
    57
CONFIGURE_OPTIONS       += --without-slang-driver
f50fba81e706 22720551 aalib should switch from slang to ncurses
Atiq Rahman <atiq.rahman@oracle.com>
parents: 5125
diff changeset
    58
CONFIGURE_OPTIONS	+= --x-includes=$(USRINCDIR)
294
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    59
CONFIGURE_OPTIONS	+= --x-libraries=$(CONFIGURE_LIBDIR.$(BITS))
06886d876b9e 7052778 move aalib to userland
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents:
diff changeset
    60
3583
9837d78b0c73 20298621 aalib should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    61
COMPONENT_TEST_DIR =	$(@D)/src
9837d78b0c73 20298621 aalib should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    62
COMPONENT_TEST_CMD =	perl -E 'say "\n" x 40' | ./aatest
9837d78b0c73 20298621 aalib should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    63
COMPONENT_TEST_ARGS =	-kbddriver stdin -driver stdout
9837d78b0c73 20298621 aalib should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    64
COMPONENT_TEST_TARGETS =
9837d78b0c73 20298621 aalib should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    65
4206
a24a2855075c 20974465 Two "gmake system-test" infrastructure fixes plus 3 components with system tests
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    66
COMPONENT_SYSTEM_TEST_DIR =	$(SOURCE_DIR)/src
a24a2855075c 20974465 Two "gmake system-test" infrastructure fixes plus 3 components with system tests
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    67
COMPONENT_SYSTEM_TEST_CMD =	perl -E 'say "\n" x 40' | /usr/demo/aalib/aatest
a24a2855075c 20974465 Two "gmake system-test" infrastructure fixes plus 3 components with system tests
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    68
COMPONENT_SYSTEM_TEST_ARGS =	-kbddriver stdin -driver stdout
a24a2855075c 20974465 Two "gmake system-test" infrastructure fixes plus 3 components with system tests
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    69
COMPONENT_SYSTEM_TEST_TARGETS =
a24a2855075c 20974465 Two "gmake system-test" infrastructure fixes plus 3 components with system tests
Rich Burridge <rich.burridge@oracle.com>
parents: 3817
diff changeset
    70
3583
9837d78b0c73 20298621 aalib should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    71
# Master test results are the same for both 32-bit and 64-bit, so override
9837d78b0c73 20298621 aalib should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    72
# here, rather than create multiple identical master files.
9837d78b0c73 20298621 aalib should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    73
COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
9837d78b0c73 20298621 aalib should have some master test results to compare against
Rich Burridge <rich.burridge@oracle.com>
parents: 2225
diff changeset
    74
5563
f50fba81e706 22720551 aalib should switch from slang to ncurses
Atiq Rahman <atiq.rahman@oracle.com>
parents: 5125
diff changeset
    75
REQUIRED_PACKAGES += library/ncurses
3817
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3583
diff changeset
    76
REQUIRED_PACKAGES += shell/ksh93
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3583
diff changeset
    77
REQUIRED_PACKAGES += system/library/math
30b42c38bbc4 15786608 SUNBT7162754 create new meta package developer/opensolaris/userland
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents: 3583
diff changeset
    78
REQUIRED_PACKAGES += x11/library/libx11