Lines Matching refs:files

552 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
554 if ($$2 == $$4) files[d] = files[d] " " $$1; \
556 END { for (d in files) print "f", d, files[d] }' | \
557 while read type dir files; do \
559 test -z "$$files" || { \
560 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
561 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
568 files=`for p in $$list; do echo "$$p"; done | \
573 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
574 cd "$(DESTDIR)$(bindir)" && rm -f $$files
601 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
603 if ($$2 == $$4) files[d] = files[d] " " $$1; \
605 END { for (d in files) print "f", d, files[d] }' | \
606 while read type dir files; do \
608 test -z "$$files" || { \
609 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
610 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
617 files=`for p in $$list; do echo "$$p"; done | \
622 echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
623 cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
650 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
652 if ($$2 == $$4) files[d] = files[d] " " $$1; \
654 END { for (d in files) print "f", d, files[d] }' | \
655 while read type dir files; do \
657 test -z "$$files" || { \
658 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
659 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
666 files=`for p in $$list; do echo "$$p"; done | \
671 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
672 cd "$(DESTDIR)$(sbindir)" && rm -f $$files
769 done >> $(top_builddir)/cscope.files
843 @echo "it deletes files that may require special tools to rebuild."
993 # time, such as when tracking using bk, the .deps files can become
998 # that breaks old .deps files. A copy of deps-ver is made into
1001 # .o files built before the incompatible change are rebuilt along with
1002 # their updated .deps files, then remove $(DEPDIR) and recreate it as