1# Makefile.in generated by automake 1.16.5 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2021 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# nghttp2 - HTTP/2 C Library 18 19# Copyright (c) 2012 Tatsuhiro Tsujikawa 20 21# Permission is hereby granted, free of charge, to any person obtaining 22# a copy of this software and associated documentation files (the 23# "Software"), to deal in the Software without restriction, including 24# without limitation the rights to use, copy, modify, merge, publish, 25# distribute, sublicense, and/or sell copies of the Software, and to 26# permit persons to whom the Software is furnished to do so, subject to 27# the following conditions: 28 29# The above copyright notice and this permission notice shall be 30# included in all copies or substantial portions of the Software. 31 32# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 33# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 34# MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 35# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 36# LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 37# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 38# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 39 40VPATH = @srcdir@ 41am__is_gnu_make = { \ 42 if test -z '$(MAKELEVEL)'; then \ 43 false; \ 44 elif test -n '$(MAKE_HOST)'; then \ 45 true; \ 46 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 47 true; \ 48 else \ 49 false; \ 50 fi; \ 51} 52am__make_running_with_option = \ 53 case $${target_option-} in \ 54 ?) ;; \ 55 *) echo "am__make_running_with_option: internal error: invalid" \ 56 "target option '$${target_option-}' specified" >&2; \ 57 exit 1;; \ 58 esac; \ 59 has_opt=no; \ 60 sane_makeflags=$$MAKEFLAGS; \ 61 if $(am__is_gnu_make); then \ 62 sane_makeflags=$$MFLAGS; \ 63 else \ 64 case $$MAKEFLAGS in \ 65 *\\[\ \ ]*) \ 66 bs=\\; \ 67 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 68 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 69 esac; \ 70 fi; \ 71 skip_next=no; \ 72 strip_trailopt () \ 73 { \ 74 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 75 }; \ 76 for flg in $$sane_makeflags; do \ 77 test $$skip_next = yes && { skip_next=no; continue; }; \ 78 case $$flg in \ 79 *=*|--*) continue;; \ 80 -*I) strip_trailopt 'I'; skip_next=yes;; \ 81 -*I?*) strip_trailopt 'I';; \ 82 -*O) strip_trailopt 'O'; skip_next=yes;; \ 83 -*O?*) strip_trailopt 'O';; \ 84 -*l) strip_trailopt 'l'; skip_next=yes;; \ 85 -*l?*) strip_trailopt 'l';; \ 86 -[dEDm]) skip_next=yes;; \ 87 -[JT]) skip_next=yes;; \ 88 esac; \ 89 case $$flg in \ 90 *$$target_option*) has_opt=yes; break;; \ 91 esac; \ 92 done; \ 93 test $$has_opt = yes 94am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 95am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 96pkgdatadir = $(datadir)/@PACKAGE@ 97pkgincludedir = $(includedir)/@PACKAGE@ 98pkglibdir = $(libdir)/@PACKAGE@ 99pkglibexecdir = $(libexecdir)/@PACKAGE@ 100am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 101install_sh_DATA = $(install_sh) -c -m 644 102install_sh_PROGRAM = $(install_sh) -c 103install_sh_SCRIPT = $(install_sh) -c 104INSTALL_HEADER = $(INSTALL_DATA) 105transform = $(program_transform_name) 106NORMAL_INSTALL = : 107PRE_INSTALL = : 108POST_INSTALL = : 109NORMAL_UNINSTALL = : 110PRE_UNINSTALL = : 111POST_UNINSTALL = : 112build_triplet = @build@ 113host_triplet = @host@ 114target_triplet = @target@ 115subdir = lib/includes 116ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 117am__aclocal_m4_deps = $(top_srcdir)/m4/ax_check_compile_flag.m4 \ 118 $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ 119 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 120 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 121 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 122am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 123 $(ACLOCAL_M4) 124DIST_COMMON = $(srcdir)/Makefile.am $(nobase_include_HEADERS) \ 125 $(am__DIST_COMMON) 126mkinstalldirs = $(install_sh) -d 127CONFIG_HEADER = $(top_builddir)/config.h 128CONFIG_CLEAN_FILES = 129CONFIG_CLEAN_VPATH_FILES = 130AM_V_P = $(am__v_P_@AM_V@) 131am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 132am__v_P_0 = false 133am__v_P_1 = : 134AM_V_GEN = $(am__v_GEN_@AM_V@) 135am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 136am__v_GEN_0 = @echo " GEN " $@; 137am__v_GEN_1 = 138AM_V_at = $(am__v_at_@AM_V@) 139am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 140am__v_at_0 = @ 141am__v_at_1 = 142SOURCES = 143DIST_SOURCES = 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)" 177HEADERS = $(nobase_include_HEADERS) 178am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 179# Read a list of newline-separated strings from the standard input, 180# and print each of them once, without duplicates. Input order is 181# *not* preserved. 182am__uniquify_input = $(AWK) '\ 183 BEGIN { nonempty = 0; } \ 184 { items[$$0] = 1; nonempty = 1; } \ 185 END { if (nonempty) { for (i in items) print i; }; } \ 186' 187# Make sure the list of sources is unique. This is necessary because, 188# e.g., the same source file might be shared among _SOURCES variables 189# for different programs/libraries. 190am__define_uniq_tagged_files = \ 191 list='$(am__tagged_files)'; \ 192 unique=`for i in $$list; do \ 193 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 194 done | $(am__uniquify_input)` 195am__DIST_COMMON = $(srcdir)/Makefile.in 196DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 197ACLOCAL = @ACLOCAL@ 198AMTAR = @AMTAR@ 199AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 200APPLDFLAGS = @APPLDFLAGS@ 201AR = @AR@ 202AUTOCONF = @AUTOCONF@ 203AUTOHEADER = @AUTOHEADER@ 204AUTOMAKE = @AUTOMAKE@ 205AWK = @AWK@ 206BPFCFLAGS = @BPFCFLAGS@ 207CC = @CC@ 208CCDEPMODE = @CCDEPMODE@ 209CFLAGS = @CFLAGS@ 210CPP = @CPP@ 211CPPFLAGS = @CPPFLAGS@ 212CSCOPE = @CSCOPE@ 213CTAGS = @CTAGS@ 214CUNIT_CFLAGS = @CUNIT_CFLAGS@ 215CUNIT_LIBS = @CUNIT_LIBS@ 216CXX = @CXX@ 217CXX1XCXXFLAGS = @CXX1XCXXFLAGS@ 218CXXCPP = @CXXCPP@ 219CXXDEPMODE = @CXXDEPMODE@ 220CXXFLAGS = @CXXFLAGS@ 221CYGPATH_W = @CYGPATH_W@ 222DEFS = @DEFS@ 223DEPDIR = @DEPDIR@ 224DLLTOOL = @DLLTOOL@ 225DSYMUTIL = @DSYMUTIL@ 226DUMPBIN = @DUMPBIN@ 227ECHO_C = @ECHO_C@ 228ECHO_N = @ECHO_N@ 229ECHO_T = @ECHO_T@ 230EGREP = @EGREP@ 231ETAGS = @ETAGS@ 232EXEEXT = @EXEEXT@ 233EXTRABPFCFLAGS = @EXTRABPFCFLAGS@ 234EXTRACFLAG = @EXTRACFLAG@ 235EXTRA_DEFS = @EXTRA_DEFS@ 236FGREP = @FGREP@ 237FILECMD = @FILECMD@ 238GREP = @GREP@ 239HAVE_CXX14 = @HAVE_CXX14@ 240INSTALL = @INSTALL@ 241INSTALL_DATA = @INSTALL_DATA@ 242INSTALL_PROGRAM = @INSTALL_PROGRAM@ 243INSTALL_SCRIPT = @INSTALL_SCRIPT@ 244INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 245JANSSON_CFLAGS = @JANSSON_CFLAGS@ 246JANSSON_LIBS = @JANSSON_LIBS@ 247JEMALLOC_CFLAGS = @JEMALLOC_CFLAGS@ 248JEMALLOC_LIBS = @JEMALLOC_LIBS@ 249LD = @LD@ 250LDFLAGS = @LDFLAGS@ 251LIBBPF_CFLAGS = @LIBBPF_CFLAGS@ 252LIBBPF_LIBS = @LIBBPF_LIBS@ 253LIBCARES_CFLAGS = @LIBCARES_CFLAGS@ 254LIBCARES_LIBS = @LIBCARES_LIBS@ 255LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@ 256LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@ 257LIBEV_CFLAGS = @LIBEV_CFLAGS@ 258LIBEV_LIBS = @LIBEV_LIBS@ 259LIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@ 260LIBMRUBY_LIBS = @LIBMRUBY_LIBS@ 261LIBNGHTTP3_CFLAGS = @LIBNGHTTP3_CFLAGS@ 262LIBNGHTTP3_LIBS = @LIBNGHTTP3_LIBS@ 263LIBNGTCP2_CFLAGS = @LIBNGTCP2_CFLAGS@ 264LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS = @LIBNGTCP2_CRYPTO_BORINGSSL_CFLAGS@ 265LIBNGTCP2_CRYPTO_BORINGSSL_LIBS = @LIBNGTCP2_CRYPTO_BORINGSSL_LIBS@ 266LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS = @LIBNGTCP2_CRYPTO_QUICTLS_CFLAGS@ 267LIBNGTCP2_CRYPTO_QUICTLS_LIBS = @LIBNGTCP2_CRYPTO_QUICTLS_LIBS@ 268LIBNGTCP2_LIBS = @LIBNGTCP2_LIBS@ 269LIBOBJS = @LIBOBJS@ 270LIBS = @LIBS@ 271LIBTOOL = @LIBTOOL@ 272LIBTOOL_LDFLAGS = @LIBTOOL_LDFLAGS@ 273LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ 274LIBXML2_LIBS = @LIBXML2_LIBS@ 275LIPO = @LIPO@ 276LN_S = @LN_S@ 277LTLIBOBJS = @LTLIBOBJS@ 278LT_AGE = @LT_AGE@ 279LT_CURRENT = @LT_CURRENT@ 280LT_REVISION = @LT_REVISION@ 281LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 282MAKEINFO = @MAKEINFO@ 283MANIFEST_TOOL = @MANIFEST_TOOL@ 284MKDIR_P = @MKDIR_P@ 285NM = @NM@ 286NMEDIT = @NMEDIT@ 287OBJDUMP = @OBJDUMP@ 288OBJEXT = @OBJEXT@ 289OPENSSL_CFLAGS = @OPENSSL_CFLAGS@ 290OPENSSL_LIBS = @OPENSSL_LIBS@ 291OTOOL = @OTOOL@ 292OTOOL64 = @OTOOL64@ 293PACKAGE = @PACKAGE@ 294PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 295PACKAGE_NAME = @PACKAGE_NAME@ 296PACKAGE_STRING = @PACKAGE_STRING@ 297PACKAGE_TARNAME = @PACKAGE_TARNAME@ 298PACKAGE_URL = @PACKAGE_URL@ 299PACKAGE_VERSION = @PACKAGE_VERSION@ 300PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@ 301PATH_SEPARATOR = @PATH_SEPARATOR@ 302PKG_CONFIG = @PKG_CONFIG@ 303PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 304PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 305PYTHON = @PYTHON@ 306PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 307PYTHON_PLATFORM = @PYTHON_PLATFORM@ 308PYTHON_PREFIX = @PYTHON_PREFIX@ 309PYTHON_VERSION = @PYTHON_VERSION@ 310RANLIB = @RANLIB@ 311SED = @SED@ 312SET_MAKE = @SET_MAKE@ 313SHELL = @SHELL@ 314STRIP = @STRIP@ 315SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@ 316SYSTEMD_LIBS = @SYSTEMD_LIBS@ 317TESTLDADD = @TESTLDADD@ 318VERSION = @VERSION@ 319WARNCFLAGS = @WARNCFLAGS@ 320WARNCXXFLAGS = @WARNCXXFLAGS@ 321ZLIB_CFLAGS = @ZLIB_CFLAGS@ 322ZLIB_LIBS = @ZLIB_LIBS@ 323abs_builddir = @abs_builddir@ 324abs_srcdir = @abs_srcdir@ 325abs_top_builddir = @abs_top_builddir@ 326abs_top_srcdir = @abs_top_srcdir@ 327ac_ct_AR = @ac_ct_AR@ 328ac_ct_CC = @ac_ct_CC@ 329ac_ct_CXX = @ac_ct_CXX@ 330ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 331am__include = @am__include@ 332am__leading_dot = @am__leading_dot@ 333am__quote = @am__quote@ 334am__tar = @am__tar@ 335am__untar = @am__untar@ 336bindir = @bindir@ 337build = @build@ 338build_alias = @build_alias@ 339build_cpu = @build_cpu@ 340build_os = @build_os@ 341build_vendor = @build_vendor@ 342builddir = @builddir@ 343datadir = @datadir@ 344datarootdir = @datarootdir@ 345docdir = @docdir@ 346dvidir = @dvidir@ 347exec_prefix = @exec_prefix@ 348host = @host@ 349host_alias = @host_alias@ 350host_cpu = @host_cpu@ 351host_os = @host_os@ 352host_vendor = @host_vendor@ 353htmldir = @htmldir@ 354includedir = @includedir@ 355infodir = @infodir@ 356install_sh = @install_sh@ 357libdir = @libdir@ 358libexecdir = @libexecdir@ 359localedir = @localedir@ 360localstatedir = @localstatedir@ 361mandir = @mandir@ 362mkdir_p = @mkdir_p@ 363oldincludedir = @oldincludedir@ 364pdfdir = @pdfdir@ 365pkgpyexecdir = @pkgpyexecdir@ 366pkgpythondir = @pkgpythondir@ 367prefix = @prefix@ 368program_transform_name = @program_transform_name@ 369psdir = @psdir@ 370pyexecdir = @pyexecdir@ 371pythondir = @pythondir@ 372runstatedir = @runstatedir@ 373sbindir = @sbindir@ 374sharedstatedir = @sharedstatedir@ 375srcdir = @srcdir@ 376sysconfdir = @sysconfdir@ 377target = @target@ 378target_alias = @target_alias@ 379target_cpu = @target_cpu@ 380target_os = @target_os@ 381target_vendor = @target_vendor@ 382top_build_prefix = @top_build_prefix@ 383top_builddir = @top_builddir@ 384top_srcdir = @top_srcdir@ 385EXTRA_DIST = CMakeLists.txt 386nobase_include_HEADERS = nghttp2/nghttp2.h nghttp2/nghttp2ver.h 387all: all-am 388 389.SUFFIXES: 390$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 391 @for dep in $?; do \ 392 case '$(am__configure_deps)' in \ 393 *$$dep*) \ 394 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 395 && { if test -f $@; then exit 0; else break; fi; }; \ 396 exit 1;; \ 397 esac; \ 398 done; \ 399 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/includes/Makefile'; \ 400 $(am__cd) $(top_srcdir) && \ 401 $(AUTOMAKE) --gnu lib/includes/Makefile 402Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 403 @case '$?' in \ 404 *config.status*) \ 405 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 406 *) \ 407 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 408 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 409 esac; 410 411$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 412 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 413 414$(top_srcdir)/configure: $(am__configure_deps) 415 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 416$(ACLOCAL_M4): $(am__aclocal_m4_deps) 417 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 418$(am__aclocal_m4_deps): 419 420mostlyclean-libtool: 421 -rm -f *.lo 422 423clean-libtool: 424 -rm -rf .libs _libs 425install-nobase_includeHEADERS: $(nobase_include_HEADERS) 426 @$(NORMAL_INSTALL) 427 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ 428 if test -n "$$list"; then \ 429 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 430 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 431 fi; \ 432 $(am__nobase_list) | while read dir files; do \ 433 xfiles=; for file in $$files; do \ 434 if test -f "$$file"; then xfiles="$$xfiles $$file"; \ 435 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ 436 test -z "$$xfiles" || { \ 437 test "x$$dir" = x. || { \ 438 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \ 439 $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \ 440 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \ 441 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \ 442 done 443 444uninstall-nobase_includeHEADERS: 445 @$(NORMAL_UNINSTALL) 446 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ 447 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ 448 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 449 450ID: $(am__tagged_files) 451 $(am__define_uniq_tagged_files); mkid -fID $$unique 452tags: tags-am 453TAGS: tags 454 455tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 456 set x; \ 457 here=`pwd`; \ 458 $(am__define_uniq_tagged_files); \ 459 shift; \ 460 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 461 test -n "$$unique" || unique=$$empty_fix; \ 462 if test $$# -gt 0; then \ 463 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 464 "$$@" $$unique; \ 465 else \ 466 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 467 $$unique; \ 468 fi; \ 469 fi 470ctags: ctags-am 471 472CTAGS: ctags 473ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 474 $(am__define_uniq_tagged_files); \ 475 test -z "$(CTAGS_ARGS)$$unique" \ 476 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 477 $$unique 478 479GTAGS: 480 here=`$(am__cd) $(top_builddir) && pwd` \ 481 && $(am__cd) $(top_srcdir) \ 482 && gtags -i $(GTAGS_ARGS) "$$here" 483cscopelist: cscopelist-am 484 485cscopelist-am: $(am__tagged_files) 486 list='$(am__tagged_files)'; \ 487 case "$(srcdir)" in \ 488 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 489 *) sdir=$(subdir)/$(srcdir) ;; \ 490 esac; \ 491 for i in $$list; do \ 492 if test -f "$$i"; then \ 493 echo "$(subdir)/$$i"; \ 494 else \ 495 echo "$$sdir/$$i"; \ 496 fi; \ 497 done >> $(top_builddir)/cscope.files 498 499distclean-tags: 500 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 501distdir: $(BUILT_SOURCES) 502 $(MAKE) $(AM_MAKEFLAGS) distdir-am 503 504distdir-am: $(DISTFILES) 505 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 506 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 507 list='$(DISTFILES)'; \ 508 dist_files=`for file in $$list; do echo $$file; done | \ 509 sed -e "s|^$$srcdirstrip/||;t" \ 510 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 511 case $$dist_files in \ 512 */*) $(MKDIR_P) `echo "$$dist_files" | \ 513 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 514 sort -u` ;; \ 515 esac; \ 516 for file in $$dist_files; do \ 517 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 518 if test -d $$d/$$file; then \ 519 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 520 if test -d "$(distdir)/$$file"; then \ 521 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 522 fi; \ 523 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 524 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 525 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 526 fi; \ 527 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 528 else \ 529 test -f "$(distdir)/$$file" \ 530 || cp -p $$d/$$file "$(distdir)/$$file" \ 531 || exit 1; \ 532 fi; \ 533 done 534check-am: all-am 535check: check-am 536all-am: Makefile $(HEADERS) 537installdirs: 538 for dir in "$(DESTDIR)$(includedir)"; do \ 539 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 540 done 541install: install-am 542install-exec: install-exec-am 543install-data: install-data-am 544uninstall: uninstall-am 545 546install-am: all-am 547 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 548 549installcheck: installcheck-am 550install-strip: 551 if test -z '$(STRIP)'; then \ 552 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 553 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 554 install; \ 555 else \ 556 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 557 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 558 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 559 fi 560mostlyclean-generic: 561 562clean-generic: 563 564distclean-generic: 565 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 566 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 567 568maintainer-clean-generic: 569 @echo "This command is intended for maintainers to use" 570 @echo "it deletes files that may require special tools to rebuild." 571clean: clean-am 572 573clean-am: clean-generic clean-libtool mostlyclean-am 574 575distclean: distclean-am 576 -rm -f Makefile 577distclean-am: clean-am distclean-generic distclean-tags 578 579dvi: dvi-am 580 581dvi-am: 582 583html: html-am 584 585html-am: 586 587info: info-am 588 589info-am: 590 591install-data-am: install-nobase_includeHEADERS 592 593install-dvi: install-dvi-am 594 595install-dvi-am: 596 597install-exec-am: 598 599install-html: install-html-am 600 601install-html-am: 602 603install-info: install-info-am 604 605install-info-am: 606 607install-man: 608 609install-pdf: install-pdf-am 610 611install-pdf-am: 612 613install-ps: install-ps-am 614 615install-ps-am: 616 617installcheck-am: 618 619maintainer-clean: maintainer-clean-am 620 -rm -f Makefile 621maintainer-clean-am: distclean-am maintainer-clean-generic 622 623mostlyclean: mostlyclean-am 624 625mostlyclean-am: mostlyclean-generic mostlyclean-libtool 626 627pdf: pdf-am 628 629pdf-am: 630 631ps: ps-am 632 633ps-am: 634 635uninstall-am: uninstall-nobase_includeHEADERS 636 637.MAKE: install-am install-strip 638 639.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ 640 clean-libtool cscopelist-am ctags ctags-am distclean \ 641 distclean-generic distclean-libtool distclean-tags distdir dvi \ 642 dvi-am html html-am info info-am install install-am \ 643 install-data install-data-am install-dvi install-dvi-am \ 644 install-exec install-exec-am install-html install-html-am \ 645 install-info install-info-am install-man \ 646 install-nobase_includeHEADERS install-pdf install-pdf-am \ 647 install-ps install-ps-am install-strip installcheck \ 648 installcheck-am installdirs maintainer-clean \ 649 maintainer-clean-generic mostlyclean mostlyclean-generic \ 650 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ 651 uninstall-am uninstall-nobase_includeHEADERS 652 653.PRECIOUS: Makefile 654 655 656# Tell versions [3.59,3.63) of GNU make to not export all variables. 657# Otherwise a system limit (for SysV at least) may be exceeded. 658.NOEXPORT: 659