Makefile.in revision bd1da9d7
1# Makefile.in generated by automake 1.9.6 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 5# 2003, 2004, 2005 Free Software Foundation, Inc. 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# $Id: Makefile.in,v 1.1.1.1 2008/07/30 02:56:10 mrg Exp $ 19# 20# Copyright © 2003 Keith Packard, Noah Levitt 21# 22# Permission to use, copy, modify, distribute, and sell this software and its 23# documentation for any purpose is hereby granted without fee, provided that 24# the above copyright notice appear in all copies and that both that 25# copyright notice and this permission notice appear in supporting 26# documentation, and that the name of Keith Packard not be used in 27# advertising or publicity pertaining to distribution of the software without 28# specific, written prior permission. Keith Packard makes no 29# representations about the suitability of this software for any purpose. It 30# is provided "as is" without express or implied warranty. 31# 32# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 33# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO 34# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR 35# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, 36# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER 37# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 38# PERFORMANCE OF THIS SOFTWARE. 39 40srcdir = @srcdir@ 41top_srcdir = @top_srcdir@ 42VPATH = @srcdir@ 43pkgdatadir = $(datadir)/@PACKAGE@ 44pkglibdir = $(libdir)/@PACKAGE@ 45pkgincludedir = $(includedir)/@PACKAGE@ 46top_builddir = . 47am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 48INSTALL = @INSTALL@ 49install_sh_DATA = $(install_sh) -c -m 644 50install_sh_PROGRAM = $(install_sh) -c 51install_sh_SCRIPT = $(install_sh) -c 52INSTALL_HEADER = $(INSTALL_DATA) 53transform = $(program_transform_name) 54NORMAL_INSTALL = : 55PRE_INSTALL = : 56POST_INSTALL = : 57NORMAL_UNINSTALL = : 58PRE_UNINSTALL = : 59POST_UNINSTALL = : 60build_triplet = @build@ 61host_triplet = @host@ 62DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ 63 $(srcdir)/Makefile.in $(srcdir)/config.h.in \ 64 $(srcdir)/xres.pc.in $(top_srcdir)/configure AUTHORS COPYING \ 65 ChangeLog INSTALL NEWS config.guess config.sub depcomp \ 66 install-sh ltmain.sh missing 67subdir = . 68ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 69am__aclocal_m4_deps = $(top_srcdir)/configure.ac 70am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 71 $(ACLOCAL_M4) 72am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ 73 configure.lineno configure.status.lineno 74mkinstalldirs = $(install_sh) -d 75CONFIG_HEADER = config.h 76CONFIG_CLEAN_FILES = xres.pc 77SOURCES = 78DIST_SOURCES = 79RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ 80 html-recursive info-recursive install-data-recursive \ 81 install-exec-recursive install-info-recursive \ 82 install-recursive installcheck-recursive installdirs-recursive \ 83 pdf-recursive ps-recursive uninstall-info-recursive \ 84 uninstall-recursive 85am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 86am__vpath_adj = case $$p in \ 87 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 88 *) f=$$p;; \ 89 esac; 90am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; 91am__installdirs = "$(DESTDIR)$(pkgconfigdir)" 92pkgconfigDATA_INSTALL = $(INSTALL_DATA) 93DATA = $(pkgconfig_DATA) 94ETAGS = etags 95CTAGS = ctags 96DIST_SUBDIRS = $(SUBDIRS) 97DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 98distdir = $(PACKAGE)-$(VERSION) 99top_distdir = $(distdir) 100am__remove_distdir = \ 101 { test ! -d $(distdir) \ 102 || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ 103 && rm -fr $(distdir); }; } 104DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2 105GZIP_ENV = --best 106distuninstallcheck_listfiles = find . -type f -print 107distcleancheck_listfiles = find . -type f -print 108ACLOCAL = @ACLOCAL@ 109ADMIN_MAN_DIR = @ADMIN_MAN_DIR@ 110ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@ 111AMCMDECHO = @AMCMDECHO@ 112AMDEPSHOWCMDSAT = @AMDEPSHOWCMDSAT@ 113AMDEP_FALSE = @AMDEP_FALSE@ 114AMDEP_TRUE = @AMDEP_TRUE@ 115AMPRETTYECHO = @AMPRETTYECHO@ 116AMSHOWCMDSAT = @AMSHOWCMDSAT@ 117AMTAR = @AMTAR@ 118APP_MAN_DIR = @APP_MAN_DIR@ 119APP_MAN_SUFFIX = @APP_MAN_SUFFIX@ 120AR = @AR@ 121AUTOCONF = @AUTOCONF@ 122AUTOHEADER = @AUTOHEADER@ 123AUTOMAKE = @AUTOMAKE@ 124AWK = @AWK@ 125CC = @CC@ 126CCDEPMODE = @CCDEPMODE@ 127CFLAGS = @CFLAGS@ 128CPP = @CPP@ 129CPPFLAGS = @CPPFLAGS@ 130CXX = @CXX@ 131CXXCPP = @CXXCPP@ 132CXXDEPMODE = @CXXDEPMODE@ 133CXXFLAGS = @CXXFLAGS@ 134CYGPATH_W = @CYGPATH_W@ 135DEFS = @DEFS@ 136DEPDIR = @DEPDIR@ 137DRIVER_MAN_DIR = @DRIVER_MAN_DIR@ 138DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@ 139ECHO = @ECHO@ 140ECHO_C = @ECHO_C@ 141ECHO_N = @ECHO_N@ 142ECHO_T = @ECHO_T@ 143EGREP = @EGREP@ 144EXEEXT = @EXEEXT@ 145F77 = @F77@ 146FFLAGS = @FFLAGS@ 147FILE_MAN_DIR = @FILE_MAN_DIR@ 148FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@ 149GREP = @GREP@ 150INSTALL_DATA = @INSTALL_DATA@ 151INSTALL_PROGRAM = @INSTALL_PROGRAM@ 152INSTALL_SCRIPT = @INSTALL_SCRIPT@ 153INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 154LDFLAGS = @LDFLAGS@ 155LIBOBJS = @LIBOBJS@ 156LIBS = @LIBS@ 157LIBTOOL = @LIBTOOL@ 158LIB_MAN_DIR = @LIB_MAN_DIR@ 159LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@ 160LN_S = @LN_S@ 161LTLIBOBJS = @LTLIBOBJS@ 162LT_QUIET = @LT_QUIET@ 163MAKEINFO = @MAKEINFO@ 164MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@ 165MISC_MAN_DIR = @MISC_MAN_DIR@ 166MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@ 167OBJEXT = @OBJEXT@ 168PACKAGE = @PACKAGE@ 169PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 170PACKAGE_NAME = @PACKAGE_NAME@ 171PACKAGE_STRING = @PACKAGE_STRING@ 172PACKAGE_TARNAME = @PACKAGE_TARNAME@ 173PACKAGE_VERSION = @PACKAGE_VERSION@ 174PATH_SEPARATOR = @PATH_SEPARATOR@ 175PKG_CONFIG = @PKG_CONFIG@ 176RANLIB = @RANLIB@ 177RESOURCEEXT_CFLAGS = @RESOURCEEXT_CFLAGS@ 178RESOURCEEXT_LIBS = @RESOURCEEXT_LIBS@ 179SET_MAKE = @SET_MAKE@ 180SHELL = @SHELL@ 181STRIP = @STRIP@ 182VERSION = @VERSION@ 183XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@ 184XRES_CFLAGS = @XRES_CFLAGS@ 185XRES_LIBS = @XRES_LIBS@ 186XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@ 187ac_ct_CC = @ac_ct_CC@ 188ac_ct_CXX = @ac_ct_CXX@ 189ac_ct_F77 = @ac_ct_F77@ 190am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ 191am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ 192am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ 193am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ 194am__include = @am__include@ 195am__leading_dot = @am__leading_dot@ 196am__quote = @am__quote@ 197am__tar = @am__tar@ 198am__untar = @am__untar@ 199bindir = @bindir@ 200build = @build@ 201build_alias = @build_alias@ 202build_cpu = @build_cpu@ 203build_os = @build_os@ 204build_vendor = @build_vendor@ 205datadir = @datadir@ 206datarootdir = @datarootdir@ 207docdir = @docdir@ 208dvidir = @dvidir@ 209exec_prefix = @exec_prefix@ 210host = @host@ 211host_alias = @host_alias@ 212host_cpu = @host_cpu@ 213host_os = @host_os@ 214host_vendor = @host_vendor@ 215htmldir = @htmldir@ 216includedir = @includedir@ 217infodir = @infodir@ 218install_sh = @install_sh@ 219libdir = @libdir@ 220libexecdir = @libexecdir@ 221localedir = @localedir@ 222localstatedir = @localstatedir@ 223mandir = @mandir@ 224mkdir_p = @mkdir_p@ 225oldincludedir = @oldincludedir@ 226pdfdir = @pdfdir@ 227prefix = @prefix@ 228program_transform_name = @program_transform_name@ 229psdir = @psdir@ 230sbindir = @sbindir@ 231sharedstatedir = @sharedstatedir@ 232sysconfdir = @sysconfdir@ 233target_alias = @target_alias@ 234AUTOMAKE_OPTIONS = foreign 235SUBDIRS = src man 236AM_CFLAGS = $(RESOURCEEXT_CFLAGS) $(XRES_CFLAGS) 237pkgconfigdir = $(libdir)/pkgconfig 238pkgconfig_DATA = xres.pc 239EXTRA_DIST = xres.pc.in autogen.sh ChangeLog 240CLEANFILES = ChangeLog 241all: config.h 242 $(MAKE) $(AM_MAKEFLAGS) all-recursive 243 244.SUFFIXES: 245am--refresh: 246 @: 247$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 248 @for dep in $?; do \ 249 case '$(am__configure_deps)' in \ 250 *$$dep*) \ 251 @AMPRETTYECHO@ ' [AUTOMAKE ] rebuild all'; \ 252 @AMCMDECHO@ ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \ 253 cd $(srcdir) && $(AUTOMAKE) --foreign \ 254 && exit 0; \ 255 exit 1;; \ 256 esac; \ 257 done; \ 258 @AMPRETTYECHO@ ' [AUTOMAKE ] Makefile'; \ 259 @AMCMDECHO@ ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 260 cd $(top_srcdir) && \ 261 $(AUTOMAKE) --foreign Makefile 262.PRECIOUS: Makefile 263Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 264 @case '$?' in \ 265 *config.status*) \ 266 @AMPRETTYECHO@ ' [SH ] config.status'; \ 267 @AMCMDECHO@ ' $(SHELL) ./config.status'; \ 268 $(SHELL) ./config.status;; \ 269 *) \ 270 @AMPRETTYECHO@ ' [SH ] config.status $@'; \ 271 @AMCMDECHO@ ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 272 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 273 esac; 274 275$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 276 @@AMPRETTYECHO@ ' [SH ] config.status' 277 @AMSHOWCMDSAT@$(SHELL) ./config.status --recheck 278 279$(top_srcdir)/configure: $(am__configure_deps) 280 @@AMPRETTYECHO@ ' [AUTOCONF ] Regenerate' 281 @AMSHOWCMDSAT@cd $(srcdir) && $(AUTOCONF) 282$(ACLOCAL_M4): $(am__aclocal_m4_deps) 283 @@AMPRETTYECHO@ ' [ACLOCAL ] Regenerate' 284 @AMSHOWCMDSAT@cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 285 286config.h: stamp-h1 287 @if test ! -f $@; then \ 288 rm -f stamp-h1; \ 289 $(MAKE) stamp-h1; \ 290 else :; fi 291 292stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 293 @rm -f stamp-h1 294 @@AMPRETTYECHO@ ' [SH ] Regenerate config.h' 295 @AMSHOWCMDSAT@cd $(top_builddir) && $(SHELL) ./config.status config.h 296$(srcdir)/config.h.in: $(am__configure_deps) 297 @@AMPRETTYECHO@ ' [AUTOHEADER] Regenerate' 298 @AMSHOWCMDSAT@cd $(top_srcdir) && $(AUTOHEADER) 299 @AMSHOWCMDSAT@rm -f stamp-h1 300 @AMSHOWCMDSAT@touch $@ 301 302distclean-hdr: 303 @@AMPRETTYECHO@ ' [RM ] config.h stamp-h1' 304 @AMSHOWCMDSAT@-rm -f config.h stamp-h1 305xres.pc: $(top_builddir)/config.status $(srcdir)/xres.pc.in 306 cd $(top_builddir) && $(SHELL) ./config.status $@ 307 308mostlyclean-libtool: 309 @@AMPRETTYECHO@ ' [RM ] *.lo' 310 @AMSHOWCMDSAT@-rm -f *.lo 311 312clean-libtool: 313 @@AMPRETTYECHO@ ' [RM ] .libs _libs' 314 @AMSHOWCMDSAT@-rm -rf .libs _libs 315 316distclean-libtool: 317 @@AMPRETTYECHO@ ' [RM ] libtool' 318 @AMSHOWCMDSAT@-rm -f libtool 319uninstall-info-am: 320install-pkgconfigDATA: $(pkgconfig_DATA) 321 @$(NORMAL_INSTALL) 322 @@AMPRETTYECHO@ ' [MKDIR ] $(DESTDIR)$(pkgconfigdir)' 323 @AMSHOWCMDSAT@test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)" 324 @list='$(pkgconfig_DATA)'; for p in $$list; do \ 325 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 326 f=$(am__strip_dir) \ 327 @AMPRETTYECHO@ " [INSTALL ] '$$d$$p' -> '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ 328 @AMCMDECHO@ " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ 329 $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \ 330 done 331 332uninstall-pkgconfigDATA: 333 @$(NORMAL_UNINSTALL) 334 @list='$(pkgconfig_DATA)'; for p in $$list; do \ 335 f=$(am__strip_dir) \ 336 @AMPRETTYECHO@ " [RM ] $(DESTDIR)$(pkgconfigdir)/$$f"; \ 337 @AMCMDECHO@ " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ 338 rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \ 339 done 340 341# This directory's subdirectories are mostly independent; you can cd 342# into them and run `make' without going through this Makefile. 343# To change the values of `make' variables: instead of editing Makefiles, 344# (1) if the variable is set in `config.status', edit `config.status' 345# (which will cause the Makefiles to be regenerated when you run `make'); 346# (2) otherwise, pass the desired values on the `make' command line. 347$(RECURSIVE_TARGETS): 348 @failcom='exit 1'; \ 349 for f in x $$MAKEFLAGS; do \ 350 case $$f in \ 351 *=* | --[!k]*);; \ 352 *k*) failcom='fail=yes';; \ 353 esac; \ 354 done; \ 355 dot_seen=no; \ 356 target=`echo $@ | sed s/-recursive//`; \ 357 list='$(SUBDIRS)'; for subdir in $$list; do \ 358 echo "Making $$target in $$subdir"; \ 359 if test "$$subdir" = "."; then \ 360 dot_seen=yes; \ 361 local_target="$$target-am"; \ 362 else \ 363 local_target="$$target"; \ 364 fi; \ 365 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 366 || eval $$failcom; \ 367 done; \ 368 if test "$$dot_seen" = "no"; then \ 369 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 370 fi; test -z "$$fail" 371 372mostlyclean-recursive clean-recursive distclean-recursive \ 373maintainer-clean-recursive: 374 @failcom='exit 1'; \ 375 for f in x $$MAKEFLAGS; do \ 376 case $$f in \ 377 *=* | --[!k]*);; \ 378 *k*) failcom='fail=yes';; \ 379 esac; \ 380 done; \ 381 dot_seen=no; \ 382 case "$@" in \ 383 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 384 *) list='$(SUBDIRS)' ;; \ 385 esac; \ 386 rev=''; for subdir in $$list; do \ 387 if test "$$subdir" = "."; then :; else \ 388 rev="$$subdir $$rev"; \ 389 fi; \ 390 done; \ 391 rev="$$rev ."; \ 392 target=`echo $@ | sed s/-recursive//`; \ 393 for subdir in $$rev; do \ 394 echo "Making $$target in $$subdir"; \ 395 if test "$$subdir" = "."; then \ 396 local_target="$$target-am"; \ 397 else \ 398 local_target="$$target"; \ 399 fi; \ 400 (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 401 || eval $$failcom; \ 402 done && test -z "$$fail" 403tags-recursive: 404 list='$(SUBDIRS)'; for subdir in $$list; do \ 405 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ 406 done 407ctags-recursive: 408 list='$(SUBDIRS)'; for subdir in $$list; do \ 409 test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ 410 done 411 412ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) 413 @AMSHOWCMDSAT@list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ 414 unique=`for i in $$list; do \ 415 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 416 done | \ 417 $(AWK) ' { files[$$0] = 1; } \ 418 END { for (i in files) print i; }'`; \ 419 @AMPRETTYECHO@ ' [MKID ] $$unique'; \ 420 mkid -fID $$unique 421tags: TAGS 422 423TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 424 $(TAGS_FILES) $(LISP) 425 @AMSHOWCMDSAT@tags=; \ 426 here=`pwd`; \ 427 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 428 include_option=--etags-include; \ 429 empty_fix=.; \ 430 else \ 431 include_option=--include; \ 432 empty_fix=; \ 433 fi; \ 434 list='$(SUBDIRS)'; for subdir in $$list; do \ 435 if test "$$subdir" = .; then :; else \ 436 test ! -f $$subdir/TAGS || \ 437 tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ 438 fi; \ 439 done; \ 440 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 441 unique=`for i in $$list; do \ 442 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 443 done | \ 444 $(AWK) ' { files[$$0] = 1; } \ 445 END { for (i in files) print i; }'`; \ 446 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ 447 test -n "$$unique" || unique=$$empty_fix; \ 448 @AMPRETTYECHO@ " [ETAGS ] $$tags"; \ 449 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 450 $$tags $$unique; \ 451 fi 452ctags: CTAGS 453CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ 454 $(TAGS_FILES) $(LISP) 455 @AMSHOWCMDSAT@tags=; \ 456 here=`pwd`; \ 457 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ 458 unique=`for i in $$list; do \ 459 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 460 done | \ 461 $(AWK) ' { files[$$0] = 1; } \ 462 END { for (i in files) print i; }'`; \ 463 test -z "$(CTAGS_ARGS)$$tags$$unique" \ 464 || ( \ 465 @AMPRETTYECHO@ " [CTAGS ] $$tags"; \ 466 $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 467 $$tags $$unique ) 468 469GTAGS: 470 @@AMPRETTYECHO@ ' [GTAGS ]' 471 @AMSHOWCMDSAT@here=`$(am__cd) $(top_builddir) && pwd` \ 472 && cd $(top_srcdir) \ 473 && gtags -i $(GTAGS_ARGS) $$here 474 475distclean-tags: 476 @@AMPRETTYECHO@ ' [RM ] TAGS ID GTAGS GRTAGS GSYMS GPATH tags' 477 @AMSHOWCMDSAT@-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 478 479distdir: $(DISTFILES) 480 @AMSHOWCMDSAT@$(am__remove_distdir) 481 @@AMPRETTYECHO@ ' [MKDIR ] $(distdir)' 482 @AMSHOWCMDSAT@mkdir $(distdir) 483 @@AMPRETTYECHO@ ' [MKDIR ] $(distdir)/.' 484 @AMSHOWCMDSAT@$(mkdir_p) $(distdir)/. 485 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ 486 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ 487 list='$(DISTFILES)'; for file in $$list; do \ 488 case $$file in \ 489 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ 490 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ 491 esac; \ 492 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 493 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ 494 if test "$$dir" != "$$file" && test "$$dir" != "."; then \ 495 dir="/$$dir"; \ 496 $(mkdir_p) "$(distdir)$$dir"; \ 497 else \ 498 dir=''; \ 499 fi; \ 500 if test -d $$d/$$file; then \ 501 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 502 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ 503 fi; \ 504 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ 505 else \ 506 test -f $(distdir)/$$file \ 507 || cp -p $$d/$$file $(distdir)/$$file \ 508 || exit 1; \ 509 fi; \ 510 done 511 @AMSHOWCMDSAT@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 512 if test "$$subdir" = .; then :; else \ 513 test -d "$(distdir)/$$subdir" \ 514 || $(mkdir_p) "$(distdir)/$$subdir" \ 515 || exit 1; \ 516 distdir=`$(am__cd) $(distdir) && pwd`; \ 517 top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ 518 (cd $$subdir && \ 519 $(MAKE) $(AM_MAKEFLAGS) \ 520 top_distdir="$$top_distdir" \ 521 distdir="$$distdir/$$subdir" \ 522 distdir) \ 523 || exit 1; \ 524 fi; \ 525 done 526 @AMSHOWCMDSAT@$(MAKE) $(AM_MAKEFLAGS) \ 527 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 528 dist-hook 529 @AMSHOWCMDSAT@-find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ 530 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 531 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 532 ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ 533 || ( @AMPRETTYECHO@ ' [CHMOD ] a+r $(distdir)'; chmod -R a+r $(distdir) ) 534dist-gzip: distdir 535 @@AMPRETTYECHO@ ' [TAR.GZ ] $(distdir).tar.gz' 536 @AMSHOWCMDSAT@tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 537 @AMSHOWCMDSAT@$(am__remove_distdir) 538dist-bzip2: distdir 539 @@AMPRETTYECHO@ ' [TAR.BZ2 ] $(distdir).tar.bz2' 540 @AMSHOWCMDSAT@tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 541 @AMSHOWCMDSAT@$(am__remove_distdir) 542 543dist-tarZ: distdir 544 @@AMPRETTYECHO@ ' [TAR.Z ] $(distdir).tar.Z' 545 @AMSHOWCMDSAT@tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 546 @AMSHOWCMDSAT@$(am__remove_distdir) 547 548dist-shar: distdir 549 @@AMPRETTYECHO@ ' [SHAR.GZ ] $(distdir).shar.gz' 550 @AMSHOWCMDSAT@shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 551 @AMSHOWCMDSAT@$(am__remove_distdir) 552 553dist-zip: distdir 554 @@AMPRETTYECHO@ ' [ZIP ] $(distdir).zip' 555 @AMSHOWCMDSAT@-rm -f $(distdir).zip 556 @AMSHOWCMDSAT@zip -rq $(distdir).zip $(distdir) 557 @AMSHOWCMDSAT@$(am__remove_distdir) 558 559dist dist-all: distdir 560 @@AMPRETTYECHO@ ' [TAR.GZ ] $(distdir).tar.gz' 561 @AMSHOWCMDSAT@tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 562 @@AMPRETTYECHO@ ' [TAR.BZ2 ] $(distdir).tar.bz2' 563 @AMSHOWCMDSAT@tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 564 @AMSHOWCMDSAT@$(am__remove_distdir) 565 566# This target untars the dist file and tries a VPATH configuration. Then 567# it guarantees that the distribution is self-contained by making another 568# tarfile. 569distcheck: dist 570 @AMSHOWCMDSAT@case '$(DIST_ARCHIVES)' in \ 571 *.tar.gz*) \ 572 @AMPRETTYECHO@ ' [UNTAR.GZ ] $(distdir).tar.gz'; \ 573 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ 574 *.tar.bz2*) \ 575 @AMPRETTYECHO@ ' [UNTAR.BZ2 ] $(distdir).tar.bz2'; \ 576 bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ 577 *.tar.Z*) \ 578 @AMPRETTYECHO@ ' [UNTAR.Z ] $(distdir).tar.Z'; \ 579 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 580 *.shar.gz*) \ 581 @AMPRETTYECHO@ ' [UNSHAR.GZ ] $(distdir).shar.gz'; \ 582 GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ 583 *.zip*) \ 584 @AMPRETTYECHO@ ' [UNZIP ] $(distdir).zip'; \ 585 unzip $(distdir).zip ;;\ 586 esac 587 @AMSHOWCMDSAT@chmod -R a-w $(distdir); chmod a+w $(distdir) 588 @AMSHOWCMDSAT@mkdir $(distdir)/_build 589 @AMSHOWCMDSAT@mkdir $(distdir)/_inst 590 @AMSHOWCMDSAT@chmod a-w $(distdir) 591 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 592 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 593 && cd $(distdir)/_build \ 594 && ../configure --srcdir=.. --prefix="$$dc_install_base" \ 595 $(DISTCHECK_CONFIGURE_FLAGS) \ 596 && $(MAKE) $(AM_MAKEFLAGS) \ 597 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 598 && $(MAKE) $(AM_MAKEFLAGS) check \ 599 && $(MAKE) $(AM_MAKEFLAGS) install \ 600 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 601 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 602 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 603 distuninstallcheck \ 604 && chmod -R a-w "$$dc_install_base" \ 605 && ({ \ 606 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 607 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 608 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 609 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 610 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 611 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 612 && rm -rf "$$dc_destdir" \ 613 && $(MAKE) $(AM_MAKEFLAGS) dist \ 614 && rm -rf $(DIST_ARCHIVES) \ 615 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck 616 $(am__remove_distdir) 617 @(echo "$(distdir) archives ready for distribution: "; \ 618 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 619 sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' 620distuninstallcheck: 621 @cd $(distuninstallcheck_dir) \ 622 && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ 623 || { echo "ERROR: files left after uninstall:" ; \ 624 if test -n "$(DESTDIR)"; then \ 625 echo " (check DESTDIR support)"; \ 626 fi ; \ 627 $(distuninstallcheck_listfiles) ; \ 628 exit 1; } >&2 629distcleancheck: distclean 630 @if test '$(srcdir)' = . ; then \ 631 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 632 exit 1 ; \ 633 fi 634 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 635 || { echo "ERROR: files left in build directory after distclean:" ; \ 636 $(distcleancheck_listfiles) ; \ 637 exit 1; } >&2 638check-am: all-am 639check: check-recursive 640all-am: Makefile $(DATA) config.h 641installdirs: installdirs-recursive 642installdirs-am: 643 @AMSHOWCMDSAT@for dir in "$(DESTDIR)$(pkgconfigdir)"; do \ 644 test -z "$$dir" || ( @AMPRETTYECHO@ " [MKDIR ] $$dir"; $(mkdir_p) "$$dir" ); \ 645 done 646install: install-recursive 647install-exec: install-exec-recursive 648install-data: install-data-recursive 649uninstall: uninstall-recursive 650 651install-am: all-am 652 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 653 654installcheck: installcheck-recursive 655install-strip: 656 @AMSHOWCMDSAT@$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 657 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 658 `test -z '$(STRIP)' || \ 659 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install 660mostlyclean-generic: 661 662clean-generic: 663 @@AMPRETTYECHO@ ' [RM ] $(CLEANFILES)' 664 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 665 666distclean-generic: 667 @@AMPRETTYECHO@ ' [RM ] $(CONFIG_CLEAN_FILES)' 668 @AMSHOWCMDSAT@-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 669 670maintainer-clean-generic: 671 @echo "This command is intended for maintainers to use" 672 @echo "it deletes files that may require special tools to rebuild." 673clean: clean-recursive 674 675clean-am: clean-generic clean-libtool mostlyclean-am 676 677distclean: distclean-recursive 678 @@AMPRETTYECHO@ ' [RM ] $(am__CONFIG_DISTCLEAN_FILES)' 679 @AMSHOWCMDSAT@-rm -f $(am__CONFIG_DISTCLEAN_FILES) 680 @@AMPRETTYECHO@ ' [RM ] Makefile' 681 @AMSHOWCMDSAT@-rm -f Makefile 682distclean-am: clean-am distclean-generic distclean-hdr \ 683 distclean-libtool distclean-tags 684 685dvi: dvi-recursive 686 687dvi-am: 688 689html: html-recursive 690 691info: info-recursive 692 693info-am: 694 695install-data-am: install-pkgconfigDATA 696 697install-exec-am: 698 699install-info: install-info-recursive 700 701install-man: 702 703installcheck-am: 704 705maintainer-clean: maintainer-clean-recursive 706 @@AMPRETTYECHO@ ' [RM ] $(am__CONFIG_DISTCLEAN_FILES)' 707 @AMSHOWCMDSAT@-rm -f $(am__CONFIG_DISTCLEAN_FILES) 708 @@AMPRETTYECHO@ ' [RM ] autom4te.cache/' 709 @AMSHOWCMDSAT@-rm -rf $(top_srcdir)/autom4te.cache 710 @@AMPRETTYECHO@ ' [RM ] Makefile' 711 @AMSHOWCMDSAT@-rm -f Makefile 712maintainer-clean-am: distclean-am maintainer-clean-generic 713 714mostlyclean: mostlyclean-recursive 715 716mostlyclean-am: mostlyclean-generic mostlyclean-libtool 717 718pdf: pdf-recursive 719 720pdf-am: 721 722ps: ps-recursive 723 724ps-am: 725 726uninstall-am: uninstall-info-am uninstall-pkgconfigDATA 727 728uninstall-info: uninstall-info-recursive 729 730.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ 731 check-am clean clean-generic clean-libtool clean-recursive \ 732 ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \ 733 dist-hook dist-shar dist-tarZ dist-zip distcheck distclean \ 734 distclean-generic distclean-hdr distclean-libtool \ 735 distclean-recursive distclean-tags distcleancheck distdir \ 736 distuninstallcheck dvi dvi-am html html-am info info-am \ 737 install install-am install-data install-data-am install-exec \ 738 install-exec-am install-info install-info-am install-man \ 739 install-pkgconfigDATA install-strip installcheck \ 740 installcheck-am installdirs installdirs-am maintainer-clean \ 741 maintainer-clean-generic maintainer-clean-recursive \ 742 mostlyclean mostlyclean-generic mostlyclean-libtool \ 743 mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ 744 uninstall uninstall-am uninstall-info-am \ 745 uninstall-pkgconfigDATA 746 747 748ChangeLog: 749 (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2) 750 751dist-hook: ChangeLog 752# Tell versions [3.59,3.63) of GNU make to not export all variables. 753# Otherwise a system limit (for SysV at least) may be exceeded. 754.NOEXPORT: 755