• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/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)"
360 test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
367 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
368 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
376 echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
377 rm -f "$(DESTDIR)$(bindir)/$$f"; \
388 test -z "$(rootbindir)" || $(mkdir_p) "$(DESTDIR)$(rootbindir)"
395 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(rootbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(rootbindir)/$$f'"; \
396 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(rootbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(rootbindir)/ntfs-3g" || exit 1; \
397 $(STRIP) $(DESTDIR)$(rootbindir)/ntfs-3g; \
405 echo " rm -f '$(DESTDIR)$(rootbindir)/$$f'"; \
406 rm -f "$(DESTDIR)$(rootbindir)/$$f"; \
491 test -z "$(man8dir)" || $(mkdir_p) "$(DESTDIR)$(man8dir)"
510 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
511 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst"; \
531 echo " rm -f '$(DESTDIR)$(man8dir)/$$inst'"; \
532 rm -f "$(DESTDIR)$(man8dir)/$$inst"; \
536 test -z "$(rootsbindir)" || $(mkdir_p) "$(DESTDIR)$(rootsbindir)"
540 echo " $(rootsbinDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(rootsbindir)/$$f'"; \
541 $(rootsbinDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(rootsbindir)/$$f"; \
548 echo " rm -f '$(DESTDIR)$(rootsbindir)/$$f'"; \
549 rm -f "$(DESTDIR)$(rootsbindir)/$$f"; \
631 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(rootbindir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(rootsbindir)"; do \
743 $(MKDIR_P) "$(DESTDIR)/sbin"
744 $(LN_S) -f "$(rootbindir)/ntfs-3g" "$(DESTDIR)/sbin/mount.ntfs-3g"
747 $(LN_S) -f ntfs-3g.8 "$(DESTDIR)$(man8dir)/mount.ntfs-3g.8"
750 $(RM) -f "$(DESTDIR)$(man8dir)/mount.ntfs-3g.8"
751 $(RM) -f "$(DESTDIR)/sbin/mount.ntfs-3g"