Makefile revision 2009
2009N/A#
2009N/A# CDDL HEADER START
2009N/A#
2009N/A# The contents of this file are subject to the terms of the
2009N/A# Common Development and Distribution License (the "License").
2009N/A# You may not use this file except in compliance with the License.
2009N/A#
2009N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2009N/A# or http://www.opensolaris.org/os/licensing.
2009N/A# See the License for the specific language governing permissions
2009N/A# and limitations under the License.
2009N/A#
2009N/A# When distributing Covered Code, include this CDDL HEADER in each
2009N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2009N/A# If applicable, add the following below this CDDL HEADER, with the
2009N/A# fields enclosed by brackets "[]" replaced with your own identifying
2009N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2009N/A#
2009N/A# CDDL HEADER END
2009N/A#
2009N/A# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
2009N/A#
2009N/Ainclude ../../../make-rules/shared-macros.mk
2009N/A
2009N/ACOMPONENT_NAME= pyasn1-modules
2009N/ACOMPONENT_VERSION= 0.0.5
2009N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2009N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2009N/ACOMPONENT_ARCHIVE_HASH= \
2009N/A sha256:be65f00ed28e30756f1ef39377cb382480a2368699179d646a84d79fe9349941
2009N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
2009N/ACOMPONENT_PROJECT_URL= http://pyasn1.sourceforge.net/
2009N/ACOMPONENT_BUGDB= python-mod/pyasn1
2009N/A
2009N/Ainclude $(WS_TOP)/make-rules/prep.mk
2009N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
2009N/Ainclude $(WS_TOP)/make-rules/ips.mk
2009N/A
2009N/ACOMPONENT_TEST_ENV += PATH=/usr/bin:$(SOURCE_DIR)/tools
2009N/ACOMPONENT_TEST_CMD = $(SHELL)
2009N/ACOMPONENT_TEST_ARGS = $(COMPONENT_DIR)/files/runtests
2009N/A
2009N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
2009N/A
2009N/A# common targets
2009N/Abuild: $(BUILD_NO_ARCH)
2009N/A
2009N/Ainstall: $(INSTALL_NO_ARCH)
2009N/A
2009N/Atest: $(TEST_NO_ARCH)
2009N/A
2009N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
2009N/A
2009N/Ainclude $(WS_TOP)/make-rules/depend.mk