Lines Matching refs:LIBRARY_VERSION

535 	   if [ -f $(RTSDIR)/lib$${file}$(hyphen)$(LIBRARY_VERSION)$(soext) ]; then \
536 $(INSTALL) $(RTSDIR)/lib$${file}$(hyphen)$(LIBRARY_VERSION)$(soext) \
540 $(LN_S) lib$${file}$(hyphen)$(LIBRARY_VERSION)$(soext) \
543 if [ -d $(RTSDIR)/lib$${file}$(hyphen)$(LIBRARY_VERSION)$(soext).dSYM ]; then \
544 $(CP) -r $(RTSDIR)/lib$${file}$(hyphen)$(LIBRARY_VERSION)$(soext).dSYM \
662 -o libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
664 $(SO_OPTS)libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
669 -o libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
671 $(SO_OPTS)libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
673 cd $(RTSDIR); $(LN_S) libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
675 cd $(RTSDIR); $(LN_S) libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
754 -o libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
756 $(SO_OPTS)libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) $(MISCLIB)
760 -o libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
762 $(SO_OPTS)libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
763 $(THREADSLIB) -Wl,libgnat$(hyphen)$(LIBRARY_VERSION)$(soext)
779 -o libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
782 -Wl,-install_name,@rpath/libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
786 -o libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
789 -Wl,-install_name,@rpath/libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
790 $(THREADSLIB) -Wl,libgnat$(hyphen)$(LIBRARY_VERSION)$(soext)
791 cd $(RTSDIR); $(LN_S) libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
793 cd $(RTSDIR); $(LN_S) libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
795 cd $(RTSDIR); dsymutil libgnat$(hyphen)$(LIBRARY_VERSION)$(soext)
796 cd $(RTSDIR); dsymutil libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext)