Makefile revision 618
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber#
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# CDDL HEADER START
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber#
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# The contents of this file are subject to the terms of the
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# Common Development and Distribution License (the "License").
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# You may not use this file except in compliance with the License.
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber#
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# or http://www.opensolaris.org/os/licensing.
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# See the License for the specific language governing permissions
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# and limitations under the License.
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber#
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# When distributing Covered Code, include this CDDL HEADER in each
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# If applicable, add the following below this CDDL HEADER, with the
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# fields enclosed by brackets "[]" replaced with your own identifying
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# information: Portions Copyright [yyyy] [name of copyright owner]
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber#
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# CDDL HEADER END
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber#
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber#
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graberinclude ../../../make-rules/shared-macros.mk
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber
f74e080cf75f958b3e52dff9e858fd722f66301eStéphane GraberPATH=/usr/bin:/usr/gnu/bin:/usr/sbin
f74e080cf75f958b3e52dff9e858fd722f66301eStéphane Graber
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane GraberCOMPONENT_NAME= M2Crypto
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane GraberCOMPONENT_VERSION= 0.21.1
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane GraberCOMPONENT_PROJECT_URL= http://chandlerproject.org/Projects/MeTooCrypto/
f74e080cf75f958b3e52dff9e858fd722f66301eStéphane GraberCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
ce7aee4d913e4c181502e3c2e6373c30a3db55b9Stéphane GraberCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
f74e080cf75f958b3e52dff9e858fd722f66301eStéphane GraberCOMPONENT_ARCHIVE_HASH= sha1:3c7135b952092e4f2eee7a94c5153319cccba94e
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane GraberCOMPONENT_ARCHIVE_URL= http://pypi.python.org/packages/source/M/M2Crypto/$(COMPONENT_ARCHIVE)
41670b35b0d7a11c7fa7d04e2535495dc90b76a9Stéphane Graber
f74e080cf75f958b3e52dff9e858fd722f66301eStéphane Graberinclude $(WS_TOP)/make-rules/prep.mk
f74e080cf75f958b3e52dff9e858fd722f66301eStéphane Graberinclude $(WS_TOP)/make-rules/setup.py.mk
f74e080cf75f958b3e52dff9e858fd722f66301eStéphane Graberinclude $(WS_TOP)/make-rules/ips.mk
f74e080cf75f958b3e52dff9e858fd722f66301eStéphane Graber
71d3a6590fe665421d7a0026d699b0654ddfc7f6Stéphane Graber# common targets
b0f0932a944abf6425e9f185dea9c6d9ba6e8436Stéphane Graberbuild: $(BUILD_32_and_64)
f74e080cf75f958b3e52dff9e858fd722f66301eStéphane Graber
f74e080cf75f958b3e52dff9e858fd722f66301eStéphane Graberinstall: $(INSTALL_32_and_64)
f74e080cf75f958b3e52dff9e858fd722f66301eStéphane Graber
f74e080cf75f958b3e52dff9e858fd722f66301eStéphane Grabertest: $(NO_TESTS)
f74e080cf75f958b3e52dff9e858fd722f66301eStéphane Graber
f74e080cf75f958b3e52dff9e858fd722f66301eStéphane GraberBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
f74e080cf75f958b3e52dff9e858fd722f66301eStéphane Graber
f74e080cf75f958b3e52dff9e858fd722f66301eStéphane Graberinclude $(WS_TOP)/make-rules/depend.mk
f74e080cf75f958b3e52dff9e858fd722f66301eStéphane Graber