Makefile revision 3661
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift#
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift# CDDL HEADER START
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift#
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift# The contents of this file are subject to the terms of the
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift# Common Development and Distribution License (the "License").
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift# You may not use this file except in compliance with the License.
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift#
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# or http://www.opensolaris.org/os/licensing.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# See the License for the specific language governing permissions
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift# and limitations under the License.
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift#
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift# When distributing Covered Code, include this CDDL HEADER in each
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# If applicable, add the following below this CDDL HEADER, with the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac#
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift# CDDL HEADER END
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift#
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift#
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swiftinclude ../../../make-rules/shared-macros.mk
f942111bad80adccea5b91d2039f0b8118ec00admatthew_swift
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swiftPATH=/usr/bin:/usr/gnu/bin:/usr/sbin
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swiftCOMPONENT_NAME= setuptools
f942111bad80adccea5b91d2039f0b8118ec00admatthew_swiftCOMPONENT_VERSION= 0.6
f65733ef5ab8cedafc18f3f1fb55892fb4a6ad24matthew_swiftCOMPONENT_SUBVERSION= 11
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swiftIPS_COMPONENT_VERSION= $(COMPONENT_VERSION).$(COMPONENT_SUBVERSION)
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swiftCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)c$(COMPONENT_SUBVERSION)
de1b62916f8fa5d6d47885d9483ceb398cd41763matthew_swiftCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
de1b62916f8fa5d6d47885d9483ceb398cd41763matthew_swiftCOMPONENT_ARCHIVE_HASH= \
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift sha256:630fea9b726320b73ee3ca6ff61732cb32675b0389be658080fe46383b87a1d3
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swiftCOMPONENT_ARCHIVE_URL= http://pypi.python.org/packages/source/s/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swiftCOMPONENT_BUGDB= python-mod/setuptools
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swiftTPNO= 9297
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swiftinclude $(WS_TOP)/make-rules/prep.mk
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swiftinclude $(WS_TOP)/make-rules/setup.py.mk
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swiftinclude $(WS_TOP)/make-rules/ips.mk
6268e3d1b165bc72bbab62862e9b3b30e8883c97matthew_swift
6e15746f7a3ef28e9242e8aef4dbc6e2555e42cematthew_swift# common targets
6e15746f7a3ef28e9242e8aef4dbc6e2555e42cematthew_swiftbuild: $(BUILD_NO_ARCH)
6e15746f7a3ef28e9242e8aef4dbc6e2555e42cematthew_swift
b122541fabc269e1d7787a8779cf1bb4063152abmatthew_swiftinstall: $(INSTALL_NO_ARCH)
f65733ef5ab8cedafc18f3f1fb55892fb4a6ad24matthew_swift
f65733ef5ab8cedafc18f3f1fb55892fb4a6ad24matthew_swifttest: $(NO_TESTS)
b122541fabc269e1d7787a8779cf1bb4063152abmatthew_swift
f65733ef5ab8cedafc18f3f1fb55892fb4a6ad24matthew_swiftBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
f65733ef5ab8cedafc18f3f1fb55892fb4a6ad24matthew_swift
9860f501d4514087515a9b3af4aded9876092276matthew_swiftinclude $(WS_TOP)/make-rules/depend.mk
9860f501d4514087515a9b3af4aded9876092276matthew_swift