components/libneon/Makefile
changeset 181 87e11e685b1f
parent 128 07d15f3ddf16
child 609 775168282b2f
equal deleted inserted replaced
180:4de0581be621 181:87e11e685b1f
    54 CONFIGURE_OPTIONS += --with-zlib
    54 CONFIGURE_OPTIONS += --with-zlib
    55 CONFIGURE_OPTIONS += --with-ssl=openssl
    55 CONFIGURE_OPTIONS += --with-ssl=openssl
    56 CONFIGURE_OPTIONS += --with-libproxy
    56 CONFIGURE_OPTIONS += --with-libproxy
    57 CONFIGURE_OPTIONS += --with-libxml2
    57 CONFIGURE_OPTIONS += --with-libxml2
    58 
    58 
    59 build: $(BUILD_32) $(BUILD_64)
    59 COMPONENT_TEST_ENV +=	PATH="$(GNUBIN):$(PATH)"
    60 
    60 
    61 GSED =	/usr/gnu/bin/sed
    61 build:		$(BUILD_32_and_64)
    62 
    62 
    63 include ../../make-rules/shared-targets.mk
    63 install:	$(INSTALL_32_and_64)
    64 
    64 
    65 install: $(INSTALL_32) $(INSTALL_64)
    65 test:		$(TEST_32_and_64)
    66 	$(GSED) -f oracleman-stability $(PROTOUSRSHAREMAN3DIR)/neon.3 > \
       
    67 	    $(PROTOUSRSHAREMAN3DIR)/neon.3.sed
       
    68 	cp -fp $(PROTOUSRSHAREMAN3DIR)/neon.3.sed \
       
    69 	    $(PROTOUSRSHAREMAN3DIR)/neon.3
       
    70 	rm -f $(PROTOUSRSHAREMAN3DIR)/neon.3.sed
       
    71 
       
    72 test: $(BUILD_32_and_64)
       
    73 	@cd $(BUILD_DIR_32); env PATH="$(GNUBIN):$(PATH)" $(GMAKE) check
       
    74 	@cd $(BUILD_DIR_64); env PATH="$(GNUBIN):$(PATH)" $(GMAKE) check
       
    75 
    66 
    76 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
    67 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
    77 
    68 
    78 include ../../make-rules/depend.mk
    69 include ../../make-rules/depend.mk
    79 
    70