Makefile (22373B)
1 # Makefile.in generated by automake 1.16.5 from Makefile.am. 2 # include/Makefile. Generated from Makefile.in by configure. 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 16 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)/curl 73 pkgincludedir = $(includedir)/curl 74 pkglibdir = $(libdir)/curl 75 pkglibexecdir = $(libexecdir)/curl 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 = x86_64-pc-linux-gnu 89 host_triplet = x86_64-pc-linux-gnu 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_$(V)) 123 am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) 124 am__v_P_0 = false 125 am__v_P_1 = : 126 AM_V_GEN = $(am__v_GEN_$(V)) 127 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) 128 am__v_GEN_0 = @echo " GEN " $@; 129 am__v_GEN_1 = 130 AM_V_at = $(am__v_at_$(V)) 131 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) 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 = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' aclocal-1.16 205 AMTAR = $${TAR-tar} 206 AM_DEFAULT_VERBOSITY = 0 207 APXS = 208 AR = /usr/bin/ar 209 AR_FLAGS = cr 210 AS = as 211 AUTOCONF = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoconf 212 AUTOHEADER = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoheader 213 AUTOMAKE = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' automake-1.16 214 AWK = gawk 215 BLANK_AT_MAKETIME = 216 CADDY = 217 CC = gcc 218 CCDEPMODE = depmode=gcc3 219 CFLAGS = -Werror-implicit-function-declaration -O2 -Wno-system-headers 220 CFLAG_CURL_SYMBOL_HIDING = -fvisibility=hidden 221 CONFIGURE_OPTIONS = " '--with-mbedtls'" 222 CPP = gcc -E 223 CPPFLAGS = -D_GNU_SOURCE -isystem /include 224 CSCOPE = cscope 225 CTAGS = ctags 226 CURLVERSION = 8.15.0 227 CURL_CA_BUNDLE = /etc/ssl/certs/ca-certificates.crt 228 CURL_CA_EMBED = 229 CURL_CFLAG_EXTRAS = 230 CURL_CPP = gcc -E -D_GNU_SOURCE -isystem /include 231 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = 232 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = 4 233 CURL_NETWORK_AND_TIME_LIBS = 234 CYGPATH_W = echo 235 DEFS = -DHAVE_CONFIG_H 236 DEPDIR = .deps 237 DLLTOOL = false 238 DSYMUTIL = 239 DUMPBIN = 240 ECHO_C = 241 ECHO_N = -n 242 ECHO_T = 243 EGREP = /usr/bin/grep -E 244 ENABLE_SHARED = yes 245 ENABLE_STATIC = yes 246 ETAGS = etags 247 EXEEXT = 248 FGREP = /usr/bin/grep -F 249 FILECMD = file 250 FISH_FUNCTIONS_DIR = 251 GCOV = 252 GREP = /usr/bin/grep 253 HAVE_LIBZ = 1 254 HTTPD = 255 HTTPD_NGHTTPX = 256 INSTALL = /usr/bin/install -c 257 INSTALL_DATA = ${INSTALL} -m 644 258 INSTALL_PROGRAM = ${INSTALL} 259 INSTALL_SCRIPT = ${INSTALL} 260 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 261 LCOV = 262 LD = /usr/bin/ld -m elf_x86_64 263 LDFLAGS = -L/lib 264 LIBCURL_PC_CFLAGS = 265 LIBCURL_PC_CFLAGS_PRIVATE = -DCURL_STATICLIB 266 LIBCURL_PC_LDFLAGS_PRIVATE = -L/lib 267 LIBCURL_PC_LIBS = 268 LIBCURL_PC_LIBS_PRIVATE = -lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz 269 LIBCURL_PC_REQUIRES = 270 LIBCURL_PC_REQUIRES_PRIVATE = libidn2,zlib,libbrotlidec,libbrotlicommon,libzstd,libpsl,librtmp,libnghttp2 271 LIBOBJS = 272 LIBS = -lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz 273 LIBTOOL = $(SHELL) $(top_builddir)/libtool 274 LIPO = 275 LN_S = ln -s 276 LTLIBOBJS = 277 LT_SYS_LIBRARY_PATH = 278 MAINT = # 279 MAKEINFO = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' makeinfo 280 MANIFEST_TOOL = : 281 MKDIR_P = /usr/bin/mkdir -p 282 NM = /usr/bin/nm -B 283 NMEDIT = 284 OBJDUMP = objdump 285 OBJEXT = o 286 OTOOL = 287 OTOOL64 = 288 PACKAGE = curl 289 PACKAGE_BUGREPORT = a suitable curl mailing list: https://curl.se/mail/ 290 PACKAGE_NAME = curl 291 PACKAGE_STRING = curl - 292 PACKAGE_TARNAME = curl 293 PACKAGE_URL = 294 PACKAGE_VERSION = - 295 PATH_SEPARATOR = : 296 PERL = /usr/bin/perl 297 PKGCONFIG = /usr/bin/pkg-config 298 RANLIB = ranlib 299 RC = 300 SED = /usr/bin/sed 301 SET_MAKE = 302 SHELL = /bin/sh 303 SSL_BACKENDS = mbedTLS 304 STRIP = strip 305 SUPPORT_FEATURES = alt-svc AsynchDNS brotli HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM PSL SSL threadsafe UnixSockets zstd 306 SUPPORT_PROTOCOLS = DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS IPFS IPNS LDAP LDAPS MQTT POP3 POP3S RTMP RTSP SMB SMBS SMTP SMTPS TELNET TFTP WS WSS 307 TEST_NGHTTPX = nghttpx 308 VERSION = - 309 VERSIONNUM = 080f00 310 VSFTPD = 311 ZLIB_LIBS = -lz 312 ZSH_FUNCTIONS_DIR = 313 abs_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/include 314 abs_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/include 315 abs_top_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0 316 abs_top_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0 317 ac_ct_AR = 318 ac_ct_CC = gcc 319 ac_ct_DUMPBIN = 320 am__include = include 321 am__leading_dot = . 322 am__quote = 323 am__tar = $${TAR-tar} chof - "$$tardir" 324 am__untar = $${TAR-tar} xf - 325 bindir = ${exec_prefix}/bin 326 build = x86_64-pc-linux-gnu 327 build_alias = 328 build_cpu = x86_64 329 build_os = linux-gnu 330 build_vendor = pc 331 builddir = . 332 datadir = ${datarootdir} 333 datarootdir = ${prefix}/share 334 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 335 dvidir = ${docdir} 336 exec_prefix = ${prefix} 337 host = x86_64-pc-linux-gnu 338 host_alias = 339 host_cpu = x86_64 340 host_os = linux-gnu 341 host_vendor = pc 342 htmldir = ${docdir} 343 includedir = ${prefix}/include 344 infodir = ${datarootdir}/info 345 install_sh = ${SHELL} /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/install-sh 346 libdir = ${exec_prefix}/lib 347 libexecdir = ${exec_prefix}/libexec 348 libext = a 349 localedir = ${datarootdir}/locale 350 localstatedir = ${prefix}/var 351 mandir = ${datarootdir}/man 352 mkdir_p = $(MKDIR_P) 353 oldincludedir = /usr/include 354 pdfdir = ${docdir} 355 prefix = /usr/local 356 program_transform_name = s,x,x, 357 psdir = ${docdir} 358 runstatedir = ${localstatedir}/run 359 sbindir = ${exec_prefix}/sbin 360 sharedstatedir = ${prefix}/com 361 srcdir = . 362 sysconfdir = ${prefix}/etc 363 target_alias = 364 top_build_prefix = ../ 365 top_builddir = .. 366 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: # $(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: # $(am__configure_deps) 422 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 423 $(ACLOCAL_M4): # $(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: