Makefile revision 6033
b7ff1e47da4653d2ff1ec7b489e6067fed29d8c5Lennart Poettering# CDDL HEADER START
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering# The contents of this file are subject to the terms of the
b7ff1e47da4653d2ff1ec7b489e6067fed29d8c5Lennart Poettering# Common Development and Distribution License (the "License").
b7ff1e47da4653d2ff1ec7b489e6067fed29d8c5Lennart Poettering# You may not use this file except in compliance with the License.
c32e0c40f7e706e3ebcd101187d5ced96f083491Lennart Poettering# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7d640cdf66a7c032c871ccfe0ee4ad56f7e3869bLennart Poettering# or http://www.opensolaris.org/os/licensing.
62170515a17d0771aa38c8e7711a7a60c8d14d2fLennart Poettering# See the License for the specific language governing permissions
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering# and limitations under the License.
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering# When distributing Covered Code, include this CDDL HEADER in each
c904f64d84db8c4eebedf210ba10893f19ba05edLennart Poettering# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7d640cdf66a7c032c871ccfe0ee4ad56f7e3869bLennart Poettering# If applicable, add the following below this CDDL HEADER, with the
6e25b33cddf77c90d351dee6442c51bd19e2b7a8Lennart Poettering# fields enclosed by brackets "[]" replaced with your own identifying
34df5a34e1d0ac4bba453fb5f52f18a2f5f260f9Lennart Poettering# information: Portions Copyright [yyyy] [name of copyright owner]
7d640cdf66a7c032c871ccfe0ee4ad56f7e3869bLennart Poettering# CDDL HEADER END
099663ff8c117303af369a4d412dafed0c5614c2Lennart Poettering# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
09bde77fc798fb0f80714b77b958f24a3c2d798eLennart Poetteringinclude ../../../make-rules/shared-macros.mk
81253930180bac6b6fb372a9c7bea724bd795c86Lennart PoetteringCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
81253930180bac6b6fb372a9c7bea724bd795c86Lennart PoetteringCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
430c18ed7f576fd9041b0a02e7c4210bdd020a25Lennart Poettering sha256:ddfec39bf0de7b53666045c946d495ca070e538e5f92dc19588596c9bcc52c6e
1a6f4df6c9437ed631080b7e006f666326063d36Lennart PoetteringCOMPONENT_PROJECT_URL= https://pypi.python.org/pypi/cliff
b5c6cf87342bedeb67fbbc4f3f512af1603a461cLennart Poettering# common targets
f959c5e63a9080cbff42ac4160154f8a6b508e7aLennart Poettering# Tests require:
f959c5e63a9080cbff42ac4160154f8a6b508e7aLennart Poettering# coverage >= 3.6, sphinx, oslosphinx
7f6d613516020bf390d8de25bbbb2551ea8dade0Lennart Poettering# some of which haven't been integrated yet.