make/Makefile

changeset 3150
da0999c4b733
parent 2544
b76d12f4ab2d
child 3162
5d871c1ff17c
     1.1 --- a/make/Makefile	Thu Sep 15 20:56:24 2011 -0700
     1.2 +++ b/make/Makefile	Fri Sep 16 16:21:20 2011 -0700
     1.3 @@ -346,6 +346,20 @@
     1.4  	$(install-file)
     1.5  $(EXPORT_SERVER_DIR)/64/%.so:    $(C2_DIR)/%.so
     1.6  	$(install-file)
     1.7 +
     1.8 +# Debug info for shared library
     1.9 +$(EXPORT_JRE_LIB_ARCH_DIR)/%.debuginfo: $(C1_DIR)/%.debuginfo
    1.10 +	$(install-file)
    1.11 +$(EXPORT_JRE_LIB_ARCH_DIR)/%.debuginfo: $(C2_DIR)/%.debuginfo
    1.12 +	$(install-file)
    1.13 +$(EXPORT_CLIENT_DIR)/%.debuginfo:       $(C1_DIR)/%.debuginfo
    1.14 +	$(install-file)
    1.15 +$(EXPORT_CLIENT_DIR)/64/%.debuginfo:    $(C1_DIR)/%.debuginfo
    1.16 +	$(install-file)
    1.17 +$(EXPORT_SERVER_DIR)/%.debuginfo:       $(C2_DIR)/%.debuginfo
    1.18 +	$(install-file)
    1.19 +$(EXPORT_SERVER_DIR)/64/%.debuginfo:    $(C2_DIR)/%.debuginfo
    1.20 +	$(install-file)
    1.21    endif
    1.22  endif
    1.23  

mercurial