Makefile revision 618
2796N/A#
2796N/A# CDDL HEADER START
2796N/A#
2796N/A# The contents of this file are subject to the terms of the
2796N/A# Common Development and Distribution License (the "License").
2796N/A# You may not use this file except in compliance with the License.
2796N/A#
2796N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2796N/A# or http://www.opensolaris.org/os/licensing.
2796N/A# See the License for the specific language governing permissions
2796N/A# and limitations under the License.
2796N/A#
2796N/A# When distributing Covered Code, include this CDDL HEADER in each
2796N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2796N/A# If applicable, add the following below this CDDL HEADER, with the
2796N/A# fields enclosed by brackets "[]" replaced with your own identifying
2796N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2796N/A#
2796N/A# CDDL HEADER END
2796N/A#
2796N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
2796N/A#
2796N/Ainclude ../../../make-rules/shared-macros.mk
2796N/A
2796N/APATH=/usr/bin:/usr/gnu/bin:/usr/sbin
2796N/A
2796N/ACOMPONENT_NAME= Mako
2796N/ACOMPONENT_VERSION= 0.4.1
2796N/ACOMPONENT_PROJECT_URL= http://www.makotemplates.org/
2796N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2796N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2796N/ACOMPONENT_ARCHIVE_HASH= sha1:a4e30660794aab5224e0c776d03c45f3c8b5fa7e
2796N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)downloads/$(COMPONENT_ARCHIVE)
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