Changeset 1382
- Timestamp:
- Mar 14, 2016, 6:32:59 PM (9 years ago)
- Location:
- icu/trunk/source
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified icu/trunk/source/common/Makefile.in ¶
r1367 r1382 37 37 ifneq ($(ENABLE_SHARED),) 38 38 SO_TARGET = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO) 39 ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) $(FINAL_SO_TARGET) $(SHARED_OBJECT) 39 ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) $(FINAL_SO_TARGET) $(SHARED_OBJECT) $(EXTRA_TARGETS) 40 40 41 41 ifeq ($(ENABLE_SO_VERSION_DATA),1) … … 150 150 ifneq ($(ENABLE_SHARED),) 151 151 $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) 152 ifeq ($(DISABLE_VERSIONED_LIBS),) 152 153 ifneq ($(FINAL_SO_TARGET),$(SO_TARGET)) 153 154 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET)) … … 156 157 endif 157 158 endif 159 endif 158 160 ifneq ($(IMPORT_LIB_EXT),) 159 161 $(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(libdir) 162 ifeq ($(DISABLE_VERSIONED_LIBS),) 160 163 ifneq ($(IMPORT_LIB),$(FINAL_IMPORT_LIB)) 161 164 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB)) … … 163 166 ifneq ($(MIDDLE_IMPORT_LIB),$(FINAL_IMPORT_LIB)) 164 167 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_IMPORT_LIB)) 168 endif 165 169 endif 166 170 endif -
TabularUnified icu/trunk/source/i18n/Makefile.in ¶
r1367 r1382 33 33 ifneq ($(ENABLE_SHARED),) 34 34 SO_TARGET = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO) 35 ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) $(FINAL_SO_TARGET) $(SHARED_OBJECT) 35 ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) $(FINAL_SO_TARGET) $(SHARED_OBJECT) $(EXTRA_TARGETS) 36 36 37 37 ifeq ($(ENABLE_SO_VERSION_DATA),1) … … 140 140 ifneq ($(ENABLE_SHARED),) 141 141 $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) 142 ifeq ($(DISABLE_VERSIONED_LIBS),) 142 143 ifneq ($(FINAL_SO_TARGET),$(SO_TARGET)) 143 144 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET)) … … 146 147 endif 147 148 endif 149 endif 148 150 ifneq ($(IMPORT_LIB_EXT),) 149 151 $(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(libdir) 152 ifeq ($(DISABLE_VERSIONED_LIBS),) 150 153 ifneq ($(IMPORT_LIB),$(FINAL_IMPORT_LIB)) 151 154 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB)) … … 153 156 ifneq ($(MIDDLE_IMPORT_LIB),$(FINAL_IMPORT_LIB)) 154 157 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_IMPORT_LIB)) 158 endif 155 159 endif 156 160 endif -
TabularUnified icu/trunk/source/io/Makefile.in ¶
r1367 r1382 33 33 ifneq ($(ENABLE_SHARED),) 34 34 SO_TARGET = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO) 35 ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) $(FINAL_SO_TARGET) $(SHARED_OBJECT) 35 ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) $(FINAL_SO_TARGET) $(SHARED_OBJECT) $(EXTRA_TARGETS) 36 36 37 37 ifeq ($(ENABLE_SO_VERSION_DATA),1) … … 101 101 ifneq ($(ENABLE_SHARED),) 102 102 $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) 103 ifeq ($(DISABLE_VERSIONED_LIBS),) 103 104 ifneq ($(FINAL_SO_TARGET),$(SO_TARGET)) 104 105 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET)) … … 107 108 endif 108 109 endif 110 endif 109 111 ifneq ($(IMPORT_LIB_EXT),) 110 112 $(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(libdir) 113 ifeq ($(DISABLE_VERSIONED_LIBS),) 111 114 ifneq ($(IMPORT_LIB),$(FINAL_IMPORT_LIB)) 112 115 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB)) … … 114 117 ifneq ($(MIDDLE_IMPORT_LIB),$(FINAL_IMPORT_LIB)) 115 118 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_IMPORT_LIB)) 119 endif 116 120 endif 117 121 endif -
TabularUnified icu/trunk/source/layout/Makefile.in ¶
r1367 r1382 32 32 ifneq ($(ENABLE_SHARED),) 33 33 SO_TARGET = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO) 34 ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) $(FINAL_SO_TARGET) $(SHARED_OBJECT) 34 ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) $(FINAL_SO_TARGET) $(SHARED_OBJECT) $(EXTRA_TARGETS) 35 35 36 36 ifeq ($(ENABLE_SO_VERSION_DATA),1) … … 185 185 ifneq ($(ENABLE_SHARED),) 186 186 $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) 187 ifeq ($(DISABLE_VERSIONED_LIBS),) 187 188 ifneq ($(FINAL_SO_TARGET),$(SO_TARGET)) 188 189 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET)) … … 191 192 endif 192 193 endif 194 endif 193 195 ifneq ($(IMPORT_LIB_EXT),) 194 196 $(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(libdir) 197 ifeq ($(DISABLE_VERSIONED_LIBS),) 195 198 ifneq ($(IMPORT_LIB),$(FINAL_IMPORT_LIB)) 196 199 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB)) … … 198 201 ifneq ($(MIDDLE_IMPORT_LIB),$(FINAL_IMPORT_LIB)) 199 202 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_IMPORT_LIB)) 203 endif 200 204 endif 201 205 endif -
TabularUnified icu/trunk/source/layoutex/Makefile.in ¶
r1367 r1382 32 32 ifneq ($(ENABLE_SHARED),) 33 33 SO_TARGET = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO) 34 ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) $(FINAL_SO_TARGET) $(SHARED_OBJECT) 34 ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) $(FINAL_SO_TARGET) $(SHARED_OBJECT) $(EXTRA_TARGETS) 35 35 36 36 ifeq ($(ENABLE_SO_VERSION_DATA),1) … … 114 114 ifneq ($(ENABLE_SHARED),) 115 115 $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) 116 ifeq ($(DISABLE_VERSIONED_LIBS),) 116 117 ifneq ($(FINAL_SO_TARGET),$(SO_TARGET)) 117 118 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET)) … … 120 121 endif 121 122 endif 123 endif 122 124 ifneq ($(IMPORT_LIB_EXT),) 123 125 $(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(libdir) 126 ifeq ($(DISABLE_VERSIONED_LIBS),) 124 127 ifneq ($(IMPORT_LIB),$(FINAL_IMPORT_LIB)) 125 128 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB)) … … 127 130 ifneq ($(MIDDLE_IMPORT_LIB),$(FINAL_IMPORT_LIB)) 128 131 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_IMPORT_LIB)) 132 endif 129 133 endif 130 134 endif -
TabularUnified icu/trunk/source/stubdata/Makefile.in ¶
r1367 r1382 34 34 ifneq ($(ENABLE_SHARED),) 35 35 SO_TARGET = $(STUBDATA_LIBDIR)$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX)$(STUB_SUFFIX).$(SO) 36 ALL_SO_TARGETS = $(FINAL_SO_TARGET) $(MIDDLE_SO_TARGET) $(SO_TARGET) $(BATCH_STUB_TARGET) $(SHARED_OBJECT) 36 ALL_SO_TARGETS = $(FINAL_SO_TARGET) $(MIDDLE_SO_TARGET) $(SO_TARGET) $(BATCH_STUB_TARGET) $(SHARED_OBJECT) $(EXTRA_TARGETS) 37 37 endif 38 38 … … 87 87 ifneq ($(ENABLE_SHARED),) 88 88 $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) 89 ifeq ($(DISABLE_VERSIONED_LIBS),) 89 90 ifneq ($(FINAL_SO_TARGET),$(SO_TARGET)) 90 91 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET)) … … 93 94 endif 94 95 endif 96 endif 95 97 ifneq ($(IMPORT_LIB_EXT),) 96 98 $(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(libdir) 99 ifeq ($(DISABLE_VERSIONED_LIBS),) 97 100 ifneq ($(IMPORT_LIB),$(FINAL_IMPORT_LIB)) 98 101 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB)) … … 100 103 ifneq ($(MIDDLE_IMPORT_LIB),$(FINAL_IMPORT_LIB)) 101 104 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_IMPORT_LIB)) 105 endif 102 106 endif 103 107 endif -
TabularUnified icu/trunk/source/tools/ctestfw/Makefile.in ¶
r1367 r1382 33 33 ifneq ($(ENABLE_SHARED),) 34 34 SO_TARGET = $(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO) 35 ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) $(FINAL_SO_TARGET) $(SHARED_OBJECT) 35 ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) $(FINAL_SO_TARGET) $(SHARED_OBJECT) $(EXTRA_TARGETS) 36 36 endif 37 37 … … 83 83 ifneq ($(ENABLE_SHARED),) 84 84 $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) 85 ifeq ($(DISABLE_VERSIONED_LIBS),) 85 86 ifneq ($(FINAL_SO_TARGET),$(SO_TARGET)) 86 87 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET)) … … 89 90 endif 90 91 endif 92 endif 91 93 ifneq ($(IMPORT_LIB_EXT),) 92 94 $(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(libdir) 95 ifeq ($(DISABLE_VERSIONED_LIBS),) 93 96 ifneq ($(IMPORT_LIB),$(FINAL_IMPORT_LIB)) 94 97 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB)) … … 96 99 ifneq ($(MIDDLE_IMPORT_LIB),$(FINAL_IMPORT_LIB)) 97 100 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_IMPORT_LIB)) 101 endif 98 102 endif 99 103 endif -
TabularUnified icu/trunk/source/tools/toolutil/Makefile.in ¶
r1367 r1382 33 33 ifneq ($(ENABLE_SHARED),) 34 34 SO_TARGET = $(LIBDIR)/$(LIBICU)$(TARGET_STUBNAME)$(ICULIBSUFFIX).$(SO) 35 ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) $(FINAL_SO_TARGET) $(SHARED_OBJECT) 35 ALL_SO_TARGETS = $(SO_TARGET) $(MIDDLE_SO_TARGET) $(FINAL_SO_TARGET) $(SHARED_OBJECT) $(EXTRA_TARGETS) 36 36 endif 37 37 … … 94 94 ifneq ($(ENABLE_SHARED),) 95 95 $(INSTALL-L) $(FINAL_SO_TARGET) $(DESTDIR)$(libdir) 96 ifeq ($(DISABLE_VERSIONED_LIBS),) 96 97 ifneq ($(FINAL_SO_TARGET),$(SO_TARGET)) 97 98 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(SO_TARGET)) && ln -s $(notdir $(FINAL_SO_TARGET)) $(notdir $(SO_TARGET)) … … 100 101 endif 101 102 endif 103 endif 102 104 ifneq ($(IMPORT_LIB_EXT),) 103 105 $(INSTALL-L) $(FINAL_IMPORT_LIB) $(DESTDIR)$(libdir) 106 ifeq ($(DISABLE_VERSIONED_LIBS),) 104 107 ifneq ($(IMPORT_LIB),$(FINAL_IMPORT_LIB)) 105 108 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(IMPORT_LIB)) … … 107 110 ifneq ($(MIDDLE_IMPORT_LIB),$(FINAL_IMPORT_LIB)) 108 111 cd $(DESTDIR)$(libdir) && $(RM) $(notdir $(MIDDLE_IMPORT_LIB)) && ln -s $(notdir $(FINAL_IMPORT_LIB)) $(notdir $(MIDDLE_IMPORT_LIB)) 112 endif 109 113 endif 110 114 endif
Note:
See TracChangeset
for help on using the changeset viewer.