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
124 am__v_lt_0 = --silent
126 Xvfb_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
127 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
128 $(Xvfb_LDFLAGS) $(LDFLAGS) -o $@
141 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
146 am__mv = mv -f
149 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
150 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
158 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
159 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
160 $(AM_LDFLAGS) $(LDFLAGS) -o $@
167 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
168 ctags-recursive dvi-recursive html-recursive info-recursive \
169 install-data-recursive install-dvi-recursive \
170 install-exec-recursive install-html-recursive \
171 install-info-recursive install-pdf-recursive \
172 install-ps-recursive install-recursive installcheck-recursive \
173 installdirs-recursive pdf-recursive ps-recursive \
174 tags-recursive uninstall-recursive
178 *) (install-info --version) >/dev/null 2>&1;; \
180 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
181 distclean-recursive maintainer-clean-recursive
186 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
187 distdir distdir-am
189 # Read a list of newline-separated strings from the standard input,
203 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
216 while test -n "$$dir1"; do \
217 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
220 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
221 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
223 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
225 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
232 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
600 AM_CFLAGS = -DHAVE_DIX_CONFIG_H \
612 all: all-recursive
620 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
621 && { if test -f $@; then exit 0; else break; fi; }; \
625 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hw/vfb/Makefile'; \
627 $(AUTOMAKE) --foreign hw/vfb/Makefile
631 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
638 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
641 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
643 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
645 install-binPROGRAMS: $(bin_PROGRAMS)
647 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
648 if test -n "$$list"; then \
654 while read p p1; do if test -f $$p \
655 || test -f $$p1 \
658 sed -e 'p;s,.*/,,;n;h' \
659 -e 's|.*|.|' \
660 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
669 test -z "$$files" || { \
670 …echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTA…
671 …$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROG…
675 uninstall-binPROGRAMS:
677 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
679 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
680 -e 's/$$/$(EXEEXT)/' \
682 test -n "$$list" || exit 0; \
683 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
684 cd "$(DESTDIR)$(bindir)" && rm -f $$files
686 clean-binPROGRAMS:
687 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
688 echo " rm -f" $$list; \
689 rm -f $$list || exit $$?; \
690 test -n "$(EXEEXT)" || exit 0; \
692 echo " rm -f" $$list; \
693 rm -f $$list
696 @rm -f Xvfb$(EXEEXT)
699 mostlyclean-compile:
700 -rm -f *.$(OBJEXT)
702 distclean-compile:
703 -rm -f *.tab.c
705 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InitInput.Po@am__quote@ # am--include-marker
706 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/InitOutput.Po@am__quote@ # am--include-marker
707 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/miinitext.Po@am__quote@ # am--include-marker
711 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
713 am--depfiles: $(am__depfiles_remade)
716 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
720 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
723 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W…
727 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
730 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
734 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
737 …S) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT miinitext.o -MD -MP -MF $(DEPDIR)/miinitext.Tpo -c -o mi…
741 …) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o miinitext.o `test -f '$(top_…
744 …(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT miinitext.obj -MD -MP -MF $(DEPDIR)/miinitext.Tpo -c -o miin…
748 …(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o miinitext.obj `if test -f '$(to…
750 mostlyclean-libtool:
751 -rm -f *.lo
753 clean-libtool:
754 -rm -rf .libs _libs
770 target=`echo $@ | sed s/-recursive//`; \
772 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
779 local_target="$$target-am"; \
787 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
788 fi; test -z "$$fail"
791 $(am__define_uniq_tagged_files); mkid -fID $$unique
792 tags: tags-recursive
795 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
798 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
799 include_option=--etags-include; \
802 include_option=--include; \
807 test ! -f $$subdir/TAGS || \
813 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
814 test -n "$$unique" || unique=$$empty_fix; \
815 if test $$# -gt 0; then \
823 ctags: ctags-recursive
826 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
828 test -z "$(CTAGS_ARGS)$$unique" \
835 && gtags -i $(GTAGS_ARGS) "$$here"
836 cscopelist: cscopelist-recursive
838 cscopelist-am: $(am__tagged_files)
845 if test -f "$$i"; then \
852 distclean-tags:
853 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
856 $(MAKE) $(AM_MAKEFLAGS) distdir-am
858 distdir-am: $(DISTFILES)
863 sed -e "s|^$$srcdirstrip/||;t" \
864 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
868 sort -u` ;; \
871 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
872 if test -d $$d/$$file; then \
873 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
874 if test -d "$(distdir)/$$file"; then \
875 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
877 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
878 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
879 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
881 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
883 test -f "$(distdir)/$$file" \
884 || cp -p $$d/$$file "$(distdir)/$$file" \
891 || test -d "$(distdir)/$$subdir" \
913 check-am: all-am
914 check: check-recursive
915 all-am: Makefile $(PROGRAMS)
916 installdirs: installdirs-recursive
917 installdirs-am:
919 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
921 install: install-recursive
922 install-exec: install-exec-recursive
923 install-data: install-data-recursive
924 uninstall: uninstall-recursive
926 install-am: all-am
927 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
929 installcheck: installcheck-recursive
930 install-strip:
931 if test -z '$(STRIP)'; then \
933 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
937 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
940 mostlyclean-generic:
942 clean-generic:
944 distclean-generic:
945 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
946 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
948 maintainer-clean-generic:
951 clean: clean-recursive
953 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
955 distclean: distclean-recursive
956 -rm -f ./$(DEPDIR)/InitInput.Po
957 -rm -f ./$(DEPDIR)/InitOutput.Po
958 -rm -f ./$(DEPDIR)/miinitext.Po
959 -rm -f Makefile
960 distclean-am: clean-am distclean-compile distclean-generic \
961 distclean-tags
963 dvi: dvi-recursive
965 dvi-am:
967 html: html-recursive
969 html-am:
971 info: info-recursive
973 info-am:
975 install-data-am:
977 install-dvi: install-dvi-recursive
979 install-dvi-am:
981 install-exec-am: install-binPROGRAMS
983 install-html: install-html-recursive
985 install-html-am:
987 install-info: install-info-recursive
989 install-info-am:
991 install-man:
993 install-pdf: install-pdf-recursive
995 install-pdf-am:
997 install-ps: install-ps-recursive
999 install-ps-am:
1001 installcheck-am:
1003 maintainer-clean: maintainer-clean-recursive
1004 -rm -f ./$(DEPDIR)/InitInput.Po
1005 -rm -f ./$(DEPDIR)/InitOutput.Po
1006 -rm -f ./$(DEPDIR)/miinitext.Po
1007 -rm -f Makefile
1008 maintainer-clean-am: distclean-am maintainer-clean-generic
1010 mostlyclean: mostlyclean-recursive
1012 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1013 mostlyclean-libtool
1015 pdf: pdf-recursive
1017 pdf-am:
1019 ps: ps-recursive
1021 ps-am:
1023 uninstall-am: uninstall-binPROGRAMS
1025 .MAKE: $(am__recursive_targets) install-am install-strip
1027 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1028 am--depfiles check check-am clean clean-binPROGRAMS \
1029 clean-generic clean-libtool cscopelist-am ctags ctags-am \
1030 distclean distclean-compile distclean-generic \
1031 distclean-libtool distclean-tags distdir dvi dvi-am html \
1032 html-am info info-am install install-am install-binPROGRAMS \
1033 install-data install-data-am install-dvi install-dvi-am \
1034 install-exec install-exec-am install-html install-html-am \
1035 install-info install-info-am install-man install-pdf \
1036 install-pdf-am install-ps install-ps-am install-strip \
1037 installcheck installcheck-am installdirs installdirs-am \
1038 maintainer-clean maintainer-clean-generic mostlyclean \
1039 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1040 pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1041 uninstall-binPROGRAMS
1047 $(AM_V_at)rm -f Xvfb$(EXEEXT) && $(MAKE) Xvfb$(EXEEXT)