Makefile revision 618
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift#
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift# CDDL HEADER START
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift#
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift# The contents of this file are subject to the terms of the
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift# Common Development and Distribution License (the "License").
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift# You may not use this file except in compliance with the License.
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift#
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# or http://www.opensolaris.org/os/licensing.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# See the License for the specific language governing permissions
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift# and limitations under the License.
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift#
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift# When distributing Covered Code, include this CDDL HEADER in each
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# If applicable, add the following below this CDDL HEADER, with the
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# fields enclosed by brackets "[]" replaced with your own identifying
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# information: Portions Copyright [yyyy] [name of copyright owner]
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac#
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift# CDDL HEADER END
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift#
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift#
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swiftinclude ../../../make-rules/shared-macros.mk
a395dd575518d9e5280fc5d5d5ef47c61b174647ludovicp
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swiftPATH=/usr/bin:/usr/gnu/bin:/usr/sbin
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swiftCOMPONENT_NAME= coverage
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swiftCOMPONENT_VERSION= 3.5
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swiftCOMPONENT_PROJECT_URL= http://nedbatchelder.com/code/coverage/
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swiftCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swiftCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swiftCOMPONENT_ARCHIVE_HASH= sha1:aa0f40e7e79bc81ea4a33ee7fc5ba66db7633321
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swiftCOMPONENT_ARCHIVE_URL= http://pypi.python.org/packages/source/c/coverage/$(COMPONENT_ARCHIVE)
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift
45acdac81cb846fa20a33258f96f8e12f11f9716matthew_swiftinclude $(WS_TOP)/make-rules/prep.mk
45acdac81cb846fa20a33258f96f8e12f11f9716matthew_swiftinclude $(WS_TOP)/make-rules/setup.py.mk
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swiftinclude $(WS_TOP)/make-rules/ips.mk
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift# common targets
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swiftbuild: $(BUILD_32)
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swiftinstall: $(INSTALL_32)
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swifttest: $(NO_TESTS)
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swiftBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swiftinclude $(WS_TOP)/make-rules/depend.mk
314d32b61c4402ffe0a25bf8ae6a0e56e6d7964bmatthew_swift