components/python/decorator/Makefile
changeset 1310 ed3f9d06a78b
parent 1293 98e5300bb391
child 1434 c782e620dd26
equal deleted inserted replaced
1309:27b67da05e40 1310:ed3f9d06a78b
    36 include $(WS_TOP)/make-rules/prep.mk
    36 include $(WS_TOP)/make-rules/prep.mk
    37 include $(WS_TOP)/make-rules/setup.py.mk
    37 include $(WS_TOP)/make-rules/setup.py.mk
    38 include $(WS_TOP)/make-rules/ips.mk
    38 include $(WS_TOP)/make-rules/ips.mk
    39 
    39 
    40 # common targets
    40 # common targets
    41 build:		$(BUILD_32)
    41 build:		$(BUILD_NO_ARCH)
    42 
    42 
    43 install:	$(INSTALL_32)
    43 install:	$(INSTALL_NO_ARCH)
    44 
    44 
    45 test:		$(NO_TESTS)
    45 test:		$(NO_TESTS)
    46 
    46 
    47 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    47 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    48 
    48