Makefile revision 2644
493N/A#
493N/A# CDDL HEADER START
963N/A#
493N/A# The contents of this file are subject to the terms of the
493N/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# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
919N/A#
493N/Ainclude ../../../make-rules/shared-macros.mk
493N/A
493N/ACOMPONENT_NAME= oslo.config
493N/ACOMPONENT_VERSION= 1.2.1
493N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
493N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
493N/ACOMPONENT_ARCHIVE_HASH= \
493N/A sha256:e4ccf489159f0c2b1932ea282f7663daada0a7f8309edc4c34904605a98cf9f2
493N/ACOMPONENT_ARCHIVE_URL= http://tarballs.openstack.org/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
963N/ACOMPONENT_PROJECT_URL= http://www.openstack.org/
493N/ACOMPONENT_BUGDB= python-mod/osol.config
493N/A
504N/Ainclude $(WS_TOP)/make-rules/prep.mk
493N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
493N/Ainclude $(WS_TOP)/make-rules/ips.mk
493N/A
493N/ACOMPONENT_POST_INSTALL_ACTION += \
493N/A ($(TOUCH) $(PROTO_DIR)/usr/lib/python$(PYTHON_VERSION)/vendor-packages/oslo/__init__.py; \
493N/A $(PYTHON) -m compileall $(PROTO_DIR)/$(PYTHON_VENDOR_PACKAGES))
493N/A
967N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
493N/A
493N/A# common targets
493N/Abuild: $(BUILD_NO_ARCH)
967N/A
install: $(INSTALL_NO_ARCH)
# Tests require:
# fixtures, mox, nose, nose-exclude, testtools, coverage, sphinx
# some of which haven't been integrated yet
test: $(NO_TESTS)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk