Makefile revision 3817
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi#
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi# CDDL HEADER START
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# The contents of this file are subject to the terms of the
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# Common Development and Distribution License (the "License").
aa73764d2ad5d41bb2f494e3bae803fa7290806ayoshiki# You may not use this file except in compliance with the License.
6ae232055d4d8a97267517c5e50074c2c819941and#
aa73764d2ad5d41bb2f494e3bae803fa7290806ayoshiki# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6ae232055d4d8a97267517c5e50074c2c819941and# or http://www.opensolaris.org/os/licensing.
6aadbc6fd703e73d1d419e9f06b84a4338c898f1maczniak# See the License for the specific language governing permissions
6aadbc6fd703e73d1d419e9f06b84a4338c898f1maczniak# and limitations under the License.
6aadbc6fd703e73d1d419e9f06b84a4338c898f1maczniak#
6aadbc6fd703e73d1d419e9f06b84a4338c898f1maczniak# When distributing Covered Code, include this CDDL HEADER in each
1d980e5489836e977ba59b419e27b0ec875c4bd3takashi# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1d980e5489836e977ba59b419e27b0ec875c4bd3takashi# If applicable, add the following below this CDDL HEADER, with the
1d980e5489836e977ba59b419e27b0ec875c4bd3takashi# fields enclosed by brackets "[]" replaced with your own identifying
1d980e5489836e977ba59b419e27b0ec875c4bd3takashi# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
#
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= d2to1
COMPONENT_VERSION= 0.2.10
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
sha256:90ed54749cdee1aab8daae720e3559dca97a47d071fa7f0592e75ffe869911e7
COMPONENT_ARCHIVE_URL= $(call pypi_url)
COMPONENT_PROJECT_URL= http://pypi.python.org/pypi/d2to1/
COMPONENT_BUGDB= python-mod/d2to1
TPNO= 14503
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/setup.py.mk
include $(WS_MAKE_RULES)/ips.mk
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
COMPONENT_TEST_DIR = $(SOURCE_DIR)
COMPONENT_TEST_ARGS = setup.py test
# common targets
build: $(BUILD_NO_ARCH)
install: $(INSTALL_NO_ARCH)
test: $(TEST_NO_ARCH)