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