Lines Matching refs:SO
38 # TODO: Fix this configuration so that icu-config will work!
123 FINAL_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION).$(SO)
124 MIDDLE_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO)
183 SO = so
188 SO = dll
226 %$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO)
227 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@
228 %.$(SO): %$(SO_TARGET_VERSION).$(SO)
229 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@