components/python/django_compressor/Makefile
changeset 3817 30b42c38bbc4
parent 3699 cfab3c6e04f1
child 3998 5bd484384122
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    35 TPNO=			14503
    35 TPNO=			14503
    36 
    36 
    37 # Depends on django, which is not Python 3 ready.
    37 # Depends on django, which is not Python 3 ready.
    38 PYTHON_VERSIONS=	2.7 2.6
    38 PYTHON_VERSIONS=	2.7 2.6
    39 
    39 
    40 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_MAKE_RULES)/prep.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    41 include $(WS_MAKE_RULES)/setup.py.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    43 
    43 
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    45 
    45 
    46 # common targets
    46 # common targets
    47 build:		$(BUILD_NO_ARCH)
    47 build:		$(BUILD_NO_ARCH)
    48 
    48 
    49 install:	$(INSTALL_NO_ARCH)
    49 install:	$(INSTALL_NO_ARCH)
    50 
    50 
    51 # unittests require django-discover-runner which is not integrated
    51 # unittests require django-discover-runner which is not integrated
    52 test:		$(NO_TESTS)
    52 test:		$(NO_TESTS)
    53 
       
    54 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    55 
       
    56 include $(WS_TOP)/make-rules/depend.mk