Makefile revision 844
106N/A#
106N/A# CDDL HEADER START
106N/A#
106N/A# The contents of this file are subject to the terms of the
106N/A# Common Development and Distribution License (the "License").
106N/A# You may not use this file except in compliance with the License.
106N/A#
106N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
106N/A# or http://www.opensolaris.org/os/licensing.
106N/A# See the License for the specific language governing permissions
106N/A# and limitations under the License.
106N/A#
106N/A# When distributing Covered Code, include this CDDL HEADER in each
106N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
106N/A# If applicable, add the following below this CDDL HEADER, with the
106N/A# fields enclosed by brackets "[]" replaced with your own identifying
106N/A# information: Portions Copyright [yyyy] [name of copyright owner]
106N/A#
106N/A# CDDL HEADER END
106N/A#
106N/A
106N/A#
727N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
106N/A#
106N/A
106N/Ainclude ../../make-rules/shared-macros.mk
106N/A
106N/ACOMPONENT_NAME= logilab-common
106N/ACOMPONENT_VERSION= 0.40.0
618N/ACOMPONENT_PROJECT_URL= http://www.logilab.org/project/logilab-common/
106N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
106N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:0529201ad23ea4a57e72a4d4e6607cc440b5086b25c69d01db8ef6d1c9cc9c57
106N/ACOMPONENT_ARCHIVE_URL= http://ftp.logilab.org/pub/common/$(COMPONENT_ARCHIVE)
106N/A
106N/Ainclude ../../make-rules/prep.mk
106N/Ainclude ../../make-rules/ips.mk
106N/Ainclude ../../make-rules/setup.py.mk
106N/A
106N/A# common targets
106N/A
106N/Abuild: $(BUILD_32)
106N/A
181N/Ainstall: $(INSTALL_32)
727N/A $(PYTHON.2.6.32) -m compileall $(PROTO_DIR)/usr/lib/python2.6/vendor-packages
727N/A $(PYTHON.2.7.32) -m compileall $(PROTO_DIR)/usr/lib/python2.7/vendor-packages
727N/A
106N/A
106N/A# Expected failures for test target:
247N/A# 722 test cases, 17 errors, 5 failures, 56 skipped
247N/A# 43 modules OK (7 failed)
247N/ACOMPONENT_TEST_DIR = $(COMPONENT_SRC)
247N/ACOMPONENT_TEST_CMD = bin/pytest
247N/ACOMPONENT_TEST_ARGS = test
247N/A
247N/Atest: $(TEST_32)
106N/A
106N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
106N/A
106N/Ainclude ../../make-rules/depend.mk