Makefile revision 6033
536N/A#
536N/A# CDDL HEADER START
1339N/A#
536N/A# The contents of this file are subject to the terms of the
1422N/A# Common Development and Distribution License (the "License").
536N/A# You may not use this file except in compliance with the License.
536N/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
919N/A#
919N/A# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
919N/A#
536N/A
536N/Ainclude ../../../make-rules/shared-macros.mk
536N/A
536N/ACOMPONENT_NAME= eventlet
536N/ACOMPONENT_VERSION= 0.17.4
536N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
970N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
970N/ACOMPONENT_ARCHIVE_HASH= \
970N/A sha256:8721e9714eaff8d20f2407e0d3a80069db6b57c9226c26ee9db25c541d06556d
970N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
1339N/ACOMPONENT_PROJECT_URL= http://eventlet.net/
1339N/ACOMPONENT_BUGDB= python-mod/eventlet
1360N/A
1339N/ATPNO= 25735
536N/A
536N/Ainclude $(WS_MAKE_RULES)/prep.mk
536N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
536N/Ainclude $(WS_MAKE_RULES)/ips.mk
1422N/A
1422N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1422N/A
1422N/ACOMPONENT_TEST_DIR = $(SOURCE_DIR)
536N/ACOMPONENT_TEST_ARGS = setup.py test
536N/A
536N/A# common targets
536N/Abuild: $(BUILD_NO_ARCH)
536N/A
1422N/Ainstall: $(INSTALL_NO_ARCH)
1422N/A
536N/Atest: $(TEST_NO_ARCH)
536N/A