Makefile.in revision 6781a5f7
1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 Free Software Foundation, Inc. 5 6# This Makefile.in is free software; the Free Software Foundation 7# gives unlimited permission to copy and/or distribute it, 8# with or without modifications, as long as this notice is preserved. 9 10# This program is distributed in the hope that it will be useful, 11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 13# PARTICULAR PURPOSE. 14 15@SET_MAKE@ 16 17# Copyright 2005 Red Hat, Inc. 18# 19# Permission to use, copy, modify, distribute, and sell this software 20# and its documentation for any purpose is hereby granted without 21# fee, provided that the above copyright notice appear in all copies 22# and that both that copyright notice and this permission notice 23# appear in supporting documentation, and that the name of Red Hat 24# not be used in advertising or publicity pertaining to distribution 25# of the software without specific, written prior permission. Red 26# Hat makes no representations about the suitability of this software 27# for any purpose. It is provided "as is" without express or implied 28# warranty. 29# 30# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 31# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN 32# NO EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 33# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS 34# OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 35# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 36# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 37 38VPATH = @srcdir@ 39am__is_gnu_make = { \ 40 if test -z '$(MAKELEVEL)'; then \ 41 false; \ 42 elif test -n '$(MAKE_HOST)'; then \ 43 true; \ 44 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 45 true; \ 46 else \ 47 false; \ 48 fi; \ 49} 50am__make_running_with_option = \ 51 case $${target_option-} in \ 52 ?) ;; \ 53 *) echo "am__make_running_with_option: internal error: invalid" \ 54 "target option '$${target_option-}' specified" >&2; \ 55 exit 1;; \ 56 esac; \ 57 has_opt=no; \ 58 sane_makeflags=$$MAKEFLAGS; \ 59 if $(am__is_gnu_make); then \ 60 sane_makeflags=$$MFLAGS; \ 61 else \ 62 case $$MAKEFLAGS in \ 63 *\\[\ \ ]*) \ 64 bs=\\; \ 65 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 66 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 67 esac; \ 68 fi; \ 69 skip_next=no; \ 70 strip_trailopt () \ 71 { \ 72 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 73 }; \ 74 for flg in $$sane_makeflags; do \ 75 test $$skip_next = yes && { skip_next=no; continue; }; \ 76 case $$flg in \ 77 *=*|--*) continue;; \ 78 -*I) strip_trailopt 'I'; skip_next=yes;; \ 79 -*I?*) strip_trailopt 'I';; \ 80 -*O) strip_trailopt 'O'; skip_next=yes;; \ 81 -*O?*) strip_trailopt 'O';; \ 82 -*l) strip_trailopt 'l'; skip_next=yes;; \ 83 -*l?*) strip_trailopt 'l';; \ 84 -[dEDm]) skip_next=yes;; \ 85 -[JT]) skip_next=yes;; \ 86 esac; \ 87 case $$flg in \ 88 *$$target_option*) has_opt=yes; break;; \ 89 esac; \ 90 done; \ 91 test $$has_opt = yes 92am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 93am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 94pkgdatadir = $(datadir)/@PACKAGE@ 95pkgincludedir = $(includedir)/@PACKAGE@ 96pkglibdir = $(libdir)/@PACKAGE@ 97pkglibexecdir = $(libexecdir)/@PACKAGE@ 98am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 99install_sh_DATA = $(install_sh) -c -m 644 100install_sh_PROGRAM = $(install_sh) -c 101install_sh_SCRIPT = $(install_sh) -c 102INSTALL_HEADER = $(INSTALL_DATA) 103transform = $(program_transform_name) 104NORMAL_INSTALL = : 105PRE_INSTALL = : 106POST_INSTALL = : 107NORMAL_UNINSTALL = : 108PRE_UNINSTALL = : 109POST_UNINSTALL = : 110subdir = . 111ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 112am__aclocal_m4_deps = $(top_srcdir)/xorgversion.m4 \ 113 $(top_srcdir)/configure.ac 114am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 115 $(ACLOCAL_M4) 116DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 117 $(am__configure_deps) $(dist_pkgdata_DATA) $(am__DIST_COMMON) 118am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 119 configure.lineno config.status.lineno 120mkinstalldirs = $(install_sh) -d 121CONFIG_CLEAN_FILES = xorg-macros.pc xorg-macros.m4 122CONFIG_CLEAN_VPATH_FILES = 123AM_V_P = $(am__v_P_@AM_V@) 124am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 125am__v_P_0 = false 126am__v_P_1 = : 127AM_V_GEN = $(am__v_GEN_@AM_V@) 128am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 129am__v_GEN_0 = @echo " GEN " $@; 130am__v_GEN_1 = 131AM_V_at = $(am__v_at_@AM_V@) 132am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 133am__v_at_0 = @ 134am__v_at_1 = 135SOURCES = 136DIST_SOURCES = 137am__can_run_installinfo = \ 138 case $$AM_UPDATE_INFO_DIR in \ 139 n|no|NO) false;; \ 140 *) (install-info --version) >/dev/null 2>&1;; \ 141 esac 142am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 143am__vpath_adj = case $$p in \ 144 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 145 *) f=$$p;; \ 146 esac; 147am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 148am__install_max = 40 149am__nobase_strip_setup = \ 150 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 151am__nobase_strip = \ 152 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 153am__nobase_list = $(am__nobase_strip_setup); \ 154 for p in $$list; do echo "$$p $$p"; done | \ 155 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 156 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 157 if (++n[$$2] == $(am__install_max)) \ 158 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 159 END { for (dir in files) print dir, files[dir] }' 160am__base_list = \ 161 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 162 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 163am__uninstall_files_from_dir = { \ 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; }; \ 168 } 169am__installdirs = "$(DESTDIR)$(aclocaldir)" "$(DESTDIR)$(pkgdatadir)" \ 170 "$(DESTDIR)$(pkgconfigdir)" 171DATA = $(aclocal_DATA) $(dist_pkgdata_DATA) $(pkgconfig_DATA) 172am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 173am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/xorg-macros.m4.in \ 174 $(srcdir)/xorg-macros.pc.in $(srcdir)/xorgversion.m4 COPYING \ 175 ChangeLog INSTALL README.md install-sh missing 176DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 177distdir = $(PACKAGE)-$(VERSION) 178top_distdir = $(distdir) 179am__remove_distdir = \ 180 if test -d "$(distdir)"; then \ 181 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 182 && rm -rf "$(distdir)" \ 183 || { sleep 5 && rm -rf "$(distdir)"; }; \ 184 else :; fi 185am__post_remove_distdir = $(am__remove_distdir) 186DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 187GZIP_ENV = --best 188DIST_TARGETS = dist-xz dist-gzip 189# Exists only to be overridden by the user if desired. 190AM_DISTCHECK_DVI_TARGET = dvi 191distuninstallcheck_listfiles = find . -type f -print 192am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 193 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 194distcleancheck_listfiles = find . -type f -print 195ACLOCAL = @ACLOCAL@ 196AMTAR = @AMTAR@ 197AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 198AUTOCONF = @AUTOCONF@ 199AUTOHEADER = @AUTOHEADER@ 200AUTOMAKE = @AUTOMAKE@ 201AWK = @AWK@ 202CHANGELOG_CMD = @CHANGELOG_CMD@ 203CSCOPE = @CSCOPE@ 204CTAGS = @CTAGS@ 205CYGPATH_W = @CYGPATH_W@ 206DEFS = @DEFS@ 207ECHO_C = @ECHO_C@ 208ECHO_N = @ECHO_N@ 209ECHO_T = @ECHO_T@ 210ETAGS = @ETAGS@ 211INSTALL = @INSTALL@ 212INSTALL_DATA = @INSTALL_DATA@ 213INSTALL_PROGRAM = @INSTALL_PROGRAM@ 214INSTALL_SCRIPT = @INSTALL_SCRIPT@ 215INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 216LIBOBJS = @LIBOBJS@ 217LIBS = @LIBS@ 218LTLIBOBJS = @LTLIBOBJS@ 219MAKEINFO = @MAKEINFO@ 220MKDIR_P = @MKDIR_P@ 221PACKAGE = @PACKAGE@ 222PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 223PACKAGE_NAME = @PACKAGE_NAME@ 224PACKAGE_STRING = @PACKAGE_STRING@ 225PACKAGE_TARNAME = @PACKAGE_TARNAME@ 226PACKAGE_URL = @PACKAGE_URL@ 227PACKAGE_VERSION = @PACKAGE_VERSION@ 228PATH_SEPARATOR = @PATH_SEPARATOR@ 229SET_MAKE = @SET_MAKE@ 230SHELL = @SHELL@ 231STRIP = @STRIP@ 232VERSION = @VERSION@ 233abs_builddir = @abs_builddir@ 234abs_srcdir = @abs_srcdir@ 235abs_top_builddir = @abs_top_builddir@ 236abs_top_srcdir = @abs_top_srcdir@ 237am__leading_dot = @am__leading_dot@ 238am__tar = @am__tar@ 239am__untar = @am__untar@ 240bindir = @bindir@ 241build_alias = @build_alias@ 242builddir = @builddir@ 243datadir = @datadir@ 244datarootdir = @datarootdir@ 245docdir = @docdir@ 246dvidir = @dvidir@ 247exec_prefix = @exec_prefix@ 248host_alias = @host_alias@ 249htmldir = @htmldir@ 250includedir = @includedir@ 251infodir = @infodir@ 252install_sh = @install_sh@ 253libdir = @libdir@ 254libexecdir = @libexecdir@ 255localedir = @localedir@ 256localstatedir = @localstatedir@ 257mandir = @mandir@ 258mkdir_p = @mkdir_p@ 259oldincludedir = @oldincludedir@ 260pdfdir = @pdfdir@ 261prefix = @prefix@ 262program_transform_name = @program_transform_name@ 263psdir = @psdir@ 264runstatedir = @runstatedir@ 265sbindir = @sbindir@ 266sharedstatedir = @sharedstatedir@ 267srcdir = @srcdir@ 268sysconfdir = @sysconfdir@ 269target_alias = @target_alias@ 270top_build_prefix = @top_build_prefix@ 271top_builddir = @top_builddir@ 272top_srcdir = @top_srcdir@ 273aclocaldir = $(datadir)/aclocal 274aclocal_DATA = xorg-macros.m4 275dist_pkgdata_DATA = INSTALL 276pkgconfigdir = $(datadir)/pkgconfig 277pkgconfig_DATA = xorg-macros.pc 278EXTRA_DIST = README.md 279all: all-am 280 281.SUFFIXES: 282am--refresh: Makefile 283 @: 284$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 285 @for dep in $?; do \ 286 case '$(am__configure_deps)' in \ 287 *$$dep*) \ 288 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 289 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 290 && exit 0; \ 291 exit 1;; \ 292 esac; \ 293 done; \ 294 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 295 $(am__cd) $(top_srcdir) && \ 296 $(AUTOMAKE) --foreign Makefile 297Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 298 @case '$?' in \ 299 *config.status*) \ 300 echo ' $(SHELL) ./config.status'; \ 301 $(SHELL) ./config.status;; \ 302 *) \ 303 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 304 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 305 esac; 306 307$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 308 $(SHELL) ./config.status --recheck 309 310$(top_srcdir)/configure: $(am__configure_deps) 311 $(am__cd) $(srcdir) && $(AUTOCONF) 312$(ACLOCAL_M4): $(am__aclocal_m4_deps) 313 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 314$(am__aclocal_m4_deps): 315xorg-macros.pc: $(top_builddir)/config.status $(srcdir)/xorg-macros.pc.in 316 cd $(top_builddir) && $(SHELL) ./config.status $@ 317xorg-macros.m4: $(top_builddir)/config.status $(srcdir)/xorg-macros.m4.in $(srcdir)/xorgversion.m4 318 cd $(top_builddir) && $(SHELL) ./config.status $@ 319install-aclocalDATA: $(aclocal_DATA) 320 @$(NORMAL_INSTALL) 321 @list='$(aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \ 322 if test -n "$$list"; then \ 323 echo " $(MKDIR_P) '$(DESTDIR)$(aclocaldir)'"; \ 324 $(MKDIR_P) "$(DESTDIR)$(aclocaldir)" || exit 1; \ 325 fi; \ 326 for p in $$list; do \ 327 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 328 echo "$$d$$p"; \ 329 done | $(am__base_list) | \ 330 while read files; do \ 331 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(aclocaldir)'"; \ 332 $(INSTALL_DATA) $$files "$(DESTDIR)$(aclocaldir)" || exit $$?; \ 333 done 334 335uninstall-aclocalDATA: 336 @$(NORMAL_UNINSTALL) 337 @list='$(aclocal_DATA)'; test -n "$(aclocaldir)" || list=; \ 338 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 339 dir='$(DESTDIR)$(aclocaldir)'; $(am__uninstall_files_from_dir) 340install-dist_pkgdataDATA: $(dist_pkgdata_DATA) 341 @$(NORMAL_INSTALL) 342 @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ 343 if test -n "$$list"; then \ 344 echo " $(MKDIR_P) '$(DESTDIR)$(pkgdatadir)'"; \ 345 $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)" || exit 1; \ 346 fi; \ 347 for p in $$list; do \ 348 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 349 echo "$$d$$p"; \ 350 done | $(am__base_list) | \ 351 while read files; do \ 352 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgdatadir)'"; \ 353 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgdatadir)" || exit $$?; \ 354 done 355 356uninstall-dist_pkgdataDATA: 357 @$(NORMAL_UNINSTALL) 358 @list='$(dist_pkgdata_DATA)'; test -n "$(pkgdatadir)" || list=; \ 359 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 360 dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir) 361install-pkgconfigDATA: $(pkgconfig_DATA) 362 @$(NORMAL_INSTALL) 363 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 364 if test -n "$$list"; then \ 365 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 366 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 367 fi; \ 368 for p in $$list; do \ 369 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 370 echo "$$d$$p"; \ 371 done | $(am__base_list) | \ 372 while read files; do \ 373 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 374 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 375 done 376 377uninstall-pkgconfigDATA: 378 @$(NORMAL_UNINSTALL) 379 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 380 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 381 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 382tags TAGS: 383 384ctags CTAGS: 385 386cscope cscopelist: 387 388distdir: $(BUILT_SOURCES) 389 $(MAKE) $(AM_MAKEFLAGS) distdir-am 390 391distdir-am: $(DISTFILES) 392 $(am__remove_distdir) 393 test -d "$(distdir)" || mkdir "$(distdir)" 394 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 395 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 396 list='$(DISTFILES)'; \ 397 dist_files=`for file in $$list; do echo $$file; done | \ 398 sed -e "s|^$$srcdirstrip/||;t" \ 399 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 400 case $$dist_files in \ 401 */*) $(MKDIR_P) `echo "$$dist_files" | \ 402 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 403 sort -u` ;; \ 404 esac; \ 405 for file in $$dist_files; do \ 406 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 407 if test -d $$d/$$file; then \ 408 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 409 if test -d "$(distdir)/$$file"; then \ 410 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 411 fi; \ 412 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 413 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 414 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 415 fi; \ 416 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 417 else \ 418 test -f "$(distdir)/$$file" \ 419 || cp -p $$d/$$file "$(distdir)/$$file" \ 420 || exit 1; \ 421 fi; \ 422 done 423 $(MAKE) $(AM_MAKEFLAGS) \ 424 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 425 dist-hook 426 -test -n "$(am__skip_mode_fix)" \ 427 || find "$(distdir)" -type d ! -perm -755 \ 428 -exec chmod u+rwx,go+rx {} \; -o \ 429 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 430 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 431 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 432 || chmod -R a+r "$(distdir)" 433dist-gzip: distdir 434 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 435 $(am__post_remove_distdir) 436 437dist-bzip2: distdir 438 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 439 $(am__post_remove_distdir) 440 441dist-lzip: distdir 442 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 443 $(am__post_remove_distdir) 444dist-xz: distdir 445 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 446 $(am__post_remove_distdir) 447 448dist-zstd: distdir 449 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 450 $(am__post_remove_distdir) 451 452dist-tarZ: distdir 453 @echo WARNING: "Support for distribution archives compressed with" \ 454 "legacy program 'compress' is deprecated." >&2 455 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 456 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 457 $(am__post_remove_distdir) 458 459dist-shar: distdir 460 @echo WARNING: "Support for shar distribution archives is" \ 461 "deprecated." >&2 462 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 463 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 464 $(am__post_remove_distdir) 465 466dist-zip: distdir 467 -rm -f $(distdir).zip 468 zip -rq $(distdir).zip $(distdir) 469 $(am__post_remove_distdir) 470 471dist dist-all: 472 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 473 $(am__post_remove_distdir) 474 475# This target untars the dist file and tries a VPATH configuration. Then 476# it guarantees that the distribution is self-contained by making another 477# tarfile. 478distcheck: dist 479 case '$(DIST_ARCHIVES)' in \ 480 *.tar.gz*) \ 481 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ 482 *.tar.bz2*) \ 483 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 484 *.tar.lz*) \ 485 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 486 *.tar.xz*) \ 487 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 488 *.tar.Z*) \ 489 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 490 *.shar.gz*) \ 491 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ 492 *.zip*) \ 493 unzip $(distdir).zip ;;\ 494 *.tar.zst*) \ 495 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 496 esac 497 chmod -R a-w $(distdir) 498 chmod u+w $(distdir) 499 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 500 chmod a-w $(distdir) 501 test -d $(distdir)/_build || exit 0; \ 502 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 503 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 504 && am__cwd=`pwd` \ 505 && $(am__cd) $(distdir)/_build/sub \ 506 && ../../configure \ 507 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 508 $(DISTCHECK_CONFIGURE_FLAGS) \ 509 --srcdir=../.. --prefix="$$dc_install_base" \ 510 && $(MAKE) $(AM_MAKEFLAGS) \ 511 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 512 && $(MAKE) $(AM_MAKEFLAGS) check \ 513 && $(MAKE) $(AM_MAKEFLAGS) install \ 514 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 515 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 516 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 517 distuninstallcheck \ 518 && chmod -R a-w "$$dc_install_base" \ 519 && ({ \ 520 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 521 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 522 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 523 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 524 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 525 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 526 && rm -rf "$$dc_destdir" \ 527 && $(MAKE) $(AM_MAKEFLAGS) dist \ 528 && rm -rf $(DIST_ARCHIVES) \ 529 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 530 && cd "$$am__cwd" \ 531 || exit 1 532 $(am__post_remove_distdir) 533 @(echo "$(distdir) archives ready for distribution: "; \ 534 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 535 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 536distuninstallcheck: 537 @test -n '$(distuninstallcheck_dir)' || { \ 538 echo 'ERROR: trying to run $@ with an empty' \ 539 '$$(distuninstallcheck_dir)' >&2; \ 540 exit 1; \ 541 }; \ 542 $(am__cd) '$(distuninstallcheck_dir)' || { \ 543 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 544 exit 1; \ 545 }; \ 546 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 547 || { echo "ERROR: files left after uninstall:" ; \ 548 if test -n "$(DESTDIR)"; then \ 549 echo " (check DESTDIR support)"; \ 550 fi ; \ 551 $(distuninstallcheck_listfiles) ; \ 552 exit 1; } >&2 553distcleancheck: distclean 554 @if test '$(srcdir)' = . ; then \ 555 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 556 exit 1 ; \ 557 fi 558 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 559 || { echo "ERROR: files left in build directory after distclean:" ; \ 560 $(distcleancheck_listfiles) ; \ 561 exit 1; } >&2 562check-am: all-am 563check: check-am 564all-am: Makefile $(DATA) 565installdirs: 566 for dir in "$(DESTDIR)$(aclocaldir)" "$(DESTDIR)$(pkgdatadir)" "$(DESTDIR)$(pkgconfigdir)"; do \ 567 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 568 done 569install: install-am 570install-exec: install-exec-am 571install-data: install-data-am 572uninstall: uninstall-am 573 574install-am: all-am 575 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 576 577installcheck: installcheck-am 578install-strip: 579 if test -z '$(STRIP)'; then \ 580 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 581 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 582 install; \ 583 else \ 584 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 585 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 586 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 587 fi 588mostlyclean-generic: 589 590clean-generic: 591 592distclean-generic: 593 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 594 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 595 596maintainer-clean-generic: 597 @echo "This command is intended for maintainers to use" 598 @echo "it deletes files that may require special tools to rebuild." 599clean: clean-am 600 601clean-am: clean-generic mostlyclean-am 602 603distclean: distclean-am 604 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 605 -rm -f Makefile 606distclean-am: clean-am distclean-generic 607 608dvi: dvi-am 609 610dvi-am: 611 612html: html-am 613 614html-am: 615 616info: info-am 617 618info-am: 619 620install-data-am: install-aclocalDATA install-dist_pkgdataDATA \ 621 install-pkgconfigDATA 622 @$(NORMAL_INSTALL) 623 $(MAKE) $(AM_MAKEFLAGS) install-data-hook 624install-dvi: install-dvi-am 625 626install-dvi-am: 627 628install-exec-am: 629 630install-html: install-html-am 631 632install-html-am: 633 634install-info: install-info-am 635 636install-info-am: 637 638install-man: 639 640install-pdf: install-pdf-am 641 642install-pdf-am: 643 644install-ps: install-ps-am 645 646install-ps-am: 647 648installcheck-am: 649 650maintainer-clean: maintainer-clean-am 651 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 652 -rm -rf $(top_srcdir)/autom4te.cache 653 -rm -f Makefile 654maintainer-clean-am: distclean-am maintainer-clean-generic 655 656mostlyclean: mostlyclean-am 657 658mostlyclean-am: mostlyclean-generic 659 660pdf: pdf-am 661 662pdf-am: 663 664ps: ps-am 665 666ps-am: 667 668uninstall-am: uninstall-aclocalDATA uninstall-dist_pkgdataDATA \ 669 uninstall-pkgconfigDATA 670 671.MAKE: install-am install-data-am install-strip 672 673.PHONY: all all-am am--refresh check check-am clean clean-generic \ 674 cscopelist-am ctags-am dist dist-all dist-bzip2 dist-gzip \ 675 dist-hook dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ 676 dist-zstd distcheck distclean distclean-generic distcleancheck \ 677 distdir distuninstallcheck dvi dvi-am html html-am info \ 678 info-am install install-aclocalDATA install-am install-data \ 679 install-data-am install-data-hook install-dist_pkgdataDATA \ 680 install-dvi install-dvi-am install-exec install-exec-am \ 681 install-html install-html-am install-info install-info-am \ 682 install-man install-pdf install-pdf-am install-pkgconfigDATA \ 683 install-ps install-ps-am install-strip installcheck \ 684 installcheck-am installdirs maintainer-clean \ 685 maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ 686 pdf-am ps ps-am tags-am uninstall uninstall-aclocalDATA \ 687 uninstall-am uninstall-dist_pkgdataDATA \ 688 uninstall-pkgconfigDATA 689 690.PRECIOUS: Makefile 691 692 693# Previous versions used to install xorgversion.m4, now integrated 694# into xorg-macros.m4. Explicitly remove that old file in order not 695# to have a macro defined in two different files. 696install-data-hook: 697 rm -f $(DESTDIR)$(aclocaldir)/xorgversion.m4 698 699.PHONY: ChangeLog 700 701ChangeLog: 702 $(CHANGELOG_CMD) 703 704dist-hook: ChangeLog 705 706# Tell versions [3.59,3.63) of GNU make to not export all variables. 707# Otherwise a system limit (for SysV at least) may be exceeded. 708.NOEXPORT: 709