1# Makefile.in generated by automake 1.16.1 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2018 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 2000, 2001, 2002, 2012-2019 Free Software Foundation, Inc. 19# 20# This file is part of GNU lightning. 21# 22# GNU lightning is free software; you can redistribute it and/or modify it 23# under the terms of the GNU Lesser General Public License as published 24# by the Free Software Foundation; either version 3, or (at your option) 25# any later version. 26# 27# GNU lightning is distributed in the hope that it will be useful, but 28# WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 29# or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public 30# License for more details. 31# 32 33VPATH = @srcdir@ 34am__is_gnu_make = { \ 35 if test -z '$(MAKELEVEL)'; then \ 36 false; \ 37 elif test -n '$(MAKE_HOST)'; then \ 38 true; \ 39 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 40 true; \ 41 else \ 42 false; \ 43 fi; \ 44} 45am__make_running_with_option = \ 46 case $${target_option-} in \ 47 ?) ;; \ 48 *) echo "am__make_running_with_option: internal error: invalid" \ 49 "target option '$${target_option-}' specified" >&2; \ 50 exit 1;; \ 51 esac; \ 52 has_opt=no; \ 53 sane_makeflags=$$MAKEFLAGS; \ 54 if $(am__is_gnu_make); then \ 55 sane_makeflags=$$MFLAGS; \ 56 else \ 57 case $$MAKEFLAGS in \ 58 *\\[\ \ ]*) \ 59 bs=\\; \ 60 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 61 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 62 esac; \ 63 fi; \ 64 skip_next=no; \ 65 strip_trailopt () \ 66 { \ 67 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 68 }; \ 69 for flg in $$sane_makeflags; do \ 70 test $$skip_next = yes && { skip_next=no; continue; }; \ 71 case $$flg in \ 72 *=*|--*) continue;; \ 73 -*I) strip_trailopt 'I'; skip_next=yes;; \ 74 -*I?*) strip_trailopt 'I';; \ 75 -*O) strip_trailopt 'O'; skip_next=yes;; \ 76 -*O?*) strip_trailopt 'O';; \ 77 -*l) strip_trailopt 'l'; skip_next=yes;; \ 78 -*l?*) strip_trailopt 'l';; \ 79 -[dEDm]) skip_next=yes;; \ 80 -[JT]) skip_next=yes;; \ 81 esac; \ 82 case $$flg in \ 83 *$$target_option*) has_opt=yes; break;; \ 84 esac; \ 85 done; \ 86 test $$has_opt = yes 87am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 88am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 89pkgdatadir = $(datadir)/@PACKAGE@ 90pkgincludedir = $(includedir)/@PACKAGE@ 91pkglibdir = $(libdir)/@PACKAGE@ 92pkglibexecdir = $(libexecdir)/@PACKAGE@ 93am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 94install_sh_DATA = $(install_sh) -c -m 644 95install_sh_PROGRAM = $(install_sh) -c 96install_sh_SCRIPT = $(install_sh) -c 97INSTALL_HEADER = $(INSTALL_DATA) 98transform = $(program_transform_name) 99NORMAL_INSTALL = : 100PRE_INSTALL = : 101POST_INSTALL = : 102NORMAL_UNINSTALL = : 103PRE_UNINSTALL = : 104POST_UNINSTALL = : 105build_triplet = @build@ 106host_triplet = @host@ 107target_triplet = @target@ 108subdir = include 109ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 110am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ 111 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 112 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 113 $(top_srcdir)/configure.ac 114am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 115 $(ACLOCAL_M4) 116DIST_COMMON = $(srcdir)/Makefile.am $(include_HEADERS) \ 117 $(am__DIST_COMMON) 118mkinstalldirs = $(install_sh) -d 119CONFIG_HEADER = $(top_builddir)/config.h 120CONFIG_CLEAN_FILES = lightning.h 121CONFIG_CLEAN_VPATH_FILES = 122AM_V_P = $(am__v_P_@AM_V@) 123am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 124am__v_P_0 = false 125am__v_P_1 = : 126AM_V_GEN = $(am__v_GEN_@AM_V@) 127am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 128am__v_GEN_0 = @echo " GEN " $@; 129am__v_GEN_1 = 130AM_V_at = $(am__v_at_@AM_V@) 131am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 132am__v_at_0 = @ 133am__v_at_1 = 134SOURCES = 135DIST_SOURCES = 136RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ 137 ctags-recursive dvi-recursive html-recursive info-recursive \ 138 install-data-recursive install-dvi-recursive \ 139 install-exec-recursive install-html-recursive \ 140 install-info-recursive install-pdf-recursive \ 141 install-ps-recursive install-recursive installcheck-recursive \ 142 installdirs-recursive pdf-recursive ps-recursive \ 143 tags-recursive uninstall-recursive 144am__can_run_installinfo = \ 145 case $$AM_UPDATE_INFO_DIR in \ 146 n|no|NO) false;; \ 147 *) (install-info --version) >/dev/null 2>&1;; \ 148 esac 149am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 150am__vpath_adj = case $$p in \ 151 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 152 *) f=$$p;; \ 153 esac; 154am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 155am__install_max = 40 156am__nobase_strip_setup = \ 157 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 158am__nobase_strip = \ 159 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 160am__nobase_list = $(am__nobase_strip_setup); \ 161 for p in $$list; do echo "$$p $$p"; done | \ 162 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 163 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 164 if (++n[$$2] == $(am__install_max)) \ 165 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 166 END { for (dir in files) print dir, files[dir] }' 167am__base_list = \ 168 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 169 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 170am__uninstall_files_from_dir = { \ 171 test -z "$$files" \ 172 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 173 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 174 $(am__cd) "$$dir" && rm -f $$files; }; \ 175 } 176am__installdirs = "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)" 177HEADERS = $(include_HEADERS) $(nodist_include_HEADERS) 178RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 179 distclean-recursive maintainer-clean-recursive 180am__recursive_targets = \ 181 $(RECURSIVE_TARGETS) \ 182 $(RECURSIVE_CLEAN_TARGETS) \ 183 $(am__extra_recursive_targets) 184AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 185 distdir distdir-am 186am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 187# Read a list of newline-separated strings from the standard input, 188# and print each of them once, without duplicates. Input order is 189# *not* preserved. 190am__uniquify_input = $(AWK) '\ 191 BEGIN { nonempty = 0; } \ 192 { items[$$0] = 1; nonempty = 1; } \ 193 END { if (nonempty) { for (i in items) print i; }; } \ 194' 195# Make sure the list of sources is unique. This is necessary because, 196# e.g., the same source file might be shared among _SOURCES variables 197# for different programs/libraries. 198am__define_uniq_tagged_files = \ 199 list='$(am__tagged_files)'; \ 200 unique=`for i in $$list; do \ 201 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 202 done | $(am__uniquify_input)` 203ETAGS = etags 204CTAGS = ctags 205DIST_SUBDIRS = $(SUBDIRS) 206am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/lightning.h.in 207DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 208am__relativize = \ 209 dir0=`pwd`; \ 210 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 211 sed_rest='s,^[^/]*/*,,'; \ 212 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 213 sed_butlast='s,/*[^/]*$$,,'; \ 214 while test -n "$$dir1"; do \ 215 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 216 if test "$$first" != "."; then \ 217 if test "$$first" = ".."; then \ 218 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 219 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 220 else \ 221 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 222 if test "$$first2" = "$$first"; then \ 223 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 224 else \ 225 dir2="../$$dir2"; \ 226 fi; \ 227 dir0="$$dir0"/"$$first"; \ 228 fi; \ 229 fi; \ 230 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 231 done; \ 232 reldir="$$dir2" 233ACLOCAL = @ACLOCAL@ 234AMTAR = @AMTAR@ 235AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 236AR = @AR@ 237AUTOCONF = @AUTOCONF@ 238AUTOHEADER = @AUTOHEADER@ 239AUTOMAKE = @AUTOMAKE@ 240AWK = @AWK@ 241CC = @CC@ 242CCDEPMODE = @CCDEPMODE@ 243CFLAGS = @CFLAGS@ 244CPP = @CPP@ 245CPPFLAGS = @CPPFLAGS@ 246CYGPATH_W = @CYGPATH_W@ 247DEFS = @DEFS@ 248DEPDIR = @DEPDIR@ 249DLLTOOL = @DLLTOOL@ 250DSYMUTIL = @DSYMUTIL@ 251DUMPBIN = @DUMPBIN@ 252ECHO_C = @ECHO_C@ 253ECHO_N = @ECHO_N@ 254ECHO_T = @ECHO_T@ 255EGREP = @EGREP@ 256EXEEXT = @EXEEXT@ 257FGREP = @FGREP@ 258GREP = @GREP@ 259INSTALL = @INSTALL@ 260INSTALL_DATA = @INSTALL_DATA@ 261INSTALL_PROGRAM = @INSTALL_PROGRAM@ 262INSTALL_SCRIPT = @INSTALL_SCRIPT@ 263INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 264LD = @LD@ 265LDFLAGS = @LDFLAGS@ 266LIBOBJS = @LIBOBJS@ 267LIBS = @LIBS@ 268LIBTOOL = @LIBTOOL@ 269LIGHTNING_CFLAGS = @LIGHTNING_CFLAGS@ 270LIPO = @LIPO@ 271LN_S = @LN_S@ 272LTLIBOBJS = @LTLIBOBJS@ 273LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 274MAKEINFO = @MAKEINFO@ 275MANIFEST_TOOL = @MANIFEST_TOOL@ 276MAYBE_INCLUDE_STDINT_H = @MAYBE_INCLUDE_STDINT_H@ 277MKDIR_P = @MKDIR_P@ 278NM = @NM@ 279NMEDIT = @NMEDIT@ 280OBJDUMP = @OBJDUMP@ 281OBJEXT = @OBJEXT@ 282OTOOL = @OTOOL@ 283OTOOL64 = @OTOOL64@ 284PACKAGE = @PACKAGE@ 285PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 286PACKAGE_NAME = @PACKAGE_NAME@ 287PACKAGE_STRING = @PACKAGE_STRING@ 288PACKAGE_TARNAME = @PACKAGE_TARNAME@ 289PACKAGE_URL = @PACKAGE_URL@ 290PACKAGE_VERSION = @PACKAGE_VERSION@ 291PATH_SEPARATOR = @PATH_SEPARATOR@ 292RANLIB = @RANLIB@ 293SED = @SED@ 294SET_MAKE = @SET_MAKE@ 295SHELL = @SHELL@ 296SHLIB = @SHLIB@ 297STRIP = @STRIP@ 298VERSION = @VERSION@ 299abs_builddir = @abs_builddir@ 300abs_srcdir = @abs_srcdir@ 301abs_top_builddir = @abs_top_builddir@ 302abs_top_srcdir = @abs_top_srcdir@ 303ac_ct_AR = @ac_ct_AR@ 304ac_ct_CC = @ac_ct_CC@ 305ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 306am__include = @am__include@ 307am__leading_dot = @am__leading_dot@ 308am__quote = @am__quote@ 309am__tar = @am__tar@ 310am__untar = @am__untar@ 311bindir = @bindir@ 312build = @build@ 313build_alias = @build_alias@ 314build_cpu = @build_cpu@ 315build_os = @build_os@ 316build_vendor = @build_vendor@ 317builddir = @builddir@ 318cpu = @cpu@ 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 = @target@ 349target_alias = @target_alias@ 350target_cpu = @target_cpu@ 351target_os = @target_os@ 352target_vendor = @target_vendor@ 353top_build_prefix = @top_build_prefix@ 354top_builddir = @top_builddir@ 355top_srcdir = @top_srcdir@ 356include_HEADERS = lightning.h 357SUBDIRS = \ 358 lightning 359 360nodist_include_HEADERS = lightning.h 361all: all-recursive 362 363.SUFFIXES: 364$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 365 @for dep in $?; do \ 366 case '$(am__configure_deps)' in \ 367 *$$dep*) \ 368 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 369 && { if test -f $@; then exit 0; else break; fi; }; \ 370 exit 1;; \ 371 esac; \ 372 done; \ 373 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \ 374 $(am__cd) $(top_srcdir) && \ 375 $(AUTOMAKE) --gnu include/Makefile 376Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 377 @case '$?' in \ 378 *config.status*) \ 379 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 380 *) \ 381 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 382 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 383 esac; 384 385$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 386 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 387 388$(top_srcdir)/configure: $(am__configure_deps) 389 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 390$(ACLOCAL_M4): $(am__aclocal_m4_deps) 391 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 392$(am__aclocal_m4_deps): 393lightning.h: $(top_builddir)/config.status $(srcdir)/lightning.h.in 394 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 395 396mostlyclean-libtool: 397 -rm -f *.lo 398 399clean-libtool: 400 -rm -rf .libs _libs 401install-includeHEADERS: $(include_HEADERS) 402 @$(NORMAL_INSTALL) 403 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 404 if test -n "$$list"; then \ 405 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 406 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 407 fi; \ 408 for p in $$list; do \ 409 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 410 echo "$$d$$p"; \ 411 done | $(am__base_list) | \ 412 while read files; do \ 413 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 414 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 415 done 416 417uninstall-includeHEADERS: 418 @$(NORMAL_UNINSTALL) 419 @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \ 420 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 421 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 422install-nodist_includeHEADERS: $(nodist_include_HEADERS) 423 @$(NORMAL_INSTALL) 424 @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \ 425 if test -n "$$list"; then \ 426 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 427 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 428 fi; \ 429 for p in $$list; do \ 430 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 431 echo "$$d$$p"; \ 432 done | $(am__base_list) | \ 433 while read files; do \ 434 echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \ 435 $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \ 436 done 437 438uninstall-nodist_includeHEADERS: 439 @$(NORMAL_UNINSTALL) 440 @list='$(nodist_include_HEADERS)'; test -n "$(includedir)" || list=; \ 441 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 442 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 443 444# This directory's subdirectories are mostly independent; you can cd 445# into them and run 'make' without going through this Makefile. 446# To change the values of 'make' variables: instead of editing Makefiles, 447# (1) if the variable is set in 'config.status', edit 'config.status' 448# (which will cause the Makefiles to be regenerated when you run 'make'); 449# (2) otherwise, pass the desired values on the 'make' command line. 450$(am__recursive_targets): 451 @fail=; \ 452 if $(am__make_keepgoing); then \ 453 failcom='fail=yes'; \ 454 else \ 455 failcom='exit 1'; \ 456 fi; \ 457 dot_seen=no; \ 458 target=`echo $@ | sed s/-recursive//`; \ 459 case "$@" in \ 460 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 461 *) list='$(SUBDIRS)' ;; \ 462 esac; \ 463 for subdir in $$list; do \ 464 echo "Making $$target in $$subdir"; \ 465 if test "$$subdir" = "."; then \ 466 dot_seen=yes; \ 467 local_target="$$target-am"; \ 468 else \ 469 local_target="$$target"; \ 470 fi; \ 471 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 472 || eval $$failcom; \ 473 done; \ 474 if test "$$dot_seen" = "no"; then \ 475 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 476 fi; test -z "$$fail" 477 478ID: $(am__tagged_files) 479 $(am__define_uniq_tagged_files); mkid -fID $$unique 480tags: tags-recursive 481TAGS: tags 482 483tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 484 set x; \ 485 here=`pwd`; \ 486 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 487 include_option=--etags-include; \ 488 empty_fix=.; \ 489 else \ 490 include_option=--include; \ 491 empty_fix=; \ 492 fi; \ 493 list='$(SUBDIRS)'; for subdir in $$list; do \ 494 if test "$$subdir" = .; then :; else \ 495 test ! -f $$subdir/TAGS || \ 496 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 497 fi; \ 498 done; \ 499 $(am__define_uniq_tagged_files); \ 500 shift; \ 501 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 502 test -n "$$unique" || unique=$$empty_fix; \ 503 if test $$# -gt 0; then \ 504 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 505 "$$@" $$unique; \ 506 else \ 507 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 508 $$unique; \ 509 fi; \ 510 fi 511ctags: ctags-recursive 512 513CTAGS: ctags 514ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 515 $(am__define_uniq_tagged_files); \ 516 test -z "$(CTAGS_ARGS)$$unique" \ 517 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 518 $$unique 519 520GTAGS: 521 here=`$(am__cd) $(top_builddir) && pwd` \ 522 && $(am__cd) $(top_srcdir) \ 523 && gtags -i $(GTAGS_ARGS) "$$here" 524cscopelist: cscopelist-recursive 525 526cscopelist-am: $(am__tagged_files) 527 list='$(am__tagged_files)'; \ 528 case "$(srcdir)" in \ 529 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 530 *) sdir=$(subdir)/$(srcdir) ;; \ 531 esac; \ 532 for i in $$list; do \ 533 if test -f "$$i"; then \ 534 echo "$(subdir)/$$i"; \ 535 else \ 536 echo "$$sdir/$$i"; \ 537 fi; \ 538 done >> $(top_builddir)/cscope.files 539 540distclean-tags: 541 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 542 543distdir: $(BUILT_SOURCES) 544 $(MAKE) $(AM_MAKEFLAGS) distdir-am 545 546distdir-am: $(DISTFILES) 547 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 548 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 549 list='$(DISTFILES)'; \ 550 dist_files=`for file in $$list; do echo $$file; done | \ 551 sed -e "s|^$$srcdirstrip/||;t" \ 552 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 553 case $$dist_files in \ 554 */*) $(MKDIR_P) `echo "$$dist_files" | \ 555 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 556 sort -u` ;; \ 557 esac; \ 558 for file in $$dist_files; do \ 559 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 560 if test -d $$d/$$file; then \ 561 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 562 if test -d "$(distdir)/$$file"; then \ 563 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 564 fi; \ 565 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 566 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 567 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 568 fi; \ 569 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 570 else \ 571 test -f "$(distdir)/$$file" \ 572 || cp -p $$d/$$file "$(distdir)/$$file" \ 573 || exit 1; \ 574 fi; \ 575 done 576 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 577 if test "$$subdir" = .; then :; else \ 578 $(am__make_dryrun) \ 579 || test -d "$(distdir)/$$subdir" \ 580 || $(MKDIR_P) "$(distdir)/$$subdir" \ 581 || exit 1; \ 582 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 583 $(am__relativize); \ 584 new_distdir=$$reldir; \ 585 dir1=$$subdir; dir2="$(top_distdir)"; \ 586 $(am__relativize); \ 587 new_top_distdir=$$reldir; \ 588 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 589 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 590 ($(am__cd) $$subdir && \ 591 $(MAKE) $(AM_MAKEFLAGS) \ 592 top_distdir="$$new_top_distdir" \ 593 distdir="$$new_distdir" \ 594 am__remove_distdir=: \ 595 am__skip_length_check=: \ 596 am__skip_mode_fix=: \ 597 distdir) \ 598 || exit 1; \ 599 fi; \ 600 done 601check-am: all-am 602check: check-recursive 603all-am: Makefile $(HEADERS) 604installdirs: installdirs-recursive 605installdirs-am: 606 for dir in "$(DESTDIR)$(includedir)" "$(DESTDIR)$(includedir)"; do \ 607 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 608 done 609install: install-recursive 610install-exec: install-exec-recursive 611install-data: install-data-recursive 612uninstall: uninstall-recursive 613 614install-am: all-am 615 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 616 617installcheck: installcheck-recursive 618install-strip: 619 if test -z '$(STRIP)'; then \ 620 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 621 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 622 install; \ 623 else \ 624 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 625 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 626 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 627 fi 628mostlyclean-generic: 629 630clean-generic: 631 632distclean-generic: 633 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 634 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 635 636maintainer-clean-generic: 637 @echo "This command is intended for maintainers to use" 638 @echo "it deletes files that may require special tools to rebuild." 639clean: clean-recursive 640 641clean-am: clean-generic clean-libtool mostlyclean-am 642 643distclean: distclean-recursive 644 -rm -f Makefile 645distclean-am: clean-am distclean-generic distclean-tags 646 647dvi: dvi-recursive 648 649dvi-am: 650 651html: html-recursive 652 653html-am: 654 655info: info-recursive 656 657info-am: 658 659install-data-am: install-includeHEADERS install-nodist_includeHEADERS 660 661install-dvi: install-dvi-recursive 662 663install-dvi-am: 664 665install-exec-am: 666 667install-html: install-html-recursive 668 669install-html-am: 670 671install-info: install-info-recursive 672 673install-info-am: 674 675install-man: 676 677install-pdf: install-pdf-recursive 678 679install-pdf-am: 680 681install-ps: install-ps-recursive 682 683install-ps-am: 684 685installcheck-am: 686 687maintainer-clean: maintainer-clean-recursive 688 -rm -f Makefile 689maintainer-clean-am: distclean-am maintainer-clean-generic 690 691mostlyclean: mostlyclean-recursive 692 693mostlyclean-am: mostlyclean-generic mostlyclean-libtool 694 695pdf: pdf-recursive 696 697pdf-am: 698 699ps: ps-recursive 700 701ps-am: 702 703uninstall-am: uninstall-includeHEADERS uninstall-nodist_includeHEADERS 704 705.MAKE: $(am__recursive_targets) install-am install-strip 706 707.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \ 708 check-am clean clean-generic clean-libtool cscopelist-am ctags \ 709 ctags-am distclean distclean-generic distclean-libtool \ 710 distclean-tags distdir dvi dvi-am html html-am info info-am \ 711 install install-am install-data install-data-am install-dvi \ 712 install-dvi-am install-exec install-exec-am install-html \ 713 install-html-am install-includeHEADERS install-info \ 714 install-info-am install-man install-nodist_includeHEADERS \ 715 install-pdf install-pdf-am install-ps install-ps-am \ 716 install-strip installcheck installcheck-am installdirs \ 717 installdirs-am maintainer-clean maintainer-clean-generic \ 718 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 719 ps ps-am tags tags-am uninstall uninstall-am \ 720 uninstall-includeHEADERS uninstall-nodist_includeHEADERS 721 722.PRECIOUS: Makefile 723 724 725# Tell versions [3.59,3.63) of GNU make to not export all variables. 726# Otherwise a system limit (for SysV at least) may be exceeded. 727.NOEXPORT: 728