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