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