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