Makefile revision 3661
124N/A#
124N/A# CDDL HEADER START
124N/A#
124N/A# The contents of this file are subject to the terms of the
124N/A# Common Development and Distribution License (the "License").
124N/A# You may not use this file except in compliance with the License.
124N/A#
124N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
124N/A# or http://www.opensolaris.org/os/licensing.
124N/A# See the License for the specific language governing permissions
124N/A# and limitations under the License.
124N/A#
124N/A# When distributing Covered Code, include this CDDL HEADER in each
124N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
124N/A# If applicable, add the following below this CDDL HEADER, with the
124N/A# fields enclosed by brackets "[]" replaced with your own identifying
124N/A# information: Portions Copyright [yyyy] [name of copyright owner]
124N/A#
124N/A# CDDL HEADER END
124N/A#
3647N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
124N/A#
124N/Ainclude ../../../make-rules/shared-macros.mk
124N/A
124N/APATH=/usr/bin:/usr/gnu/bin:/usr/sbin
4290N/A
618N/ACOMPONENT_NAME= ply
124N/ACOMPONENT_VERSION= 3.1
124N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
844N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
4290N/ACOMPONENT_ARCHIVE_HASH= \
618N/A sha256:436461f455d83292bb9c2cd89ce02414de1421a2023628b94666bc5f71b0128b
1258N/ACOMPONENT_ARCHIVE_URL= http://www.dabeaz.com/ply/$(COMPONENT_ARCHIVE)
124N/ACOMPONENT_PROJECT_URL= http://www.dabeaz.com/ply/
4290N/ACOMPONENT_BUGDB= python-mod/ply
2899N/A
3817N/ATPNO= 10013
3817N/A
3817N/Ainclude $(WS_TOP)/make-rules/prep.mk
124N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
2960N/Ainclude $(WS_TOP)/make-rules/ips.mk
2960N/A
2960N/A# common targets
2960N/Abuild: $(BUILD_NO_ARCH)
1776N/A
1776N/Ainstall: $(INSTALL_NO_ARCH)
1776N/A
124N/Atest: $(NO_TESTS)
124N/A
3069N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
3069N/A
3069N/Ainclude $(WS_TOP)/make-rules/depend.mk
124N/A