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