Makefile revision 6747
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna# CDDL HEADER START
4ea8055e720d18f386b8026b546e5836ecccba4arjung# The contents of this file are subject to the terms of the
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe# Common Development and Distribution License (the "License").
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe# You may not use this file except in compliance with the License.
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe# See the License for the specific language governing permissions
bec2a2e375fe46599b68399abfcf67b89b270b57wrowe# and limitations under the License.
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# When distributing Covered Code, include this CDDL HEADER in each
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# If applicable, add the following below this CDDL HEADER, with the
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# fields enclosed by brackets "[]" replaced with your own identifying
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# information: Portions Copyright [yyyy] [name of copyright owner]
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# CDDL HEADER END
46fdfef7dfc745effe179387e1dcb8245d3804batrawick# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjung sha256:445cb26bc2f3cff25a7b06575caf98312b552affffeee0437f26d416c6e3c895
adc9a2e2b2e56a7416c90f949bd0c72ddd6f1793rjungCOMPONENT_PROJECT_URL= http://github.com/kiorky/croniter
23bc6974af15e69a9aa4b5b3fc06b800b53ca234sf# common targets
298eb744831be682f749ffe1c01c88d82adf215esf# Run the tests in the build directory so as not to touch the source directory.
298eb744831be682f749ffe1c01c88d82adf215esf# The tests are copied over during the build, so we don't have to do that now.
298eb744831be682f749ffe1c01c88d82adf215esfCOMPONENT_TEST_ARGS = --result-log=$(COMPONENT_TEST_OUTPUT)
298eb744831be682f749ffe1c01c88d82adf215esfCOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
70d4e28f12f8cc2e130457c841095dc69c67cf31minfrinREQUIRED_PACKAGES += $(foreach v,$(subst .,,$(PYTHON_VERSIONS)),$(subst -PYVER,-$(v),$(REQUIRED_PKGS_PYVER)))