components/unrar/Makefile
changeset 4355 918f15f3f728
parent 4339 6501cf9c29f9
child 5682 94c0ca64c022
equal deleted inserted replaced
4351:c3f50d5f75d2 4355:918f15f3f728
    39 
    39 
    40 TPNO=			18537
    40 TPNO=			18537
    41 
    41 
    42 include $(WS_MAKE_RULES)/prep.mk
    42 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_MAKE_RULES)/justmake.mk
    43 include $(WS_MAKE_RULES)/justmake.mk
       
    44 
       
    45 # We need this before the default PKG_PROTO_DIRS, so set it before we include
       
    46 # ips.mk, which will append the default set.
       
    47 PKG_PROTO_DIRS = $(BUILD_DIR_64)
       
    48 
    44 include $(WS_MAKE_RULES)/ips.mk
    49 include $(WS_MAKE_RULES)/ips.mk
    45 
       
    46 PKG_PROTO_DIRS = $(MANGLED_DIR)
       
    47 PKG_PROTO_DIRS += $(BUILD_DIR_64)
       
    48 PKG_PROTO_DIRS += $(COMPONENT_DIR)
       
    49 
    50 
    50 PATCH_LEVEL =	0
    51 PATCH_LEVEL =	0
    51 
    52 
    52 
    53 
    53 # Needed by .../unrar/os.hpp to correctly define platform endianness.
    54 # Needed by .../unrar/os.hpp to correctly define platform endianness.
    72 
    73 
    73 test:		$(NO_TESTS)
    74 test:		$(NO_TESTS)
    74 
    75 
    75 system-test:    $(NO_TESTS)
    76 system-test:    $(NO_TESTS)
    76 
    77 
    77 
       
    78 REQUIRED_PACKAGES += system/library
    78 REQUIRED_PACKAGES += system/library
    79 REQUIRED_PACKAGES += system/library/c++-runtime
    79 REQUIRED_PACKAGES += system/library/c++-runtime
    80 REQUIRED_PACKAGES += system/library/math
    80 REQUIRED_PACKAGES += system/library/math