components/ncurses/Makefile
changeset 2164 b580bc10e31a
parent 1948 2d1537e7942d
child 2225 f064d3d3190d
equal deleted inserted replaced
2163:a23eea6de4af 2164:b580bc10e31a
    67 # copying the one shipped with Sun's curses fixes it:
    67 # copying the one shipped with Sun's curses fixes it:
    68 COMPONENT_POST_INSTALL_ACTION += \
    68 COMPONENT_POST_INSTALL_ACTION += \
    69 	$(CP) /usr/share/lib/terminfo/s/sun-color \
    69 	$(CP) /usr/share/lib/terminfo/s/sun-color \
    70 	$(PROTO_DIR)$(GNUSHARE)/terminfo/s/
    70 	$(PROTO_DIR)$(GNUSHARE)/terminfo/s/
    71 
    71 
       
    72 COMPONENT_TEST_DIR =		$(BUILD_DIR)/$(MACH$(BITS))/test
       
    73 COMPONENT_TEST_TARGETS =
       
    74 
    72 ASLR_MODE = $(ASLR_ENABLE)
    75 ASLR_MODE = $(ASLR_ENABLE)
    73 
    76 
    74 # common targets
    77 # common targets
    75 build:          $(BUILD_32_and_64)
    78 build:          $(BUILD_32_and_64)
    76 
    79 
    77 install:        $(INSTALL_32_and_64)
    80 install:        $(INSTALL_32_and_64)
    78 
    81 
    79 test:           $(BUILD_32_and_64)
    82 test:           $(TEST_32_and_64)
    80 		(cd $(BUILD_DIR)/$(MACH32)/test; $(GMAKE))
       
    81 		(cd $(BUILD_DIR)/$(MACH64)/test; $(GMAKE))
       
    82 
    83 
    83 BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
    84 BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
    84 
    85 
    85 include ../../make-rules/depend.mk
    86 include ../../make-rules/depend.mk