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