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