equal
deleted
inserted
replaced
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 |
|
93 PACKAGE = sun.security.ec |
92 PACKAGE = sun.security.ec |
94 PRODUCT = sun |
93 PRODUCT = sun |
95 |
94 |
96 # |
95 # |
97 # The following is for when we need to do postprocessing |
96 # The following is for when we need to do postprocessing |
307 ifdef OPENJDK |
306 ifdef OPENJDK |
308 $(JAR_DESTFILE): $(UNSIGNED_DIR)/sunec.jar |
307 $(JAR_DESTFILE): $(UNSIGNED_DIR)/sunec.jar |
309 else |
308 else |
310 $(JAR_DESTFILE): $(SIGNED_DIR)/sunec.jar |
309 $(JAR_DESTFILE): $(SIGNED_DIR)/sunec.jar |
311 endif |
310 endif |
312 $(install-non-module-file) |
311 $(install-file) |
313 |
312 |
314 ifndef OPENJDK |
313 ifndef OPENJDK |
315 install-prebuilt: |
314 install-prebuilt: |
316 @$(ECHO) "\n>>>Installing prebuilt SunEC provider..." |
315 @$(ECHO) "\n>>>Installing prebuilt SunEC provider..." |
317 $(RM) $(JAR_DESTFILE) |
316 $(RM) $(JAR_DESTFILE) |