hotspot/make/Makefile
changeset 10559 a94d067da388
parent 8307 edbc4c94fd00
child 10571 956e26fdfc4f
equal deleted inserted replaced
10557:b00c42e8b0c4 10559:a94d067da388
   344 	$(install-file)
   344 	$(install-file)
   345 $(EXPORT_SERVER_DIR)/%.so:       $(C2_DIR)/%.so
   345 $(EXPORT_SERVER_DIR)/%.so:       $(C2_DIR)/%.so
   346 	$(install-file)
   346 	$(install-file)
   347 $(EXPORT_SERVER_DIR)/64/%.so:    $(C2_DIR)/%.so
   347 $(EXPORT_SERVER_DIR)/64/%.so:    $(C2_DIR)/%.so
   348 	$(install-file)
   348 	$(install-file)
       
   349 
       
   350 # Debug info for shared library
       
   351 $(EXPORT_JRE_LIB_ARCH_DIR)/%.debuginfo: $(C1_DIR)/%.debuginfo
       
   352 	$(install-file)
       
   353 $(EXPORT_JRE_LIB_ARCH_DIR)/%.debuginfo: $(C2_DIR)/%.debuginfo
       
   354 	$(install-file)
       
   355 $(EXPORT_CLIENT_DIR)/%.debuginfo:       $(C1_DIR)/%.debuginfo
       
   356 	$(install-file)
       
   357 $(EXPORT_CLIENT_DIR)/64/%.debuginfo:    $(C1_DIR)/%.debuginfo
       
   358 	$(install-file)
       
   359 $(EXPORT_SERVER_DIR)/%.debuginfo:       $(C2_DIR)/%.debuginfo
       
   360 	$(install-file)
       
   361 $(EXPORT_SERVER_DIR)/64/%.debuginfo:    $(C2_DIR)/%.debuginfo
       
   362 	$(install-file)
   349   endif
   363   endif
   350 endif
   364 endif
   351 
   365 
   352 # Jar file (sa-jdi.jar)
   366 # Jar file (sa-jdi.jar)
   353 $(EXPORT_LIB_DIR)/%.jar: $(GEN_DIR)/%.jar
   367 $(EXPORT_LIB_DIR)/%.jar: $(GEN_DIR)/%.jar