Makefile revision 844
c366016ffe1788c6847d0a967a954713725cab5evboxsync# CDDL HEADER START
c366016ffe1788c6847d0a967a954713725cab5evboxsync# The contents of this file are subject to the terms of the
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Common Development and Distribution License (the "License").
c366016ffe1788c6847d0a967a954713725cab5evboxsync# You may not use this file except in compliance with the License.
e64031e20c39650a7bc902a3e1aba613b9415deevboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c366016ffe1788c6847d0a967a954713725cab5evboxsync# See the License for the specific language governing permissions
c366016ffe1788c6847d0a967a954713725cab5evboxsync# and limitations under the License.
c366016ffe1788c6847d0a967a954713725cab5evboxsync# When distributing Covered Code, include this CDDL HEADER in each
c366016ffe1788c6847d0a967a954713725cab5evboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c366016ffe1788c6847d0a967a954713725cab5evboxsync# If applicable, add the following below this CDDL HEADER, with the
c366016ffe1788c6847d0a967a954713725cab5evboxsync# fields enclosed by brackets "[]" replaced with your own identifying
c366016ffe1788c6847d0a967a954713725cab5evboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
c366016ffe1788c6847d0a967a954713725cab5evboxsync# CDDL HEADER END
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
c366016ffe1788c6847d0a967a954713725cab5evboxsyncCOMPONENT_PROJECT_URL= http://www.logilab.org/project/logilab-astng/
c366016ffe1788c6847d0a967a954713725cab5evboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
c366016ffe1788c6847d0a967a954713725cab5evboxsync sha256:e1b4d209e2a66b20c9e1adff2c30e3b19ea2a43226da3c7dff5c39747ca6e113
c366016ffe1788c6847d0a967a954713725cab5evboxsyncCOMPONENT_ARCHIVE_URL= http://ftp.logilab.org/pub/astng/$(COMPONENT_ARCHIVE)
c366016ffe1788c6847d0a967a954713725cab5evboxsync# common targets
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync# COMPONENT_TEST_CMD = ./fulltest.sh
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync# COMPONENT_TEST_ARGS = $(PYTHON_VERSION)
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync# No runnable tests; the existing tests are missing a runtests.py
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync# file, which isn't fixed until logilab-ast version 0.20.1.
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync# When logilab-astng is updated, uncomment the above COMPONENT_TEST*
a4b6bc5445b0e3d9bda9db76ac953b2542fd0a28vboxsync# variables and change $(NO_TESTS) below to $(TEST_32)