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

/solaris-x11-s11/open-src/lib/libglu/
H A DMakefile96 LIBRARY_TO_LINK = libGLU.so.1 macro
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) ; \
[all...]

Completed in 15 milliseconds