Makefile revision 394
127N/A#
127N/A# CDDL HEADER START
127N/A#
127N/A# The contents of this file are subject to the terms of the
127N/A# Common Development and Distribution License (the "License").
127N/A# You may not use this file except in compliance with the License.
127N/A#
127N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
127N/A# or http://www.opensolaris.org/os/licensing.
127N/A# See the License for the specific language governing permissions
127N/A# and limitations under the License.
127N/A#
127N/A# When distributing Covered Code, include this CDDL HEADER in each
127N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
127N/A# If applicable, add the following below this CDDL HEADER, with the
127N/A# fields enclosed by brackets "[]" replaced with your own identifying
127N/A# information: Portions Copyright [yyyy] [name of copyright owner]
127N/A#
127N/A# CDDL HEADER END
127N/A#
127N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
127N/A#
729N/Ainclude ../../../make-rules/shared-macros.mk
127N/A
127N/APATH=/usr/bin:/usr/gnu/bin:/usr/sbin
127N/A
127N/ACOMPONENT_NAME= coverage
127N/ACOMPONENT_VERSION= 3.2b2
729N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
618N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
127N/ACOMPONENT_ARCHIVE_HASH= sha1:4710d033b8c6de1efaa562243e5b29e0a31fb8b9
127N/ACOMPONENT_ARCHIVE_URL= http://pypi.python.org/packages/source/c/coverage/$(COMPONENT_ARCHIVE)
844N/A
844N/AIPS_COMPONENT_VERSION= 3.2
127N/A
1273N/Ainclude $(WS_TOP)/make-rules/prep.mk
127N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
729N/Ainclude $(WS_TOP)/make-rules/ips.mk
729N/A
729N/A# common targets
729N/Abuild: $(BUILD_32)
729N/A
729N/Ainstall: $(INSTALL_32)
844N/A
844N/Atest: $(NO_TESTS)
729N/A
729N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
729N/A
127N/Ainclude $(WS_TOP)/make-rules/depend.mk
127N/A