Makefile revision 3661
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# CDDL HEADER START
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# The contents of this file are subject to the terms of the
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# Common Development and Distribution License (the "License").
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# You may not use this file except in compliance with the License.
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# See the License for the specific language governing permissions
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# and limitations under the License.
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# When distributing Covered Code, include this CDDL HEADER in each
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# If applicable, add the following below this CDDL HEADER, with the
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# CDDL HEADER END
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
1b33c96954667ba382fa595baf7b31290bfdd517vboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync sha256:ea671592f8460541286b133ed46a6cf5311a6b75051cc31b53e2bc38992b775a
1b33c96954667ba382fa595baf7b31290bfdd517vboxsyncCOMPONENT_PROJECT_URL= https://github.com/python-greenlet/greenlet
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# Needed to get around a broken /usr/lib/python2.7/config/Makefile
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# See CR #16837431.
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# One of the tests, test_exception_switch (tests.test_cpp.CPPTests),
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# failed in 64-bit. Skip it for now.
1b33c96954667ba382fa595baf7b31290bfdd517vboxsyncCOMPONENT_TEST_ENV += PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES.32)
1b33c96954667ba382fa595baf7b31290bfdd517vboxsync# common targets