1# Makefile.in generated by automake 1.16.2 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2020 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_boost_asio.m4 \ 118 $(top_srcdir)/m4/ax_boost_base.m4 \ 119 $(top_srcdir)/m4/ax_boost_system.m4 \ 120 $(top_srcdir)/m4/ax_boost_thread.m4 \ 121 $(top_srcdir)/m4/ax_check_compile_flag.m4 \ 122 $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \ 123 $(top_srcdir)/m4/ax_python_devel.m4 \ 124 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ 125 $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ 126 $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac 127am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 128 $(ACLOCAL_M4) 129DIST_COMMON = $(srcdir)/Makefile.am $(nobase_include_HEADERS) \ 130 $(am__DIST_COMMON) 131mkinstalldirs = $(install_sh) -d 132CONFIG_HEADER = $(top_builddir)/config.h 133CONFIG_CLEAN_FILES = 134CONFIG_CLEAN_VPATH_FILES = 135AM_V_P = $(am__v_P_@AM_V@) 136am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 137am__v_P_0 = false 138am__v_P_1 = : 139AM_V_GEN = $(am__v_GEN_@AM_V@) 140am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 141am__v_GEN_0 = @echo " GEN " $@; 142am__v_GEN_1 = 143AM_V_at = $(am__v_at_@AM_V@) 144am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 145am__v_at_0 = @ 146am__v_at_1 = 147SOURCES = 148DIST_SOURCES = 149am__can_run_installinfo = \ 150 case $$AM_UPDATE_INFO_DIR in \ 151 n|no|NO) false;; \ 152 *) (install-info --version) >/dev/null 2>&1;; \ 153 esac 154am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 155am__vpath_adj = case $$p in \ 156 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 157 *) f=$$p;; \ 158 esac; 159am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 160am__install_max = 40 161am__nobase_strip_setup = \ 162 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 163am__nobase_strip = \ 164 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 165am__nobase_list = $(am__nobase_strip_setup); \ 166 for p in $$list; do echo "$$p $$p"; done | \ 167 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 168 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 169 if (++n[$$2] == $(am__install_max)) \ 170 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 171 END { for (dir in files) print dir, files[dir] }' 172am__base_list = \ 173 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 174 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 175am__uninstall_files_from_dir = { \ 176 test -z "$$files" \ 177 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 178 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 179 $(am__cd) "$$dir" && rm -f $$files; }; \ 180 } 181am__installdirs = "$(DESTDIR)$(includedir)" 182HEADERS = $(nobase_include_HEADERS) 183am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 184# Read a list of newline-separated strings from the standard input, 185# and print each of them once, without duplicates. Input order is 186# *not* preserved. 187am__uniquify_input = $(AWK) '\ 188 BEGIN { nonempty = 0; } \ 189 { items[$$0] = 1; nonempty = 1; } \ 190 END { if (nonempty) { for (i in items) print i; }; } \ 191' 192# Make sure the list of sources is unique. This is necessary because, 193# e.g., the same source file might be shared among _SOURCES variables 194# for different programs/libraries. 195am__define_uniq_tagged_files = \ 196 list='$(am__tagged_files)'; \ 197 unique=`for i in $$list; do \ 198 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 199 done | $(am__uniquify_input)` 200ETAGS = etags 201CTAGS = ctags 202am__DIST_COMMON = $(srcdir)/Makefile.in 203DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 204ACLOCAL = @ACLOCAL@ 205AMTAR = @AMTAR@ 206AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 207APPLDFLAGS = @APPLDFLAGS@ 208AR = @AR@ 209AUTOCONF = @AUTOCONF@ 210AUTOHEADER = @AUTOHEADER@ 211AUTOMAKE = @AUTOMAKE@ 212AWK = @AWK@ 213BOOST_ASIO_LIB = @BOOST_ASIO_LIB@ 214BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ 215BOOST_LDFLAGS = @BOOST_LDFLAGS@ 216BOOST_SYSTEM_LIB = @BOOST_SYSTEM_LIB@ 217BOOST_THREAD_LIB = @BOOST_THREAD_LIB@ 218CC = @CC@ 219CCDEPMODE = @CCDEPMODE@ 220CFLAGS = @CFLAGS@ 221CPP = @CPP@ 222CPPFLAGS = @CPPFLAGS@ 223CUNIT_CFLAGS = @CUNIT_CFLAGS@ 224CUNIT_LIBS = @CUNIT_LIBS@ 225CXX = @CXX@ 226CXX1XCXXFLAGS = @CXX1XCXXFLAGS@ 227CXXCPP = @CXXCPP@ 228CXXDEPMODE = @CXXDEPMODE@ 229CXXFLAGS = @CXXFLAGS@ 230CYGPATH_W = @CYGPATH_W@ 231CYTHON = @CYTHON@ 232DEFS = @DEFS@ 233DEPDIR = @DEPDIR@ 234DLLTOOL = @DLLTOOL@ 235DSYMUTIL = @DSYMUTIL@ 236DUMPBIN = @DUMPBIN@ 237ECHO_C = @ECHO_C@ 238ECHO_N = @ECHO_N@ 239ECHO_T = @ECHO_T@ 240EGREP = @EGREP@ 241EXEEXT = @EXEEXT@ 242EXTRACFLAG = @EXTRACFLAG@ 243FGREP = @FGREP@ 244GREP = @GREP@ 245HAVE_CXX14 = @HAVE_CXX14@ 246INSTALL = @INSTALL@ 247INSTALL_DATA = @INSTALL_DATA@ 248INSTALL_PROGRAM = @INSTALL_PROGRAM@ 249INSTALL_SCRIPT = @INSTALL_SCRIPT@ 250INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 251JANSSON_CFLAGS = @JANSSON_CFLAGS@ 252JANSSON_LIBS = @JANSSON_LIBS@ 253JEMALLOC_LIBS = @JEMALLOC_LIBS@ 254LD = @LD@ 255LDFLAGS = @LDFLAGS@ 256LIBCARES_CFLAGS = @LIBCARES_CFLAGS@ 257LIBCARES_LIBS = @LIBCARES_LIBS@ 258LIBEVENT_OPENSSL_CFLAGS = @LIBEVENT_OPENSSL_CFLAGS@ 259LIBEVENT_OPENSSL_LIBS = @LIBEVENT_OPENSSL_LIBS@ 260LIBEV_CFLAGS = @LIBEV_CFLAGS@ 261LIBEV_LIBS = @LIBEV_LIBS@ 262LIBMRUBY_CFLAGS = @LIBMRUBY_CFLAGS@ 263LIBMRUBY_LIBS = @LIBMRUBY_LIBS@ 264LIBOBJS = @LIBOBJS@ 265LIBS = @LIBS@ 266LIBTOOL = @LIBTOOL@ 267LIBXML2_CFLAGS = @LIBXML2_CFLAGS@ 268LIBXML2_LIBS = @LIBXML2_LIBS@ 269LIPO = @LIPO@ 270LN_S = @LN_S@ 271LTLIBOBJS = @LTLIBOBJS@ 272LT_AGE = @LT_AGE@ 273LT_CURRENT = @LT_CURRENT@ 274LT_REVISION = @LT_REVISION@ 275LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 276MAKEINFO = @MAKEINFO@ 277MANIFEST_TOOL = @MANIFEST_TOOL@ 278MKDIR_P = @MKDIR_P@ 279NM = @NM@ 280NMEDIT = @NMEDIT@ 281OBJDUMP = @OBJDUMP@ 282OBJEXT = @OBJEXT@ 283OPENSSL_CFLAGS = @OPENSSL_CFLAGS@ 284OPENSSL_LIBS = @OPENSSL_LIBS@ 285OTOOL = @OTOOL@ 286OTOOL64 = @OTOOL64@ 287PACKAGE = @PACKAGE@ 288PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 289PACKAGE_NAME = @PACKAGE_NAME@ 290PACKAGE_STRING = @PACKAGE_STRING@ 291PACKAGE_TARNAME = @PACKAGE_TARNAME@ 292PACKAGE_URL = @PACKAGE_URL@ 293PACKAGE_VERSION = @PACKAGE_VERSION@ 294PACKAGE_VERSION_NUM = @PACKAGE_VERSION_NUM@ 295PATH_SEPARATOR = @PATH_SEPARATOR@ 296PKG_CONFIG = @PKG_CONFIG@ 297PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ 298PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ 299PYTHON = @PYTHON@ 300PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@ 301PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@ 302PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@ 303PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@ 304PYTHON_LDFLAGS = @PYTHON_LDFLAGS@ 305PYTHON_PLATFORM = @PYTHON_PLATFORM@ 306PYTHON_PREFIX = @PYTHON_PREFIX@ 307PYTHON_SITE_PKG = @PYTHON_SITE_PKG@ 308PYTHON_VERSION = @PYTHON_VERSION@ 309RANLIB = @RANLIB@ 310SED = @SED@ 311SET_MAKE = @SET_MAKE@ 312SHELL = @SHELL@ 313STRIP = @STRIP@ 314SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@ 315SYSTEMD_LIBS = @SYSTEMD_LIBS@ 316TESTLDADD = @TESTLDADD@ 317VERSION = @VERSION@ 318WARNCFLAGS = @WARNCFLAGS@ 319WARNCXXFLAGS = @WARNCXXFLAGS@ 320ZLIB_CFLAGS = @ZLIB_CFLAGS@ 321ZLIB_LIBS = @ZLIB_LIBS@ 322abs_builddir = @abs_builddir@ 323abs_srcdir = @abs_srcdir@ 324abs_top_builddir = @abs_top_builddir@ 325abs_top_srcdir = @abs_top_srcdir@ 326ac_ct_AR = @ac_ct_AR@ 327ac_ct_CC = @ac_ct_CC@ 328ac_ct_CXX = @ac_ct_CXX@ 329ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 330am__include = @am__include@ 331am__leading_dot = @am__leading_dot@ 332am__quote = @am__quote@ 333am__tar = @am__tar@ 334am__untar = @am__untar@ 335bindir = @bindir@ 336build = @build@ 337build_alias = @build_alias@ 338build_cpu = @build_cpu@ 339build_os = @build_os@ 340build_vendor = @build_vendor@ 341builddir = @builddir@ 342datadir = @datadir@ 343datarootdir = @datarootdir@ 344docdir = @docdir@ 345dvidir = @dvidir@ 346exec_prefix = @exec_prefix@ 347host = @host@ 348host_alias = @host_alias@ 349host_cpu = @host_cpu@ 350host_os = @host_os@ 351host_vendor = @host_vendor@ 352htmldir = @htmldir@ 353includedir = @includedir@ 354infodir = @infodir@ 355install_sh = @install_sh@ 356libdir = @libdir@ 357libexecdir = @libexecdir@ 358localedir = @localedir@ 359localstatedir = @localstatedir@ 360mandir = @mandir@ 361mkdir_p = @mkdir_p@ 362oldincludedir = @oldincludedir@ 363pdfdir = @pdfdir@ 364pkgpyexecdir = @pkgpyexecdir@ 365pkgpythondir = @pkgpythondir@ 366prefix = @prefix@ 367program_transform_name = @program_transform_name@ 368psdir = @psdir@ 369pyexecdir = @pyexecdir@ 370pythondir = @pythondir@ 371runstatedir = @runstatedir@ 372sbindir = @sbindir@ 373sharedstatedir = @sharedstatedir@ 374srcdir = @srcdir@ 375sysconfdir = @sysconfdir@ 376target = @target@ 377target_alias = @target_alias@ 378target_cpu = @target_cpu@ 379target_os = @target_os@ 380target_vendor = @target_vendor@ 381top_build_prefix = @top_build_prefix@ 382top_builddir = @top_builddir@ 383top_srcdir = @top_srcdir@ 384EXTRA_DIST = CMakeLists.txt 385nobase_include_HEADERS = nghttp2/nghttp2.h nghttp2/nghttp2ver.h 386all: all-am 387 388.SUFFIXES: 389$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 390 @for dep in $?; do \ 391 case '$(am__configure_deps)' in \ 392 *$$dep*) \ 393 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 394 && { if test -f $@; then exit 0; else break; fi; }; \ 395 exit 1;; \ 396 esac; \ 397 done; \ 398 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/includes/Makefile'; \ 399 $(am__cd) $(top_srcdir) && \ 400 $(AUTOMAKE) --gnu lib/includes/Makefile 401Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 402 @case '$?' in \ 403 *config.status*) \ 404 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 405 *) \ 406 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 407 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 408 esac; 409 410$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 411 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 412 413$(top_srcdir)/configure: $(am__configure_deps) 414 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 415$(ACLOCAL_M4): $(am__aclocal_m4_deps) 416 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 417$(am__aclocal_m4_deps): 418 419mostlyclean-libtool: 420 -rm -f *.lo 421 422clean-libtool: 423 -rm -rf .libs _libs 424install-nobase_includeHEADERS: $(nobase_include_HEADERS) 425 @$(NORMAL_INSTALL) 426 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ 427 if test -n "$$list"; then \ 428 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \ 429 $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \ 430 fi; \ 431 $(am__nobase_list) | while read dir files; do \ 432 xfiles=; for file in $$files; do \ 433 if test -f "$$file"; then xfiles="$$xfiles $$file"; \ 434 else xfiles="$$xfiles $(srcdir)/$$file"; fi; done; \ 435 test -z "$$xfiles" || { \ 436 test "x$$dir" = x. || { \ 437 echo " $(MKDIR_P) '$(DESTDIR)$(includedir)/$$dir'"; \ 438 $(MKDIR_P) "$(DESTDIR)$(includedir)/$$dir"; }; \ 439 echo " $(INSTALL_HEADER) $$xfiles '$(DESTDIR)$(includedir)/$$dir'"; \ 440 $(INSTALL_HEADER) $$xfiles "$(DESTDIR)$(includedir)/$$dir" || exit $$?; }; \ 441 done 442 443uninstall-nobase_includeHEADERS: 444 @$(NORMAL_UNINSTALL) 445 @list='$(nobase_include_HEADERS)'; test -n "$(includedir)" || list=; \ 446 $(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \ 447 dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir) 448 449ID: $(am__tagged_files) 450 $(am__define_uniq_tagged_files); mkid -fID $$unique 451tags: tags-am 452TAGS: tags 453 454tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 455 set x; \ 456 here=`pwd`; \ 457 $(am__define_uniq_tagged_files); \ 458 shift; \ 459 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 460 test -n "$$unique" || unique=$$empty_fix; \ 461 if test $$# -gt 0; then \ 462 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 463 "$$@" $$unique; \ 464 else \ 465 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 466 $$unique; \ 467 fi; \ 468 fi 469ctags: ctags-am 470 471CTAGS: ctags 472ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 473 $(am__define_uniq_tagged_files); \ 474 test -z "$(CTAGS_ARGS)$$unique" \ 475 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 476 $$unique 477 478GTAGS: 479 here=`$(am__cd) $(top_builddir) && pwd` \ 480 && $(am__cd) $(top_srcdir) \ 481 && gtags -i $(GTAGS_ARGS) "$$here" 482cscopelist: cscopelist-am 483 484cscopelist-am: $(am__tagged_files) 485 list='$(am__tagged_files)'; \ 486 case "$(srcdir)" in \ 487 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 488 *) sdir=$(subdir)/$(srcdir) ;; \ 489 esac; \ 490 for i in $$list; do \ 491 if test -f "$$i"; then \ 492 echo "$(subdir)/$$i"; \ 493 else \ 494 echo "$$sdir/$$i"; \ 495 fi; \ 496 done >> $(top_builddir)/cscope.files 497 498distclean-tags: 499 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 500 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