components/zlib/Makefile
changeset 5060 cd8d20971627
parent 4339 6501cf9c29f9
child 5125 34cc580c62c2
equal deleted inserted replaced
5059:61e2751151cd 5060:cd8d20971627
   104 	cd capabilities; \
   104 	cd capabilities; \
   105 	$(ENV) SUBDIRS="sun4v" BUILD_ARCH=$* CC=$(CC) $(GMAKE) build )
   105 	$(ENV) SUBDIRS="sun4v" BUILD_ARCH=$* CC=$(CC) $(GMAKE) build )
   106 
   106 
   107 COMPONENT_TEST_TARGETS = test
   107 COMPONENT_TEST_TARGETS = test
   108 
   108 
       
   109 COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
       
   110 
       
   111 COMPONENT_TEST_TRANSFORMS += '-e "/^zlib version/s/0x..$$/0xXX/" '
       
   112 
       
   113 COMPONENT_SYSTEM_TEST_TARGETS= test SYSTEM_TEST=1
       
   114 
   109 configure:	$(CONFIGURE_32_and_64)
   115 configure:	$(CONFIGURE_32_and_64)
   110 
   116 
   111 build:		$(BUILD_32_and_64)
   117 build:		$(BUILD_32_and_64)
   112 
   118 
   113 install:	$(INSTALL_32_and_64)
   119 install:	$(INSTALL_32_and_64)
   114 
   120 
   115 test:		$(TEST_32_and_64)
   121 test:		$(TEST_32_and_64)
   116 
   122 
   117 system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)
   123 system-test:    $(BUILD_32_and_64) $(SYSTEM_TEST_32_and_64)
   118 
   124 
   119 clean::
   125 clean::
   120 	$(RM) -r $(BUILD_DIR) $(PROTO_DIR) capabilities/*/*/*.o capabilities/*/$(MACH32)/*.s
   126 	$(RM) -r $(BUILD_DIR) $(PROTO_DIR) capabilities/*/*/*.o capabilities/*/$(MACH32)/*.s
   121 
   127 
   122 
   128