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