Makefile revision 2058
1665N/A#
1665N/A# CDDL HEADER START
1665N/A#
1665N/A# The contents of this file are subject to the terms of the
1665N/A# Common Development and Distribution License (the "License").
1665N/A# You may not use this file except in compliance with the License.
1665N/A#
1665N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1665N/A# or http://www.opensolaris.org/os/licensing.
1665N/A# See the License for the specific language governing permissions
1665N/A# and limitations under the License.
1665N/A#
1665N/A# When distributing Covered Code, include this CDDL HEADER in each
1665N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1665N/A# If applicable, add the following below this CDDL HEADER, with the
1665N/A# fields enclosed by brackets "[]" replaced with your own identifying
1665N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1665N/A#
1665N/A# CDDL HEADER END
1665N/A#
1665N/A# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
1665N/A#
1665N/Ainclude ../../../make-rules/shared-macros.mk
1665N/A
1665N/ACOMPONENT_NAME= cmd2
1665N/ACOMPONENT_VERSION= 0.6.5.1
1665N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1665N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1665N/ACOMPONENT_ARCHIVE_HASH= \
1665N/A sha256:20474c5ff69e6ab4a38da29f2f1368126c9dc904f21d79e001663b9047ecb794
1665N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
1665N/ACOMPONENT_PROJECT_URL= http://pythonhosted.org/cmd2/
1665N/ACOMPONENT_BUGDB= python-mod/cmd2
1665N/A
1665N/Ainclude $(WS_TOP)/make-rules/prep.mk
1665N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
1665N/Ainclude $(WS_TOP)/make-rules/ips.mk
1665N/A
1665N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1665N/A
1665N/A# common targets
1665N/Abuild: $(BUILD_NO_ARCH)
1665N/A
1665N/Ainstall: $(INSTALL_NO_ARCH)
1665N/A
1665N/Atest: $(NO_TESTS)
1665N/A
1665N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
1665N/A
1665N/Ainclude $(WS_TOP)/make-rules/depend.mk
1665N/A