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
102 mkinstalldirs = $(install_sh) -d
103 CONFIG_HEADER = $(top_builddir)/include/do-not-use-config.h \
104 $(top_builddir)/include/xorg-server.h \
105 $(top_builddir)/include/dix-config.h \
106 $(top_builddir)/include/xorg-config.h \
107 $(top_builddir)/include/xkb-config.h \
108 $(top_builddir)/include/xwin-config.h \
109 $(top_builddir)/include/xwayland-config.h \
110 $(top_builddir)/include/version-config.h
127 am__v_lt_0 = --silent
129 Xnest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
130 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
131 $(Xnest_LDFLAGS) $(LDFLAGS) -o $@
144 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
155 am__mv = mv -f
158 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
159 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
167 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
169 $(AM_LDFLAGS) $(LDFLAGS) -o $@
176 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
177 ctags-recursive dvi-recursive html-recursive info-recursive \
178 install-data-recursive install-dvi-recursive \
179 install-exec-recursive install-html-recursive \
180 install-info-recursive install-pdf-recursive \
181 install-ps-recursive install-recursive installcheck-recursive \
182 installdirs-recursive pdf-recursive ps-recursive \
183 tags-recursive uninstall-recursive
187 *) (install-info --version) >/dev/null 2>&1;; \
189 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
190 distclean-recursive maintainer-clean-recursive
195 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
196 distdir distdir-am
198 # Read a list of newline-separated strings from the standard input,
212 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
225 while test -n "$$dir1"; do \
226 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
229 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
230 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
232 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
234 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
241 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
607 AM_CFLAGS = -DHAVE_XNEST_CONFIG_H \
645 xnest-config.h \
655 all: all-recursive
663 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
664 && { if test -f $@; then exit 0; else break; fi; }; \
668 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hw/xnest/Makefile'; \
670 $(AUTOMAKE) --foreign hw/xnest/Makefile
674 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
681 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
684 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
686 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
688 install-binPROGRAMS: $(bin_PROGRAMS)
690 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
691 if test -n "$$list"; then \
697 while read p p1; do if test -f $$p \
698 || test -f $$p1 \
701 sed -e 'p;s,.*/,,;n;h' \
702 -e 's|.*|.|' \
703 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
712 test -z "$$files" || { \
713 …echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTA…
714 …$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROG…
718 uninstall-binPROGRAMS:
720 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
722 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
723 -e 's/$$/$(EXEEXT)/' \
725 test -n "$$list" || exit 0; \
726 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
727 cd "$(DESTDIR)$(bindir)" && rm -f $$files
729 clean-binPROGRAMS:
730 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
731 echo " rm -f" $$list; \
732 rm -f $$list || exit $$?; \
733 test -n "$(EXEEXT)" || exit 0; \
735 echo " rm -f" $$list; \
736 rm -f $$list
739 @rm -f Xnest$(EXEEXT)
742 mostlyclean-compile:
743 -rm -f *.$(OBJEXT)
745 distclean-compile:
746 -rm -f *.tab.c
748 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Args.Po@am__quote@ # am--include-marker
749 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Color.Po@am__quote@ # am--include-marker
750 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Cursor.Po@am__quote@ # am--include-marker
751 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Display.Po@am__quote@ # am--include-marker
752 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Events.Po@am__quote@ # am--include-marker
753 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Font.Po@am__quote@ # am--include-marker
754 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GC.Po@am__quote@ # am--include-marker
755 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GCOps.Po@am__quote@ # am--include-marker
756 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Handlers.Po@am__quote@ # am--include-marker
757 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Init.Po@am__quote@ # am--include-marker
758 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Keyboard.Po@am__quote@ # am--include-marker
759 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Pixmap.Po@am__quote@ # am--include-marker
760 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Pointer.Po@am__quote@ # am--include-marker
761 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Screen.Po@am__quote@ # am--include-marker
762 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Visual.Po@am__quote@ # am--include-marker
763 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Window.Po@am__quote@ # am--include-marker
764 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/miinitext.Po@am__quote@ # am--include-marker
768 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
770 am--depfiles: $(am__depfiles_remade)
773 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
777 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
780 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W…
784 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
787 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
791 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
794 …S) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT miinitext.o -MD -MP -MF $(DEPDIR)/miinitext.Tpo -c -o mi…
798 …) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o miinitext.o `test -f '$(top_…
801 …(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT miinitext.obj -MD -MP -MF $(DEPDIR)/miinitext.Tpo -c -o miin…
805 …(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o miinitext.obj `if test -f '$(to…
807 mostlyclean-libtool:
808 -rm -f *.lo
810 clean-libtool:
811 -rm -rf .libs _libs
827 target=`echo $@ | sed s/-recursive//`; \
829 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
836 local_target="$$target-am"; \
844 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
845 fi; test -z "$$fail"
848 $(am__define_uniq_tagged_files); mkid -fID $$unique
849 tags: tags-recursive
852 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
855 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
856 include_option=--etags-include; \
859 include_option=--include; \
864 test ! -f $$subdir/TAGS || \
870 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
871 test -n "$$unique" || unique=$$empty_fix; \
872 if test $$# -gt 0; then \
880 ctags: ctags-recursive
883 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
885 test -z "$(CTAGS_ARGS)$$unique" \
892 && gtags -i $(GTAGS_ARGS) "$$here"
893 cscopelist: cscopelist-recursive
895 cscopelist-am: $(am__tagged_files)
902 if test -f "$$i"; then \
909 distclean-tags:
910 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
913 $(MAKE) $(AM_MAKEFLAGS) distdir-am
915 distdir-am: $(DISTFILES)
920 sed -e "s|^$$srcdirstrip/||;t" \
921 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
925 sort -u` ;; \
928 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
929 if test -d $$d/$$file; then \
930 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
931 if test -d "$(distdir)/$$file"; then \
932 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
934 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
935 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
936 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
938 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
940 test -f "$(distdir)/$$file" \
941 || cp -p $$d/$$file "$(distdir)/$$file" \
948 || test -d "$(distdir)/$$subdir" \
970 check-am: all-am
971 check: check-recursive
972 all-am: Makefile $(PROGRAMS)
973 installdirs: installdirs-recursive
974 installdirs-am:
976 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
978 install: install-recursive
979 install-exec: install-exec-recursive
980 install-data: install-data-recursive
981 uninstall: uninstall-recursive
983 install-am: all-am
984 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
986 installcheck: installcheck-recursive
987 install-strip:
988 if test -z '$(STRIP)'; then \
990 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
994 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
997 mostlyclean-generic:
999 clean-generic:
1001 distclean-generic:
1002 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1003 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1005 maintainer-clean-generic:
1008 clean: clean-recursive
1010 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
1012 distclean: distclean-recursive
1013 -rm -f ./$(DEPDIR)/Args.Po
1014 -rm -f ./$(DEPDIR)/Color.Po
1015 -rm -f ./$(DEPDIR)/Cursor.Po
1016 -rm -f ./$(DEPDIR)/Display.Po
1017 -rm -f ./$(DEPDIR)/Events.Po
1018 -rm -f ./$(DEPDIR)/Font.Po
1019 -rm -f ./$(DEPDIR)/GC.Po
1020 -rm -f ./$(DEPDIR)/GCOps.Po
1021 -rm -f ./$(DEPDIR)/Handlers.Po
1022 -rm -f ./$(DEPDIR)/Init.Po
1023 -rm -f ./$(DEPDIR)/Keyboard.Po
1024 -rm -f ./$(DEPDIR)/Pixmap.Po
1025 -rm -f ./$(DEPDIR)/Pointer.Po
1026 -rm -f ./$(DEPDIR)/Screen.Po
1027 -rm -f ./$(DEPDIR)/Visual.Po
1028 -rm -f ./$(DEPDIR)/Window.Po
1029 -rm -f ./$(DEPDIR)/miinitext.Po
1030 -rm -f Makefile
1031 distclean-am: clean-am distclean-compile distclean-generic \
1032 distclean-tags
1034 dvi: dvi-recursive
1036 dvi-am:
1038 html: html-recursive
1040 html-am:
1042 info: info-recursive
1044 info-am:
1046 install-data-am:
1048 install-dvi: install-dvi-recursive
1050 install-dvi-am:
1052 install-exec-am: install-binPROGRAMS
1054 install-html: install-html-recursive
1056 install-html-am:
1058 install-info: install-info-recursive
1060 install-info-am:
1062 install-man:
1064 install-pdf: install-pdf-recursive
1066 install-pdf-am:
1068 install-ps: install-ps-recursive
1070 install-ps-am:
1072 installcheck-am:
1074 maintainer-clean: maintainer-clean-recursive
1075 -rm -f ./$(DEPDIR)/Args.Po
1076 -rm -f ./$(DEPDIR)/Color.Po
1077 -rm -f ./$(DEPDIR)/Cursor.Po
1078 -rm -f ./$(DEPDIR)/Display.Po
1079 -rm -f ./$(DEPDIR)/Events.Po
1080 -rm -f ./$(DEPDIR)/Font.Po
1081 -rm -f ./$(DEPDIR)/GC.Po
1082 -rm -f ./$(DEPDIR)/GCOps.Po
1083 -rm -f ./$(DEPDIR)/Handlers.Po
1084 -rm -f ./$(DEPDIR)/Init.Po
1085 -rm -f ./$(DEPDIR)/Keyboard.Po
1086 -rm -f ./$(DEPDIR)/Pixmap.Po
1087 -rm -f ./$(DEPDIR)/Pointer.Po
1088 -rm -f ./$(DEPDIR)/Screen.Po
1089 -rm -f ./$(DEPDIR)/Visual.Po
1090 -rm -f ./$(DEPDIR)/Window.Po
1091 -rm -f ./$(DEPDIR)/miinitext.Po
1092 -rm -f Makefile
1093 maintainer-clean-am: distclean-am maintainer-clean-generic
1095 mostlyclean: mostlyclean-recursive
1097 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1098 mostlyclean-libtool
1100 pdf: pdf-recursive
1102 pdf-am:
1104 ps: ps-recursive
1106 ps-am:
1108 uninstall-am: uninstall-binPROGRAMS
1110 .MAKE: $(am__recursive_targets) install-am install-strip
1112 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1113 am--depfiles check check-am clean clean-binPROGRAMS \
1114 clean-generic clean-libtool cscopelist-am ctags ctags-am \
1115 distclean distclean-compile distclean-generic \
1116 distclean-libtool distclean-tags distdir dvi dvi-am html \
1117 html-am info info-am install install-am install-binPROGRAMS \
1118 install-data install-data-am install-dvi install-dvi-am \
1119 install-exec install-exec-am install-html install-html-am \
1120 install-info install-info-am install-man install-pdf \
1121 install-pdf-am install-ps install-ps-am install-strip \
1122 installcheck installcheck-am installdirs installdirs-am \
1123 maintainer-clean maintainer-clean-generic mostlyclean \
1124 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1125 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1126 uninstall-binPROGRAMS
1132 $(AM_V_at)rm -f Xnest$(EXEEXT) && $(MAKE) Xnest$(EXEEXT)