components/openexr/Makefile
changeset 181 87e11e685b1f
parent 151 f9e42a3f7095
child 206 a4474882bf60
--- a/components/openexr/Makefile	Wed Apr 13 10:10:46 2011 -0600
+++ b/components/openexr/Makefile	Wed Apr 13 09:58:06 2011 -0700
@@ -67,22 +67,9 @@
 
 build: $(BUILD_32_and_64)
 
-MAN1LIST = exrenvmap.1 exrheader.1 exrmakepreview.1 \
-	   exrmaketiled.1 exrstdattr.1
-
-include ../../make-rules/shared-targets.mk
+install:	$(INSTALL_32_and_64)
 
-install: $(INSTALL_32_and_64)
-	$(MKDIR) $(PROTOUSRSHAREMAN1DIR) ; \
-	    list1='$(MAN1LIST)'; for f in $$list1; do \
-	    $(INSTALL) -m 0644 Solaris/$$f $(PROTOUSRSHAREMAN1DIR)/ ; \
-	    done
-	$(MKDIR) $(PROTOUSRSHAREMAN3DIR) ; \
-	$(INSTALL) -m 0644 Solaris/libopenexr.3lib $(PROTOUSRSHAREMAN3DIR)/
-
-test: $(BUILD_32_and_64)
-	@cd $(BUILD_DIR_32); $(GMAKE) check
-	@cd $(BUILD_DIR_64); $(GMAKE) check
+test:		$(TEST_32_and_64)
 
 BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)