Home | History | Annotate | Download | only in config

Lines Matching refs:SO

16 # If you readd this line, you must change the SO value
78 SOBJ= so
80 SO= a
85 FINAL_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION).$(SO)
86 MIDDLE_SO_TARGET= $(basename $(SO_TARGET))$(SO_TARGET_VERSION_MAJOR).$(SO)
87 SHARED_OBJECT = $(notdir $(FINAL_SO_TARGET:.$(SO)=.$(SOBJ)))
91 %.a : %.so
95 $(LIBDIR)/%.a : %.so
103 @$(SHELL) -ec "echo '#! $*.a($*.so)' | cat - $< > $@"
132 %$(SO_TARGET_VERSION_MAJOR).$(SO): %$(SO_TARGET_VERSION).$(SO)
133 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@
134 %.$(SO): %$(SO_TARGET_VERSION).$(SO)
135 $(RM) $@ && ln -s ${*F}$(SO_TARGET_VERSION).$(SO) $@