components/python/pycups/Makefile
author david.comay@oracle.com
Fri, 09 May 2014 20:59:20 -0700
changeset 1890 5a4ef66c42bf
parent 1434 c782e620dd26
child 1907 446472de62e9
permissions -rw-r--r--
16808434 Many components probably don't need a PATH line in their Makefiles 17395397 components/python/decorator/Makefile missing COMPONENT_BUGDB 17952703 transform should be added to drop irrelevant Python dependencies 17975940 mako could have dependency for markupsafe 18293987 /usr/bin/alembic should be shipped 18293992 boto's demo scripts aren't delivered executable 18294001 coverage Python package doesn't deliver 64-bit object 18294049 imaging Python package has some issues 18294059 various Python modules needs work-around for broken 2.7 RUNPATH issue 18377642 py.test has a requirement on py 18539154 Improvements can be made to many Python module dependencies 18539214 Some Python modules can have their tests enabled (Phase 1)
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
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    38
include $(WS_TOP)/make-rules/prep.mk
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    39
include $(WS_TOP)/make-rules/setup.py.mk
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    40
include $(WS_TOP)/make-rules/ips.mk
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    41
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    42
# 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
    43
CFLAGS += -DVERSION=\\\"$(COMPONENT_VERSION)\\\"
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@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
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    47
# 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
    48
# 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
    49
LD=$(CC)
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    50
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
    51
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
    52
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
    53
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
    54
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
    55
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
    56
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    57
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
    58
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
    59
234
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    60
# common targets
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    61
build:		$(BUILD_32_and_64)
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    62
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    63
install:	$(INSTALL_32_and_64)
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    64
1890
5a4ef66c42bf 16808434 Many components probably don't need a PATH line in their Makefiles
david.comay@oracle.com
parents: 1434
diff changeset
    65
test:		$(TEST_32_and_64)
234
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    66
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    67
BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    68
1c4c70a4bdee 7044049 move pycups to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    69
include $(WS_TOP)/make-rules/depend.mk