Makefile revision 2297
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# CDDL HEADER START
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# The contents of this file are subject to the terms of the
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Common Development and Distribution License (the "License").
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# You may not use this file except in compliance with the License.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# See the License for the specific language governing permissions
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# and limitations under the License.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# When distributing Covered Code, include this CDDL HEADER in each
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# If applicable, add the following below this CDDL HEADER, with the
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# fields enclosed by brackets "[]" replaced with your own identifying
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# information: Portions Copyright [yyyy] [name of copyright owner]
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# CDDL HEADER END
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
09a5cc2cbb7b3481ab44acfc09d86e9e97bea88aDavid LunaCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster sha256:be308229f0c1e5e5af4f27d7ee06d90bb19e6af3059794e5fd536a6f29a9b550
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan FosterCOMPONENT_PROJECT_URL= http://www.cheetahtemplate.org/
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# Needed to get around a broken /usr/lib/python2.7/config/Makefile
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# See CR #16837431.
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster $(MV) -f cheetah-analyze cheetah-analyze-$(PYTHON_VERSION) ; \
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster $(MV) -f cheetah-compile cheetah-compile-$(PYTHON_VERSION))
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan FosterCOMPONENT_TEST_ENV += PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES.32)
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan FosterCOMPONENT_TEST_ENV += PYTHON_VERSION=$(PYTHON_VERSION)
a688bcbb4bcff5398fdd29b86f83450257dc0df4Allan Foster# common targets