Makefile revision 114
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#
114N/A# Copyright (c) 2011, 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
114N/ACOMPONENT_VERSION= 0.19.0
114N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
114N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
114N/ACOMPONENT_ARCHIVE_HASH= sha1:87fe682ec98599c0088f228ba94cb50a7ed99466
114N/ACOMPONENT_ARCHIVE_URL= http://ftp.logilab.org/pub/astng/$(COMPONENT_ARCHIVE)
114N/A
114N/Ainclude ../../make-rules/prep.mk
114N/Ainclude ../../make-rules/ips.mk
114N/Ainclude ../../make-rules/setup.py.mk
114N/A
114N/Ainclude ../../make-rules/shared-targets.mk
114N/A
114N/A# common targets
114N/A
114N/Abuild: $(BUILD_32)
114N/A
114N/Ainstall: $(INSTALL_32)
114N/A
114N/A# No runnable tests; the existing tests are missing a runtests.py
114N/A# file, which isn't fixed until logilab-ast version 0.20.1.
114N/A# When logilab-astng is updated, we can change this test target to do:
114N/A# (cd $(COMPONENT_SRC)/test; $(ENV) - \
114N/A# PYTHONPATH=$(PROTO_DIR)/usr/lib/python2.6/vendor-packages \
114N/A# ./fulltest.sh)
114N/Atest:
114N/A @echo "no tests available"
114N/A
114N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
114N/A
114N/Ainclude ../../make-rules/depend.mk