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