components/python/python-memcached/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3778 35735ffdda43
child 7811 9126e6f58cd8
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    38 TPNO=			17839
    38 TPNO=			17839
    39 
    39 
    40 # Syntax errors: not Python 3 ready
    40 # Syntax errors: 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 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    47 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    48 
    48 
    49 COMPONENT_POST_UNPACK_ACTION = \
    49 COMPONENT_POST_UNPACK_ACTION = \
    50 	$(MV) python-memcached-release-1.53 \
    50 	$(MV) python-memcached-release-1.53 \
    62 install:	$(INSTALL_NO_ARCH)
    62 install:	$(INSTALL_NO_ARCH)
    63 
    63 
    64 # tests require local, online svc:/application/database/memcached:default
    64 # tests require local, online svc:/application/database/memcached:default
    65 test:		$(TEST_NO_ARCH)
    65 test:		$(TEST_NO_ARCH)
    66 
    66 
    67 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    68 
    67 
    69 include $(WS_TOP)/make-rules/depend.mk