Makefile revision 4337
6988b3c9a24f46e053cd8de93b010199fa470254jim#
6988b3c9a24f46e053cd8de93b010199fa470254jim# CDDL HEADER START
6988b3c9a24f46e053cd8de93b010199fa470254jim#
6988b3c9a24f46e053cd8de93b010199fa470254jim# The contents of this file are subject to the terms of the
6988b3c9a24f46e053cd8de93b010199fa470254jim# Common Development and Distribution License (the "License").
6988b3c9a24f46e053cd8de93b010199fa470254jim# You may not use this file except in compliance with the License.
349af90d35df141de9f6eef9ca4feed545c93431jim#
6988b3c9a24f46e053cd8de93b010199fa470254jim# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4e191199a0aeab09d78df8f5579e745572e8b7bcwsanchez# or http://www.opensolaris.org/os/licensing.
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim# See the License for the specific language governing permissions
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim# and limitations under the License.
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim#
4e191199a0aeab09d78df8f5579e745572e8b7bcwsanchez# When distributing Covered Code, include this CDDL HEADER in each
4e191199a0aeab09d78df8f5579e745572e8b7bcwsanchez# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim# If applicable, add the following below this CDDL HEADER, with the
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim# fields enclosed by brackets "[]" replaced with your own identifying
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim# information: Portions Copyright [yyyy] [name of copyright owner]
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim#
52da115a47affa898750b7bd0784e2104478dafdwsanchez# CDDL HEADER END
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim#
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim#
4e329cef87cc240c00b3008f1fac2b157b2f7881jerenkrantz# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
4e329cef87cc240c00b3008f1fac2b157b2f7881jerenkrantz#
40e8f581ca6f52dba940601f0e7c93a7c132bc30jim
4e329cef87cc240c00b3008f1fac2b157b2f7881jerenkrantzinclude ../../../make-rules/shared-macros.mk
4e329cef87cc240c00b3008f1fac2b157b2f7881jerenkrantz
6988b3c9a24f46e053cd8de93b010199fa470254jimCOMPONENT_NAME= oslo.i18n
6988b3c9a24f46e053cd8de93b010199fa470254jimCOMPONENT_VERSION= 1.3.1
6988b3c9a24f46e053cd8de93b010199fa470254jimCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
6988b3c9a24f46e053cd8de93b010199fa470254jimCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
6988b3c9a24f46e053cd8de93b010199fa470254jimCOMPONENT_ARCHIVE_HASH= \
6988b3c9a24f46e053cd8de93b010199fa470254jim sha256:8e1b9b3f87cea9e43a2414bb02d8c79b0a688c916afa1f1453f6a0a65ffd85f6
4e329cef87cc240c00b3008f1fac2b157b2f7881jerenkrantzCOMPONENT_ARCHIVE_URL= $(call pypi_url)
6988b3c9a24f46e053cd8de93b010199fa470254jimCOMPONENT_PROJECT_URL= https://launchpad.net/oslo.i18n
6988b3c9a24f46e053cd8de93b010199fa470254jimCOMPONENT_BUGDB= python-mod/oslo.i18n
6988b3c9a24f46e053cd8de93b010199fa470254jim
6988b3c9a24f46e053cd8de93b010199fa470254jimTPNO= 21628
6988b3c9a24f46e053cd8de93b010199fa470254jim
6988b3c9a24f46e053cd8de93b010199fa470254jiminclude $(WS_MAKE_RULES)/prep.mk
4e329cef87cc240c00b3008f1fac2b157b2f7881jerenkrantzinclude $(WS_MAKE_RULES)/setup.py.mk
4e329cef87cc240c00b3008f1fac2b157b2f7881jerenkrantzinclude $(WS_MAKE_RULES)/ips.mk
6988b3c9a24f46e053cd8de93b010199fa470254jim
6988b3c9a24f46e053cd8de93b010199fa470254jimASLR_MODE = $(ASLR_NOT_APPLICABLE)
6988b3c9a24f46e053cd8de93b010199fa470254jim
6988b3c9a24f46e053cd8de93b010199fa470254jim# common targets
6988b3c9a24f46e053cd8de93b010199fa470254jimbuild: $(BUILD_NO_ARCH)
6988b3c9a24f46e053cd8de93b010199fa470254jim
6988b3c9a24f46e053cd8de93b010199fa470254jiminstall: $(INSTALL_NO_ARCH)
349af90d35df141de9f6eef9ca4feed545c93431jim
349af90d35df141de9f6eef9ca4feed545c93431jim# see $(COMPONENT_SRC)/test-requirements.txt for the python modules
349af90d35df141de9f6eef9ca4feed545c93431jim# required to execute unittests.
349af90d35df141de9f6eef9ca4feed545c93431jimtest: $(NO_TESTS)
349af90d35df141de9f6eef9ca4feed545c93431jim
349af90d35df141de9f6eef9ca4feed545c93431jimsystem-test: $(NO_TESTS)
349af90d35df141de9f6eef9ca4feed545c93431jim