• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/src/

Lines Matching defs:DESTDIR

18 DESTDIR = $(TARGETDIR)
63 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(rootbindir)" \
64 "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(rootsbindir)"
344 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
351 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
352 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
360 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
361 rm -f "$(DESTDIR)$(bindir)/$$f"; \
372 test -z "$(rootbindir)" || $(mkdir_p) "$(DESTDIR)$(rootbindir)"
379 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(rootbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(rootbindir)/$$f'"; \
380 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(rootbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(rootbindir)/ntfs-3g" || exit 1; \
381 $(STRIP) $(DESTDIR)$(rootbindir)/ntfs-3g; \
389 echo " rm -f '$(DESTDIR)$(rootbindir)/$$f'"; \
390 rm -f "$(DESTDIR)$(rootbindir)/$$f"; \
475 test -z "$(man8dir)" || $(mkdir_p) "$(DESTDIR)$(man8dir)"
494 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
495 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
515 echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
516 rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
520 test -z "$(rootsbindir)" || $(mkdir_p) "$(DESTDIR)$(rootsbindir)"
524 echo " $(rootsbinDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rootsbindir)/$$f'"; \
525 $(rootsbinDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rootsbindir)/$$f"; \
532 echo " rm -f '$(DESTDIR)$(rootsbindir)/$$f'"; \
533 rm -f "$(DESTDIR)$(rootsbindir)/$$f"; \
615 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(rootbindir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(rootsbindir)"; do \
727 $(MKDIR_P) "$(DESTDIR)/sbin"
728 $(LN_S) -f "$(rootbindir)/ntfs-3g" "$(DESTDIR)/sbin/mount.ntfs-3g"
731 $(LN_S) -f ntfs-3g.8 "$(DESTDIR)$(man8dir)/mount.ntfs-3g.8"
734 $(RM) -f "$(DESTDIR)$(man8dir)/mount.ntfs-3g.8"
735 $(RM) -f "$(DESTDIR)/sbin/mount.ntfs-3g"