Makefile revision 2899
d9e404180ff26dbbaea68534a5f176765022b76bTimo Sirainen# CDDL HEADER START
e4109fe523db23973c6fbfccf370b5dd3d754372Timo Sirainen# The contents of this file are subject to the terms of the
d9e404180ff26dbbaea68534a5f176765022b76bTimo Sirainen# Common Development and Distribution License (the "License").
cfa8a04466cd46bdc422bd9eba8e6794758d677bTimo Sirainen# You may not use this file except in compliance with the License.
cfa8a04466cd46bdc422bd9eba8e6794758d677bTimo Sirainen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d9e404180ff26dbbaea68534a5f176765022b76bTimo Sirainen# See the License for the specific language governing permissions
d9e404180ff26dbbaea68534a5f176765022b76bTimo Sirainen# and limitations under the License.
d9e404180ff26dbbaea68534a5f176765022b76bTimo Sirainen# When distributing Covered Code, include this CDDL HEADER in each
d9e404180ff26dbbaea68534a5f176765022b76bTimo Sirainen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d9e404180ff26dbbaea68534a5f176765022b76bTimo Sirainen# If applicable, add the following below this CDDL HEADER, with the
d9e404180ff26dbbaea68534a5f176765022b76bTimo Sirainen# fields enclosed by brackets "[]" replaced with your own identifying
d9e404180ff26dbbaea68534a5f176765022b76bTimo Sirainen# information: Portions Copyright [yyyy] [name of copyright owner]
cfa8a04466cd46bdc422bd9eba8e6794758d677bTimo Sirainen# CDDL HEADER END
d9e404180ff26dbbaea68534a5f176765022b76bTimo Sirainen# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
cfa8a04466cd46bdc422bd9eba8e6794758d677bTimo SirainenCOMPONENT_PROJECT_URL= http://chandlerproject.org/Projects/MeTooCrypto/
cfa8a04466cd46bdc422bd9eba8e6794758d677bTimo SirainenCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
d9e404180ff26dbbaea68534a5f176765022b76bTimo Sirainen sha256:25b94498505c2d800ee465db0cc1aff097b1615adc3ac042a1c85ceca264fc0a
d9e404180ff26dbbaea68534a5f176765022b76bTimo SirainenCOMPONENT_ARCHIVE_URL= http://pypi.python.org/packages/source/M/M2Crypto/$(COMPONENT_ARCHIVE)
d9e404180ff26dbbaea68534a5f176765022b76bTimo Sirainen# Syntax issues: not Python 3 ready.
d9e404180ff26dbbaea68534a5f176765022b76bTimo Sirainen# Needed to get around a broken /usr/lib/python2.7/config/Makefile
d9e404180ff26dbbaea68534a5f176765022b76bTimo Sirainen# See CR #16837431.
d9e404180ff26dbbaea68534a5f176765022b76bTimo SirainenCOMPONENT_TEST_ENV += PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES.32)
e4109fe523db23973c6fbfccf370b5dd3d754372Timo Sirainen# common targets