Makefile.in revision 8f9fac4a
1# Makefile.in generated by automake 1.17 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2024 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 17VPATH = @srcdir@ 18am__is_gnu_make = { \ 19 if test -z '$(MAKELEVEL)'; then \ 20 false; \ 21 elif test -n '$(MAKE_HOST)'; then \ 22 true; \ 23 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 24 true; \ 25 else \ 26 false; \ 27 fi; \ 28} 29am__make_running_with_option = \ 30 case $${target_option-} in \ 31 ?) ;; \ 32 *) echo "am__make_running_with_option: internal error: invalid" \ 33 "target option '$${target_option-}' specified" >&2; \ 34 exit 1;; \ 35 esac; \ 36 has_opt=no; \ 37 sane_makeflags=$$MAKEFLAGS; \ 38 if $(am__is_gnu_make); then \ 39 sane_makeflags=$$MFLAGS; \ 40 else \ 41 case $$MAKEFLAGS in \ 42 *\\[\ \ ]*) \ 43 bs=\\; \ 44 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 45 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 46 esac; \ 47 fi; \ 48 skip_next=no; \ 49 strip_trailopt () \ 50 { \ 51 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 52 }; \ 53 for flg in $$sane_makeflags; do \ 54 test $$skip_next = yes && { skip_next=no; continue; }; \ 55 case $$flg in \ 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;; \ 65 esac; \ 66 case $$flg in \ 67 *$$target_option*) has_opt=yes; break;; \ 68 esac; \ 69 done; \ 70 test $$has_opt = yes 71am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 72am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 73am__rm_f = rm -f $(am__rm_f_notfound) 74am__rm_rf = rm -rf $(am__rm_f_notfound) 75pkgdatadir = $(datadir)/@PACKAGE@ 76pkgincludedir = $(includedir)/@PACKAGE@ 77pkglibdir = $(libdir)/@PACKAGE@ 78pkglibexecdir = $(libexecdir)/@PACKAGE@ 79am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 80install_sh_DATA = $(install_sh) -c -m 644 81install_sh_PROGRAM = $(install_sh) -c 82install_sh_SCRIPT = $(install_sh) -c 83INSTALL_HEADER = $(INSTALL_DATA) 84transform = $(program_transform_name) 85NORMAL_INSTALL = : 86PRE_INSTALL = : 87POST_INSTALL = : 88NORMAL_UNINSTALL = : 89PRE_UNINSTALL = : 90POST_UNINSTALL = : 91build_triplet = @build@ 92host_triplet = @host@ 93subdir = . 94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 95am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 96 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 97 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 98 $(top_srcdir)/configure.ac 99am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 100 $(ACLOCAL_M4) 101DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ 102 $(am__configure_deps) $(am__DIST_COMMON) 103am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 104 configure.lineno config.status.lineno 105mkinstalldirs = $(install_sh) -d 106CONFIG_HEADER = $(top_builddir)/src/config.h 107CONFIG_CLEAN_FILES = xxf86vm.pc 108CONFIG_CLEAN_VPATH_FILES = 109AM_V_P = $(am__v_P_@AM_V@) 110am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 111am__v_P_0 = false 112am__v_P_1 = : 113AM_V_GEN = $(am__v_GEN_@AM_V@) 114am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 115am__v_GEN_0 = @echo " GEN " $@; 116am__v_GEN_1 = 117AM_V_at = $(am__v_at_@AM_V@) 118am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 119am__v_at_0 = @ 120am__v_at_1 = 121SOURCES = 122DIST_SOURCES = 123RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 124 ctags-recursive dvi-recursive html-recursive info-recursive \ 125 install-data-recursive install-dvi-recursive \ 126 install-exec-recursive install-html-recursive \ 127 install-info-recursive install-pdf-recursive \ 128 install-ps-recursive install-recursive installcheck-recursive \ 129 installdirs-recursive pdf-recursive ps-recursive \ 130 tags-recursive uninstall-recursive 131am__can_run_installinfo = \ 132 case $$AM_UPDATE_INFO_DIR in \ 133 n|no|NO) false;; \ 134 *) (install-info --version) >/dev/null 2>&1;; \ 135 esac 136am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 137am__vpath_adj = case $$p in \ 138 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 139 *) f=$$p;; \ 140 esac; 141am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 142am__install_max = 40 143am__nobase_strip_setup = \ 144 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 145am__nobase_strip = \ 146 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 147am__nobase_list = $(am__nobase_strip_setup); \ 148 for p in $$list; do echo "$$p $$p"; done | \ 149 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 150 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 151 if (++n[$$2] == $(am__install_max)) \ 152 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 153 END { for (dir in files) print dir, files[dir] }' 154am__base_list = \ 155 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 156 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 157am__uninstall_files_from_dir = { \ 158 { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 159 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 160 $(am__cd) "$$dir" && echo $$files | $(am__xargs_n) 40 $(am__rm_f); }; \ 161 } 162am__installdirs = "$(DESTDIR)$(pkgconfigdir)" 163DATA = $(pkgconfig_DATA) 164RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 165 distclean-recursive maintainer-clean-recursive 166am__recursive_targets = \ 167 $(RECURSIVE_TARGETS) \ 168 $(RECURSIVE_CLEAN_TARGETS) \ 169 $(am__extra_recursive_targets) 170AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 171 cscope distdir distdir-am dist dist-all distcheck 172am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 173# Read a list of newline-separated strings from the standard input, 174# and print each of them once, without duplicates. Input order is 175# *not* preserved. 176am__uniquify_input = $(AWK) '\ 177 BEGIN { nonempty = 0; } \ 178 { items[$$0] = 1; nonempty = 1; } \ 179 END { if (nonempty) { for (i in items) print i; }; } \ 180' 181# Make sure the list of sources is unique. This is necessary because, 182# e.g., the same source file might be shared among _SOURCES variables 183# for different programs/libraries. 184am__define_uniq_tagged_files = \ 185 list='$(am__tagged_files)'; \ 186 unique=`for i in $$list; do \ 187 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 188 done | $(am__uniquify_input)` 189DIST_SUBDIRS = $(SUBDIRS) 190am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/xxf86vm.pc.in \ 191 COPYING ChangeLog INSTALL README.md compile config.guess \ 192 config.sub install-sh ltmain.sh missing 193DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 194distdir = $(PACKAGE)-$(VERSION) 195top_distdir = $(distdir) 196am__remove_distdir = \ 197 if test -d "$(distdir)"; then \ 198 find "$(distdir)" -type d ! -perm -700 -exec chmod u+rwx {} ';' \ 199 ; rm -rf "$(distdir)" \ 200 || { sleep 5 && rm -rf "$(distdir)"; }; \ 201 else :; fi 202am__post_remove_distdir = $(am__remove_distdir) 203am__relativize = \ 204 dir0=`pwd`; \ 205 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 206 sed_rest='s,^[^/]*/*,,'; \ 207 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 208 sed_butlast='s,/*[^/]*$$,,'; \ 209 while test -n "$$dir1"; do \ 210 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 211 if test "$$first" != "."; then \ 212 if test "$$first" = ".."; then \ 213 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 214 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 215 else \ 216 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 217 if test "$$first2" = "$$first"; then \ 218 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 219 else \ 220 dir2="../$$dir2"; \ 221 fi; \ 222 dir0="$$dir0"/"$$first"; \ 223 fi; \ 224 fi; \ 225 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 226 done; \ 227 reldir="$$dir2" 228DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz 229GZIP_ENV = -9 230DIST_TARGETS = dist-xz dist-gzip 231# Exists only to be overridden by the user if desired. 232AM_DISTCHECK_DVI_TARGET = dvi 233distuninstallcheck_listfiles = find . -type f -print 234am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ 235 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' 236distcleancheck_listfiles = \ 237 find . \( -type f -a \! \ 238 \( -name .nfs* -o -name .smb* -o -name .__afs* \) \) -print 239ACLOCAL = @ACLOCAL@ 240ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 241ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 242AMTAR = @AMTAR@ 243AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 244APP_MAN_DIR = @APP_MAN_DIR@ 245APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 246AR = @AR@ 247AUTOCONF = @AUTOCONF@ 248AUTOHEADER = @AUTOHEADER@ 249AUTOMAKE = @AUTOMAKE@ 250AWK = @AWK@ 251BASE_CFLAGS = @BASE_CFLAGS@ 252CC = @CC@ 253CCDEPMODE = @CCDEPMODE@ 254CFLAGS = @CFLAGS@ 255CHANGELOG_CMD = @CHANGELOG_CMD@ 256CPPFLAGS = @CPPFLAGS@ 257CSCOPE = @CSCOPE@ 258CTAGS = @CTAGS@ 259CWARNFLAGS = @CWARNFLAGS@ 260CYGPATH_W = @CYGPATH_W@ 261DEFS = @DEFS@ 262DEPDIR = @DEPDIR@ 263DLLTOOL = @DLLTOOL@ 264DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 265DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 266DSYMUTIL = @DSYMUTIL@ 267DUMPBIN = @DUMPBIN@ 268ECHO_C = @ECHO_C@ 269ECHO_N = @ECHO_N@ 270ECHO_T = @ECHO_T@ 271EGREP = @EGREP@ 272ETAGS = @ETAGS@ 273EXEEXT = @EXEEXT@ 274FGREP = @FGREP@ 275FILECMD = @FILECMD@ 276FILE_MAN_DIR = @FILE_MAN_DIR@ 277FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 278GREP = @GREP@ 279INSTALL = @INSTALL@ 280INSTALL_CMD = @INSTALL_CMD@ 281INSTALL_DATA = @INSTALL_DATA@ 282INSTALL_PROGRAM = @INSTALL_PROGRAM@ 283INSTALL_SCRIPT = @INSTALL_SCRIPT@ 284INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 285LD = @LD@ 286LDFLAGS = @LDFLAGS@ 287LIBOBJS = @LIBOBJS@ 288LIBS = @LIBS@ 289LIBTOOL = @LIBTOOL@ 290LIB_MAN_DIR = @LIB_MAN_DIR@ 291LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 292LIPO = @LIPO@ 293LN_S = @LN_S@ 294LTLIBOBJS = @LTLIBOBJS@ 295LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 296MAKEINFO = @MAKEINFO@ 297MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 298MANIFEST_TOOL = @MANIFEST_TOOL@ 299MAN_SUBSTS = @MAN_SUBSTS@ 300MISC_MAN_DIR = @MISC_MAN_DIR@ 301MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 302MKDIR_P = @MKDIR_P@ 303NM = @NM@ 304NMEDIT = @NMEDIT@ 305OBJDUMP = @OBJDUMP@ 306OBJEXT = @OBJEXT@ 307OTOOL = @OTOOL@ 308OTOOL64 = @OTOOL64@ 309PACKAGE = @PACKAGE@ 310PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 311PACKAGE_NAME = @PACKAGE_NAME@ 312PACKAGE_STRING = @PACKAGE_STRING@ 313PACKAGE_TARNAME = @PACKAGE_TARNAME@ 314PACKAGE_URL = @PACKAGE_URL@ 315PACKAGE_VERSION = @PACKAGE_VERSION@ 316PATH_SEPARATOR = @PATH_SEPARATOR@ 317PKG_CONFIG = @PKG_CONFIG@ 318PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 319PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 320RANLIB = @RANLIB@ 321SED = @SED@ 322SET_MAKE = @SET_MAKE@ 323SHELL = @SHELL@ 324STRICT_CFLAGS = @STRICT_CFLAGS@ 325STRIP = @STRIP@ 326VERSION = @VERSION@ 327XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 328XORG_MAN_PAGE = @XORG_MAN_PAGE@ 329XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 330XXF86VM_CFLAGS = @XXF86VM_CFLAGS@ 331XXF86VM_LIBS = @XXF86VM_LIBS@ 332abs_builddir = @abs_builddir@ 333abs_srcdir = @abs_srcdir@ 334abs_top_builddir = @abs_top_builddir@ 335abs_top_srcdir = @abs_top_srcdir@ 336ac_ct_AR = @ac_ct_AR@ 337ac_ct_CC = @ac_ct_CC@ 338ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 339am__include = @am__include@ 340am__leading_dot = @am__leading_dot@ 341am__quote = @am__quote@ 342am__rm_f_notfound = @am__rm_f_notfound@ 343am__tar = @am__tar@ 344am__untar = @am__untar@ 345am__xargs_n = @am__xargs_n@ 346bindir = @bindir@ 347build = @build@ 348build_alias = @build_alias@ 349build_cpu = @build_cpu@ 350build_os = @build_os@ 351build_vendor = @build_vendor@ 352builddir = @builddir@ 353datadir = @datadir@ 354datarootdir = @datarootdir@ 355docdir = @docdir@ 356dvidir = @dvidir@ 357exec_prefix = @exec_prefix@ 358host = @host@ 359host_alias = @host_alias@ 360host_cpu = @host_cpu@ 361host_os = @host_os@ 362host_vendor = @host_vendor@ 363htmldir = @htmldir@ 364includedir = @includedir@ 365infodir = @infodir@ 366install_sh = @install_sh@ 367libdir = @libdir@ 368libexecdir = @libexecdir@ 369localedir = @localedir@ 370localstatedir = @localstatedir@ 371mandir = @mandir@ 372mkdir_p = @mkdir_p@ 373oldincludedir = @oldincludedir@ 374pdfdir = @pdfdir@ 375prefix = @prefix@ 376program_transform_name = @program_transform_name@ 377psdir = @psdir@ 378runstatedir = @runstatedir@ 379sbindir = @sbindir@ 380sharedstatedir = @sharedstatedir@ 381srcdir = @srcdir@ 382sysconfdir = @sysconfdir@ 383target_alias = @target_alias@ 384top_build_prefix = @top_build_prefix@ 385top_builddir = @top_builddir@ 386top_srcdir = @top_srcdir@ 387SUBDIRS = src man 388pkgconfigdir = $(libdir)/pkgconfig 389pkgconfig_DATA = xxf86vm.pc 390MAINTAINERCLEANFILES = ChangeLog INSTALL 391EXTRA_DIST = README.md 392all: all-recursive 393 394.SUFFIXES: 395am--refresh: Makefile 396 @: 397$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 398 @for dep in $?; do \ 399 case '$(am__configure_deps)' in \ 400 *$$dep*) \ 401 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 402 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 403 && exit 0; \ 404 exit 1;; \ 405 esac; \ 406 done; \ 407 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 408 $(am__cd) $(top_srcdir) && \ 409 $(AUTOMAKE) --foreign Makefile 410Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 411 @case '$?' in \ 412 *config.status*) \ 413 echo ' $(SHELL) ./config.status'; \ 414 $(SHELL) ./config.status;; \ 415 *) \ 416 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ 417 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ 418 esac; 419 420$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 421 $(SHELL) ./config.status --recheck 422 423$(top_srcdir)/configure: $(am__configure_deps) 424 $(am__cd) $(srcdir) && $(AUTOCONF) 425$(ACLOCAL_M4): $(am__aclocal_m4_deps) 426 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 427$(am__aclocal_m4_deps): 428xxf86vm.pc: $(top_builddir)/config.status $(srcdir)/xxf86vm.pc.in 429 cd $(top_builddir) && $(SHELL) ./config.status $@ 430 431mostlyclean-libtool: 432 -rm -f *.lo 433 434clean-libtool: 435 -rm -rf .libs _libs 436 437distclean-libtool: 438 -rm -f libtool config.lt 439install-pkgconfigDATA: $(pkgconfig_DATA) 440 @$(NORMAL_INSTALL) 441 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 442 if test -n "$$list"; then \ 443 echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \ 444 $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \ 445 fi; \ 446 for p in $$list; do \ 447 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 448 echo "$$d$$p"; \ 449 done | $(am__base_list) | \ 450 while read files; do \ 451 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \ 452 $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \ 453 done 454 455uninstall-pkgconfigDATA: 456 @$(NORMAL_UNINSTALL) 457 @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \ 458 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 459 dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir) 460 461# This directory's subdirectories are mostly independent; you can cd 462# into them and run 'make' without going through this Makefile. 463# To change the values of 'make' variables: instead of editing Makefiles, 464# (1) if the variable is set in 'config.status', edit 'config.status' 465# (which will cause the Makefiles to be regenerated when you run 'make'); 466# (2) otherwise, pass the desired values on the 'make' command line. 467$(am__recursive_targets): 468 @fail=; \ 469 if $(am__make_keepgoing); then \ 470 failcom='fail=yes'; \ 471 else \ 472 failcom='exit 1'; \ 473 fi; \ 474 dot_seen=no; \ 475 target=`echo $@ | sed s/-recursive//`; \ 476 case "$@" in \ 477 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 478 *) list='$(SUBDIRS)' ;; \ 479 esac; \ 480 for subdir in $$list; do \ 481 echo "Making $$target in $$subdir"; \ 482 if test "$$subdir" = "."; then \ 483 dot_seen=yes; \ 484 local_target="$$target-am"; \ 485 else \ 486 local_target="$$target"; \ 487 fi; \ 488 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 489 || eval $$failcom; \ 490 done; \ 491 if test "$$dot_seen" = "no"; then \ 492 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 493 fi; test -z "$$fail" 494 495ID: $(am__tagged_files) 496 $(am__define_uniq_tagged_files); mkid -fID $$unique 497tags: tags-recursive 498TAGS: tags 499 500tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 501 set x; \ 502 here=`pwd`; \ 503 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 504 include_option=--etags-include; \ 505 empty_fix=.; \ 506 else \ 507 include_option=--include; \ 508 empty_fix=; \ 509 fi; \ 510 list='$(SUBDIRS)'; for subdir in $$list; do \ 511 if test "$$subdir" = .; then :; else \ 512 test ! -f $$subdir/TAGS || \ 513 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 514 fi; \ 515 done; \ 516 $(am__define_uniq_tagged_files); \ 517 shift; \ 518 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 519 test -n "$$unique" || unique=$$empty_fix; \ 520 if test $$# -gt 0; then \ 521 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 522 "$$@" $$unique; \ 523 else \ 524 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 525 $$unique; \ 526 fi; \ 527 fi 528ctags: ctags-recursive 529 530CTAGS: ctags 531ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 532 $(am__define_uniq_tagged_files); \ 533 test -z "$(CTAGS_ARGS)$$unique" \ 534 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 535 $$unique 536 537GTAGS: 538 here=`$(am__cd) $(top_builddir) && pwd` \ 539 && $(am__cd) $(top_srcdir) \ 540 && gtags -i $(GTAGS_ARGS) "$$here" 541cscope: cscope.files 542 test ! -s cscope.files \ 543 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 544clean-cscope: 545 -rm -f cscope.files 546cscope.files: clean-cscope cscopelist 547cscopelist: cscopelist-recursive 548 549cscopelist-am: $(am__tagged_files) 550 list='$(am__tagged_files)'; \ 551 case "$(srcdir)" in \ 552 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 553 *) sdir=$(subdir)/$(srcdir) ;; \ 554 esac; \ 555 for i in $$list; do \ 556 if test -f "$$i"; then \ 557 echo "$(subdir)/$$i"; \ 558 else \ 559 echo "$$sdir/$$i"; \ 560 fi; \ 561 done >> $(top_builddir)/cscope.files 562 563distclean-tags: 564 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 565 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 566distdir: $(BUILT_SOURCES) 567 $(MAKE) $(AM_MAKEFLAGS) distdir-am 568 569distdir-am: $(DISTFILES) 570 $(am__remove_distdir) 571 $(AM_V_at)$(MKDIR_P) "$(distdir)" 572 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 573 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 574 list='$(DISTFILES)'; \ 575 dist_files=`for file in $$list; do echo $$file; done | \ 576 sed -e "s|^$$srcdirstrip/||;t" \ 577 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 578 case $$dist_files in \ 579 */*) $(MKDIR_P) `echo "$$dist_files" | \ 580 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 581 sort -u` ;; \ 582 esac; \ 583 for file in $$dist_files; do \ 584 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 585 if test -d $$d/$$file; then \ 586 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 587 if test -d "$(distdir)/$$file"; then \ 588 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 589 fi; \ 590 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 591 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 592 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 593 fi; \ 594 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 595 else \ 596 test -f "$(distdir)/$$file" \ 597 || cp -p $$d/$$file "$(distdir)/$$file" \ 598 || exit 1; \ 599 fi; \ 600 done 601 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 602 if test "$$subdir" = .; then :; else \ 603 $(am__make_dryrun) \ 604 || test -d "$(distdir)/$$subdir" \ 605 || $(MKDIR_P) "$(distdir)/$$subdir" \ 606 || exit 1; \ 607 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 608 $(am__relativize); \ 609 new_distdir=$$reldir; \ 610 dir1=$$subdir; dir2="$(top_distdir)"; \ 611 $(am__relativize); \ 612 new_top_distdir=$$reldir; \ 613 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 614 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 615 ($(am__cd) $$subdir && \ 616 $(MAKE) $(AM_MAKEFLAGS) \ 617 top_distdir="$$new_top_distdir" \ 618 distdir="$$new_distdir" \ 619 am__remove_distdir=: \ 620 am__skip_length_check=: \ 621 am__skip_mode_fix=: \ 622 distdir) \ 623 || exit 1; \ 624 fi; \ 625 done 626 $(MAKE) $(AM_MAKEFLAGS) \ 627 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 628 dist-hook 629 -test -n "$(am__skip_mode_fix)" \ 630 || find "$(distdir)" -type d ! -perm -755 \ 631 -exec chmod u+rwx,go+rx {} \; -o \ 632 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 633 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 634 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 635 || chmod -R a+r "$(distdir)" 636dist-gzip: distdir 637 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz 638 $(am__post_remove_distdir) 639 640dist-bzip2: distdir 641 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 642 $(am__post_remove_distdir) 643 644dist-lzip: distdir 645 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 646 $(am__post_remove_distdir) 647dist-xz: distdir 648 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 649 $(am__post_remove_distdir) 650 651dist-zstd: distdir 652 tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst 653 $(am__post_remove_distdir) 654 655dist-tarZ: distdir 656 @echo WARNING: "Support for distribution archives compressed with" \ 657 "legacy program 'compress' is deprecated." >&2 658 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 659 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 660 $(am__post_remove_distdir) 661 662dist-shar: distdir 663 @echo WARNING: "Support for shar distribution archives is" \ 664 "deprecated." >&2 665 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 666 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz 667 $(am__post_remove_distdir) 668 669dist-zip: distdir 670 -rm -f $(distdir).zip 671 zip -rq $(distdir).zip $(distdir) 672 $(am__post_remove_distdir) 673 674dist dist-all: 675 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 676 $(am__post_remove_distdir) 677 678# This target untars the dist file and tries a VPATH configuration. Then 679# it guarantees that the distribution is self-contained by making another 680# tarfile. 681distcheck: dist 682 case '$(DIST_ARCHIVES)' in \ 683 *.tar.gz*) \ 684 eval GZIP= gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 685 *.tar.bz2*) \ 686 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 687 *.tar.lz*) \ 688 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 689 *.tar.xz*) \ 690 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 691 *.tar.Z*) \ 692 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 693 *.shar.gz*) \ 694 eval GZIP= gzip -dc $(distdir).shar.gz | unshar ;;\ 695 *.zip*) \ 696 unzip $(distdir).zip ;;\ 697 *.tar.zst*) \ 698 zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ 699 esac 700 chmod -R a-w $(distdir) 701 chmod u+w $(distdir) 702 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 703 chmod a-w $(distdir) 704 test -d $(distdir)/_build || exit 0; \ 705 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 706 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 707 && am__cwd=`pwd` \ 708 && $(am__cd) $(distdir)/_build/sub \ 709 && ../../configure \ 710 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 711 $(DISTCHECK_CONFIGURE_FLAGS) \ 712 --srcdir=../.. --prefix="$$dc_install_base" \ 713 && $(MAKE) $(AM_MAKEFLAGS) \ 714 && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ 715 && $(MAKE) $(AM_MAKEFLAGS) check \ 716 && $(MAKE) $(AM_MAKEFLAGS) install \ 717 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 718 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 719 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 720 distuninstallcheck \ 721 && chmod -R a-w "$$dc_install_base" \ 722 && ({ \ 723 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 724 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 725 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 726 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 727 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 728 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 729 && rm -rf "$$dc_destdir" \ 730 && $(MAKE) $(AM_MAKEFLAGS) dist \ 731 && rm -rf $(DIST_ARCHIVES) \ 732 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 733 && cd "$$am__cwd" \ 734 || exit 1 735 $(am__post_remove_distdir) 736 @(echo "$(distdir) archives ready for distribution: "; \ 737 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 738 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 739distuninstallcheck: 740 @test -n '$(distuninstallcheck_dir)' || { \ 741 echo 'ERROR: trying to run $@ with an empty' \ 742 '$$(distuninstallcheck_dir)' >&2; \ 743 exit 1; \ 744 }; \ 745 $(am__cd) '$(distuninstallcheck_dir)' || { \ 746 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 747 exit 1; \ 748 }; \ 749 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 750 || { echo "ERROR: files left after uninstall:" ; \ 751 if test -n "$(DESTDIR)"; then \ 752 echo " (check DESTDIR support)"; \ 753 fi ; \ 754 $(distuninstallcheck_listfiles) ; \ 755 exit 1; } >&2 756distcleancheck: distclean 757 @if test '$(srcdir)' = . ; then \ 758 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 759 exit 1 ; \ 760 fi 761 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 762 || { echo "ERROR: files left in build directory after distclean:" ; \ 763 $(distcleancheck_listfiles) ; \ 764 exit 1; } >&2 765check-am: all-am 766check: check-recursive 767all-am: Makefile $(DATA) 768installdirs: installdirs-recursive 769installdirs-am: 770 for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ 771 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 772 done 773install: install-recursive 774install-exec: install-exec-recursive 775install-data: install-data-recursive 776uninstall: uninstall-recursive 777 778install-am: all-am 779 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 780 781installcheck: installcheck-recursive 782install-strip: 783 if test -z '$(STRIP)'; then \ 784 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 785 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 786 install; \ 787 else \ 788 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 789 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 790 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 791 fi 792mostlyclean-generic: 793 794clean-generic: 795 796distclean-generic: 797 -$(am__rm_f) $(CONFIG_CLEAN_FILES) 798 -test . = "$(srcdir)" || $(am__rm_f) $(CONFIG_CLEAN_VPATH_FILES) 799 800maintainer-clean-generic: 801 @echo "This command is intended for maintainers to use" 802 @echo "it deletes files that may require special tools to rebuild." 803 -$(am__rm_f) $(MAINTAINERCLEANFILES) 804clean: clean-recursive 805 806clean-am: clean-generic clean-libtool mostlyclean-am 807 808distclean: distclean-recursive 809 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 810 -rm -f Makefile 811distclean-am: clean-am distclean-generic distclean-libtool \ 812 distclean-tags 813 814dvi: dvi-recursive 815 816dvi-am: 817 818html: html-recursive 819 820html-am: 821 822info: info-recursive 823 824info-am: 825 826install-data-am: install-pkgconfigDATA 827 828install-dvi: install-dvi-recursive 829 830install-dvi-am: 831 832install-exec-am: 833 834install-html: install-html-recursive 835 836install-html-am: 837 838install-info: install-info-recursive 839 840install-info-am: 841 842install-man: 843 844install-pdf: install-pdf-recursive 845 846install-pdf-am: 847 848install-ps: install-ps-recursive 849 850install-ps-am: 851 852installcheck-am: 853 854maintainer-clean: maintainer-clean-recursive 855 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 856 -rm -rf $(top_srcdir)/autom4te.cache 857 -rm -f Makefile 858maintainer-clean-am: distclean-am maintainer-clean-generic 859 860mostlyclean: mostlyclean-recursive 861 862mostlyclean-am: mostlyclean-generic mostlyclean-libtool 863 864pdf: pdf-recursive 865 866pdf-am: 867 868ps: ps-recursive 869 870ps-am: 871 872uninstall-am: uninstall-pkgconfigDATA 873 874.MAKE: $(am__recursive_targets) install-am install-strip 875 876.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 877 am--refresh check check-am clean clean-cscope clean-generic \ 878 clean-libtool cscope cscopelist-am ctags ctags-am dist \ 879 dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \ 880 dist-tarZ dist-xz dist-zip dist-zstd distcheck distclean \ 881 distclean-generic distclean-libtool distclean-tags \ 882 distcleancheck distdir distuninstallcheck dvi dvi-am html \ 883 html-am info info-am install install-am install-data \ 884 install-data-am install-dvi install-dvi-am install-exec \ 885 install-exec-am install-html install-html-am install-info \ 886 install-info-am install-man install-pdf install-pdf-am \ 887 install-pkgconfigDATA install-ps install-ps-am install-strip \ 888 installcheck installcheck-am installdirs installdirs-am \ 889 maintainer-clean maintainer-clean-generic mostlyclean \ 890 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 891 tags tags-am uninstall uninstall-am uninstall-pkgconfigDATA 892 893.PRECIOUS: Makefile 894 895 896.PHONY: ChangeLog INSTALL 897 898INSTALL: 899 $(INSTALL_CMD) 900 901ChangeLog: 902 $(CHANGELOG_CMD) 903 904dist-hook: ChangeLog INSTALL 905 906# Tell versions [3.59,3.63) of GNU make to not export all variables. 907# Otherwise a system limit (for SysV at least) may be exceeded. 908.NOEXPORT: 909 910# Tell GNU make to disable its built-in pattern rules. 911%:: %,v 912%:: RCS/%,v 913%:: RCS/% 914%:: s.% 915%:: SCCS/s.% 916