Makefile revision 3996
678N/A#
2362N/A# CDDL HEADER START
678N/A#
678N/A# The contents of this file are subject to the terms of the
678N/A# Common Development and Distribution License (the "License").
678N/A# You may not use this file except in compliance with the License.
678N/A#
678N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
678N/A# or http://www.opensolaris.org/os/licensing.
678N/A# See the License for the specific language governing permissions
678N/A# and limitations under the License.
678N/A#
678N/A# When distributing Covered Code, include this CDDL HEADER in each
678N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
678N/A# If applicable, add the following below this CDDL HEADER, with the
678N/A# fields enclosed by brackets "[]" replaced with your own identifying
678N/A# information: Portions Copyright [yyyy] [name of copyright owner]
678N/A#
2362N/A# CDDL HEADER END
2362N/A#
2362N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
678N/A#
678N/Ainclude ../../../make-rules/shared-macros.mk
678N/A
678N/ACOMPONENT_NAME= lockfile
678N/ACOMPONENT_VERSION= 0.9.1
678N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
678N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
678N/ACOMPONENT_ARCHIVE_HASH= \
678N/A sha256:23da589c91f59cb7c644d5ce5df539d448341bd479917d6dde973f82e2719147
678N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
678N/ACOMPONENT_PROJECT_URL= https://github.com/smontanaro/pylockfile
678N/ACOMPONENT_BUGDB= python-mod/lockfile
678N/A
678N/ATPNO= 14503
678N/A
678N/Ainclude $(WS_MAKE_RULES)/prep.mk
678N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
678N/Ainclude $(WS_MAKE_RULES)/ips.mk
678N/A
678N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
678N/A
678N/A# common targets
678N/Abuild: $(BUILD_NO_ARCH)
678N/A
678N/Ainstall: $(INSTALL_NO_ARCH)
678N/A
678N/A#
678N/A# Tests require:
678N/A# minimock
678N/A# which haven't been integrated yet.
680N/A#
680N/Atest: $(NO_TESTS)
680N/A
680N/A
680N/A