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