Makefile revision 3996
c6b6876815d20010b548909998c894a527adc139humbedooh#
c6b6876815d20010b548909998c894a527adc139humbedooh# CDDL HEADER START
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd#
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# The contents of this file are subject to the terms of the
fd9abdda70912b99b24e3bf1a38f26fde908a74cnd# Common Development and Distribution License (the "License").
c6b6876815d20010b548909998c894a527adc139humbedooh# You may not use this file except in compliance with the License.
c6b6876815d20010b548909998c894a527adc139humbedooh#
c6b6876815d20010b548909998c894a527adc139humbedooh# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c6b6876815d20010b548909998c894a527adc139humbedooh# or http://www.opensolaris.org/os/licensing.
96ad5d81ee4a2cc66a4ae19893efc8aa6d06fae7jailletc# See the License for the specific language governing permissions
c6b6876815d20010b548909998c894a527adc139humbedooh# and limitations under the License.
c6b6876815d20010b548909998c894a527adc139humbedooh#
c6b6876815d20010b548909998c894a527adc139humbedooh# When distributing Covered Code, include this CDDL HEADER in each
2e545ce2450a9953665f701bb05350f0d3f26275nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c6b6876815d20010b548909998c894a527adc139humbedooh# If applicable, add the following below this CDDL HEADER, with the
c6b6876815d20010b548909998c894a527adc139humbedooh# fields enclosed by brackets "[]" replaced with your own identifying
c6b6876815d20010b548909998c894a527adc139humbedooh# information: Portions Copyright [yyyy] [name of copyright owner]
c6b6876815d20010b548909998c894a527adc139humbedooh#
af33a4994ae2ff15bc67d19ff1a7feb906745bf8rbowen# CDDL HEADER END
c6b6876815d20010b548909998c894a527adc139humbedooh#
c6b6876815d20010b548909998c894a527adc139humbedooh# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
c6b6876815d20010b548909998c894a527adc139humbedooh#
c6b6876815d20010b548909998c894a527adc139humbedoohinclude ../../../make-rules/shared-macros.mk
c6b6876815d20010b548909998c894a527adc139humbedooh
c6b6876815d20010b548909998c894a527adc139humbedoohCOMPONENT_NAME= pyparsing
c6b6876815d20010b548909998c894a527adc139humbedoohCOMPONENT_VERSION= 2.0.1
c6b6876815d20010b548909998c894a527adc139humbedoohCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
c6b6876815d20010b548909998c894a527adc139humbedoohCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
c6b6876815d20010b548909998c894a527adc139humbedoohCOMPONENT_ARCHIVE_HASH= \
c6b6876815d20010b548909998c894a527adc139humbedooh sha256:0007cd3f008eba4a203f1f6b4b133ddc352552c8808b694c88c23db56416e4e4
c6b6876815d20010b548909998c894a527adc139humbedoohCOMPONENT_ARCHIVE_URL= $(call pypi_url)
c6b6876815d20010b548909998c894a527adc139humbedoohCOMPONENT_PROJECT_URL= https://pypi.python.org/pypi/pyparsing/
7bf171806d862d85c9e913b87aacccb31403be9bhumbedoohCOMPONENT_BUGDB= python-mod/pyparsing
c6b6876815d20010b548909998c894a527adc139humbedooh
c6b6876815d20010b548909998c894a527adc139humbedoohTPNO= 15999
c6b6876815d20010b548909998c894a527adc139humbedooh
bbe82c56451e415b93ac24e6ad928dcac01519e1humbedoohinclude $(WS_MAKE_RULES)/prep.mk
25f8d56998acb95d39c62c489d72b92d8d29b765humbedoohinclude $(WS_MAKE_RULES)/setup.py.mk
25f8d56998acb95d39c62c489d72b92d8d29b765humbedoohinclude $(WS_MAKE_RULES)/ips.mk
c6b6876815d20010b548909998c894a527adc139humbedooh
c6b6876815d20010b548909998c894a527adc139humbedoohASLR_MODE = $(ASLR_NOT_APPLICABLE)
c6b6876815d20010b548909998c894a527adc139humbedooh
c6b6876815d20010b548909998c894a527adc139humbedooh# common targets
c6b6876815d20010b548909998c894a527adc139humbedoohbuild: $(BUILD_NO_ARCH)
c6b6876815d20010b548909998c894a527adc139humbedooh
c6b6876815d20010b548909998c894a527adc139humbedoohinstall: $(INSTALL_NO_ARCH)
c6b6876815d20010b548909998c894a527adc139humbedooh
c6b6876815d20010b548909998c894a527adc139humbedoohtest: $(NO_TESTS)
c6b6876815d20010b548909998c894a527adc139humbedooh
c6b6876815d20010b548909998c894a527adc139humbedooh
c6b6876815d20010b548909998c894a527adc139humbedooh