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