components/python/cheetah/Makefile
changeset 6404 776ac4e2d089
parent 6399 6205769a2639
child 7687 1093e2a9adbd
equal deleted inserted replaced
6403:9d25dbe7eb71 6404:776ac4e2d089
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 include ../../../make-rules/shared-macros.mk
    25 include ../../../make-rules/shared-macros.mk
    26 
    26 
    27 COMPONENT_NAME=		Cheetah
    27 COMPONENT_NAME=		Cheetah
    28 COMPONENT_VERSION=	2.4.4
    28 COMPONENT_VERSION=	2.4.4
    52 	 $(MV) -f cheetah-compile cheetah-compile-$(PYTHON_VERSION))
    52 	 $(MV) -f cheetah-compile cheetah-compile-$(PYTHON_VERSION))
    53 
    53 
    54 COMPONENT_TEST_ARGS=	cheetah/Tests/Test.py
    54 COMPONENT_TEST_ARGS=	cheetah/Tests/Test.py
    55 COMPONENT_TEST_DIR=	$(SOURCE_DIR)
    55 COMPONENT_TEST_DIR=	$(SOURCE_DIR)
    56 COMPONENT_TEST_ENV=	PATH=$(PROTO_DIR)/usr/bin
    56 COMPONENT_TEST_ENV=	PATH=$(PROTO_DIR)/usr/bin
    57 COMPONENT_TEST_ENV +=	PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES)
    57 COMPONENT_TEST_ENV +=	PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES.32)
    58 COMPONENT_TEST_ENV +=	PYTHON_VERSION=$(PYTHON_VERSION)
    58 COMPONENT_TEST_ENV +=	PYTHON_VERSION=$(PYTHON_VERSION)
    59 
    59 
    60 # common targets
    60 # common targets
    61 build:		$(BUILD_32_and_64)
    61 build:		$(BUILD_32_and_64)
    62 
    62