Makefile revision 2058
32N/A#
32N/A# CDDL HEADER START
1333N/A#
32N/A# The contents of this file are subject to the terms of the
32N/A# Common Development and Distribution License (the "License").
919N/A# You may not use this file except in compliance with the License.
919N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
919N/A#
32N/Ainclude ../../../make-rules/shared-macros.mk
32N/A
32N/ACOMPONENT_NAME= importlib
32N/ACOMPONENT_VERSION= 1.0.2
493N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
32N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
32N/ACOMPONENT_ARCHIVE_HASH= \
1333N/A sha256:24d0966aa76859b288485803f310076512f87377e6c9afe9c28c52a8ccdd328c
32N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
911N/ACOMPONENT_PROJECT_URL= https://pypi.python.org/pypi/importlib
1333N/ACOMPONENT_BUGDB= python-mod/importlib
1333N/A
911N/A# The importlib module was integrated into Python 2.7, so we should
32N/A# only deliver a 2.6 module.
606N/APYTHON_VERSIONS = 2.6
32N/A
970N/Ainclude $(WS_TOP)/make-rules/prep.mk
970N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
970N/Ainclude $(WS_TOP)/make-rules/ips.mk
970N/A
970N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
970N/A
970N/A# common targets
1333N/Abuild: $(BUILD_NO_ARCH)
1333N/A
970N/Ainstall: $(INSTALL_NO_ARCH)
32N/A
32N/Atest: $(NO_TESTS)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk