Makefile revision 4337
481N/A#
481N/A# CDDL HEADER START
1634N/A#
481N/A# The contents of this file are subject to the terms of the
481N/A# Common Development and Distribution License (the "License").
919N/A# You may not use this file except in compliance with the License.
919N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A
919N/A#
481N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
481N/A#
481N/A
493N/Ainclude ../../../make-rules/shared-macros.mk
493N/A
481N/ACOMPONENT_NAME= amqp
970N/ACOMPONENT_VERSION= 1.4.6
970N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
970N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
970N/ACOMPONENT_ARCHIVE_HASH= \
1356N/A sha256:ebcfc867de5a68f9f5ba14d11dbad88e6aff8435a8d39339d5ceb0e5b06de640
1356N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
1551N/ACOMPONENT_PROJECT_URL= https://github.com/celery/py-amqp/
1551N/ACOMPONENT_BUGDB= python-mod/py-amqp
1356N/A
481N/ATPNO= 21715
1634N/A
481N/Ainclude $(WS_MAKE_RULES)/prep.mk
911N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
1634N/Ainclude $(WS_MAKE_RULES)/ips.mk
1634N/A
1634N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
911N/A
481N/ACOMPONENT_TEST_ARGS= funtests/run_all.py --host=localhost
1408N/ACOMPONENT_TEST_DIR= $(SOURCE_DIR)
481N/A
481N/A# common targets
493N/Abuild: $(BUILD_NO_ARCH)
481N/A
481N/Ainstall: $(INSTALL_NO_ARCH)
# svc:/application/rabbitmq:default needs to be online for tests to run
test: $(TEST_NO_ARCH)
system-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)