jdk/make/CreateJars.gmk
changeset 22336 a5de9b85e983
parent 22332 fba4c66089bb
parent 21805 c7d7946239de
child 22342 c83795c442b7
equal deleted inserted replaced
21928:22fbc1ec7fdb 22336:a5de9b85e983
   691 $(IMAGES_OUTPUTDIR)/lib/ext/zipfs.jar: $(JDK_OUTPUTDIR)/demo/nio/zipfs/zipfs.jar
   691 $(IMAGES_OUTPUTDIR)/lib/ext/zipfs.jar: $(JDK_OUTPUTDIR)/demo/nio/zipfs/zipfs.jar
   692 	$(install-file)
   692 	$(install-file)
   693 
   693 
   694 ##########################################################################################
   694 ##########################################################################################
   695 
   695 
   696 ifeq ($(OPENJDK_TARGET_OS), macosx)
       
   697   $(eval $(call SetupArchive,BUILD_JOBJC_JAR, , \
       
   698       SRCS := $(JDK_OUTPUTDIR)/jobjc_classes, \
       
   699       JAR := $(IMAGES_OUTPUTDIR)/lib/JObjC.jar, \
       
   700       JARINDEX := true))
       
   701 endif
       
   702 
       
   703 # This file is imported from hotspot in Import.gmk. Copying it into images/lib so that
   696 # This file is imported from hotspot in Import.gmk. Copying it into images/lib so that
   704 # all jars can be found in one place when creating images in Images.gmk. It needs to be
   697 # all jars can be found in one place when creating images in Images.gmk. It needs to be
   705 # done here so that clean targets can be simple and accurate.
   698 # done here so that clean targets can be simple and accurate.
   706 $(IMAGES_OUTPUTDIR)/lib/sa-jdi.jar: $(JDK_OUTPUTDIR)/lib/sa-jdi.jar
   699 $(IMAGES_OUTPUTDIR)/lib/sa-jdi.jar: $(JDK_OUTPUTDIR)/lib/sa-jdi.jar
   707 	$(install-file)
   700 	$(install-file)