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