Home | History | Annotate | Download | only in script

Lines Matching full:libdir

21 pkglibdir = $(libdir)/@PACKAGE@
78 am__installdirs = "$(DESTDIR)$(libdir)"
107 @HAVE_SCRIPT_TRUE@am_libfstscript_la_rpath = -rpath $(libdir)
225 libdir = @libdir@
293 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
294 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
301 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
302 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
307 @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
310 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
311 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
486 for dir in "$(DESTDIR)$(libdir)"; do \