Makefile revision 744
744N/A#
744N/A# CDDL HEADER START
744N/A#
744N/A# The contents of this file are subject to the terms of the
744N/A# Common Development and Distribution License (the "License").
744N/A# You may not use this file except in compliance with the License.
744N/A#
744N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
744N/A# or http://www.opensolaris.org/os/licensing.
744N/A# See the License for the specific language governing permissions
744N/A# and limitations under the License.
744N/A#
744N/A# When distributing Covered Code, include this CDDL HEADER in each
744N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
744N/A# If applicable, add the following below this CDDL HEADER, with the
744N/A# fields enclosed by brackets "[]" replaced with your own identifying
744N/A# information: Portions Copyright [yyyy] [name of copyright owner]
744N/A#
744N/A# CDDL HEADER END
744N/A#
744N/A
744N/A#
744N/A# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
744N/A#
744N/A
744N/Ainclude ../../../make-rules/shared-macros.mk
744N/A
744N/ACOMPONENT_NAME= nose
744N/ACOMPONENT_VERSION= 1.0.0
744N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
744N/ACOMPONENT_PROJECT_URL= http://code.google.com/p/python-nose/
744N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC)%20%281%29.tar.gz
744N/ACOMPONENT_ARCHIVE_HASH= sha1:186d223d0d74e94093bc0c42223d2ad92c090eed
744N/ACOMPONENT_ARCHIVE_URL= http://python-nose.googlecode.com/files/$(COMPONENT_ARCHIVE)
744N/A
744N/Ainclude $(WS_TOP)/make-rules/prep.mk
744N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
744N/Ainclude $(WS_TOP)/make-rules/ips.mk
744N/A
744N/A# common targets
744N/Abuild: $(BUILD_32_and_64)
744N/A
744N/Ainstall: $(INSTALL_32_and_64)
744N/A
744N/Atest: $(NO_TESTS)
744N/A
744N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
744N/A
744N/Ainclude $(WS_TOP)/make-rules/depend.mk