d0cd4568592f103a454ac647f4961af293f88f4ejim#
ec79b29695b183f794264bbb578c51e93d1f9b1emartin# CDDL HEADER START
6aa2272cc4af77e605ba2c4a4781f8567408b7e3pquerna#
ee508128c414648982d1cca7801f63b01a0a4f8aminfrin# The contents of this file are subject to the terms of the
5deae13e827ad3a8d1972f457fd331e7fcbdbcb8jerenkrantz# Common Development and Distribution License (the "License").
5deae13e827ad3a8d1972f457fd331e7fcbdbcb8jerenkrantz# You may not use this file except in compliance with the License.
5deae13e827ad3a8d1972f457fd331e7fcbdbcb8jerenkrantz#
24e8199695b555aafbd4e0035d8f03c9263c2eb2jerenkrantz# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
24e8199695b555aafbd4e0035d8f03c9263c2eb2jerenkrantz# or http://www.opensolaris.org/os/licensing.
24e8199695b555aafbd4e0035d8f03c9263c2eb2jerenkrantz# See the License for the specific language governing permissions
d1197e9701d5464a365fbc6925466966cd95b86djerenkrantz# and limitations under the License.
d1197e9701d5464a365fbc6925466966cd95b86djerenkrantz#
d1197e9701d5464a365fbc6925466966cd95b86djerenkrantz# When distributing Covered Code, include this CDDL HEADER in each
7e852fc77c66ea1edb4e88808bb75ecd3603a2e5wrowe# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7e852fc77c66ea1edb4e88808bb75ecd3603a2e5wrowe# If applicable, add the following below this CDDL HEADER, with the
7e852fc77c66ea1edb4e88808bb75ecd3603a2e5wrowe# fields enclosed by brackets "[]" replaced with your own identifying
7e852fc77c66ea1edb4e88808bb75ecd3603a2e5wrowe# information: Portions Copyright [yyyy] [name of copyright owner]
7e852fc77c66ea1edb4e88808bb75ecd3603a2e5wrowe#
e5106092b7fae78cec4898042a78a10acccb4cacwrowe# CDDL HEADER END
e5106092b7fae78cec4898042a78a10acccb4cacwrowe#
e5106092b7fae78cec4898042a78a10acccb4cacwrowe
e5106092b7fae78cec4898042a78a10acccb4cacwrowe#
e5106092b7fae78cec4898042a78a10acccb4cacwrowe# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
e5106092b7fae78cec4898042a78a10acccb4cacwrowe#
e5106092b7fae78cec4898042a78a10acccb4cacwrowe
470d223738c1dfc4e07c7fae5d186e9dfadd9643jortoninclude ../../../make-rules/shared-macros.mk
470d223738c1dfc4e07c7fae5d186e9dfadd9643jorton
470d223738c1dfc4e07c7fae5d186e9dfadd9643jortonCOMPONENT_NAME= enum34
81bd9331da3bd0f53255d52b1475480ff3a4b395trawickCOMPONENT_VERSION= 1.1.6
81bd9331da3bd0f53255d52b1475480ff3a4b395trawickCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
81bd9331da3bd0f53255d52b1475480ff3a4b395trawickCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
cd3bbd6d2df78d6c75e5d159a81ef8bdd5f70df9trawickCOMPONENT_ARCHIVE_HASH= \
cd3bbd6d2df78d6c75e5d159a81ef8bdd5f70df9trawick sha256:8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1
cd3bbd6d2df78d6c75e5d159a81ef8bdd5f70df9trawickCOMPONENT_ARCHIVE_URL= $(call pypi_url)
cd3bbd6d2df78d6c75e5d159a81ef8bdd5f70df9trawickCOMPONENT_PROJECT_URL= https://pypi.python.org/pypi/enum34
c7c8dd19c90c5ee7205ccdf443585d14da3daecechrisdCOMPONENT_BUGDB= python-mod/enum34
c7c8dd19c90c5ee7205ccdf443585d14da3daecechrisd
c7c8dd19c90c5ee7205ccdf443585d14da3daecechrisdTPNO= 29059
c7c8dd19c90c5ee7205ccdf443585d14da3daecechrisd
13ce20bba632871d7ceb413f39dc73c718ddec7dchrisd# enum34 is superfluous in Python 3.4
c7c8dd19c90c5ee7205ccdf443585d14da3daecechrisdPYTHON_VERSIONS = $(PYTHON2_VERSIONS)
421e0a5d1c49de76406f61e9abef271af2336c31rpluem
421e0a5d1c49de76406f61e9abef271af2336c31rplueminclude $(WS_MAKE_RULES)/prep.mk
421e0a5d1c49de76406f61e9abef271af2336c31rplueminclude $(WS_MAKE_RULES)/setup.py.mk
108ebbb87b2a46f4416ec507824471a483c39fe1sctemmeinclude $(WS_MAKE_RULES)/ips.mk
108ebbb87b2a46f4416ec507824471a483c39fe1sctemme
108ebbb87b2a46f4416ec507824471a483c39fe1sctemmeASLR_MODE = $(ASLR_NOT_APPLICABLE)
108ebbb87b2a46f4416ec507824471a483c39fe1sctemme
bed7fc979e00a75f76ed79245f003b52e91d40abchrisdCOMPONENT_TEST_ARGS= enum/test.py
bed7fc979e00a75f76ed79245f003b52e91d40abchrisdCOMPONENT_TEST_DIR= $(COMPONENT_SRC)
bed7fc979e00a75f76ed79245f003b52e91d40abchrisd
bed7fc979e00a75f76ed79245f003b52e91d40abchrisd# common targets
bed7fc979e00a75f76ed79245f003b52e91d40abchrisdbuild: $(BUILD_NO_ARCH)
bed7fc979e00a75f76ed79245f003b52e91d40abchrisd
bed7fc979e00a75f76ed79245f003b52e91d40abchrisdinstall: $(INSTALL_NO_ARCH)
bed7fc979e00a75f76ed79245f003b52e91d40abchrisd
7abe34dd5a20fc8fde09dca9116b88e6ddfd55ddjortontest: $(TEST_NO_ARCH)
7abe34dd5a20fc8fde09dca9116b88e6ddfd55ddjorton