Makefile revision 3817
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync#
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# CDDL HEADER START
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync#
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# The contents of this file are subject to the terms of the
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# Common Development and Distribution License (the "License").
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# You may not use this file except in compliance with the License.
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync#
c58f1213e628a545081c70e26c6b67a841cff880vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# or http://www.opensolaris.org/os/licensing.
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# See the License for the specific language governing permissions
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# and limitations under the License.
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync#
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# When distributing Covered Code, include this CDDL HEADER in each
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# If applicable, add the following below this CDDL HEADER, with the
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync#
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# CDDL HEADER END
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync#
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync#
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsyncinclude ../../../make-rules/shared-macros.mk
9040f019271f91b98e1320c0a8c38a42636e3979vboxsync
9040f019271f91b98e1320c0a8c38a42636e3979vboxsyncCOMPONENT_NAME= cmd2
9040f019271f91b98e1320c0a8c38a42636e3979vboxsyncCOMPONENT_VERSION= 0.6.7
9040f019271f91b98e1320c0a8c38a42636e3979vboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
9040f019271f91b98e1320c0a8c38a42636e3979vboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsyncCOMPONENT_ARCHIVE_HASH= \
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync sha256:8e98c7a1cfd106183559240b269e7cd9fe97e8342b5c05295f591aab6fd2f4f0
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsyncCOMPONENT_ARCHIVE_URL= $(call pypi_url)
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsyncCOMPONENT_PROJECT_URL= http://pythonhosted.org/cmd2/
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsyncCOMPONENT_BUGDB= python-mod/cmd2
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsyncTPNO= 15996
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsyncinclude $(WS_MAKE_RULES)/prep.mk
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsyncinclude $(WS_MAKE_RULES)/setup.py.mk
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsyncinclude $(WS_MAKE_RULES)/ips.mk
9040f019271f91b98e1320c0a8c38a42636e3979vboxsync
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsyncASLR_MODE = $(ASLR_NOT_APPLICABLE)
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync# common targets
9040f019271f91b98e1320c0a8c38a42636e3979vboxsyncbuild: $(BUILD_NO_ARCH)
9040f019271f91b98e1320c0a8c38a42636e3979vboxsync
9040f019271f91b98e1320c0a8c38a42636e3979vboxsyncinstall: $(INSTALL_NO_ARCH)
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsynctest: $(NO_TESTS)
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync
c1f5ec452b23d55c71e6f07628b84ac5e97cf551vboxsync