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