Makefile revision 3996
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# CDDL HEADER START
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# The contents of this file are subject to the terms of the
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Common Development and Distribution License (the "License").
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# You may not use this file except in compliance with the License.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# or http://www.opensolaris.org/os/licensing.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# See the License for the specific language governing permissions
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# and limitations under the License.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# When distributing Covered Code, include this CDDL HEADER in each
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# If applicable, add the following below this CDDL HEADER, with the
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# fields enclosed by brackets "[]" replaced with your own identifying
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# information: Portions Copyright [yyyy] [name of copyright owner]
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# CDDL HEADER END
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
25cf1a301a396c38e8adf52c15f537b80d2483f7jl# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
25cf1a301a396c38e8adf52c15f537b80d2483f7jl#
78ed97a7b79b59ef2ef41f190c9be35c54d90119jlinclude ../../../make-rules/shared-macros.mk
25cf1a301a396c38e8adf52c15f537b80d2483f7jl
25cf1a301a396c38e8adf52c15f537b80d2483f7jlCOMPONENT_NAME= cmd2
25cf1a301a396c38e8adf52c15f537b80d2483f7jlCOMPONENT_VERSION= 0.6.7
25cf1a301a396c38e8adf52c15f537b80d2483f7jlCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
25cf1a301a396c38e8adf52c15f537b80d2483f7jlCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
25cf1a301a396c38e8adf52c15f537b80d2483f7jlCOMPONENT_ARCHIVE_HASH= \
25cf1a301a396c38e8adf52c15f537b80d2483f7jl sha256:8e98c7a1cfd106183559240b269e7cd9fe97e8342b5c05295f591aab6fd2f4f0
25cf1a301a396c38e8adf52c15f537b80d2483f7jlCOMPONENT_ARCHIVE_URL= $(call pypi_url)
25cf1a301a396c38e8adf52c15f537b80d2483f7jlCOMPONENT_PROJECT_URL= http://pythonhosted.org/cmd2/
25cf1a301a396c38e8adf52c15f537b80d2483f7jlCOMPONENT_BUGDB= python-mod/cmd2
25cf1a301a396c38e8adf52c15f537b80d2483f7jl
25cf1a301a396c38e8adf52c15f537b80d2483f7jlTPNO= 15996
0cc8ae8667155d352d327b5c92b62899a7e05bcdav
25cf1a301a396c38e8adf52c15f537b80d2483f7jlinclude $(WS_MAKE_RULES)/prep.mk
25cf1a301a396c38e8adf52c15f537b80d2483f7jlinclude $(WS_MAKE_RULES)/setup.py.mk
25cf1a301a396c38e8adf52c15f537b80d2483f7jlinclude $(WS_MAKE_RULES)/ips.mk
9ee0dd10a0351d0f2cb5138380ec1017c92bdd4fav
9ee0dd10a0351d0f2cb5138380ec1017c92bdd4favASLR_MODE = $(ASLR_NOT_APPLICABLE)
25cf1a301a396c38e8adf52c15f537b80d2483f7jl
9ee0dd10a0351d0f2cb5138380ec1017c92bdd4fav# common targets
9ee0dd10a0351d0f2cb5138380ec1017c92bdd4favbuild: $(BUILD_NO_ARCH)
e98fafb9956429b59c817d4fbd27720c73879203jl
25cf1a301a396c38e8adf52c15f537b80d2483f7jlinstall: $(INSTALL_NO_ARCH)
25cf1a301a396c38e8adf52c15f537b80d2483f7jl
25cf1a301a396c38e8adf52c15f537b80d2483f7jltest: $(NO_TESTS)
9ee0dd10a0351d0f2cb5138380ec1017c92bdd4fav
9ee0dd10a0351d0f2cb5138380ec1017c92bdd4fav
9ee0dd10a0351d0f2cb5138380ec1017c92bdd4fav