Makefile revision 3661
224N/A#
224N/A# CDDL HEADER START
224N/A#
224N/A# The contents of this file are subject to the terms of the
224N/A# Common Development and Distribution License (the "License").
224N/A# You may not use this file except in compliance with the License.
224N/A#
224N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
224N/A# or http://www.opensolaris.org/os/licensing.
224N/A# See the License for the specific language governing permissions
224N/A# and limitations under the License.
224N/A#
224N/A# When distributing Covered Code, include this CDDL HEADER in each
224N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
224N/A# If applicable, add the following below this CDDL HEADER, with the
224N/A# fields enclosed by brackets "[]" replaced with your own identifying
224N/A# information: Portions Copyright [yyyy] [name of copyright owner]
224N/A#
224N/A# CDDL HEADER END
224N/A#
844N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
224N/A#
224N/Ainclude ../../../make-rules/shared-macros.mk
224N/A
224N/ACOMPONENT_NAME= cliff
1163N/ACOMPONENT_VERSION= 1.4.5
1163N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
224N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
224N/ACOMPONENT_ARCHIVE_HASH= \
618N/A sha256:0ec2c40e899cbb4d478aa946e1430600bf596ca2a3f12162a9514e9d580935ec
224N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
844N/ACOMPONENT_PROJECT_URL= https://pypi.python.org/pypi/cliff
844N/ACOMPONENT_BUGDB= python-mod/cliff
1163N/A
224N/ATPNO= 15998
224N/A
1273N/Ainclude $(WS_TOP)/make-rules/prep.mk
224N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
224N/Ainclude $(WS_TOP)/make-rules/ips.mk
224N/A
224N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
224N/A
224N/A# common targets
224N/Abuild: $(BUILD_NO_ARCH)
224N/A
224N/Ainstall: $(INSTALL_NO_ARCH)
224N/A
224N/A# Tests require:
224N/A# nose, mock, coverage, pep8, cmd2, distribute and PrettyTable
224N/A# some of which haven't been integrated yet.
224N/Atest: $(NO_TESTS)
224N/A
224N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
224N/A
224N/Ainclude $(WS_TOP)/make-rules/depend.mk
224N/A