components/python/twisted-web2/Makefile
changeset 3817 30b42c38bbc4
parent 3771 f82d2dc12afc
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    38 TPNO=			9693
    38 TPNO=			9693
    39 
    39 
    40 # Depends on twisted, which is not Python 3 ready.
    40 # Depends on twisted, which is not Python 3 ready.
    41 PYTHON_VERSIONS=	2.7 2.6
    41 PYTHON_VERSIONS=	2.7 2.6
    42 
    42 
    43 include $(WS_TOP)/make-rules/prep.mk
    43 include $(WS_MAKE_RULES)/prep.mk
    44 include $(WS_TOP)/make-rules/setup.py.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    45 include $(WS_TOP)/make-rules/ips.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    46 
    46 
    47 # Master test results are the same for all versions of Python, so override
    47 # Master test results are the same for all versions of Python, so override
    48 # here, rather than create multiple identical master files.
    48 # here, rather than create multiple identical master files.
    49 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
    49 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
    50 
    50 
    65 build:          $(BUILD_NO_ARCH)
    65 build:          $(BUILD_NO_ARCH)
    66 
    66 
    67 install:        $(INSTALL_NO_ARCH)
    67 install:        $(INSTALL_NO_ARCH)
    68 
    68 
    69 test:           $(TEST_NO_ARCH)
    69 test:           $(TEST_NO_ARCH)
    70 
       
    71 BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
       
    72 
       
    73 include $(WS_TOP)/make-rules/depend.mk