Makefile revision 844
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync# CDDL HEADER START
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
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.
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
e64031e20c39650a7bc902a3e1aba613b9415deevboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c366016ffe1788c6847d0a967a954713725cab5evboxsync# or http://www.opensolaris.org/os/licensing.
c366016ffe1788c6847d0a967a954713725cab5evboxsync# See the License for the specific language governing permissions
c366016ffe1788c6847d0a967a954713725cab5evboxsync# and limitations under the License.
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
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#
c366016ffe1788c6847d0a967a954713725cab5evboxsync# CDDL HEADER END
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
c366016ffe1788c6847d0a967a954713725cab5evboxsync#
c366016ffe1788c6847d0a967a954713725cab5evboxsync
c366016ffe1788c6847d0a967a954713725cab5evboxsyncinclude ../../make-rules/shared-macros.mk
c366016ffe1788c6847d0a967a954713725cab5evboxsync
c366016ffe1788c6847d0a967a954713725cab5evboxsyncCOMPONENT_NAME= logilab-astng
c366016ffe1788c6847d0a967a954713725cab5evboxsyncCOMPONENT_VERSION= 0.19.0
c366016ffe1788c6847d0a967a954713725cab5evboxsyncCOMPONENT_PROJECT_URL= http://www.logilab.org/project/logilab-astng/
c366016ffe1788c6847d0a967a954713725cab5evboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
c366016ffe1788c6847d0a967a954713725cab5evboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
c366016ffe1788c6847d0a967a954713725cab5evboxsyncCOMPONENT_ARCHIVE_HASH= \
c366016ffe1788c6847d0a967a954713725cab5evboxsync sha256:e1b4d209e2a66b20c9e1adff2c30e3b19ea2a43226da3c7dff5c39747ca6e113
c366016ffe1788c6847d0a967a954713725cab5evboxsyncCOMPONENT_ARCHIVE_URL= http://ftp.logilab.org/pub/astng/$(COMPONENT_ARCHIVE)
c366016ffe1788c6847d0a967a954713725cab5evboxsync
c366016ffe1788c6847d0a967a954713725cab5evboxsyncinclude ../../make-rules/prep.mk
c366016ffe1788c6847d0a967a954713725cab5evboxsyncinclude ../../make-rules/ips.mk
c366016ffe1788c6847d0a967a954713725cab5evboxsyncinclude ../../make-rules/setup.py.mk
36ebaddfec017eee7e82ee466c25de002cdc4231vboxsync
c366016ffe1788c6847d0a967a954713725cab5evboxsync# common targets
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsyncbuild: $(BUILD_32)
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsyncinstall: $(INSTALL_32)
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync# COMPONENT_TEST_CMD = ./fulltest.sh
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync# COMPONENT_TEST_ARGS = $(PYTHON_VERSION)
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync
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)
a4b6bc5445b0e3d9bda9db76ac953b2542fd0a28vboxsync
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsynctest: $(NO_TESTS)
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsyncBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsyncinclude ../../make-rules/depend.mk
ff1e21edf9a07974cb38c8f8ad7e8212b1335551vboxsync