Lines Matching defs:LIBRARY_TO_LINK
96 LIBRARY_TO_LINK = libGLU.so.1
109 mv -f $(LIBRARY_TO_LINK:%=$(PROTODIR)/usr/lib/%) \
111 mv -f $(LIBRARY_TO_LINK:%=$(PROTODIR)/usr/lib/$(SUBDIR64)/%) \
117 (cd $(PROTODIR)/usr/lib/GL; rm -f $(LIBRARY_TO_LINK) ; \
118 ln -s $(LIBRARY_TO_LINK:%=../mesa/%) .)
121 (cd $(PROTODIR)/usr/lib/GL/$(SUBDIR64); rm -f $(LIBRARY_TO_LINK) ; \
122 ln -s $(LIBRARY_TO_LINK:%=../../mesa/$(SUBDIR64)/%) .)
125 (cd $(PROTODIR)/usr/lib; rm -f $(LIBRARY_TO_LINK) ; \
126 ln -s $(LIBRARY_TO_LINK:%=GL/%) .)
129 (cd $(PROTODIR)/usr/lib/$(SUBDIR64); rm -f $(LIBRARY_TO_LINK) ; \
130 ln -s $(LIBRARY_TO_LINK:%=../GL/$(SUBDIR64)/%) .)
133 (cd $(PROTODIR)/usr/X11/lib; rm -f $(LIBRARY_TO_LINK) ; \
134 ln -s $(LIBRARY_TO_LINK:%=GL/%) .)
137 (cd $(PROTODIR)/usr/X11/lib/$(SUBDIR64); rm -f $(LIBRARY_TO_LINK) ; \
138 ln -s $(LIBRARY_TO_LINK:%=../GL/$(SUBDIR64)/%) .)