components/python/pycups/Makefile
author John Beck <John.Beck@Oracle.COM>
Mon, 19 May 2014 07:37:20 -0700
changeset 1907 446472de62e9
parent 1890 5a4ef66c42bf
child 1948 2d1537e7942d
permissions -rw-r--r--
PSARC 2014/151 Python 3.4 15819724 SUNBT7202228 python 3.4 18756157 upgrade setuptools to 0.9.6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
234
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     1
#
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     3
#
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     7
#
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    12
#
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    18
#
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    20
#
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    21
234
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    22
#
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    23
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    24
#
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    25
234
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    27
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		pycups
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    29
COMPONENT_VERSION=	1.9.46
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 234
diff changeset
    30
COMPONENT_PROJECT_URL=	http://cyberelk.net/tim/software/pycups/
234
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    31
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    32
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 706
diff changeset
    33
COMPONENT_ARCHIVE_HASH=	\
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 706
diff changeset
    34
    sha256:74abd1d6b1a5b8a22d2ccf3730000848fcef0b63c6105b178f73ff76e72bc8fe
234
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    35
COMPONENT_ARCHIVE_URL=	http://cyberelk.net/tim/data/pycups/$(COMPONENT_ARCHIVE)
1058
34d7aaa03423 15886624 Auto-generation of Userland gate list - Phase 3
Rich Burridge <rich.burridge@oracle.com>
parents: 873
diff changeset
    36
COMPONENT_BUGDB=	python-mod/pycups
234
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    37
1907
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1890
diff changeset
    38
# Fails to compile: not Python 3 ready.
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1890
diff changeset
    39
PYTHON_VERSIONS = 2.7 2.6
446472de62e9 PSARC 2014/151 Python 3.4
John Beck <John.Beck@Oracle.COM>
parents: 1890
diff changeset
    40
234
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    41
include $(WS_TOP)/make-rules/prep.mk
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    42
include $(WS_TOP)/make-rules/setup.py.mk
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    43
include $(WS_TOP)/make-rules/ips.mk
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    44
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    45
# pycups requires VERSION to be defined. Originally set in the package Makefile
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    46
CFLAGS += -DVERSION=\\\"$(COMPONENT_VERSION)\\\"
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    47
1434
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1058
diff changeset
    48
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
    49
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    50
# Needed to get around a broken /usr/lib/python2.7/config/Makefile
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    51
# See CR #16837431.
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    52
LD=$(CC)
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    53
LDSHARED=$(CC) -G
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    54
PYTHON_ENV += CC="$(CC)"
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    55
PYTHON_ENV += LDSHARED="$(LDSHARED)"
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    56
PYTHON_ENV += LD="$(LD)"
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    57
PYTHON_ENV += CFLAGS="$(CFLAGS)"
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    58
COMPONENT_INSTALL_ENV += $(PYTHON_ENV)
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    59
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    60
COMPONENT_TEST_ARGS=	test.py
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    61
COMPONENT_TEST_DIR=	$(COMPONENT_SRC)
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    62
234
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    63
# common targets
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    64
build:		$(BUILD_32_and_64)
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    65
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    66
install:	$(INSTALL_32_and_64)
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    67
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    68
test:		$(TEST_32_and_64)
234
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    69
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    70
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    71
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    72
include $(WS_TOP)/make-rules/depend.mk