Lines Matching defs:LIBRARY_TO_LINK
95 LIBRARY_TO_LINK = libGLU.so.1
108 mv -f $(LIBRARY_TO_LINK:%=$(PROTODIR)/usr/lib/%) \
110 mv -f $(LIBRARY_TO_LINK:%=$(PROTODIR)/usr/lib/$(SUBDIR64)/%) \
116 (cd $(PROTODIR)/usr/lib/GL; rm -f $(LIBRARY_TO_LINK) ; \
117 ln -s $(LIBRARY_TO_LINK:%=../mesa/%) .)
120 (cd $(PROTODIR)/usr/lib/GL/$(SUBDIR64); rm -f $(LIBRARY_TO_LINK) ; \
121 ln -s $(LIBRARY_TO_LINK:%=../../mesa/$(SUBDIR64)/%) .)
124 (cd $(PROTODIR)/usr/lib; rm -f $(LIBRARY_TO_LINK) ; \
125 ln -s $(LIBRARY_TO_LINK:%=GL/%) .)
128 (cd $(PROTODIR)/usr/lib/$(SUBDIR64); rm -f $(LIBRARY_TO_LINK) ; \
129 ln -s $(LIBRARY_TO_LINK:%=../GL/$(SUBDIR64)/%) .)
132 (cd $(PROTODIR)/usr/X11/lib; rm -f $(LIBRARY_TO_LINK) ; \
133 ln -s $(LIBRARY_TO_LINK:%=GL/%) .)
136 (cd $(PROTODIR)/usr/X11/lib/$(SUBDIR64); rm -f $(LIBRARY_TO_LINK) ; \
137 ln -s $(LIBRARY_TO_LINK:%=../GL/$(SUBDIR64)/%) .)