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