Makefile revision 2058
98N/A#
98N/A# CDDL HEADER START
1356N/A#
1356N/A# The contents of this file are subject to the terms of the
98N/A# Common Development and Distribution License (the "License").
1508N/A# You may not use this file except in compliance with the License.
98N/A#
98N/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# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/Ainclude ../../../make-rules/shared-macros.mk
919N/A
919N/ACOMPONENT_NAME= boto
98N/ACOMPONENT_VERSION= 2.9.9
98N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
98N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
98N/ACOMPONENT_ARCHIVE_HASH= \
493N/A sha256:6ce016eed6605381d67f39bc62763ee3b862aed3d403ea70b16b9d63738c002a
98N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
98N/ACOMPONENT_PROJECT_URL= http://github.com/boto/boto/
1508N/ACOMPONENT_BUGDB= python-mod/boto
98N/A
911N/Ainclude $(WS_TOP)/make-rules/prep.mk
1508N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
1508N/Ainclude $(WS_TOP)/make-rules/ips.mk
1508N/A
911N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
98N/A
1359N/ACOMPONENT_TEST_DIR = $(SOURCE_DIR)/tests
1508N/ACOMPONENT_TEST_ARGS = test.py
1362N/A
1522N/A# common targets
1580N/Abuild: $(BUILD_32)
1580N/A
691N/Ainstall: $(INSTALL_32)
691N/A
691N/A# Tests require:
691N/A# mock, OrderedDict, unittest2
691N/A# which haven't been integrated yet.
691N/Atest: $(NO_TESTS)
98N/A
1356N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
1356N/A
1356N/Ainclude $(WS_TOP)/make-rules/depend.mk
1356N/A