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