Searched refs:x11appdir (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/mach-startup/
H A DMakefile.in71 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(x11appdir)"
437 x11appdir = $(APPLE_APPLICATIONS_DIR)/$(APPLE_APPLICATION_NAME).app/Contents/MacOS macro
544 test -z "$(x11appdir)" || $(MKDIR_P) "$(DESTDIR)$(x11appdir)"
551 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(x11appPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(x11appdir)/$$f'"; \
552 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(x11appPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(x11appdir)/$$f" || exit 1; \
560 echo " rm -f '$(DESTDIR)$(x11appdir)/$$f'"; \
561 rm -f "$(DESTDIR)$(x11appdir)/$$f"; \
695 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(x11appdir)"; do \
/xsrc/external/mit/xorg-server/dist/hw/xquartz/mach-startup/
H A DMakefile.in129 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(x11appdir)"
568 x11appdir = $(APPLE_APPLICATIONS_DIR)/$(APPLE_APPLICATION_NAME).app/Contents/MacOS macro
698 @list='$(x11app_PROGRAMS)'; test -n "$(x11appdir)" || list=; \
700 echo " $(MKDIR_P) '$(DESTDIR)$(x11appdir)'"; \
701 $(MKDIR_P) "$(DESTDIR)$(x11appdir)" || exit 1; \
721 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(x11appdir)$$dir'"; \
722 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(x11appdir)$$dir" || exit $$?; \
728 @list='$(x11app_PROGRAMS)'; test -n "$(x11appdir)" || list=; \
734 echo " ( cd '$(DESTDIR)$(x11appdir)' && rm -f" $$files ")"; \
735 cd "$(DESTDIR)$(x11appdir)"
[all...]

Completed in 9 milliseconds