Searched defs:LIBRARIES_TO_LINK (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/mesa/
H A DMakefile124 LIBRARIES_TO_LINK = libGL.so.1.2.0 libdricore9.0.3.so.1.0.0 libglapi.so.0.0.0 macro
157 -rm -f $(LIBRARIES_TO_LINK:%=$(PROTODIR)/usr/lib/mesa/%) \
158 $(LIBRARIES_TO_LINK:%=$(PROTODIR)/usr/lib/mesa/$(SUBDIR64)/%)
159 mv $(LIBRARIES_TO_LINK:%=$(PROTODIR)/usr/lib/%) \
161 mv $(LIBRARIES_TO_LINK:%=$(PROTODIR)/usr/lib/$(SUBDIR64)/%) \
194 (cd $(PROTODIR)/usr/lib/GL; ln -s $(LIBRARIES_TO_LINK:%=../mesa/%) .)
201 (cd $(PROTODIR)/usr/lib/GL/$(SUBDIR64); ln -s $(LIBRARIES_TO_LINK:%=../../mesa/$(SUBDIR64)/%) .)
208 (cd $(PROTODIR)/usr/lib; ln -s $(LIBRARIES_TO_LINK:%=GL/%) .)
216 (cd $(PROTODIR)/usr/lib/$(SUBDIR64); ln -s $(LIBRARIES_TO_LINK:%=../GL/$(SUBDIR64)/%) .)
235 (cd $(PROTODIR)/usr/X11/lib; ln -s $(LIBRARIES_TO_LINK
[all...]

Completed in 9 milliseconds