jdk/make/sun/security/ec/Makefile
changeset 4665 d14dc3d9e1fa
parent 3863 8e0f58b1c072
child 5506 202f599c92aa
equal deleted inserted replaced
4664:0b0443cbc448 4665:d14dc3d9e1fa
    87 #
    87 #
    88 # This makefile was written to support parallel target execution.
    88 # This makefile was written to support parallel target execution.
    89 #
    89 #
    90 
    90 
    91 BUILDDIR = ../../..
    91 BUILDDIR = ../../..
       
    92 MODULE  = security-sunec
    92 PACKAGE = sun.security.ec
    93 PACKAGE = sun.security.ec
    93 PRODUCT = sun
    94 PRODUCT = sun
    94 
    95 
    95 #
    96 #
    96 # The following is for when we need to do postprocessing
    97 # The following is for when we need to do postprocessing
   306 ifdef OPENJDK
   307 ifdef OPENJDK
   307 $(JAR_DESTFILE): $(UNSIGNED_DIR)/sunec.jar
   308 $(JAR_DESTFILE): $(UNSIGNED_DIR)/sunec.jar
   308 else
   309 else
   309 $(JAR_DESTFILE): $(SIGNED_DIR)/sunec.jar
   310 $(JAR_DESTFILE): $(SIGNED_DIR)/sunec.jar
   310 endif
   311 endif
   311 	$(install-file)
   312 	$(install-non-module-file)
   312 
   313 
   313 ifndef OPENJDK
   314 ifndef OPENJDK
   314 install-prebuilt:
   315 install-prebuilt:
   315 	@$(ECHO) "\n>>>Installing prebuilt SunEC provider..."
   316 	@$(ECHO) "\n>>>Installing prebuilt SunEC provider..."
   316 	$(RM) $(JAR_DESTFILE)
   317 	$(RM) $(JAR_DESTFILE)