Makefile revision 6408
8ad79874169cc981a694a15e8a806b9a39133673vboxsync#
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# CDDL HEADER START
b2640405e06105d868b5fc8f7b676bb680884380vboxsync#
8ad79874169cc981a694a15e8a806b9a39133673vboxsync# The contents of this file are subject to the terms of the
8ad79874169cc981a694a15e8a806b9a39133673vboxsync# Common Development and Distribution License (the "License").
8ad79874169cc981a694a15e8a806b9a39133673vboxsync# You may not use this file except in compliance with the License.
8ad79874169cc981a694a15e8a806b9a39133673vboxsync#
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# or http://www.opensolaris.org/os/licensing.
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# See the License for the specific language governing permissions
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# and limitations under the License.
b2640405e06105d868b5fc8f7b676bb680884380vboxsync#
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# When distributing Covered Code, include this CDDL HEADER in each
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# If applicable, add the following below this CDDL HEADER, with the
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
b2640405e06105d868b5fc8f7b676bb680884380vboxsync#
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# CDDL HEADER END
b2640405e06105d868b5fc8f7b676bb680884380vboxsync#
b2640405e06105d868b5fc8f7b676bb680884380vboxsync
b2640405e06105d868b5fc8f7b676bb680884380vboxsync#
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
b2640405e06105d868b5fc8f7b676bb680884380vboxsync#
7519a1c4323fa86fbb19a36a91cd25abfd7af714vboxsyncinclude ../../../make-rules/shared-macros.mk
7519a1c4323fa86fbb19a36a91cd25abfd7af714vboxsync
7519a1c4323fa86fbb19a36a91cd25abfd7af714vboxsyncCOMPONENT_NAME= filechunkio
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncCOMPONENT_VERSION= 1.6
7519a1c4323fa86fbb19a36a91cd25abfd7af714vboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
7519a1c4323fa86fbb19a36a91cd25abfd7af714vboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
7519a1c4323fa86fbb19a36a91cd25abfd7af714vboxsyncCOMPONENT_ARCHIVE_HASH= \
b2640405e06105d868b5fc8f7b676bb680884380vboxsync sha256:163948052cd274daddfcde9cec9cb5e04ac19d7bb91606cdc6a305b0428a0e70
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncCOMPONENT_ARCHIVE_URL= $(call pypi_url)
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncCOMPONENT_PROJECT_URL= https://bitbucket.org/fabian/filechunkio
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncCOMPONENT_BUGDB= python-mod/filechunkio
b2640405e06105d868b5fc8f7b676bb680884380vboxsync
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncTPNO= 29376
b2640405e06105d868b5fc8f7b676bb680884380vboxsync
cf2d13234ccc8755e2610badbdab5dc0b7bfb1dcvboxsyncinclude $(WS_MAKE_RULES)/prep.mk
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncinclude $(WS_MAKE_RULES)/setup.py.mk
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncinclude $(WS_MAKE_RULES)/ips.mk
b2640405e06105d868b5fc8f7b676bb680884380vboxsync
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncASLR_MODE = $(ASLR_NOT_APPLICABLE)
b2640405e06105d868b5fc8f7b676bb680884380vboxsync
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncCOMPONENT_TEST_DIR = $(SOURCE_DIR)/$(COMPONENT_NAME)
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncCOMPONENT_TEST_ARGS = tests.py
b2640405e06105d868b5fc8f7b676bb680884380vboxsync
b2640405e06105d868b5fc8f7b676bb680884380vboxsync# common targets
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncbuild: $(BUILD_NO_ARCH)
b2640405e06105d868b5fc8f7b676bb680884380vboxsync
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncinstall: $(INSTALL_NO_ARCH)
b2640405e06105d868b5fc8f7b676bb680884380vboxsync
b2640405e06105d868b5fc8f7b676bb680884380vboxsynctest: $(TEST_NO_ARCH)
b2640405e06105d868b5fc8f7b676bb680884380vboxsync
b2640405e06105d868b5fc8f7b676bb680884380vboxsyncsystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
b2640405e06105d868b5fc8f7b676bb680884380vboxsync