Lines Matching refs:LIBTOOL
2 LIBTOOL ?= glibtool macro
4 LIBTOOL ?= libtool macro
8 LIBTOOL +=--quiet
61 …$(LIBTOOL) --mode=link --tag=CC $(CC) -rpath $(LIBDIR) -version-info $(VERSION_CURRENT):$(VERSION_…
64 $(LIBTOOL) --mode=compile --tag=CC $(CC) $(CFLAGS) -o $@ -c $<
75 $(LIBTOOL) --mode=link --tag=CC $(CC) $(CFLAGS) -o $@ $< -lvterm $(LDFLAGS)
78 $(LIBTOOL) --mode=compile --tag=CC $(CC) $(CFLAGS) -o $@ -c $<
81 $(LIBTOOL) --mode=link --tag=CC $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS) -static
89 $(LIBTOOL) --mode=clean rm -f $(OBJECTS) $(INCFILES)
90 $(LIBTOOL) --mode=clean rm -f t/harness.lo t/harness
91 $(LIBTOOL) --mode=clean rm -f $(LIBRARY) $(BINFILES)
104 $(LIBTOOL) --mode=install install $(LIBRARY) $(DESTDIR)$(LIBDIR)/$(LIBRARY)
105 $(LIBTOOL) --mode=finish $(DESTDIR)$(LIBDIR)
109 $(LIBTOOL) --mode=install install $(BINFILES) $(DESTDIR)$(BINDIR)/