Makefile.in revision 10998002
1# Makefile.in generated by automake 1.11 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 39 40VPATH = @srcdir@ 41pkgdatadir = $(datadir)/@PACKAGE@ 42pkgincludedir = $(includedir)/@PACKAGE@ 43pkglibdir = $(libdir)/@PACKAGE@ 44pkglibexecdir = $(libexecdir)/@PACKAGE@ 45am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 46install_sh_DATA = $(install_sh) -c -m 644 47install_sh_PROGRAM = $(install_sh) -c 48install_sh_SCRIPT = $(install_sh) -c 49INSTALL_HEADER = $(INSTALL_DATA) 50transform = $(program_transform_name) 51NORMAL_INSTALL = : 52PRE_INSTALL = : 53POST_INSTALL = : 54NORMAL_UNINSTALL = : 55PRE_UNINSTALL = : 56POST_UNINSTALL = : 57build_triplet = @build@ 58host_triplet = @host@ 59bin_PROGRAMS = xwininfo$(EXEEXT) 60subdir = . 61DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 62 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 63 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ 64 config.guess config.sub depcomp install-sh missing 65ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 66am__aclocal_m4_deps = $(top_srcdir)/configure.ac 67am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 68 $(ACLOCAL_M4) 69am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 70 configure.lineno config.status.lineno 71mkinstalldirs = $(install_sh) -d 72CONFIG_HEADER = config.h 73CONFIG_CLEAN_FILES = 74CONFIG_CLEAN_VPATH_FILES = 75am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)" 76PROGRAMS = $(bin_PROGRAMS) 77am_xwininfo_OBJECTS = clientwin.$(OBJEXT) dsimple.$(OBJEXT) \ 78 xwininfo.$(OBJEXT) 79xwininfo_OBJECTS = $(am_xwininfo_OBJECTS) 80am__DEPENDENCIES_1 = 81xwininfo_DEPENDENCIES = $(am__DEPENDENCIES_1) 82DEFAULT_INCLUDES = -I.@am__isrc@ 83depcomp = $(SHELL) $(top_srcdir)/depcomp 84am__depfiles_maybe = depfiles 85am__mv = mv -f 86COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 87 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 88AM_V_CC = $(am__v_CC_$(V)) 89am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) 90am__v_CC_0 = @echo " CC " $@; 91AM_V_at = $(am__v_at_$(V)) 92am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 93am__v_at_0 = @ 94CCLD = $(CC) 95LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ 96AM_V_CCLD = $(am__v_CCLD_$(V)) 97am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) 98am__v_CCLD_0 = @echo " CCLD " $@; 99AM_V_GEN = $(am__v_GEN_$(V)) 100am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 101am__v_GEN_0 = @echo " GEN " $@; 102SOURCES = $(xwininfo_SOURCES) 103DIST_SOURCES = $(xwininfo_SOURCES) 104am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 105am__vpath_adj = case $$p in \ 106 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 107 *) f=$$p;; \ 108 esac; 109am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 110am__install_max = 40 111am__nobase_strip_setup = \ 112 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 113am__nobase_strip = \ 114 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 115am__nobase_list = $(am__nobase_strip_setup); \ 116 for p in $$list; do echo "$$p $$p"; done | \ 117 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 118 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 119 if (++n[$$2] == $(am__install_max)) \ 120 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 121 END { for (dir in files) print dir, files[dir] }' 122am__base_list = \ 123 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 124 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 125DATA = $(appman_DATA) 126ETAGS = etags 127CTAGS = ctags 128DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 129distdir = $(PACKAGE)-$(VERSION) 130top_distdir = $(distdir) 131am__remove_distdir = \ 132 { test ! -d "$(distdir)" \ 133 || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ 134 && rm -fr "$(distdir)"; }; } 135DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 136GZIP_ENV = --best 137distuninstallcheck_listfiles = find . -type f -print 138ACLOCAL = @ACLOCAL@ 139ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 140ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 141AMTAR = @AMTAR@ 142AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 143APP_MAN_DIR = @APP_MAN_DIR@ 144APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 145AUTOCONF = @AUTOCONF@ 146AUTOHEADER = @AUTOHEADER@ 147AUTOMAKE = @AUTOMAKE@ 148AWK = @AWK@ 149CC = @CC@ 150CCDEPMODE = @CCDEPMODE@ 151CFLAGS = @CFLAGS@ 152CHANGELOG_CMD = @CHANGELOG_CMD@ 153CPP = @CPP@ 154CPPFLAGS = @CPPFLAGS@ 155CWARNFLAGS = @CWARNFLAGS@ 156CYGPATH_W = @CYGPATH_W@ 157DEFS = @DEFS@ 158DEPDIR = @DEPDIR@ 159DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 160DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 161ECHO_C = @ECHO_C@ 162ECHO_N = @ECHO_N@ 163ECHO_T = @ECHO_T@ 164EGREP = @EGREP@ 165EXEEXT = @EXEEXT@ 166FILE_MAN_DIR = @FILE_MAN_DIR@ 167FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 168GREP = @GREP@ 169INSTALL = @INSTALL@ 170INSTALL_DATA = @INSTALL_DATA@ 171INSTALL_PROGRAM = @INSTALL_PROGRAM@ 172INSTALL_SCRIPT = @INSTALL_SCRIPT@ 173INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 174LDFLAGS = @LDFLAGS@ 175LIBOBJS = @LIBOBJS@ 176LIBS = @LIBS@ 177LIB_MAN_DIR = @LIB_MAN_DIR@ 178LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 179LTLIBOBJS = @LTLIBOBJS@ 180MAINT = @MAINT@ 181MAKEINFO = @MAKEINFO@ 182MISC_MAN_DIR = @MISC_MAN_DIR@ 183MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 184MKDIR_P = @MKDIR_P@ 185OBJEXT = @OBJEXT@ 186PACKAGE = @PACKAGE@ 187PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 188PACKAGE_NAME = @PACKAGE_NAME@ 189PACKAGE_STRING = @PACKAGE_STRING@ 190PACKAGE_TARNAME = @PACKAGE_TARNAME@ 191PACKAGE_VERSION = @PACKAGE_VERSION@ 192PATH_SEPARATOR = @PATH_SEPARATOR@ 193PKG_CONFIG = @PKG_CONFIG@ 194SET_MAKE = @SET_MAKE@ 195SHELL = @SHELL@ 196STRIP = @STRIP@ 197VERSION = @VERSION@ 198XWININFO_CFLAGS = @XWININFO_CFLAGS@ 199XWININFO_LIBS = @XWININFO_LIBS@ 200abs_builddir = @abs_builddir@ 201abs_srcdir = @abs_srcdir@ 202abs_top_builddir = @abs_top_builddir@ 203abs_top_srcdir = @abs_top_srcdir@ 204ac_ct_CC = @ac_ct_CC@ 205am__include = @am__include@ 206am__leading_dot = @am__leading_dot@ 207am__quote = @am__quote@ 208am__tar = @am__tar@ 209am__untar = @am__untar@ 210bindir = @bindir@ 211build = @build@ 212build_alias = @build_alias@ 213build_cpu = @build_cpu@ 214build_os = @build_os@ 215build_vendor = @build_vendor@ 216builddir = @builddir@ 217datadir = @datadir@ 218datarootdir = @datarootdir@ 219distcleancheck_listfiles = @distcleancheck_listfiles@ 220docdir = @docdir@ 221dvidir = @dvidir@ 222exec_prefix = @exec_prefix@ 223host = @host@ 224host_alias = @host_alias@ 225host_cpu = @host_cpu@ 226host_os = @host_os@ 227host_vendor = @host_vendor@ 228htmldir = @htmldir@ 229includedir = @includedir@ 230infodir = @infodir@ 231install_sh = @install_sh@ 232libdir = @libdir@ 233libexecdir = @libexecdir@ 234localedir = @localedir@ 235localstatedir = @localstatedir@ 236mandir = @mandir@ 237mkdir_p = @mkdir_p@ 238oldincludedir = @oldincludedir@ 239pdfdir = @pdfdir@ 240prefix = @prefix@ 241program_transform_name = @program_transform_name@ 242psdir = @psdir@ 243sbindir = @sbindir@ 244sharedstatedir = @sharedstatedir@ 245srcdir = @srcdir@ 246sysconfdir = @sysconfdir@ 247target_alias = @target_alias@ 248top_build_prefix = @top_build_prefix@ 249top_builddir = @top_builddir@ 250top_srcdir = @top_srcdir@ 251AM_CFLAGS = $(CWARNFLAGS) $(XWININFO_CFLAGS) 252xwininfo_LDADD = $(XWININFO_LIBS) 253xwininfo_SOURCES = \ 254 clientwin.c \ 255 clientwin.h \ 256 dsimple.c \ 257 dsimple.h \ 258 xwininfo.c 259 260appman_PRE = \ 261 xwininfo.man 262 263appmandir = $(APP_MAN_DIR) 264appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) 265EXTRA_DIST = $(appman_PRE) ChangeLog autogen.sh 266CLEANFILES = $(appman_DATA) 267MAINTAINERCLEANFILES = ChangeLog 268SED = sed 269 270# Strings to replace in man pages 271XORGRELSTRING = @PACKAGE_STRING@ 272XORGMANNAME = X Version 11 273MAN_SUBSTS = \ 274 -e 's|__vendorversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ 275 -e 's|__xorgversion__|"$(XORGRELSTRING)" "$(XORGMANNAME)"|' \ 276 -e 's|__xservername__|Xorg|g' \ 277 -e 's|__xconfigfile__|xorg.conf|g' \ 278 -e 's|__projectroot__|$(prefix)|g' \ 279 -e 's|__apploaddir__|$(appdefaultdir)|' \ 280 -e 's|__appmansuffix__|$(APP_MAN_SUFFIX)|g' \ 281 -e 's|__libmansuffix__|$(LIB_MAN_SUFFIX)|g' \ 282 -e 's|__adminmansuffix__|$(ADMIN_MAN_SUFFIX)|g' \ 283 -e 's|__miscmansuffix__|$(MISC_MAN_SUFFIX)|g' \ 284 -e 's|__filemansuffix__|$(FILE_MAN_SUFFIX)|g' 285 286SUFFIXES = .$(APP_MAN_SUFFIX) .man 287all: config.h 288 $(MAKE) $(AM_MAKEFLAGS) all-am 289 290.SUFFIXES: 291.SUFFIXES: .$(APP_MAN_SUFFIX) .man .c .o .obj 292am--refresh: 293 @: 294$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) 295 @for dep in $?; do \ 296 case '$(am__configure_deps)' in \ 297 *$$dep*) \ 298 echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ 299 $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ 300 && exit 0; \ 301 exit 1;; \ 302 esac; \ 303 done; \ 304 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ 305 $(am__cd) $(top_srcdir) && \ 306 $(AUTOMAKE) --gnu Makefile 307.PRECIOUS: Makefile 308Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 309 @case '$?' in \ 310 *config.status*) \ 311 echo ' $(SHELL) ./config.status'; \ 312 $(SHELL) ./config.status;; \ 313 *) \ 314 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 315 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 316 esac; 317 318$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 319 $(SHELL) ./config.status --recheck 320 321$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 322 $(am__cd) $(srcdir) && $(AUTOCONF) 323$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) 324 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 325$(am__aclocal_m4_deps): 326 327config.h: stamp-h1 328 @if test ! -f $@; then \ 329 rm -f stamp-h1; \ 330 $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ 331 else :; fi 332 333stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 334 @rm -f stamp-h1 335 cd $(top_builddir) && $(SHELL) ./config.status config.h 336$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 337 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 338 rm -f stamp-h1 339 touch $@ 340 341distclean-hdr: 342 -rm -f config.h stamp-h1 343install-binPROGRAMS: $(bin_PROGRAMS) 344 @$(NORMAL_INSTALL) 345 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)" 346 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 347 for p in $$list; do echo "$$p $$p"; done | \ 348 sed 's/$(EXEEXT)$$//' | \ 349 while read p p1; do if test -f $$p; \ 350 then echo "$$p"; echo "$$p"; else :; fi; \ 351 done | \ 352 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \ 353 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 354 sed 'N;N;N;s,\n, ,g' | \ 355 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 356 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 357 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 358 else { print "f", $$3 "/" $$4, $$1; } } \ 359 END { for (d in files) print "f", d, files[d] }' | \ 360 while read type dir files; do \ 361 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 362 test -z "$$files" || { \ 363 echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 364 $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 365 } \ 366 ; done 367 368uninstall-binPROGRAMS: 369 @$(NORMAL_UNINSTALL) 370 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 371 files=`for p in $$list; do echo "$$p"; done | \ 372 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 373 -e 's/$$/$(EXEEXT)/' `; \ 374 test -n "$$list" || exit 0; \ 375 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 376 cd "$(DESTDIR)$(bindir)" && rm -f $$files 377 378clean-binPROGRAMS: 379 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) 380xwininfo$(EXEEXT): $(xwininfo_OBJECTS) $(xwininfo_DEPENDENCIES) 381 @rm -f xwininfo$(EXEEXT) 382 $(AM_V_CCLD)$(LINK) $(xwininfo_OBJECTS) $(xwininfo_LDADD) $(LIBS) 383 384mostlyclean-compile: 385 -rm -f *.$(OBJEXT) 386 387distclean-compile: 388 -rm -f *.tab.c 389 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) '$<'` 409install-appmanDATA: $(appman_DATA) 410 @$(NORMAL_INSTALL) 411 test -z "$(appmandir)" || $(MKDIR_P) "$(DESTDIR)$(appmandir)" 412 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 413 for p in $$list; do \ 414 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 415 echo "$$d$$p"; \ 416 done | $(am__base_list) | \ 417 while read files; do \ 418 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appmandir)'"; \ 419 $(INSTALL_DATA) $$files "$(DESTDIR)$(appmandir)" || exit $$?; \ 420 done 421 422uninstall-appmanDATA: 423 @$(NORMAL_UNINSTALL) 424 @list='$(appman_DATA)'; test -n "$(appmandir)" || list=; \ 425 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 426 test -n "$$files" || exit 0; \ 427 echo " ( cd '$(DESTDIR)$(appmandir)' && rm -f" $$files ")"; \ 428 cd "$(DESTDIR)$(appmandir)" && rm -f $$files 429 430ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 431 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 432 unique=`for i in $$list; do \ 433 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 434 done | \ 435 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 436 END { if (nonempty) { for (i in files) print i; }; }'`; \ 437 mkid -fID $$unique 438tags: TAGS 439 440TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 441 $(TAGS_FILES) $(LISP) 442 set x; \ 443 here=`pwd`; \ 444 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 445 unique=`for i in $$list; do \ 446 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 447 done | \ 448 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 449 END { if (nonempty) { for (i in files) print i; }; }'`; \ 450 shift; \ 451 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 452 test -n "$$unique" || unique=$$empty_fix; \ 453 if test $$# -gt 0; then \ 454 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 455 "$$@" $$unique; \ 456 else \ 457 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 458 $$unique; \ 459 fi; \ 460 fi 461ctags: CTAGS 462CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 463 $(TAGS_FILES) $(LISP) 464 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 465 unique=`for i in $$list; do \ 466 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 467 done | \ 468 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ 469 END { if (nonempty) { for (i in files) print i; }; }'`; \ 470 test -z "$(CTAGS_ARGS)$$unique" \ 471 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 472 $$unique 473 474GTAGS: 475 here=`$(am__cd) $(top_builddir) && pwd` \ 476 && $(am__cd) $(top_srcdir) \ 477 && gtags -i $(GTAGS_ARGS) "$$here" 478 479distclean-tags: 480 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 481 482distdir: $(DISTFILES) 483 $(am__remove_distdir) 484 test -d "$(distdir)" || mkdir "$(distdir)" 485 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 486 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 487 list='$(DISTFILES)'; \ 488 dist_files=`for file in $$list; do echo $$file; done | \ 489 sed -e "s|^$$srcdirstrip/||;t" \ 490 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 491 case $$dist_files in \ 492 */*) $(MKDIR_P) `echo "$$dist_files" | \ 493 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 494 sort -u` ;; \ 495 esac; \ 496 for file in $$dist_files; do \ 497 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 498 if test -d $$d/$$file; then \ 499 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 500 if test -d "$(distdir)/$$file"; then \ 501 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 502 fi; \ 503 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 504 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 505 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 506 fi; \ 507 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 508 else \ 509 test -f "$(distdir)/$$file" \ 510 || cp -p $$d/$$file "$(distdir)/$$file" \ 511 || exit 1; \ 512 fi; \ 513 done 514 $(MAKE) $(AM_MAKEFLAGS) \ 515 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 516 dist-hook 517 -test -n "$(am__skip_mode_fix)" \ 518 || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 519 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 520 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 521 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 522 || chmod -R a+r "$(distdir)" 523dist-gzip: distdir 524 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 525 $(am__remove_distdir) 526dist-bzip2: distdir 527 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 528 $(am__remove_distdir) 529 530dist-lzma: distdir 531 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma 532 $(am__remove_distdir) 533 534dist-xz: distdir 535 tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz 536 $(am__remove_distdir) 537 538dist-tarZ: distdir 539 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 540 $(am__remove_distdir) 541 542dist-shar: distdir 543 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 544 $(am__remove_distdir) 545 546dist-zip: distdir 547 -rm -f $(distdir).zip 548 zip -rq $(distdir).zip $(distdir) 549 $(am__remove_distdir) 550 551dist dist-all: distdir 552 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 553 tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 554 $(am__remove_distdir) 555 556# This target untars the dist file and tries a VPATH configuration. Then 557# it guarantees that the distribution is self-contained by making another 558# tarfile. 559distcheck: dist 560 case '$(DIST_ARCHIVES)' in \ 561 *.tar.gz*) \ 562 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 563 *.tar.bz2*) \ 564 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 565 *.tar.lzma*) \ 566 unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\ 567 *.tar.xz*) \ 568 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 569 *.tar.Z*) \ 570 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 571 *.shar.gz*) \ 572 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 573 *.zip*) \ 574 unzip $(distdir).zip ;;\ 575 esac 576 chmod -R a-w $(distdir); chmod a+w $(distdir) 577 mkdir $(distdir)/_build 578 mkdir $(distdir)/_inst 579 chmod a-w $(distdir) 580 test -d $(distdir)/_build || exit 0; \ 581 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 582 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 583 && am__cwd=`pwd` \ 584 && $(am__cd) $(distdir)/_build \ 585 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 586 $(DISTCHECK_CONFIGURE_FLAGS) \ 587 && $(MAKE) $(AM_MAKEFLAGS) \ 588 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 589 && $(MAKE) $(AM_MAKEFLAGS) check \ 590 && $(MAKE) $(AM_MAKEFLAGS) install \ 591 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 592 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 593 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 594 distuninstallcheck \ 595 && chmod -R a-w "$$dc_install_base" \ 596 && ({ \ 597 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 598 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 599 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 600 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 601 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 602 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 603 && rm -rf "$$dc_destdir" \ 604 && $(MAKE) $(AM_MAKEFLAGS) dist \ 605 && rm -rf $(DIST_ARCHIVES) \ 606 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 607 && cd "$$am__cwd" \ 608 || exit 1 609 $(am__remove_distdir) 610 @(echo "$(distdir) archives ready for distribution: "; \ 611 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 612 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 613distuninstallcheck: 614 @$(am__cd) '$(distuninstallcheck_dir)' \ 615 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 616 || { echo "ERROR: files left after uninstall:" ; \ 617 if test -n "$(DESTDIR)"; then \ 618 echo " (check DESTDIR support)"; \ 619 fi ; \ 620 $(distuninstallcheck_listfiles) ; \ 621 exit 1; } >&2 622distcleancheck: distclean 623 @if test '$(srcdir)' = . ; then \ 624 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 625 exit 1 ; \ 626 fi 627 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 628 || { echo "ERROR: files left in build directory after distclean:" ; \ 629 $(distcleancheck_listfiles) ; \ 630 exit 1; } >&2 631check-am: all-am 632check: check-am 633all-am: Makefile $(PROGRAMS) $(DATA) config.h 634installdirs: 635 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(appmandir)"; do \ 636 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 637 done 638install: install-am 639install-exec: install-exec-am 640install-data: install-data-am 641uninstall: uninstall-am 642 643install-am: all-am 644 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 645 646installcheck: installcheck-am 647install-strip: 648 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 649 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 650 `test -z '$(STRIP)' || \ 651 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 652mostlyclean-generic: 653 654clean-generic: 655 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 656 657distclean-generic: 658 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 659 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 660 661maintainer-clean-generic: 662 @echo "This command is intended for maintainers to use" 663 @echo "it deletes files that may require special tools to rebuild." 664 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 665clean: clean-am 666 667clean-am: clean-binPROGRAMS clean-generic mostlyclean-am 668 669distclean: distclean-am 670 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 671 -rm -rf ./$(DEPDIR) 672 -rm -f Makefile 673distclean-am: clean-am distclean-compile distclean-generic \ 674 distclean-hdr distclean-tags 675 676dvi: dvi-am 677 678dvi-am: 679 680html: html-am 681 682html-am: 683 684info: info-am 685 686info-am: 687 688install-data-am: install-appmanDATA 689 690install-dvi: install-dvi-am 691 692install-dvi-am: 693 694install-exec-am: install-binPROGRAMS 695 696install-html: install-html-am 697 698install-html-am: 699 700install-info: install-info-am 701 702install-info-am: 703 704install-man: 705 706install-pdf: install-pdf-am 707 708install-pdf-am: 709 710install-ps: install-ps-am 711 712install-ps-am: 713 714installcheck-am: 715 716maintainer-clean: maintainer-clean-am 717 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 718 -rm -rf $(top_srcdir)/autom4te.cache 719 -rm -rf ./$(DEPDIR) 720 -rm -f Makefile 721maintainer-clean-am: distclean-am maintainer-clean-generic 722 723mostlyclean: mostlyclean-am 724 725mostlyclean-am: mostlyclean-compile mostlyclean-generic 726 727pdf: pdf-am 728 729pdf-am: 730 731ps: ps-am 732 733ps-am: 734 735uninstall-am: uninstall-appmanDATA uninstall-binPROGRAMS 736 737.MAKE: all install-am install-strip 738 739.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \ 740 clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \ 741 dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \ 742 dist-zip distcheck distclean distclean-compile \ 743 distclean-generic distclean-hdr distclean-tags distcleancheck \ 744 distdir distuninstallcheck dvi dvi-am html html-am info \ 745 info-am install install-am install-appmanDATA \ 746 install-binPROGRAMS install-data install-data-am install-dvi \ 747 install-dvi-am install-exec install-exec-am install-html \ 748 install-html-am install-info install-info-am install-man \ 749 install-pdf install-pdf-am install-ps install-ps-am \ 750 install-strip installcheck installcheck-am installdirs \ 751 maintainer-clean maintainer-clean-generic mostlyclean \ 752 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ 753 tags uninstall uninstall-am uninstall-appmanDATA \ 754 uninstall-binPROGRAMS 755 756 757.PHONY: ChangeLog 758 759ChangeLog: 760 $(CHANGELOG_CMD) 761 762dist-hook: ChangeLog 763 764.man.$(APP_MAN_SUFFIX): 765 $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@ 766 767# Tell versions [3.59,3.63) of GNU make to not export all variables. 768# Otherwise a system limit (for SysV at least) may be exceeded. 769.NOEXPORT: 770