components/conflict/Makefile
changeset 2164 b580bc10e31a
parent 1948 2d1537e7942d
child 2225 f064d3d3190d
equal deleted inserted replaced
2163:a23eea6de4af 2164:b580bc10e31a
    55 # configure: warning: CXX=/ws/onnv-tools/SUNWspro/sunstudio12.1/bin/CC: invalid host type
    55 # configure: warning: CXX=/ws/onnv-tools/SUNWspro/sunstudio12.1/bin/CC: invalid host type
    56 # configure: error: can only configure for one host and one target at a time
    56 # configure: error: can only configure for one host and one target at a time
    57 CONFIGURE_OPTIONS = --prefix=$(CONFIGURE_PREFIX)
    57 CONFIGURE_OPTIONS = --prefix=$(CONFIGURE_PREFIX)
    58 CONFIGURE_OPTIONS += --mandir=$(CONFIGURE_MANDIR)
    58 CONFIGURE_OPTIONS += --mandir=$(CONFIGURE_MANDIR)
    59 
    59 
       
    60 COMPONENT_TEST_DIR =	$(BUILD_DIR_64)
       
    61 COMPONENT_TEST_CMD =	./run_test.sh
       
    62 COMPONENT_TEST_TARGETS =
       
    63 
    60 ASLR_MODE = $(ASLR_ENABLE)
    64 ASLR_MODE = $(ASLR_ENABLE)
    61 
    65 
    62 # common targets
    66 # common targets
    63 build:		$(BUILD_64)
    67 build:		$(BUILD_64)
    64 
    68 
    65 install:	$(INSTALL_64)
    69 install:	$(INSTALL_64)
    66 
    70 
    67 test:		build
    71 test:		$(TEST_64)
    68 	@cd $(BUILD_DIR_64); ./run_test.sh
       
    69 
    72 
    70 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    73 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    71 
    74 
    72 include ../../make-rules/depend.mk
    75 include ../../make-rules/depend.mk