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
103 mkinstalldirs = $(install_sh) -d
104 CONFIG_HEADER = $(top_builddir)/include/do-not-use-config.h \
105 $(top_builddir)/include/xorg-server.h \
106 $(top_builddir)/include/dix-config.h \
107 $(top_builddir)/include/xorg-config.h \
108 $(top_builddir)/include/xkb-config.h \
109 $(top_builddir)/include/xwin-config.h \
110 $(top_builddir)/include/xwayland-config.h \
111 $(top_builddir)/include/version-config.h
121 os-support/libxorgos.la parser/libxf86config.la \
131 am__v_lt_0 = --silent
133 Xorg_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
134 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
135 $(Xorg_LDFLAGS) $(LDFLAGS) -o $@
136 am__Xorg_wrap_SOURCES_DIST = xorg-wrapper.c
137 @SUID_WRAPPER_TRUE@am_Xorg_wrap_OBJECTS = xorg-wrapper.$(OBJEXT)
152 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/include
156 ./$(DEPDIR)/xorg-wrapper.Po
157 am__mv = mv -f
160 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
161 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
169 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
170 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
171 $(AM_LDFLAGS) $(LDFLAGS) -o $@
178 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
179 ctags-recursive dvi-recursive html-recursive info-recursive \
180 install-data-recursive install-dvi-recursive \
181 install-exec-recursive install-html-recursive \
182 install-info-recursive install-pdf-recursive \
183 install-ps-recursive install-recursive installcheck-recursive \
184 installdirs-recursive pdf-recursive ps-recursive \
185 tags-recursive uninstall-recursive
189 *) (install-info --version) >/dev/null 2>&1;; \
191 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
192 distclean-recursive maintainer-clean-recursive
197 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
198 distdir distdir-am
200 # Read a list of newline-separated strings from the standard input,
214 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
227 while test -n "$$dir1"; do \
228 first=`echo "$$dir1" | sed -e "$$sed_first"`; \
231 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
232 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
234 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
236 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
243 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
617 SUBDIRS = common ddc x86emu $(INT10_SUBDIR) os-support parser \
623 DIST_SUBDIRS = common ddc i2c x86emu int10 fbdevhw os-support \
630 AM_CPPFLAGS = $(XORG_INCS) -I$(srcdir)/parser \
631 -I$(srcdir)/ddc -I$(srcdir)/i2c -I$(srcdir)/modes -I$(srcdir)/ramdac \
632 -I$(srcdir)/dri -I$(srcdir)/dri2 -I$(top_srcdir)/dri3
639 os-support/libxorgos.la \
665 @SUID_WRAPPER_TRUE@Xorg_wrap_SOURCES = xorg-wrapper.c
672 CONF_SUBSTS = -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' \
673 -e 's|MODULEPATH|$(DEFAULT_MODULE_PATH)|g' \
674 -e 's|DEFAULTFONTPATH|$(COMPILEDDEFAULTFONTPATH)|g'
679 $(MAKE) $(AM_MAKEFLAGS) all-recursive
687 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
688 && { if test -f $@; then exit 0; else break; fi; }; \
692 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign hw/xfree86/Makefile'; \
694 $(AUTOMAKE) --foreign hw/xfree86/Makefile
698 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
705 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
708 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
710 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
714 install-binPROGRAMS: $(bin_PROGRAMS)
716 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
717 if test -n "$$list"; then \
723 while read p p1; do if test -f $$p \
724 || test -f $$p1 \
727 sed -e 'p;s,.*/,,;n;h' \
728 -e 's|.*|.|' \
729 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
738 test -z "$$files" || { \
739 …echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTA…
740 …$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROG…
744 uninstall-binPROGRAMS:
746 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
748 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
749 -e 's/$$/$(EXEEXT)/' \
751 test -n "$$list" || exit 0; \
752 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
753 cd "$(DESTDIR)$(bindir)" && rm -f $$files
755 clean-binPROGRAMS:
756 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
757 echo " rm -f" $$list; \
758 rm -f $$list || exit $$?; \
759 test -n "$(EXEEXT)" || exit 0; \
761 echo " rm -f" $$list; \
762 rm -f $$list
763 install-wrapexecPROGRAMS: $(wrapexec_PROGRAMS)
765 @list='$(wrapexec_PROGRAMS)'; test -n "$(wrapexecdir)" || list=; \
766 if test -n "$$list"; then \
772 while read p p1; do if test -f $$p \
773 || test -f $$p1 \
776 sed -e 'p;s,.*/,,;n;h' \
777 -e 's|.*|.|' \
778 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
787 test -z "$$files" || { \
788 …echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTA…
789 …$(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROG…
793 uninstall-wrapexecPROGRAMS:
795 @list='$(wrapexec_PROGRAMS)'; test -n "$(wrapexecdir)" || list=; \
797 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
798 -e 's/$$/$(EXEEXT)/' \
800 test -n "$$list" || exit 0; \
801 echo " ( cd '$(DESTDIR)$(wrapexecdir)' && rm -f" $$files ")"; \
802 cd "$(DESTDIR)$(wrapexecdir)" && rm -f $$files
804 clean-wrapexecPROGRAMS:
805 @list='$(wrapexec_PROGRAMS)'; test -n "$$list" || exit 0; \
806 echo " rm -f" $$list; \
807 rm -f $$list || exit $$?; \
808 test -n "$(EXEEXT)" || exit 0; \
810 echo " rm -f" $$list; \
811 rm -f $$list
814 @rm -f Xorg$(EXEEXT)
818 @rm -f Xorg.wrap$(EXEEXT)
821 mostlyclean-compile:
822 -rm -f *.$(OBJEXT)
824 distclean-compile:
825 -rm -f *.tab.c
827 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sdksyms.Po@am__quote@ # am--include-marker
828 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xorg-wrapper.Po@am__quote@ # am--include-marker
832 @echo '# dummy' >$@-t && $(am__mv) $@-t $@
834 am--depfiles: $(am__depfiles_remade)
837 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
841 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
844 @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W…
848 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
851 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
855 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
857 mostlyclean-libtool:
858 -rm -f *.lo
860 clean-libtool:
861 -rm -rf .libs _libs
877 target=`echo $@ | sed s/-recursive//`; \
879 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
886 local_target="$$target-am"; \
894 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
895 fi; test -z "$$fail"
898 $(am__define_uniq_tagged_files); mkid -fID $$unique
899 tags: tags-recursive
902 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
905 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
906 include_option=--etags-include; \
909 include_option=--include; \
914 test ! -f $$subdir/TAGS || \
920 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
921 test -n "$$unique" || unique=$$empty_fix; \
922 if test $$# -gt 0; then \
930 ctags: ctags-recursive
933 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
935 test -z "$(CTAGS_ARGS)$$unique" \
942 && gtags -i $(GTAGS_ARGS) "$$here"
943 cscopelist: cscopelist-recursive
945 cscopelist-am: $(am__tagged_files)
952 if test -f "$$i"; then \
959 distclean-tags:
960 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
963 $(MAKE) $(AM_MAKEFLAGS) distdir-am
965 distdir-am: $(DISTFILES)
970 sed -e "s|^$$srcdirstrip/||;t" \
971 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
975 sort -u` ;; \
978 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
979 if test -d $$d/$$file; then \
980 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
981 if test -d "$(distdir)/$$file"; then \
982 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
984 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
985 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
986 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
988 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
990 test -f "$(distdir)/$$file" \
991 || cp -p $$d/$$file "$(distdir)/$$file" \
998 || test -d "$(distdir)/$$subdir" \
1020 check-am: all-am
1022 $(MAKE) $(AM_MAKEFLAGS) check-recursive
1023 all-am: Makefile $(PROGRAMS)
1024 installdirs: installdirs-recursive
1025 installdirs-am:
1027 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1030 $(MAKE) $(AM_MAKEFLAGS) install-recursive
1031 install-exec: install-exec-recursive
1032 install-data: install-data-recursive
1033 uninstall: uninstall-recursive
1035 install-am: all-am
1036 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1038 installcheck: installcheck-recursive
1039 install-strip:
1040 if test -z '$(STRIP)'; then \
1042 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1046 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1049 mostlyclean-generic:
1051 clean-generic:
1052 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1054 distclean-generic:
1055 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1056 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1057 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1059 maintainer-clean-generic:
1062 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1063 clean: clean-recursive
1065 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
1066 clean-wrapexecPROGRAMS mostlyclean-am
1068 distclean: distclean-recursive
1069 -rm -f ./$(DEPDIR)/sdksyms.Po
1070 -rm -f ./$(DEPDIR)/xorg-wrapper.Po
1071 -rm -f Makefile
1072 distclean-am: clean-am distclean-compile distclean-generic \
1073 distclean-tags
1075 dvi: dvi-recursive
1077 dvi-am:
1079 html: html-recursive
1081 html-am:
1083 info: info-recursive
1085 info-am:
1087 install-data-am: install-data-local
1089 install-dvi: install-dvi-recursive
1091 install-dvi-am:
1093 install-exec-am: install-binPROGRAMS install-wrapexecPROGRAMS
1095 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1096 install-html: install-html-recursive
1098 install-html-am:
1100 install-info: install-info-recursive
1102 install-info-am:
1104 install-man:
1106 install-pdf: install-pdf-recursive
1108 install-pdf-am:
1110 install-ps: install-ps-recursive
1112 install-ps-am:
1114 installcheck-am:
1116 maintainer-clean: maintainer-clean-recursive
1117 -rm -f ./$(DEPDIR)/sdksyms.Po
1118 -rm -f ./$(DEPDIR)/xorg-wrapper.Po
1119 -rm -f Makefile
1120 maintainer-clean-am: distclean-am maintainer-clean-generic
1122 mostlyclean: mostlyclean-recursive
1124 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1125 mostlyclean-libtool
1127 pdf: pdf-recursive
1129 pdf-am:
1131 ps: ps-recursive
1133 ps-am:
1135 uninstall-am: uninstall-binPROGRAMS uninstall-local \
1136 uninstall-wrapexecPROGRAMS
1138 $(MAKE) $(AM_MAKEFLAGS) uninstall-hook
1139 .MAKE: $(am__recursive_targets) all check install install-am \
1140 install-exec-am install-strip uninstall-am
1142 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1143 am--depfiles check check-am clean clean-binPROGRAMS \
1144 clean-generic clean-libtool clean-wrapexecPROGRAMS \
1145 cscopelist-am ctags ctags-am distclean distclean-compile \
1146 distclean-generic distclean-libtool distclean-tags distdir dvi \
1147 dvi-am html html-am info info-am install install-am \
1148 install-binPROGRAMS install-data install-data-am \
1149 install-data-local install-dvi install-dvi-am install-exec \
1150 install-exec-am install-exec-hook install-html install-html-am \
1151 install-info install-info-am install-man install-pdf \
1152 install-pdf-am install-ps install-ps-am install-strip \
1153 install-wrapexecPROGRAMS installcheck installcheck-am \
1154 installdirs installdirs-am maintainer-clean \
1155 maintainer-clean-generic mostlyclean mostlyclean-compile \
1156 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1157 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1158 uninstall-hook uninstall-local uninstall-wrapexecPROGRAMS
1164 install-data-local:
1168 install-exec-hook:
1169 (cd $(DESTDIR)$(bindir) && rm -f X && $(LN_S) Xorg$(EXEEXT) X)
1174 @SUID_WRAPPER_TRUE@ ${INSTALL} -m 755 Xorg.sh $(DESTDIR)$(bindir)/Xorg
1175 @SUID_WRAPPER_TRUE@ -chown 0 $(DESTDIR)$(SUID_WRAPPER_DIR)/Xorg.wrap && chmod u+s $(DESTDIR)$(SUID_…
1177 uninstall-local:
1178 @CYGWIN_TRUE@ $(AM_V_at)rm -f $(DESTDIR)$(libdir)/libXorg.exe.a
1180 uninstall-hook:
1181 $(AM_V_at)rm -f $(DESTDIR)$(bindir)/X
1187 $(AM_V_at)rm -f Xorg$(EXEEXT) && $(MAKE) Xorg$(EXEEXT)
1191 -include $(SDKSYMS_DEP)