Home | History | Annotate | Download | only in libpng

Lines Matching full:destdir

91 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \
92 "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" \
93 "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"
427 test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
435 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
436 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
444 echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
445 $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
474 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
493 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
494 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
504 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
505 cd "$(DESTDIR)$(bindir)" && rm -f $$files
786 test -z "$(man3dir)" || $(MKDIR_P) "$(DESTDIR)$(man3dir)"
800 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
801 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
807 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
808 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
820 echo " ( cd '$(DESTDIR)$(man3dir)' && rm -f" $$files ")"; \
821 cd "$(DESTDIR)$(man3dir)" && rm -f $$files; }
824 test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
838 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
839 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
845 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
846 $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
858 echo " ( cd '$(DESTDIR)$(man5dir)' && rm -f" $$files ")"; \
859 cd "$(DESTDIR)$(man5dir)" && rm -f $$files; }
862 test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
869 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
870 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
878 echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
879 cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
882 test -z "$(pkgincludedir)" || $(MKDIR_P) "$(DESTDIR)$(pkgincludedir)"
889 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(pkgincludedir)'"; \
890 $(INSTALL_HEADER) $$files "$(DESTDIR)$(pkgincludedir)" || exit $$?; \
898 echo " ( cd '$(DESTDIR)$(pkgincludedir)' && rm -f" $$files ")"; \
899 cd "$(DESTDIR)$(pkgincludedir)" && rm -f $$files
1171 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1172 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1173 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1190 if test -n "$(DESTDIR)"; then \
1191 echo " (check DESTDIR support)"; \
1211 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(pkgincludedir)"; do \
1378 cd $(DESTDIR)$(includedir); rm -f png.h pngconf.h
1379 cd $(DESTDIR)$(includedir); $(LN_S) $(PNGLIB_BASENAME)/png.h png.h
1380 cd $(DESTDIR)$(includedir); $(LN_S) $(PNGLIB_BASENAME)/pngconf.h pngconf.h
1381 cd $(DESTDIR)$(pkgconfigdir); rm -f libpng.pc
1382 cd $(DESTDIR)$(pkgconfigdir); $(LN_S) $(PNGLIB_BASENAME).pc libpng.pc
1386 cd $(DESTDIR)$(bindir); rm -f libpng-config
1387 cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
1389 cd $(DESTDIR)$(libdir);\
1398 cd $(DESTDIR)$(includedir); rm -f png.h pngconf.h
1399 rm -f $(DESTDIR)$(pkgconfigdir)/libpng.pc
1400 rm -f $(DESTDIR)$(bindir)/libpng-config
1403 cd $(DESTDIR)$(libdir);\