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