Makefile revision 6092
338N/A#
338N/A# CDDL HEADER START
338N/A#
338N/A# The contents of this file are subject to the terms of the
338N/A# Common Development and Distribution License (the "License").
338N/A# You may not use this file except in compliance with the License.
338N/A#
338N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
338N/A# or http://www.opensolaris.org/os/licensing.
338N/A# See the License for the specific language governing permissions
338N/A# and limitations under the License.
338N/A#
338N/A# When distributing Covered Code, include this CDDL HEADER in each
338N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
338N/A# If applicable, add the following below this CDDL HEADER, with the
338N/A# fields enclosed by brackets "[]" replaced with your own identifying
338N/A# information: Portions Copyright [yyyy] [name of copyright owner]
338N/A#
873N/A# CDDL HEADER END
338N/A#
338N/A
338N/A#
338N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
338N/A#
3231N/A
6190N/Ainclude ../../../make-rules/shared-macros.mk
338N/A
338N/ACOMPONENT_NAME= M2Crypto
338N/ACOMPONENT_VERSION= 0.24.0
338N/ACOMPONENT_PROJECT_URL= http://chandlerproject.org/Projects/MeTooCrypto/
338N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
685N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
6190N/ACOMPONENT_ARCHIVE_HASH= \
338N/A sha256:80a56441a1d2c0cf27e725be7554c92598b938fc8767ee2c71fdbc2fdc055ee8
1988N/ACOMPONENT_ARCHIVE_URL= http://pypi.python.org/packages/source/M/M2Crypto/$(COMPONENT_ARCHIVE)
338N/ACOMPONENT_BUGDB= python-mod/m2crypto
338N/A
338N/ATPNO= 28340
338N/A
338N/A# Syntax issues: not Python 3 ready.
338N/APYTHON_VERSIONS= $(PYTHON2_VERSIONS)
338N/A
338N/Ainclude $(WS_MAKE_RULES)/prep.mk
2095N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
2095N/Ainclude $(WS_MAKE_RULES)/ips.mk
2095N/A
2095N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
2095N/A
338N/ACOMPONENT_TEST_ARGS = setup.py test
338N/ACOMPONENT_TEST_DIR = $(COMPONENT_SRC)
338N/ACOMPONENT_TEST_ENV= CC=$(CC)
338N/ACOMPONENT_TEST_ENV += PATH=/usr/bin
338N/ACOMPONENT_TEST_ENV += PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES.32)
338N/A
338N/A# common targets
338N/Abuild: $(BUILD_32_and_64)
338N/A
338N/Ainstall: $(INSTALL_32_and_64)
338N/A
338N/Atest: $(TEST_32_and_64)
338N/A
338N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
338N/A
338N/A
338N/AREQUIRED_PACKAGES += developer/swig
338N/AREQUIRED_PACKAGES += library/security/openssl
338N/AREQUIRED_PACKAGES += system/library
338N/A