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