Makefile revision 3661
1876N/A#
1876N/A# CDDL HEADER START
1876N/A#
1876N/A# The contents of this file are subject to the terms of the
1876N/A# Common Development and Distribution License (the "License").
1876N/A# You may not use this file except in compliance with the License.
1876N/A#
1876N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1876N/A# or http://www.opensolaris.org/os/licensing.
1876N/A# See the License for the specific language governing permissions
1876N/A# and limitations under the License.
1876N/A#
1876N/A# When distributing Covered Code, include this CDDL HEADER in each
1876N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1876N/A# If applicable, add the following below this CDDL HEADER, with the
1876N/A# fields enclosed by brackets "[]" replaced with your own identifying
1876N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1876N/A#
1876N/A# CDDL HEADER END
1876N/A#
1876N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
1876N/A#
2337N/Ainclude ../../../make-rules/shared-macros.mk
1876N/A
1876N/APATH=/usr/bin:/usr/gnu/bin:/usr/sbin
1876N/A
1876N/ACOMPONENT_NAME= M2Crypto
1876N/ACOMPONENT_VERSION= 0.21.1
1876N/ACOMPONENT_PROJECT_URL= http://chandlerproject.org/Projects/MeTooCrypto/
1876N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1876N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1876N/ACOMPONENT_ARCHIVE_HASH= \
1876N/A sha256:25b94498505c2d800ee465db0cc1aff097b1615adc3ac042a1c85ceca264fc0a
1876N/ACOMPONENT_ARCHIVE_URL= http://pypi.python.org/packages/source/M/M2Crypto/$(COMPONENT_ARCHIVE)
1876N/ACOMPONENT_BUGDB= python-mod/m2crypto
1876N/A
1876N/ATPNO= 4424
3661N/A
3661N/Ainclude $(WS_TOP)/make-rules/prep.mk
1876N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
1876N/Ainclude $(WS_TOP)/make-rules/ips.mk
1876N/A
1876N/A# common targets
1876N/Abuild: $(BUILD_32_and_64)
1876N/A
1876N/Ainstall: $(INSTALL_32_and_64)
1876N/A
2337N/Atest: $(NO_TESTS)
1876N/A
1876N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
1876N/A
1876N/Ainclude $(WS_TOP)/make-rules/depend.mk
1876N/A