Makefile.in revision a1806bd8
1# Makefile.in generated by automake 1.11.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, 6# Inc. 7# This Makefile.in is free software; the Free Software Foundation 8# gives unlimited permission to copy and/or distribute it, 9# with or without modifications, as long as this notice is preserved. 10 11# This program is distributed in the hope that it will be useful, 12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without 13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A 14# PARTICULAR PURPOSE. 15 16@SET_MAKE@ 17 18# 19# Copyright 2005 Red Hat, Inc. 20# 21# Permission to use, copy, modify, distribute, and sell this software and its 22# documentation for any purpose is hereby granted without fee, provided that 23# the above copyright notice appear in all copies and that both that 24# copyright notice and this permission notice appear in supporting 25# documentation, and that the name of Red Hat not be used in 26# advertising or publicity pertaining to distribution of the software without 27# specific, written prior permission. Red Hat makes no 28# representations about the suitability of this software for any purpose. It 29# is provided "as is" without express or implied warranty. 30# 31# RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 32# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 33# EVENT SHALL RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR 34# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 35# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 36# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 37# PERFORMANCE OF THIS SOFTWARE. 38 39VPATH = @srcdir@ 40pkgdatadir = $(datadir)/@PACKAGE@ 41pkgincludedir = $(includedir)/@PACKAGE@ 42pkglibdir = $(libdir)/@PACKAGE@ 43pkglibexecdir = $(libexecdir)/@PACKAGE@ 44am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 45install_sh_DATA = $(install_sh) -c -m 644 46install_sh_PROGRAM = $(install_sh) -c 47install_sh_SCRIPT = $(install_sh) -c 48INSTALL_HEADER = $(INSTALL_DATA) 49transform = $(program_transform_name) 50NORMAL_INSTALL = : 51PRE_INSTALL = : 52POST_INSTALL = : 53NORMAL_UNINSTALL = : 54PRE_UNINSTALL = : 55POST_UNINSTALL = : 56build_triplet = @build@ 57host_triplet = @host@ 58bin_PROGRAMS = xwininfo$(EXEEXT) 59subdir = . 60DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 61 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 62 $(top_srcdir)/configure COPYING ChangeLog INSTALL config.guess \ 63 config.sub depcomp install-sh missing strnlen.c 64ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 65am__aclocal_m4_deps = $(top_srcdir)/configure.ac 66am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 67 $(ACLOCAL_M4) 68am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 69 configure.lineno config.status.lineno 70mkinstalldirs = $(install_sh) -d 71CONFIG_HEADER = config.h 72CONFIG_CLEAN_FILES = 73CONFIG_CLEAN_VPATH_FILES = 74am__installdirs = "$(DESTDIR)$(bindir)" 75PROGRAMS = $(bin_PROGRAMS) 76am_xwininfo_OBJECTS = clientwin.$(OBJEXT) dsimple.$(OBJEXT) \ 77 xwininfo.$(OBJEXT) 78xwininfo_OBJECTS = $(am_xwininfo_OBJECTS) 79am__DEPENDENCIES_1 = 80xwininfo_DEPENDENCIES = $(am__DEPENDENCIES_1) $(LIBOBJS) 81DEFAULT_INCLUDES = -I.@am__isrc@ 82depcomp = $(SHELL) $(top_srcdir)/depcomp 83am__depfiles_maybe = depfiles 84am__mv = mv -f 85COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 86 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 87AM_V_CC = $(am__v_CC_$(V)) 88am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 89am__v_CC_0 = @echo " CC " $@; 90AM_V_at = $(am__v_at_$(V)) 91am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 92am__v_at_0 = @ 93CCLD = $(CC) 94LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 95AM_V_CCLD = $(am__v_CCLD_$(V)) 96am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 97am__v_CCLD_0 = @echo " CCLD " $@; 98AM_V_GEN = $(am__v_GEN_$(V)) 99am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 100am__v_GEN_0 = @echo " GEN " $@; 101SOURCES = $(xwininfo_SOURCES) 102DIST_SOURCES = $(xwininfo_SOURCES) 103RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 104 html-recursive info-recursive install-data-recursive \ 105 install-dvi-recursive install-exec-recursive \ 106 install-html-recursive install-info-recursive \ 107 install-pdf-recursive install-ps-recursive install-recursive \ 108 installcheck-recursive installdirs-recursive pdf-recursive \ 109 ps-recursive uninstall-recursive 110RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 111 distclean-recursive maintainer-clean-recursive 112AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ 113 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ 114 distdir dist dist-all distcheck 115ETAGS = etags 116CTAGS = ctags 117DIST_SUBDIRS = $(SUBDIRS) 118DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 119distdir = $(PACKAGE)-$(VERSION) 120top_distdir = $(distdir) 121am__remove_distdir = \ 122 { test ! -d "$(distdir)" \ 123 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 124 && rm -fr "$(distdir)"; }; } 125am__relativize = \ 126 dir0=`pwd`; \ 127 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 128 sed_rest='s,^[^/]*/*,,'; \ 129 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 130 sed_butlast='s,/*[^/]*$$,,'; \ 131 while test -n "$$dir1"; do \ 132 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 133 if test "$$first" != "."; then \ 134 if test "$$first" = ".."; then \ 135 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 136 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 137 else \ 138 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 139 if test "$$first2" = "$$first"; then \ 140 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 141 else \ 142 dir2="../$$dir2"; \ 143 fi; \ 144 dir0="$$dir0"/"$$first"; \ 145 fi; \ 146 fi; \ 147 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 148 done; \ 149 reldir="$$dir2" 150DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 151GZIP_ENV = --best 152distuninstallcheck_listfiles = find . -type f -print 153distcleancheck_listfiles = find . -type f -print 154ACLOCAL = @ACLOCAL@ 155ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 156ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 157AMTAR = @AMTAR@ 158AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 159APP_MAN_DIR = @APP_MAN_DIR@ 160APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 161AUTOCONF = @AUTOCONF@ 162AUTOHEADER = @AUTOHEADER@ 163AUTOMAKE = @AUTOMAKE@ 164AWK = @AWK@ 165CC = @CC@ 166CCDEPMODE = @CCDEPMODE@ 167CFLAGS = @CFLAGS@ 168CHANGELOG_CMD = @CHANGELOG_CMD@ 169CPP = @CPP@ 170CPPFLAGS = @CPPFLAGS@ 171CWARNFLAGS = @CWARNFLAGS@ 172CYGPATH_W = @CYGPATH_W@ 173DEFS = @DEFS@ 174DEPDIR = @DEPDIR@ 175DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 176DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 177ECHO_C = @ECHO_C@ 178ECHO_N = @ECHO_N@ 179ECHO_T = @ECHO_T@ 180EGREP = @EGREP@ 181EXEEXT = @EXEEXT@ 182FILE_MAN_DIR = @FILE_MAN_DIR@ 183FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 184GREP = @GREP@ 185INSTALL = @INSTALL@ 186INSTALL_CMD = @INSTALL_CMD@ 187INSTALL_DATA = @INSTALL_DATA@ 188INSTALL_PROGRAM = @INSTALL_PROGRAM@ 189INSTALL_SCRIPT = @INSTALL_SCRIPT@ 190INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 191LDFLAGS = @LDFLAGS@ 192LIBOBJS = @LIBOBJS@ 193LIBS = @LIBS@ 194LIB_MAN_DIR = @LIB_MAN_DIR@ 195LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 196LTLIBOBJS = @LTLIBOBJS@ 197MAINT = @MAINT@ 198MAKEINFO = @MAKEINFO@ 199MAN_SUBSTS = @MAN_SUBSTS@ 200MISC_MAN_DIR = @MISC_MAN_DIR@ 201MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 202MKDIR_P = @MKDIR_P@ 203OBJEXT = @OBJEXT@ 204PACKAGE = @PACKAGE@ 205PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 206PACKAGE_NAME = @PACKAGE_NAME@ 207PACKAGE_STRING = @PACKAGE_STRING@ 208PACKAGE_TARNAME = @PACKAGE_TARNAME@ 209PACKAGE_URL = @PACKAGE_URL@ 210PACKAGE_VERSION = @PACKAGE_VERSION@ 211PATH_SEPARATOR = @PATH_SEPARATOR@ 212PKG_CONFIG = @PKG_CONFIG@ 213SED = @SED@ 214SET_MAKE = @SET_MAKE@ 215SHELL = @SHELL@ 216STRICT_CFLAGS = @STRICT_CFLAGS@ 217STRIP = @STRIP@ 218VERSION = @VERSION@ 219XLIB_CFLAGS = @XLIB_CFLAGS@ 220XLIB_LIBS = @XLIB_LIBS@ 221XORG_MAN_PAGE = @XORG_MAN_PAGE@ 222XWININFO_CFLAGS = @XWININFO_CFLAGS@ 223XWININFO_LIBS = @XWININFO_LIBS@ 224abs_builddir = @abs_builddir@ 225abs_srcdir = @abs_srcdir@ 226abs_top_builddir = @abs_top_builddir@ 227abs_top_srcdir = @abs_top_srcdir@ 228ac_ct_CC = @ac_ct_CC@ 229am__include = @am__include@ 230am__leading_dot = @am__leading_dot@ 231am__quote = @am__quote@ 232am__tar = @am__tar@ 233am__untar = @am__untar@ 234bindir = @bindir@ 235build = @build@ 236build_alias = @build_alias@ 237build_cpu = @build_cpu@ 238build_os = @build_os@ 239build_vendor = @build_vendor@ 240builddir = @builddir@ 241datadir = @datadir@ 242datarootdir = @datarootdir@ 243docdir = @docdir@ 244dvidir = @dvidir@ 245exec_prefix = @exec_prefix@ 246host = @host@ 247host_alias = @host_alias@ 248host_cpu = @host_cpu@ 249host_os = @host_os@ 250host_vendor = @host_vendor@ 251htmldir = @htmldir@ 252includedir = @includedir@ 253infodir = @infodir@ 254install_sh = @install_sh@ 255libdir = @libdir@ 256libexecdir = @libexecdir@ 257localedir = @localedir@ 258localstatedir = @localstatedir@ 259mandir = @mandir@ 260mkdir_p = @mkdir_p@ 261oldincludedir = @oldincludedir@ 262pdfdir = @pdfdir@ 263prefix = @prefix@ 264program_transform_name = @program_transform_name@ 265psdir = @psdir@ 266sbindir = @sbindir@ 267sharedstatedir = @sharedstatedir@ 268srcdir = @srcdir@ 269sysconfdir = @sysconfdir@ 270target_alias = @target_alias@ 271top_build_prefix = @top_build_prefix@ 272top_builddir = @top_builddir@ 273top_srcdir = @top_srcdir@ 274SUBDIRS = man 275AM_CFLAGS = $(CWARNFLAGS) $(XWININFO_CFLAGS) 276xwininfo_LDADD = $(XWININFO_LIBS) $(LIBOBJS) 277xwininfo_SOURCES = \ 278 clientwin.c \ 279 clientwin.h \ 280 dsimple.c \ 281 dsimple.h \ 282 xwininfo.c 283 284EXTRA_DIST = strnlen.h 285MAINTAINERCLEANFILES = ChangeLog INSTALL 286all: config.h 287 $(MAKE) $(AM_MAKEFLAGS) all-recursive 288 289.SUFFIXES: 290.SUFFIXES: .c .o .obj 291am--refresh: 292 @: 293$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 294 @for dep in $?; do \ 295 case '$(am__configure_deps)' in \ 296 *$$dep*) \ 297 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 298 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 299 && exit 0; \ 300 exit 1;; \ 301 esac; \ 302 done; \ 303 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 304 $(am__cd) $(top_srcdir) && \ 305 $(AUTOMAKE) --foreign Makefile 306.PRECIOUS: Makefile 307Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 308 @case '$?' in \ 309 *config.status*) \ 310 echo ' $(SHELL) ./config.status'; \ 311 $(SHELL) ./config.status;; \ 312 *) \ 313 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 314 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 315 esac; 316 317$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 318 $(SHELL) ./config.status --recheck 319 320$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 321 $(am__cd) $(srcdir) && $(AUTOCONF) 322$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 323 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 324$(am__aclocal_m4_deps): 325 326config.h: stamp-h1 327 @if test ! -f $@; then \ 328 rm -f stamp-h1; \ 329 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 330 else :; fi 331 332stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 333 @rm -f stamp-h1 334 cd $(top_builddir) && $(SHELL) ./config.status config.h 335$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 336 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 337 rm -f stamp-h1 338 touch $@ 339 340distclean-hdr: 341 -rm -f config.h stamp-h1 342install-binPROGRAMS: $(bin_PROGRAMS) 343 @$(NORMAL_INSTALL) 344 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 345 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 346 for p in $$list; do echo "$$p $$p"; done | \ 347 sed 's/$(EXEEXT)$$//' | \ 348 while read p p1; do if test -f $$p; \ 349 then echo "$$p"; echo "$$p"; else :; fi; \ 350 done | \ 351 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 352 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 353 sed 'N;N;N;s,\n, ,g' | \ 354 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 355 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 356 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 357 else { print "f", $$3 "/" $$4, $$1; } } \ 358 END { for (d in files) print "f", d, files[d] }' | \ 359 while read type dir files; do \ 360 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 361 test -z "$$files" || { \ 362 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 363 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 364 } \ 365 ; done 366 367uninstall-binPROGRAMS: 368 @$(NORMAL_UNINSTALL) 369 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 370 files=`for p in $$list; do echo "$$p"; done | \ 371 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 372 -e 's/$$/$(EXEEXT)/' `; \ 373 test -n "$$list" || exit 0; \ 374 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 375 cd "$(DESTDIR)$(bindir)" && rm -f $$files 376 377clean-binPROGRAMS: 378 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 379xwininfo$(EXEEXT): $(xwininfo_OBJECTS) $(xwininfo_DEPENDENCIES) 380 @rm -f xwininfo$(EXEEXT) 381 $(AM_V_CCLD)$(LINK) $(xwininfo_OBJECTS) $(xwininfo_LDADD) $(LIBS) 382 383mostlyclean-compile: 384 -rm -f *.$(OBJEXT) 385 386distclean-compile: 387 -rm -f *.tab.c 388 389@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strnlen.Po@am__quote@ 390@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clientwin.Po@am__quote@ 391@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dsimple.Po@am__quote@ 392@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xwininfo.Po@am__quote@ 393 394.c.o: 395@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 396@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 397@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 398@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 399@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 400@am__fastdepCC_FALSE@ $(COMPILE) -c $< 401 402.c.obj: 403@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 404@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 405@am__fastdepCC_FALSE@ $(AM_V_CC) @AM_BACKSLASH@ 406@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 407@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 408@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` 409 410# This directory's subdirectories are mostly independent; you can cd 411# into them and run `make' without going through this Makefile. 412# To change the values of `make' variables: instead of editing Makefiles, 413# (1) if the variable is set in `config.status', edit `config.status' 414# (which will cause the Makefiles to be regenerated when you run `make'); 415# (2) otherwise, pass the desired values on the `make' command line. 416$(RECURSIVE_TARGETS): 417 @fail= failcom='exit 1'; \ 418 for f in x $$MAKEFLAGS; do \ 419 case $$f in \ 420 *=* | --[!k]*);; \ 421 *k*) failcom='fail=yes';; \ 422 esac; \ 423 done; \ 424 dot_seen=no; \ 425 target=`echo $@ | sed s/-recursive//`; \ 426 list='$(SUBDIRS)'; for subdir in $$list; do \ 427 echo "Making $$target in $$subdir"; \ 428 if test "$$subdir" = "."; then \ 429 dot_seen=yes; \ 430 local_target="$$target-am"; \ 431 else \ 432 local_target="$$target"; \ 433 fi; \ 434 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 435 || eval $$failcom; \ 436 done; \ 437 if test "$$dot_seen" = "no"; then \ 438 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 439 fi; test -z "$$fail" 440 441$(RECURSIVE_CLEAN_TARGETS): 442 @fail= failcom='exit 1'; \ 443 for f in x $$MAKEFLAGS; do \ 444 case $$f in \ 445 *=* | --[!k]*);; \ 446 *k*) failcom='fail=yes';; \ 447 esac; \ 448 done; \ 449 dot_seen=no; \ 450 case "$@" in \ 451 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 452 *) list='$(SUBDIRS)' ;; \ 453 esac; \ 454 rev=''; for subdir in $$list; do \ 455 if test "$$subdir" = "."; then :; else \ 456 rev="$$subdir $$rev"; \ 457 fi; \ 458 done; \ 459 rev="$$rev ."; \ 460 target=`echo $@ | sed s/-recursive//`; \ 461 for subdir in $$rev; do \ 462 echo "Making $$target in $$subdir"; \ 463 if test "$$subdir" = "."; then \ 464 local_target="$$target-am"; \ 465 else \ 466 local_target="$$target"; \ 467 fi; \ 468 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 469 || eval $$failcom; \ 470 done && test -z "$$fail" 471tags-recursive: 472 list='$(SUBDIRS)'; for subdir in $$list; do \ 473 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 474 done 475ctags-recursive: 476 list='$(SUBDIRS)'; for subdir in $$list; do \ 477 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 478 done 479 480ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 481 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 482 unique=`for i in $$list; do \ 483 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 484 done | \ 485 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 486 END { if (nonempty) { for (i in files) print i; }; }'`; \ 487 mkid -fID $$unique 488tags: TAGS 489 490TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 491 $(TAGS_FILES) $(LISP) 492 set x; \ 493 here=`pwd`; \ 494 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 495 include_option=--etags-include; \ 496 empty_fix=.; \ 497 else \ 498 include_option=--include; \ 499 empty_fix=; \ 500 fi; \ 501 list='$(SUBDIRS)'; for subdir in $$list; do \ 502 if test "$$subdir" = .; then :; else \ 503 test ! -f $$subdir/TAGS || \ 504 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 505 fi; \ 506 done; \ 507 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 508 unique=`for i in $$list; do \ 509 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 510 done | \ 511 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 512 END { if (nonempty) { for (i in files) print i; }; }'`; \ 513 shift; \ 514 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 515 test -n "$$unique" || unique=$$empty_fix; \ 516 if test $$# -gt 0; then \ 517 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 518 "$$@" $$unique; \ 519 else \ 520 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 521 $$unique; \ 522 fi; \ 523 fi 524ctags: CTAGS 525CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 526 $(TAGS_FILES) $(LISP) 527 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 528 unique=`for i in $$list; do \ 529 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 530 done | \ 531 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 532 END { if (nonempty) { for (i in files) print i; }; }'`; \ 533 test -z "$(CTAGS_ARGS)$$unique" \ 534 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 535 $$unique 536 537GTAGS: 538 here=`$(am__cd) $(top_builddir) && pwd` \ 539 && $(am__cd) $(top_srcdir) \ 540 && gtags -i $(GTAGS_ARGS) "$$here" 541 542distclean-tags: 543 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 544 545distdir: $(DISTFILES) 546 $(am__remove_distdir) 547 test -d "$(distdir)" || mkdir "$(distdir)" 548 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 549 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 550 list='$(DISTFILES)'; \ 551 dist_files=`for file in $$list; do echo $$file; done | \ 552 sed -e "s|^$$srcdirstrip/||;t" \ 553 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 554 case $$dist_files in \ 555 */*) $(MKDIR_P) `echo "$$dist_files" | \ 556 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 557 sort -u` ;; \ 558 esac; \ 559 for file in $$dist_files; do \ 560 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 561 if test -d $$d/$$file; then \ 562 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 563 if test -d "$(distdir)/$$file"; then \ 564 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 565 fi; \ 566 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 567 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 568 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 569 fi; \ 570 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 571 else \ 572 test -f "$(distdir)/$$file" \ 573 || cp -p $$d/$$file "$(distdir)/$$file" \ 574 || exit 1; \ 575 fi; \ 576 done 577 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 578 if test "$$subdir" = .; then :; else \ 579 test -d "$(distdir)/$$subdir" \ 580 || $(MKDIR_P) "$(distdir)/$$subdir" \ 581 || exit 1; \ 582 fi; \ 583 done 584 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 585 if test "$$subdir" = .; then :; else \ 586 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 587 $(am__relativize); \ 588 new_distdir=$$reldir; \ 589 dir1=$$subdir; dir2="$(top_distdir)"; \ 590 $(am__relativize); \ 591 new_top_distdir=$$reldir; \ 592 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 593 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 594 ($(am__cd) $$subdir && \ 595 $(MAKE) $(AM_MAKEFLAGS) \ 596 top_distdir="$$new_top_distdir" \ 597 distdir="$$new_distdir" \ 598 am__remove_distdir=: \ 599 am__skip_length_check=: \ 600 am__skip_mode_fix=: \ 601 distdir) \ 602 || exit 1; \ 603 fi; \ 604 done 605 $(MAKE) $(AM_MAKEFLAGS) \ 606 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 607 dist-hook 608 -test -n "$(am__skip_mode_fix)" \ 609 || find "$(distdir)" -type d ! -perm -755 \ 610 -exec chmod u+rwx,go+rx {} \; -o \ 611 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 612 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 613 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 614 || chmod -R a+r "$(distdir)" 615dist-gzip: distdir 616 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 617 $(am__remove_distdir) 618dist-bzip2: distdir 619 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 620 $(am__remove_distdir) 621 622dist-lzma: distdir 623 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 624 $(am__remove_distdir) 625 626dist-xz: distdir 627 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 628 $(am__remove_distdir) 629 630dist-tarZ: distdir 631 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 632 $(am__remove_distdir) 633 634dist-shar: distdir 635 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 636 $(am__remove_distdir) 637 638dist-zip: distdir 639 -rm -f $(distdir).zip 640 zip -rq $(distdir).zip $(distdir) 641 $(am__remove_distdir) 642 643dist dist-all: distdir 644 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 645 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 646 $(am__remove_distdir) 647 648# This target untars the dist file and tries a VPATH configuration. Then 649# it guarantees that the distribution is self-contained by making another 650# tarfile. 651distcheck: dist 652 case '$(DIST_ARCHIVES)' in \ 653 *.tar.gz*) \ 654 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 655 *.tar.bz2*) \ 656 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 657 *.tar.lzma*) \ 658 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ 659 *.tar.xz*) \ 660 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 661 *.tar.Z*) \ 662 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 663 *.shar.gz*) \ 664 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 665 *.zip*) \ 666 unzip $(distdir).zip ;;\ 667 esac 668 chmod -R a-w $(distdir); chmod a+w $(distdir) 669 mkdir $(distdir)/_build 670 mkdir $(distdir)/_inst 671 chmod a-w $(distdir) 672 test -d $(distdir)/_build || exit 0; \ 673 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 674 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 675 && am__cwd=`pwd` \ 676 && $(am__cd) $(distdir)/_build \ 677 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 678 $(DISTCHECK_CONFIGURE_FLAGS) \ 679 && $(MAKE) $(AM_MAKEFLAGS) \ 680 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 681 && $(MAKE) $(AM_MAKEFLAGS) check \ 682 && $(MAKE) $(AM_MAKEFLAGS) install \ 683 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 684 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 685 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 686 distuninstallcheck \ 687 && chmod -R a-w "$$dc_install_base" \ 688 && ({ \ 689 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 690 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 691 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 692 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 693 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 694 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 695 && rm -rf "$$dc_destdir" \ 696 && $(MAKE) $(AM_MAKEFLAGS) dist \ 697 && rm -rf $(DIST_ARCHIVES) \ 698 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 699 && cd "$$am__cwd" \ 700 || exit 1 701 $(am__remove_distdir) 702 @(echo "$(distdir) archives ready for distribution: "; \ 703 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 704 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 705distuninstallcheck: 706 @$(am__cd) '$(distuninstallcheck_dir)' \ 707 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 708 || { echo "ERROR: files left after uninstall:" ; \ 709 if test -n "$(DESTDIR)"; then \ 710 echo " (check DESTDIR support)"; \ 711 fi ; \ 712 $(distuninstallcheck_listfiles) ; \ 713 exit 1; } >&2 714distcleancheck: distclean 715 @if test '$(srcdir)' = . ; then \ 716 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 717 exit 1 ; \ 718 fi 719 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 720 || { echo "ERROR: files left in build directory after distclean:" ; \ 721 $(distcleancheck_listfiles) ; \ 722 exit 1; } >&2 723check-am: all-am 724check: check-recursive 725all-am: Makefile $(PROGRAMS) config.h 726installdirs: installdirs-recursive 727installdirs-am: 728 for dir in "$(DESTDIR)$(bindir)"; do \ 729 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 730 done 731install: install-recursive 732install-exec: install-exec-recursive 733install-data: install-data-recursive 734uninstall: uninstall-recursive 735 736install-am: all-am 737 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 738 739installcheck: installcheck-recursive 740install-strip: 741 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 742 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 743 `test -z '$(STRIP)' || \ 744 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 745mostlyclean-generic: 746 747clean-generic: 748 749distclean-generic: 750 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 751 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 752 753maintainer-clean-generic: 754 @echo "This command is intended for maintainers to use" 755 @echo "it deletes files that may require special tools to rebuild." 756 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 757clean: clean-recursive 758 759clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 760 761distclean: distclean-recursive 762 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 763 -rm -rf $(DEPDIR) ./$(DEPDIR) 764 -rm -f Makefile 765distclean-am: clean-am distclean-compile distclean-generic \ 766 distclean-hdr distclean-tags 767 768dvi: dvi-recursive 769 770dvi-am: 771 772html: html-recursive 773 774html-am: 775 776info: info-recursive 777 778info-am: 779 780install-data-am: 781 782install-dvi: install-dvi-recursive 783 784install-dvi-am: 785 786install-exec-am: install-binPROGRAMS 787 788install-html: install-html-recursive 789 790install-html-am: 791 792install-info: install-info-recursive 793 794install-info-am: 795 796install-man: 797 798install-pdf: install-pdf-recursive 799 800install-pdf-am: 801 802install-ps: install-ps-recursive 803 804install-ps-am: 805 806installcheck-am: 807 808maintainer-clean: maintainer-clean-recursive 809 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 810 -rm -rf $(top_srcdir)/autom4te.cache 811 -rm -rf $(DEPDIR) ./$(DEPDIR) 812 -rm -f Makefile 813maintainer-clean-am: distclean-am maintainer-clean-generic 814 815mostlyclean: mostlyclean-recursive 816 817mostlyclean-am: mostlyclean-compile mostlyclean-generic 818 819pdf: pdf-recursive 820 821pdf-am: 822 823ps: ps-recursive 824 825ps-am: 826 827uninstall-am: uninstall-binPROGRAMS 828 829.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ 830 ctags-recursive install-am install-strip tags-recursive 831 832.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ 833 all all-am am--refresh check check-am clean clean-binPROGRAMS \ 834 clean-generic ctags ctags-recursive dist dist-all dist-bzip2 \ 835 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \ 836 dist-zip distcheck distclean distclean-compile \ 837 distclean-generic distclean-hdr distclean-tags distcleancheck \ 838 distdir distuninstallcheck dvi dvi-am html html-am info \ 839 info-am install install-am install-binPROGRAMS install-data \ 840 install-data-am install-dvi install-dvi-am install-exec \ 841 install-exec-am install-html install-html-am install-info \ 842 install-info-am install-man install-pdf install-pdf-am \ 843 install-ps install-ps-am install-strip installcheck \ 844 installcheck-am installdirs installdirs-am maintainer-clean \ 845 maintainer-clean-generic mostlyclean mostlyclean-compile \ 846 mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \ 847 uninstall uninstall-am uninstall-binPROGRAMS 848 849 850.PHONY: ChangeLog INSTALL 851 852INSTALL: 853 $(INSTALL_CMD) 854 855ChangeLog: 856 $(CHANGELOG_CMD) 857 858dist-hook: ChangeLog INSTALL 859 860# Tell versions [3.59,3.63) of GNU make to not export all variables. 861# Otherwise a system limit (for SysV at least) may be exceeded. 862.NOEXPORT: 863