components/python/mako/Makefile
changeset 706 6e61f0012046
parent 609 775168282b2f
child 751 32bfb3fa9b60
equal deleted inserted replaced
705:ea8fed4b5f65 706:6e61f0012046
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
    25 PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
    26 
    26 
    34 
    34 
    35 include $(WS_TOP)/make-rules/prep.mk
    35 include $(WS_TOP)/make-rules/prep.mk
    36 include $(WS_TOP)/make-rules/setup.py.mk
    36 include $(WS_TOP)/make-rules/setup.py.mk
    37 include $(WS_TOP)/make-rules/ips.mk
    37 include $(WS_TOP)/make-rules/ips.mk
    38 
    38 
       
    39 # Building for Python 2.7 requires a corresponding setuptools package, so only
       
    40 # build the Python 2.6 version for now.
       
    41 PYTHON_VERSIONS=2.6
       
    42 
    39 # common targets
    43 # common targets
    40 build:		$(BUILD_32)
    44 build:		$(BUILD_32)
    41 
    45 
    42 install:	$(INSTALL_32)
    46 install:	$(INSTALL_32)
    43 
    47