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