Lines Matching +full:- +full:- +full:recursive
4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
19 if test -z '$(MAKELEVEL)'; then \
21 elif test -n '$(MAKE_HOST)'; then \
23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
30 case $${target_option-} in \
33 "target option '$${target_option-}' specified" >&2; \
56 *=*|--*) continue;; \
57 -*I) strip_trailopt 'I'; skip_next=yes;; \
58 -*I?*) strip_trailopt 'I';; \
59 -*O) strip_trailopt 'O'; skip_next=yes;; \
60 -*O?*) strip_trailopt 'O';; \
61 -*l) strip_trailopt 'l'; skip_next=yes;; \
62 -*l?*) strip_trailopt 'l';; \
63 -[dEDm]) skip_next=yes;; \
64 -[JT]) skip_next=yes;; \
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
104 mkinstalldirs = $(install_sh) -d
105 CONFIG_HEADER = $(top_builddir)/include/do-not-use-config.h \
106 $(top_builddir)/include/xorg-server.h \
107 $(top_builddir)/include/dix-config.h \
108 $(top_builddir)/include/xorg-config.h \
109 $(top_builddir)/include/xkb-config.h \
110 $(top_builddir)/include/xwin-config.h \
111 $(top_builddir)/include/xwayland-config.h \
112 $(top_builddir)/include/version-config.h
113 CONFIG_CLEAN_FILES = xserver.ent xorg-server.pc
129 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
130 ctags-recursive dvi-recursive html-recursive info-recursive \
131 install-data-recursive install-dvi-recursive \
132 install-exec-recursive install-html-recursive \
133 install-info-recursive install-pdf-recursive \
134 install-ps-recursive install-recursive installcheck-recursive \
135 installdirs-recursive pdf-recursive ps-recursive \
136 tags-recursive uninstall-recursive
140 *) (install-info --version) >/dev/null 2>&1;; \
147 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
152 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
164 test -z "$$files" \
165 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
166 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
167 $(am__cd) "$$dir" && rm -f $$files; }; \
172 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
173 distclean-recursive maintainer-clean-recursive
178 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
179 cscope distdir distdir-am dist dist-all distcheck
181 # Read a list of newline-separated strings from the standard input,
195 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
200 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/xorg-server.pc.in \
202 config.guess config.sub install-sh ltmain.sh missing
204 distdir = $(PACKAGE)-$(VERSION)
207 if test -d "$(distdir)"; then \
208 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
209 && rm -rf "$(distdir)" \
210 || { sleep 5 && rm -rf "$(distdir)"; }; \
219 while test -n "$$dir1"; do \
220 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
223 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
224 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
226 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
228 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
235 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
239 GZIP_ENV = --best
240 DIST_TARGETS = dist-bzip2 dist-gzip
241 distuninstallcheck_listfiles = find . -type f -print
243 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
244 distcleancheck_listfiles = find . -type f -print
607 ACLOCAL_AMFLAGS = -I m4
646 @XORG_TRUE@aclocal_DATA = xorg-server.m4
648 @XORG_TRUE@pkgconfig_DATA = xorg-server.pc
649 EXTRA_DIST = xorg-server.pc.in xorg-server.m4 autogen.sh README.md \
650 meson_options.txt include/xorg-config.h.meson.in \
651 include/xwin-config.h.meson.in hw/xfree86/loader/symbol-test.c \
668 hw/xfree86/os-support/meson.build \
680 test/bigreq/meson.build test/bigreq/request-length.c \
685 --with-xkb-path=$(XKB_BASE_DIRECTORY) \
686 --with-xkb-bin-directory=$(XKB_BIN_DIRECTORY) \
687 --with-xkb-output='$${datadir}/X11/xkb/compiled'
718 all: all-recursive
721 am--refresh: Makefile
727 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
728 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
733 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
735 $(AUTOMAKE) --foreign Makefile
747 $(SHELL) ./config.status --recheck
756 xorg-server.pc: $(top_builddir)/config.status $(srcdir)/xorg-server.pc.in
759 mostlyclean-libtool:
760 -rm -f *.lo
762 clean-libtool:
763 -rm -rf .libs _libs
765 distclean-libtool:
766 -rm -f libtool config.lt
767 install-aclocalDATA: $(aclocal_DATA)
769 @list='$(aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \
770 if test -n "$$list"; then \
775 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
783 uninstall-aclocalDATA:
785 @list='$(aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \
786 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
788 install-pkgconfigDATA: $(pkgconfig_DATA)
790 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
791 if test -n "$$list"; then \
796 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
804 uninstall-pkgconfigDATA:
806 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
807 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
824 target=`echo $@ | sed s/-recursive//`; \
826 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
833 local_target="$$target-am"; \
841 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
842 fi; test -z "$$fail"
845 $(am__define_uniq_tagged_files); mkid -fID $$unique
846 tags: tags-recursive
849 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
852 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
853 include_option=--etags-include; \
856 include_option=--include; \
861 test ! -f $$subdir/TAGS || \
867 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
868 test -n "$$unique" || unique=$$empty_fix; \
869 if test $$# -gt 0; then \
877 ctags: ctags-recursive
880 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
882 test -z "$(CTAGS_ARGS)$$unique" \
889 && gtags -i $(GTAGS_ARGS) "$$here"
891 test ! -s cscope.files \
892 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
893 clean-cscope:
894 -rm -f cscope.files
895 cscope.files: clean-cscope cscopelist
896 cscopelist: cscopelist-recursive
898 cscopelist-am: $(am__tagged_files)
905 if test -f "$$i"; then \
912 distclean-tags:
913 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
914 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
917 $(MAKE) $(AM_MAKEFLAGS) distdir-am
919 distdir-am: $(DISTFILES)
921 test -d "$(distdir)" || mkdir "$(distdir)"
926 sed -e "s|^$$srcdirstrip/||;t" \
927 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
931 sort -u` ;; \
934 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
935 if test -d $$d/$$file; then \
936 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
937 if test -d "$(distdir)/$$file"; then \
938 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
940 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
941 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
942 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
944 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
946 test -f "$(distdir)/$$file" \
947 || cp -p $$d/$$file "$(distdir)/$$file" \
954 || test -d "$(distdir)/$$subdir" \
978 dist-hook
979 -test -n "$(am__skip_mode_fix)" \
980 || find "$(distdir)" -type d ! -perm -755 \
981 -exec chmod u+rwx,go+rx {} \; -o \
982 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
983 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
984 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
985 || chmod -R a+r "$(distdir)"
986 dist-gzip: distdir
987 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
989 dist-bzip2: distdir
990 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
993 dist-lzip: distdir
994 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
997 dist-xz: distdir
998 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1001 dist-zstd: distdir
1002 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
1005 dist-tarZ: distdir
1009 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1012 dist-shar: distdir
1016 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
1019 dist-zip: distdir
1020 -rm -f $(distdir).zip
1021 zip -rq $(distdir).zip $(distdir)
1024 dist dist-all:
1029 # it guarantees that the distribution is self-contained by making another
1034 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
1036 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1038 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1040 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1042 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1044 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
1048 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
1050 chmod -R a-w $(distdir)
1053 chmod a-w $(distdir)
1054 test -d $(distdir)/_build || exit 0; \
1055 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1056 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1057 && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \
1063 --srcdir=../.. --prefix="$$dc_install_base" \
1072 && chmod -R a-w "$$dc_install_base" \
1079 } || { rm -rf "$$dc_destdir"; exit 1; }) \
1080 && rm -rf "$$dc_destdir" \
1082 && rm -rf $(DIST_ARCHIVES) \
1089 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1091 @test -n '$(distuninstallcheck_dir)' || { \
1100 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1102 if test -n "$(DESTDIR)"; then \
1112 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1116 check-am: all-am
1117 check: check-recursive
1118 all-am: Makefile $(DATA)
1119 installdirs: installdirs-recursive
1120 installdirs-am:
1122 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1124 install: install-recursive
1125 install-exec: install-exec-recursive
1126 install-data: install-data-recursive
1127 uninstall: uninstall-recursive
1129 install-am: all-am
1130 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1132 installcheck: installcheck-recursive
1133 install-strip:
1134 if test -z '$(STRIP)'; then \
1136 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1140 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1143 mostlyclean-generic:
1145 clean-generic:
1147 distclean-generic:
1148 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1149 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1151 maintainer-clean-generic:
1154 clean: clean-recursive
1156 clean-am: clean-generic clean-libtool mostlyclean-am
1158 distclean: distclean-recursive
1159 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1160 -rm -f Makefile
1161 distclean-am: clean-am distclean-generic distclean-libtool \
1162 distclean-tags
1164 dvi: dvi-recursive
1166 dvi-am:
1168 html: html-recursive
1170 html-am:
1172 info: info-recursive
1174 info-am:
1176 install-data-am: install-aclocalDATA install-pkgconfigDATA
1178 install-dvi: install-dvi-recursive
1180 install-dvi-am:
1182 install-exec-am:
1184 install-html: install-html-recursive
1186 install-html-am:
1188 install-info: install-info-recursive
1190 install-info-am:
1192 install-man:
1194 install-pdf: install-pdf-recursive
1196 install-pdf-am:
1198 install-ps: install-ps-recursive
1200 install-ps-am:
1202 installcheck-am:
1204 maintainer-clean: maintainer-clean-recursive
1205 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1206 -rm -rf $(top_srcdir)/autom4te.cache
1207 -rm -f Makefile
1208 maintainer-clean-am: distclean-am maintainer-clean-generic
1210 mostlyclean: mostlyclean-recursive
1212 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1214 pdf: pdf-recursive
1216 pdf-am:
1218 ps: ps-recursive
1220 ps-am:
1222 uninstall-am: uninstall-aclocalDATA uninstall-pkgconfigDATA
1224 .MAKE: $(am__recursive_targets) install-am install-strip
1226 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1227 am--refresh check check-am clean clean-cscope clean-generic \
1228 clean-libtool cscope cscopelist-am ctags ctags-am dist \
1229 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1230 dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \
1231 distclean-generic distclean-libtool distclean-tags \
1232 distcleancheck distdir distuninstallcheck dvi dvi-am html \
1233 html-am info info-am install install-aclocalDATA install-am \
1234 install-data install-data-am install-dvi install-dvi-am \
1235 install-exec install-exec-am install-html install-html-am \
1236 install-info install-info-am install-man install-pdf \
1237 install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
1238 install-strip installcheck installcheck-am installdirs \
1239 installdirs-am maintainer-clean maintainer-clean-generic \
1240 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1241 ps ps-am tags tags-am uninstall uninstall-aclocalDATA \
1242 uninstall-am uninstall-pkgconfigDATA
1255 dist-hook: ChangeLog INSTALL
1259 $(AM_V_at)$(MAKE) -C hw relink
1261 install-headers: Makefile
1262 +find . -name Makefile | while read m; do \
1263 if grep -q install-sdkHEADERS $$m; then \
1264 (cd `dirname "$$m"` && make install-sdkHEADERS) \
1268 distcheck-hook:
1272 ninja -C _distcheck_build && \
1273 rm -rf _distcheck_build && \
1274 cd -