Home | History | Annotate | Download | only in config

Lines Matching refs:SO

38 # TODO: Fix this configuration so that icu-config will work!
122 FINAL_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION).$(SO)
123 MIDDLE_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO)
177 SO = so
182 SO = dll
220 %$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO)
221 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@
222 %.$(SO): %$(SO_TARGET_VERSION).$(SO)
223 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@