Makefile revision 2790
4134N/A#
4134N/A# CDDL HEADER START
4134N/A#
4134N/A# The contents of this file are subject to the terms of the
4134N/A# Common Development and Distribution License (the "License").
4134N/A# You may not use this file except in compliance with the License.
4134N/A#
4134N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4134N/A# or http://www.opensolaris.org/os/licensing.
4134N/A# See the License for the specific language governing permissions
4134N/A# and limitations under the License.
4134N/A#
4134N/A# When distributing Covered Code, include this CDDL HEADER in each
4134N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4134N/A# If applicable, add the following below this CDDL HEADER, with the
4134N/A# fields enclosed by brackets "[]" replaced with your own identifying
4134N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4134N/A#
4134N/A# CDDL HEADER END
4134N/A#
4134N/A
4134N/A#
4134N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
4134N/A#
4135N/A
5588N/Ainclude ../../../make-rules/shared-macros.mk
4134N/A
4134N/ACOMPONENT_NAME= zope.interface
4134N/ACOMPONENT_VERSION= 3.3.0
4134N/ACOMPONENT_PROJECT_URL= http://zope.org/Wikis/Interfaces/FrontPage
4134N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4134N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
4134N/ACOMPONENT_ARCHIVE_HASH= \
4134N/A sha256:c049ef6f0748a2db26c7d01de1566e52f048e5fa6fbbb8da90c43e55597a5075
4134N/ACOMPONENT_ARCHIVE_URL= http://www.zope.org/Products/ZopeInterface/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
4134N/ACOMPONENT_BUGDB= python-mod/zope
4134N/A
4134N/Ainclude $(WS_TOP)/make-rules/prep.mk
4134N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
4134N/Ainclude $(WS_TOP)/make-rules/ips.mk
4134N/A
4134N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
4134N/A
4134N/A# Needed to get around a broken /usr/lib/python2.7/config/Makefile
4134N/A# See CR #16837431.
4134N/ALD=$(CC)
4134N/ALDSHARED=$(CC) -G
4134N/APYTHON_ENV += CC="$(CC)"
4134N/APYTHON_ENV += LDSHARED="$(LDSHARED)"
4134N/APYTHON_ENV += LD="$(LD)"
4134N/APYTHON_ENV += CFLAGS="$(CFLAGS)"
4134N/ACOMPONENT_INSTALL_ENV += $(PYTHON_ENV)
4134N/A
4134N/ACOMPONENT_TEST_ARGS= ../runtests.sh
4134N/ACOMPONENT_TEST_CMD= /bin/sh
4134N/ACOMPONENT_TEST_DIR= $(SOURCE_DIR)
4134N/ACOMPONENT_TEST_ENV+= PYTHON=$(PYTHON)
4134N/A
4134N/A# common targets
4134N/Abuild: $(BUILD_32_and_64)
4134N/A
4134N/Ainstall: $(INSTALL_32_and_64)
4134N/A
4134N/Atest: $(TEST_32_and_64)
4134N/A
4134N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
4134N/A
4134N/Ainclude $(WS_TOP)/make-rules/depend.mk
4134N/A