Makefile revision 2899
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# CDDL HEADER START
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# The contents of this file are subject to the terms of the
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Common Development and Distribution License (the "License").
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# You may not use this file except in compliance with the License.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# or http://www.opensolaris.org/os/licensing.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# See the License for the specific language governing permissions
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# and limitations under the License.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# When distributing Covered Code, include this CDDL HEADER in each
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# If applicable, add the following below this CDDL HEADER, with the
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# CDDL HEADER END
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync#
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncinclude ../../../make-rules/shared-macros.mk
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCOMPONENT_NAME= nose
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCOMPONENT_VERSION= 1.2.1
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCOMPONENT_PROJECT_URL= https://github.com/nose-devs/nose
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCOMPONENT_ARCHIVE_HASH= \
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync sha256:2171e9202d118d302d5db1decb52dd862b79e2a626ca19653a6914574a6ca7d9
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCOMPONENT_ARCHIVE_URL= http://pypi.python.org/packages/source/n/nose/$(COMPONENT_ARCHIVE)
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCOMPONENT_BUGDB= python-mod/nose
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncTPNO= 12933
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncinclude $(WS_TOP)/make-rules/prep.mk
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncinclude $(WS_TOP)/make-rules/setup.py.mk
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncinclude $(WS_TOP)/make-rules/ips.mk
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncASLR_MODE = $(ASLR_NOT_APPLICABLE)
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCOMPONENT_TEST_DIR = $(SOURCE_DIR)
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncCOMPONENT_TEST_ARGS = setup.py test
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync# common targets
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncbuild: $(BUILD_NO_ARCH)
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncinstall: $(INSTALL_NO_ARCH)
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsynctest: $(TEST_NO_ARCH)
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsyncinclude $(WS_TOP)/make-rules/depend.mk
040abec2534dadc53ebc8fa378ef03f4feecb7dbvboxsync