Makefile revision 394
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows#
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows# CDDL HEADER START
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows#
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows# The contents of this file are subject to the terms of the
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows# Common Development and Distribution License (the "License").
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows# You may not use this file except in compliance with the License.
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows#
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows# or http://www.opensolaris.org/os/licensing.
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows# See the License for the specific language governing permissions
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows# and limitations under the License.
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows#
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows# When distributing Covered Code, include this CDDL HEADER in each
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows# If applicable, add the following below this CDDL HEADER, with the
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows# fields enclosed by brackets "[]" replaced with your own identifying
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows# information: Portions Copyright [yyyy] [name of copyright owner]
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows#
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows# CDDL HEADER END
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows#
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows#
b7d3956b92a285d8dac2c7f5f7e28d2ef5347ef8stephhinclude ../../../make-rules/shared-macros.mk
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows
749f21d359d8fbd020c974a1a5227316221bfc9cwesolowsPATH=/usr/bin:/usr/gnu/bin:/usr/sbin
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows
749f21d359d8fbd020c974a1a5227316221bfc9cwesolowsCOMPONENT_NAME= ply
749f21d359d8fbd020c974a1a5227316221bfc9cwesolowsCOMPONENT_VERSION= 3.1
749f21d359d8fbd020c974a1a5227316221bfc9cwesolowsCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
749f21d359d8fbd020c974a1a5227316221bfc9cwesolowsCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
b7d3956b92a285d8dac2c7f5f7e28d2ef5347ef8stephhCOMPONENT_ARCHIVE_HASH= sha1:38efe9e03bc39d40ee73fa566eb9c1975f1a8003
b7d3956b92a285d8dac2c7f5f7e28d2ef5347ef8stephhCOMPONENT_ARCHIVE_URL= http://www.dabeaz.com/ply/$(COMPONENT_ARCHIVE)
b7d3956b92a285d8dac2c7f5f7e28d2ef5347ef8stephhCOMPONENT_PROJECT_URL= http://www.dabeaz.com/ply/
b7d3956b92a285d8dac2c7f5f7e28d2ef5347ef8stephh
b7d3956b92a285d8dac2c7f5f7e28d2ef5347ef8stephhinclude $(WS_TOP)/make-rules/prep.mk
b7d3956b92a285d8dac2c7f5f7e28d2ef5347ef8stephhinclude $(WS_TOP)/make-rules/setup.py.mk
749f21d359d8fbd020c974a1a5227316221bfc9cwesolowsinclude $(WS_TOP)/make-rules/ips.mk
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows
749f21d359d8fbd020c974a1a5227316221bfc9cwesolows# common targets
build: $(BUILD_32)
install: $(INSTALL_32)
test: $(NO_TESTS)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk