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