Makefile revision 1874
97N/A#
97N/A# CDDL HEADER START
97N/A#
97N/A# The contents of this file are subject to the terms of the
97N/A# Common Development and Distribution License (the "License").
97N/A# You may not use this file except in compliance with the License.
97N/A#
97N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
97N/A# or http://www.opensolaris.org/os/licensing.
97N/A# See the License for the specific language governing permissions
97N/A# and limitations under the License.
97N/A#
97N/A# When distributing Covered Code, include this CDDL HEADER in each
97N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
97N/A# If applicable, add the following below this CDDL HEADER, with the
97N/A# fields enclosed by brackets "[]" replaced with your own identifying
97N/A# information: Portions Copyright [yyyy] [name of copyright owner]
97N/A#
97N/A# CDDL HEADER END
97N/A#
3643N/A# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
97N/A#
97N/Ainclude ../../../make-rules/shared-macros.mk
97N/A
97N/APATH=/usr/bin:/usr/gnu/bin:/usr/sbin
1119N/A
618N/ACOMPONENT_NAME= setuptools
97N/ACOMPONENT_VERSION= 0.6
97N/ACOMPONENT_SUBVERSION= 11
844N/AIPS_COMPONENT_VERSION= $(COMPONENT_VERSION).$(COMPONENT_SUBVERSION)
1119N/A
618N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)c$(COMPONENT_SUBVERSION)
1258N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1119N/ACOMPONENT_ARCHIVE_HASH= \
1119N/A sha256:630fea9b726320b73ee3ca6ff61732cb32675b0389be658080fe46383b87a1d3
1119N/ACOMPONENT_ARCHIVE_URL= http://pypi.python.org/packages/source/s/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
1119N/ACOMPONENT_BUGDB= python-mod/setuptools
1119N/A
1119N/Ainclude $(WS_TOP)/make-rules/prep.mk
1119N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
2899N/Ainclude $(WS_TOP)/make-rules/ips.mk
1119N/A
3817N/A# common targets
3817N/Abuild: $(BUILD_NO_ARCH)
3817N/A
97N/Ainstall: $(INSTALL_NO_ARCH)
1119N/A
1119N/Atest: $(NO_TESTS)
99N/A
99N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
97N/A
99N/Ainclude $(WS_TOP)/make-rules/depend.mk
99N/A