Makefile revision 844
114N/A#
114N/A# CDDL HEADER START
114N/A#
114N/A# The contents of this file are subject to the terms of the
114N/A# Common Development and Distribution License (the "License").
114N/A# You may not use this file except in compliance with the License.
114N/A#
114N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
114N/A# or http://www.opensolaris.org/os/licensing.
114N/A# See the License for the specific language governing permissions
114N/A# and limitations under the License.
114N/A#
114N/A# When distributing Covered Code, include this CDDL HEADER in each
114N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
114N/A# If applicable, add the following below this CDDL HEADER, with the
114N/A# fields enclosed by brackets "[]" replaced with your own identifying
114N/A# information: Portions Copyright [yyyy] [name of copyright owner]
114N/A#
114N/A# CDDL HEADER END
114N/A#
114N/A
114N/A#
1874N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
114N/A#
114N/A
114N/Ainclude ../../make-rules/shared-macros.mk
114N/A
114N/ACOMPONENT_NAME= logilab-astng
1247N/ACOMPONENT_VERSION= 0.19.0
618N/ACOMPONENT_PROJECT_URL= http://www.logilab.org/project/logilab-astng/
114N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
114N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
1247N/A sha256:e1b4d209e2a66b20c9e1adff2c30e3b19ea2a43226da3c7dff5c39747ca6e113
1247N/ACOMPONENT_ARCHIVE_URL= http://ftp.logilab.org/pub/astng/$(COMPONENT_ARCHIVE)
1273N/A
114N/Ainclude ../../make-rules/prep.mk
114N/Ainclude ../../make-rules/ips.mk
114N/Ainclude ../../make-rules/setup.py.mk
114N/A
114N/A# common targets
114N/A
114N/Abuild: $(BUILD_32)
1874N/A
114N/Ainstall: $(INSTALL_32)
1874N/A
114N/A# COMPONENT_TEST_CMD = ./fulltest.sh
1247N/A# COMPONENT_TEST_ARGS = $(PYTHON_VERSION)
1247N/A
1247N/A# No runnable tests; the existing tests are missing a runtests.py
1247N/A# file, which isn't fixed until logilab-ast version 0.20.1.
1247N/A# When logilab-astng is updated, uncomment the above COMPONENT_TEST*
1247N/A# variables and change $(NO_TESTS) below to $(TEST_32)
1247N/A
1247N/Atest: $(NO_TESTS)
1247N/A
1247N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
1247N/A
1247N/Ainclude ../../make-rules/depend.mk
1247N/A