Makefile.in revision f66df612
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 compile config.guess config.sub install-sh \ 183 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.xz 220GZIP_ENV = --best 221DIST_TARGETS = dist-xz 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@ 299XRANDR_CFLAGS = @XRANDR_CFLAGS@ 300XRANDR_LIBS = @XRANDR_LIBS@ 301YACC = @YACC@ 302YACC_INST = @YACC_INST@ 303YFLAGS = @YFLAGS@ 304abs_builddir = @abs_builddir@ 305abs_srcdir = @abs_srcdir@ 306abs_top_builddir = @abs_top_builddir@ 307abs_top_srcdir = @abs_top_srcdir@ 308ac_ct_CC = @ac_ct_CC@ 309am__include = @am__include@ 310am__leading_dot = @am__leading_dot@ 311am__quote = @am__quote@ 312am__tar = @am__tar@ 313am__untar = @am__untar@ 314bindir = @bindir@ 315build = @build@ 316build_alias = @build_alias@ 317build_cpu = @build_cpu@ 318build_os = @build_os@ 319build_vendor = @build_vendor@ 320builddir = @builddir@ 321datadir = @datadir@ 322datarootdir = @datarootdir@ 323docdir = @docdir@ 324dvidir = @dvidir@ 325exec_prefix = @exec_prefix@ 326host = @host@ 327host_alias = @host_alias@ 328host_cpu = @host_cpu@ 329host_os = @host_os@ 330host_vendor = @host_vendor@ 331htmldir = @htmldir@ 332includedir = @includedir@ 333infodir = @infodir@ 334install_sh = @install_sh@ 335libdir = @libdir@ 336libexecdir = @libexecdir@ 337localedir = @localedir@ 338localstatedir = @localstatedir@ 339mandir = @mandir@ 340mkdir_p = @mkdir_p@ 341oldincludedir = @oldincludedir@ 342pdfdir = @pdfdir@ 343prefix = @prefix@ 344program_transform_name = @program_transform_name@ 345psdir = @psdir@ 346sbindir = @sbindir@ 347sharedstatedir = @sharedstatedir@ 348srcdir = @srcdir@ 349sysconfdir = @sysconfdir@ 350target_alias = @target_alias@ 351top_build_prefix = @top_build_prefix@ 352top_builddir = @top_builddir@ 353top_srcdir = @top_srcdir@ 354SUBDIRS = src man 355EXTRA_DIST = sample-twmrc/jim.twmrc sample-twmrc/keith.twmrc sample-twmrc/lemke.twmrc README.md 356MAINTAINERCLEANFILES = ChangeLog INSTALL 357all: config.h 358 $(MAKE) $(AM_MAKEFLAGS) all-recursive 359 360.SUFFIXES: 361am--refresh: Makefile 362 @: 363$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 364 @for dep in $?; do \ 365 case '$(am__configure_deps)' in \ 366 *$$dep*) \ 367 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \ 368 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \ 369 && exit 0; \ 370 exit 1;; \ 371 esac; \ 372 done; \ 373 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ 374 $(am__cd) $(top_srcdir) && \ 375 $(AUTOMAKE) --foreign Makefile 376Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 377 @case '$?' in \ 378 *config.status*) \ 379 echo ' $(SHELL) ./config.status'; \ 380 $(SHELL) ./config.status;; \ 381 *) \ 382 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ 383 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ 384 esac; 385 386$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 387 $(SHELL) ./config.status --recheck 388 389$(top_srcdir)/configure: $(am__configure_deps) 390 $(am__cd) $(srcdir) && $(AUTOCONF) 391$(ACLOCAL_M4): $(am__aclocal_m4_deps) 392 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) 393$(am__aclocal_m4_deps): 394 395config.h: stamp-h1 396 @test -f $@ || rm -f stamp-h1 397 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 398 399stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status 400 @rm -f stamp-h1 401 cd $(top_builddir) && $(SHELL) ./config.status config.h 402$(srcdir)/config.h.in: $(am__configure_deps) 403 ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) 404 rm -f stamp-h1 405 touch $@ 406 407distclean-hdr: 408 -rm -f config.h stamp-h1 409 410# This directory's subdirectories are mostly independent; you can cd 411# into them and run 'make' without going through this Makefile. 412# To change the values of 'make' variables: instead of editing Makefiles, 413# (1) if the variable is set in 'config.status', edit 'config.status' 414# (which will cause the Makefiles to be regenerated when you run 'make'); 415# (2) otherwise, pass the desired values on the 'make' command line. 416$(am__recursive_targets): 417 @fail=; \ 418 if $(am__make_keepgoing); then \ 419 failcom='fail=yes'; \ 420 else \ 421 failcom='exit 1'; \ 422 fi; \ 423 dot_seen=no; \ 424 target=`echo $@ | sed s/-recursive//`; \ 425 case "$@" in \ 426 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 427 *) list='$(SUBDIRS)' ;; \ 428 esac; \ 429 for subdir in $$list; do \ 430 echo "Making $$target in $$subdir"; \ 431 if test "$$subdir" = "."; then \ 432 dot_seen=yes; \ 433 local_target="$$target-am"; \ 434 else \ 435 local_target="$$target"; \ 436 fi; \ 437 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 438 || eval $$failcom; \ 439 done; \ 440 if test "$$dot_seen" = "no"; then \ 441 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 442 fi; test -z "$$fail" 443 444ID: $(am__tagged_files) 445 $(am__define_uniq_tagged_files); mkid -fID $$unique 446tags: tags-recursive 447TAGS: tags 448 449tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 450 set x; \ 451 here=`pwd`; \ 452 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 453 include_option=--etags-include; \ 454 empty_fix=.; \ 455 else \ 456 include_option=--include; \ 457 empty_fix=; \ 458 fi; \ 459 list='$(SUBDIRS)'; for subdir in $$list; do \ 460 if test "$$subdir" = .; then :; else \ 461 test ! -f $$subdir/TAGS || \ 462 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 463 fi; \ 464 done; \ 465 $(am__define_uniq_tagged_files); \ 466 shift; \ 467 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 468 test -n "$$unique" || unique=$$empty_fix; \ 469 if test $$# -gt 0; then \ 470 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 471 "$$@" $$unique; \ 472 else \ 473 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 474 $$unique; \ 475 fi; \ 476 fi 477ctags: ctags-recursive 478 479CTAGS: ctags 480ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 481 $(am__define_uniq_tagged_files); \ 482 test -z "$(CTAGS_ARGS)$$unique" \ 483 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 484 $$unique 485 486GTAGS: 487 here=`$(am__cd) $(top_builddir) && pwd` \ 488 && $(am__cd) $(top_srcdir) \ 489 && gtags -i $(GTAGS_ARGS) "$$here" 490cscope: cscope.files 491 test ! -s cscope.files \ 492 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) 493clean-cscope: 494 -rm -f cscope.files 495cscope.files: clean-cscope cscopelist 496cscopelist: cscopelist-recursive 497 498cscopelist-am: $(am__tagged_files) 499 list='$(am__tagged_files)'; \ 500 case "$(srcdir)" in \ 501 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 502 *) sdir=$(subdir)/$(srcdir) ;; \ 503 esac; \ 504 for i in $$list; do \ 505 if test -f "$$i"; then \ 506 echo "$(subdir)/$$i"; \ 507 else \ 508 echo "$$sdir/$$i"; \ 509 fi; \ 510 done >> $(top_builddir)/cscope.files 511 512distclean-tags: 513 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 514 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files 515 516distdir: $(DISTFILES) 517 $(am__remove_distdir) 518 test -d "$(distdir)" || mkdir "$(distdir)" 519 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 520 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 521 list='$(DISTFILES)'; \ 522 dist_files=`for file in $$list; do echo $$file; done | \ 523 sed -e "s|^$$srcdirstrip/||;t" \ 524 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 525 case $$dist_files in \ 526 */*) $(MKDIR_P) `echo "$$dist_files" | \ 527 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 528 sort -u` ;; \ 529 esac; \ 530 for file in $$dist_files; do \ 531 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 532 if test -d $$d/$$file; then \ 533 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 534 if test -d "$(distdir)/$$file"; then \ 535 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 536 fi; \ 537 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 538 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 539 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 540 fi; \ 541 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 542 else \ 543 test -f "$(distdir)/$$file" \ 544 || cp -p $$d/$$file "$(distdir)/$$file" \ 545 || exit 1; \ 546 fi; \ 547 done 548 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 549 if test "$$subdir" = .; then :; else \ 550 $(am__make_dryrun) \ 551 || test -d "$(distdir)/$$subdir" \ 552 || $(MKDIR_P) "$(distdir)/$$subdir" \ 553 || exit 1; \ 554 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 555 $(am__relativize); \ 556 new_distdir=$$reldir; \ 557 dir1=$$subdir; dir2="$(top_distdir)"; \ 558 $(am__relativize); \ 559 new_top_distdir=$$reldir; \ 560 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 561 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 562 ($(am__cd) $$subdir && \ 563 $(MAKE) $(AM_MAKEFLAGS) \ 564 top_distdir="$$new_top_distdir" \ 565 distdir="$$new_distdir" \ 566 am__remove_distdir=: \ 567 am__skip_length_check=: \ 568 am__skip_mode_fix=: \ 569 distdir) \ 570 || exit 1; \ 571 fi; \ 572 done 573 $(MAKE) $(AM_MAKEFLAGS) \ 574 top_distdir="$(top_distdir)" distdir="$(distdir)" \ 575 dist-hook 576 -test -n "$(am__skip_mode_fix)" \ 577 || find "$(distdir)" -type d ! -perm -755 \ 578 -exec chmod u+rwx,go+rx {} \; -o \ 579 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ 580 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ 581 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ 582 || chmod -R a+r "$(distdir)" 583dist-gzip: distdir 584 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz 585 $(am__post_remove_distdir) 586 587dist-bzip2: distdir 588 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 589 $(am__post_remove_distdir) 590 591dist-lzip: distdir 592 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz 593 $(am__post_remove_distdir) 594dist-xz: distdir 595 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz 596 $(am__post_remove_distdir) 597 598dist-tarZ: distdir 599 @echo WARNING: "Support for distribution archives compressed with" \ 600 "legacy program 'compress' is deprecated." >&2 601 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 602 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z 603 $(am__post_remove_distdir) 604 605dist-shar: distdir 606 @echo WARNING: "Support for shar distribution archives is" \ 607 "deprecated." >&2 608 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 609 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz 610 $(am__post_remove_distdir) 611 612dist-zip: distdir 613 -rm -f $(distdir).zip 614 zip -rq $(distdir).zip $(distdir) 615 $(am__post_remove_distdir) 616 617dist dist-all: 618 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' 619 $(am__post_remove_distdir) 620 621# This target untars the dist file and tries a VPATH configuration. Then 622# it guarantees that the distribution is self-contained by making another 623# tarfile. 624distcheck: dist 625 case '$(DIST_ARCHIVES)' in \ 626 *.tar.gz*) \ 627 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ 628 *.tar.bz2*) \ 629 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ 630 *.tar.lz*) \ 631 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ 632 *.tar.xz*) \ 633 xz -dc $(distdir).tar.xz | $(am__untar) ;;\ 634 *.tar.Z*) \ 635 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ 636 *.shar.gz*) \ 637 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ 638 *.zip*) \ 639 unzip $(distdir).zip ;;\ 640 esac 641 chmod -R a-w $(distdir) 642 chmod u+w $(distdir) 643 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst 644 chmod a-w $(distdir) 645 test -d $(distdir)/_build || exit 0; \ 646 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ 647 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ 648 && am__cwd=`pwd` \ 649 && $(am__cd) $(distdir)/_build/sub \ 650 && ../../configure \ 651 $(AM_DISTCHECK_CONFIGURE_FLAGS) \ 652 $(DISTCHECK_CONFIGURE_FLAGS) \ 653 --srcdir=../.. --prefix="$$dc_install_base" \ 654 && $(MAKE) $(AM_MAKEFLAGS) \ 655 && $(MAKE) $(AM_MAKEFLAGS) dvi \ 656 && $(MAKE) $(AM_MAKEFLAGS) check \ 657 && $(MAKE) $(AM_MAKEFLAGS) install \ 658 && $(MAKE) $(AM_MAKEFLAGS) installcheck \ 659 && $(MAKE) $(AM_MAKEFLAGS) uninstall \ 660 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ 661 distuninstallcheck \ 662 && chmod -R a-w "$$dc_install_base" \ 663 && ({ \ 664 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ 665 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ 666 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ 667 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ 668 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ 669 } || { rm -rf "$$dc_destdir"; exit 1; }) \ 670 && rm -rf "$$dc_destdir" \ 671 && $(MAKE) $(AM_MAKEFLAGS) dist \ 672 && rm -rf $(DIST_ARCHIVES) \ 673 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ 674 && cd "$$am__cwd" \ 675 || exit 1 676 $(am__post_remove_distdir) 677 @(echo "$(distdir) archives ready for distribution: "; \ 678 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ 679 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' 680distuninstallcheck: 681 @test -n '$(distuninstallcheck_dir)' || { \ 682 echo 'ERROR: trying to run $@ with an empty' \ 683 '$$(distuninstallcheck_dir)' >&2; \ 684 exit 1; \ 685 }; \ 686 $(am__cd) '$(distuninstallcheck_dir)' || { \ 687 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ 688 exit 1; \ 689 }; \ 690 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ 691 || { echo "ERROR: files left after uninstall:" ; \ 692 if test -n "$(DESTDIR)"; then \ 693 echo " (check DESTDIR support)"; \ 694 fi ; \ 695 $(distuninstallcheck_listfiles) ; \ 696 exit 1; } >&2 697distcleancheck: distclean 698 @if test '$(srcdir)' = . ; then \ 699 echo "ERROR: distcleancheck can only run from a VPATH build" ; \ 700 exit 1 ; \ 701 fi 702 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ 703 || { echo "ERROR: files left in build directory after distclean:" ; \ 704 $(distcleancheck_listfiles) ; \ 705 exit 1; } >&2 706check-am: all-am 707check: check-recursive 708all-am: Makefile config.h 709installdirs: installdirs-recursive 710installdirs-am: 711install: install-recursive 712install-exec: install-exec-recursive 713install-data: install-data-recursive 714uninstall: uninstall-recursive 715 716install-am: all-am 717 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 718 719installcheck: installcheck-recursive 720install-strip: 721 if test -z '$(STRIP)'; then \ 722 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 723 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 724 install; \ 725 else \ 726 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 727 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 728 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 729 fi 730mostlyclean-generic: 731 732clean-generic: 733 734distclean-generic: 735 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 736 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 737 738maintainer-clean-generic: 739 @echo "This command is intended for maintainers to use" 740 @echo "it deletes files that may require special tools to rebuild." 741 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) 742clean: clean-recursive 743 744clean-am: clean-generic mostlyclean-am 745 746distclean: distclean-recursive 747 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 748 -rm -f Makefile 749distclean-am: clean-am distclean-generic distclean-hdr distclean-tags 750 751dvi: dvi-recursive 752 753dvi-am: 754 755html: html-recursive 756 757html-am: 758 759info: info-recursive 760 761info-am: 762 763install-data-am: 764 765install-dvi: install-dvi-recursive 766 767install-dvi-am: 768 769install-exec-am: 770 771install-html: install-html-recursive 772 773install-html-am: 774 775install-info: install-info-recursive 776 777install-info-am: 778 779install-man: 780 781install-pdf: install-pdf-recursive 782 783install-pdf-am: 784 785install-ps: install-ps-recursive 786 787install-ps-am: 788 789installcheck-am: 790 791maintainer-clean: maintainer-clean-recursive 792 -rm -f $(am__CONFIG_DISTCLEAN_FILES) 793 -rm -rf $(top_srcdir)/autom4te.cache 794 -rm -f Makefile 795maintainer-clean-am: distclean-am maintainer-clean-generic 796 797mostlyclean: mostlyclean-recursive 798 799mostlyclean-am: mostlyclean-generic 800 801pdf: pdf-recursive 802 803pdf-am: 804 805ps: ps-recursive 806 807ps-am: 808 809uninstall-am: 810 811.MAKE: $(am__recursive_targets) all install-am install-strip 812 813.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ 814 am--refresh check check-am clean clean-cscope clean-generic \ 815 cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ 816 dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \ 817 dist-zip distcheck distclean distclean-generic distclean-hdr \ 818 distclean-tags distcleancheck distdir distuninstallcheck dvi \ 819 dvi-am html html-am info info-am install install-am \ 820 install-data install-data-am install-dvi install-dvi-am \ 821 install-exec install-exec-am install-html install-html-am \ 822 install-info install-info-am install-man install-pdf \ 823 install-pdf-am install-ps install-ps-am install-strip \ 824 installcheck installcheck-am installdirs installdirs-am \ 825 maintainer-clean maintainer-clean-generic mostlyclean \ 826 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \ 827 uninstall-am 828 829.PRECIOUS: Makefile 830 831 832.PHONY: ChangeLog INSTALL 833 834INSTALL: 835 $(INSTALL_CMD) 836 837ChangeLog: 838 $(CHANGELOG_CMD) 839 840dist-hook: ChangeLog INSTALL 841 842# Tell versions [3.59,3.63) of GNU make to not export all variables. 843# Otherwise a system limit (for SysV at least) may be exceeded. 844.NOEXPORT: 845