Lines Matching +full:- +full:- +full:recursive
4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
18 if test -z '$(MAKELEVEL)'; then \
20 elif test -n '$(MAKE_HOST)'; then \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29 case $${target_option-} in \
32 "target option '$${target_option-}' specified" >&2; \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_HEADER = $(top_builddir)/include/do-not-use-config.h \
102 $(top_builddir)/include/xorg-server.h \
103 $(top_builddir)/include/dix-config.h \
104 $(top_builddir)/include/xorg-config.h \
105 $(top_builddir)/include/xkb-config.h \
106 $(top_builddir)/include/xwin-config.h \
107 $(top_builddir)/include/xwayland-config.h \
108 $(top_builddir)/include/version-config.h
125 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
126 ctags-recursive dvi-recursive html-recursive info-recursive \
127 install-data-recursive install-dvi-recursive \
128 install-exec-recursive install-html-recursive \
129 install-info-recursive install-pdf-recursive \
130 install-ps-recursive install-recursive installcheck-recursive \
131 installdirs-recursive pdf-recursive ps-recursive \
132 tags-recursive uninstall-recursive
136 *) (install-info --version) >/dev/null 2>&1;; \
138 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
139 distclean-recursive maintainer-clean-recursive
144 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
145 distdir distdir-am
147 # Read a list of newline-separated strings from the standard input,
161 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
173 while test -n "$$dir1"; do \
174 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
177 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
178 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
180 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
182 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
189 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
560 all: all-recursive
567 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
568 && { if test -f $@; then exit 0; else break; fi; }; \
572 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hw/kdrive/Makefile'; \
574 $(AUTOMAKE) --foreign hw/kdrive/Makefile
578 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
585 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
588 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
590 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
593 mostlyclean-libtool:
594 -rm -f *.lo
596 clean-libtool:
597 -rm -rf .libs _libs
613 target=`echo $@ | sed s/-recursive//`; \
615 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
622 local_target="$$target-am"; \
630 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
631 fi; test -z "$$fail"
634 $(am__define_uniq_tagged_files); mkid -fID $$unique
635 tags: tags-recursive
638 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
641 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
642 include_option=--etags-include; \
645 include_option=--include; \
650 test ! -f $$subdir/TAGS || \
656 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
657 test -n "$$unique" || unique=$$empty_fix; \
658 if test $$# -gt 0; then \
666 ctags: ctags-recursive
669 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
671 test -z "$(CTAGS_ARGS)$$unique" \
678 && gtags -i $(GTAGS_ARGS) "$$here"
679 cscopelist: cscopelist-recursive
681 cscopelist-am: $(am__tagged_files)
688 if test -f "$$i"; then \
695 distclean-tags:
696 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
699 $(MAKE) $(AM_MAKEFLAGS) distdir-am
701 distdir-am: $(DISTFILES)
706 sed -e "s|^$$srcdirstrip/||;t" \
707 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
711 sort -u` ;; \
714 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
715 if test -d $$d/$$file; then \
716 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
717 if test -d "$(distdir)/$$file"; then \
718 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
720 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
721 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
722 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
724 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
726 test -f "$(distdir)/$$file" \
727 || cp -p $$d/$$file "$(distdir)/$$file" \
734 || test -d "$(distdir)/$$subdir" \
756 check-am: all-am
757 check: check-recursive
758 all-am: Makefile
759 installdirs: installdirs-recursive
760 installdirs-am:
761 install: install-recursive
762 install-exec: install-exec-recursive
763 install-data: install-data-recursive
764 uninstall: uninstall-recursive
766 install-am: all-am
767 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
769 installcheck: installcheck-recursive
770 install-strip:
771 if test -z '$(STRIP)'; then \
773 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
777 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
780 mostlyclean-generic:
782 clean-generic:
784 distclean-generic:
785 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
786 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
788 maintainer-clean-generic:
791 clean: clean-recursive
793 clean-am: clean-generic clean-libtool mostlyclean-am
795 distclean: distclean-recursive
796 -rm -f Makefile
797 distclean-am: clean-am distclean-generic distclean-tags
799 dvi: dvi-recursive
801 dvi-am:
803 html: html-recursive
805 html-am:
807 info: info-recursive
809 info-am:
811 install-data-am:
813 install-dvi: install-dvi-recursive
815 install-dvi-am:
817 install-exec-am:
819 install-html: install-html-recursive
821 install-html-am:
823 install-info: install-info-recursive
825 install-info-am:
827 install-man:
829 install-pdf: install-pdf-recursive
831 install-pdf-am:
833 install-ps: install-ps-recursive
835 install-ps-am:
837 installcheck-am:
839 maintainer-clean: maintainer-clean-recursive
840 -rm -f Makefile
841 maintainer-clean-am: distclean-am maintainer-clean-generic
843 mostlyclean: mostlyclean-recursive
845 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
847 pdf: pdf-recursive
849 pdf-am:
851 ps: ps-recursive
853 ps-am:
855 uninstall-am:
857 .MAKE: $(am__recursive_targets) install-am install-strip
859 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
860 check-am clean clean-generic clean-libtool cscopelist-am ctags \
861 ctags-am distclean distclean-generic distclean-libtool \
862 distclean-tags distdir dvi dvi-am html html-am info info-am \
863 install install-am install-data install-data-am install-dvi \
864 install-dvi-am install-exec install-exec-am install-html \
865 install-html-am install-info install-info-am install-man \
866 install-pdf install-pdf-am install-ps install-ps-am \
867 install-strip installcheck installcheck-am installdirs \
868 installdirs-am maintainer-clean maintainer-clean-generic \
869 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
870 ps ps-am tags tags-am uninstall uninstall-am
876 $(AM_V_at)for i in $(SERVER_SUBDIRS) ; do $(MAKE) -C $$i relink || exit 1 ; done