Lines Matching refs:LIBRARY_VERSION

540 	   if [ -f $(RTSDIR)/lib$${file}$(hyphen)$(LIBRARY_VERSION)$(soext) ]; then \
541 $(INSTALL) $(RTSDIR)/lib$${file}$(hyphen)$(LIBRARY_VERSION)$(soext) \
545 $(LN_S) lib$${file}$(hyphen)$(LIBRARY_VERSION)$(soext) \
548 if [ -d $(RTSDIR)/lib$${file}$(hyphen)$(LIBRARY_VERSION)$(soext).dSYM ]; then \
549 $(CP) -r $(RTSDIR)/lib$${file}$(hyphen)$(LIBRARY_VERSION)$(soext).dSYM \
667 -o libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
669 $(SO_OPTS)libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
674 -o libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
676 $(SO_OPTS)libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
678 cd $(RTSDIR); $(LN_S) libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
680 cd $(RTSDIR); $(LN_S) libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
759 -o libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
761 $(SO_OPTS)libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) $(MISCLIB)
765 -o libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
767 $(SO_OPTS)libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
768 $(THREADSLIB) -Wl,libgnat$(hyphen)$(LIBRARY_VERSION)$(soext)
784 -o libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
787 -Wl,-install_name,@rpath/libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
791 -o libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
794 -Wl,-install_name,@rpath/libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
795 $(THREADSLIB) -Wl,libgnat$(hyphen)$(LIBRARY_VERSION)$(soext)
796 cd $(RTSDIR); $(LN_S) libgnat$(hyphen)$(LIBRARY_VERSION)$(soext) \
798 cd $(RTSDIR); $(LN_S) libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext) \
800 cd $(RTSDIR); dsymutil libgnat$(hyphen)$(LIBRARY_VERSION)$(soext)
801 cd $(RTSDIR); dsymutil libgnarl$(hyphen)$(LIBRARY_VERSION)$(soext)