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