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

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

Completed in 10 milliseconds