Makefile (23009B)
1 # Makefile.in generated by automake 1.16.5 from Makefile.am. 2 # packages/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 = packages 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 SOURCES = 135 DIST_SOURCES = 136 RECURSIVE_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 144 am__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 149 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ 150 distclean-recursive maintainer-clean-recursive 151 am__recursive_targets = \ 152 $(RECURSIVE_TARGETS) \ 153 $(RECURSIVE_CLEAN_TARGETS) \ 154 $(am__extra_recursive_targets) 155 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ 156 distdir distdir-am 157 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 158 # Read a list of newline-separated strings from the standard input, 159 # and print each of them once, without duplicates. Input order is 160 # *not* preserved. 161 am__uniquify_input = $(AWK) '\ 162 BEGIN { nonempty = 0; } \ 163 { items[$$0] = 1; nonempty = 1; } \ 164 END { if (nonempty) { for (i in items) print i; }; } \ 165 ' 166 # Make sure the list of sources is unique. This is necessary because, 167 # e.g., the same source file might be shared among _SOURCES variables 168 # for different programs/libraries. 169 am__define_uniq_tagged_files = \ 170 list='$(am__tagged_files)'; \ 171 unique=`for i in $$list; do \ 172 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 173 done | $(am__uniquify_input)` 174 DIST_SUBDIRS = $(SUBDIRS) 175 am__DIST_COMMON = $(srcdir)/Makefile.in README.md 176 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 177 am__relativize = \ 178 dir0=`pwd`; \ 179 sed_first='s,^\([^/]*\)/.*$$,\1,'; \ 180 sed_rest='s,^[^/]*/*,,'; \ 181 sed_last='s,^.*/\([^/]*\)$$,\1,'; \ 182 sed_butlast='s,/*[^/]*$$,,'; \ 183 while test -n "$$dir1"; do \ 184 first=`echo "$$dir1" | sed -e "$$sed_first"`; \ 185 if test "$$first" != "."; then \ 186 if test "$$first" = ".."; then \ 187 dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ 188 dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ 189 else \ 190 first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ 191 if test "$$first2" = "$$first"; then \ 192 dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ 193 else \ 194 dir2="../$$dir2"; \ 195 fi; \ 196 dir0="$$dir0"/"$$first"; \ 197 fi; \ 198 fi; \ 199 dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ 200 done; \ 201 reldir="$$dir2" 202 ACLOCAL = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' aclocal-1.16 203 AMTAR = $${TAR-tar} 204 AM_DEFAULT_VERBOSITY = 0 205 APXS = 206 AR = /usr/bin/ar 207 AR_FLAGS = cr 208 AS = as 209 AUTOCONF = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoconf 210 AUTOHEADER = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoheader 211 AUTOMAKE = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' automake-1.16 212 AWK = gawk 213 BLANK_AT_MAKETIME = 214 CADDY = 215 CC = gcc 216 CCDEPMODE = depmode=gcc3 217 CFLAGS = -Werror-implicit-function-declaration -O2 -Wno-system-headers 218 CFLAG_CURL_SYMBOL_HIDING = -fvisibility=hidden 219 CONFIGURE_OPTIONS = " '--with-mbedtls'" 220 CPP = gcc -E 221 CPPFLAGS = -D_GNU_SOURCE -isystem /include 222 CSCOPE = cscope 223 CTAGS = ctags 224 CURLVERSION = 8.15.0 225 CURL_CA_BUNDLE = /etc/ssl/certs/ca-certificates.crt 226 CURL_CA_EMBED = 227 CURL_CFLAG_EXTRAS = 228 CURL_CPP = gcc -E -D_GNU_SOURCE -isystem /include 229 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = 230 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = 4 231 CURL_NETWORK_AND_TIME_LIBS = 232 CYGPATH_W = echo 233 DEFS = -DHAVE_CONFIG_H 234 DEPDIR = .deps 235 DLLTOOL = false 236 DSYMUTIL = 237 DUMPBIN = 238 ECHO_C = 239 ECHO_N = -n 240 ECHO_T = 241 EGREP = /usr/bin/grep -E 242 ENABLE_SHARED = yes 243 ENABLE_STATIC = yes 244 ETAGS = etags 245 EXEEXT = 246 FGREP = /usr/bin/grep -F 247 FILECMD = file 248 FISH_FUNCTIONS_DIR = 249 GCOV = 250 GREP = /usr/bin/grep 251 HAVE_LIBZ = 1 252 HTTPD = 253 HTTPD_NGHTTPX = 254 INSTALL = /usr/bin/install -c 255 INSTALL_DATA = ${INSTALL} -m 644 256 INSTALL_PROGRAM = ${INSTALL} 257 INSTALL_SCRIPT = ${INSTALL} 258 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 259 LCOV = 260 LD = /usr/bin/ld -m elf_x86_64 261 LDFLAGS = -L/lib 262 LIBCURL_PC_CFLAGS = 263 LIBCURL_PC_CFLAGS_PRIVATE = -DCURL_STATICLIB 264 LIBCURL_PC_LDFLAGS_PRIVATE = -L/lib 265 LIBCURL_PC_LIBS = 266 LIBCURL_PC_LIBS_PRIVATE = -lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz 267 LIBCURL_PC_REQUIRES = 268 LIBCURL_PC_REQUIRES_PRIVATE = libidn2,zlib,libbrotlidec,libbrotlicommon,libzstd,libpsl,librtmp,libnghttp2 269 LIBOBJS = 270 LIBS = -lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz 271 LIBTOOL = $(SHELL) $(top_builddir)/libtool 272 LIPO = 273 LN_S = ln -s 274 LTLIBOBJS = 275 LT_SYS_LIBRARY_PATH = 276 MAINT = # 277 MAKEINFO = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' makeinfo 278 MANIFEST_TOOL = : 279 MKDIR_P = /usr/bin/mkdir -p 280 NM = /usr/bin/nm -B 281 NMEDIT = 282 OBJDUMP = objdump 283 OBJEXT = o 284 OTOOL = 285 OTOOL64 = 286 PACKAGE = curl 287 PACKAGE_BUGREPORT = a suitable curl mailing list: https://curl.se/mail/ 288 PACKAGE_NAME = curl 289 PACKAGE_STRING = curl - 290 PACKAGE_TARNAME = curl 291 PACKAGE_URL = 292 PACKAGE_VERSION = - 293 PATH_SEPARATOR = : 294 PERL = /usr/bin/perl 295 PKGCONFIG = /usr/bin/pkg-config 296 RANLIB = ranlib 297 RC = 298 SED = /usr/bin/sed 299 SET_MAKE = 300 SHELL = /bin/sh 301 SSL_BACKENDS = mbedTLS 302 STRIP = strip 303 SUPPORT_FEATURES = alt-svc AsynchDNS brotli HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM PSL SSL threadsafe UnixSockets zstd 304 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 305 TEST_NGHTTPX = nghttpx 306 VERSION = - 307 VERSIONNUM = 080f00 308 VSFTPD = 309 ZLIB_LIBS = -lz 310 ZSH_FUNCTIONS_DIR = 311 abs_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/packages 312 abs_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/packages 313 abs_top_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0 314 abs_top_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0 315 ac_ct_AR = 316 ac_ct_CC = gcc 317 ac_ct_DUMPBIN = 318 am__include = include 319 am__leading_dot = . 320 am__quote = 321 am__tar = $${TAR-tar} chof - "$$tardir" 322 am__untar = $${TAR-tar} xf - 323 bindir = ${exec_prefix}/bin 324 build = x86_64-pc-linux-gnu 325 build_alias = 326 build_cpu = x86_64 327 build_os = linux-gnu 328 build_vendor = pc 329 builddir = . 330 datadir = ${datarootdir} 331 datarootdir = ${prefix}/share 332 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 333 dvidir = ${docdir} 334 exec_prefix = ${prefix} 335 host = x86_64-pc-linux-gnu 336 host_alias = 337 host_cpu = x86_64 338 host_os = linux-gnu 339 host_vendor = pc 340 htmldir = ${docdir} 341 includedir = ${prefix}/include 342 infodir = ${datarootdir}/info 343 install_sh = ${SHELL} /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/install-sh 344 libdir = ${exec_prefix}/lib 345 libexecdir = ${exec_prefix}/libexec 346 libext = a 347 localedir = ${datarootdir}/locale 348 localstatedir = ${prefix}/var 349 mandir = ${datarootdir}/man 350 mkdir_p = $(MKDIR_P) 351 oldincludedir = /usr/include 352 pdfdir = ${docdir} 353 prefix = /usr/local 354 program_transform_name = s,x,x, 355 psdir = ${docdir} 356 runstatedir = ${localstatedir}/run 357 sbindir = ${exec_prefix}/sbin 358 sharedstatedir = ${prefix}/com 359 srcdir = . 360 sysconfdir = ${prefix}/etc 361 target_alias = 362 top_build_prefix = ../ 363 top_builddir = .. 364 top_srcdir = .. 365 366 #*************************************************************************** 367 # _ _ ____ _ 368 # Project ___| | | | _ \| | 369 # / __| | | | |_) | | 370 # | (__| |_| | _ <| |___ 371 # \___|\___/|_| \_\_____| 372 # 373 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 374 # 375 # This software is licensed as described in the file COPYING, which 376 # you should have received as part of this distribution. The terms 377 # are also available at https://curl.se/docs/copyright.html. 378 # 379 # You may opt to use, copy, modify, merge, publish, distribute and/or sell 380 # copies of the Software, and permit persons to whom the Software is 381 # furnished to do so, under the terms of the COPYING file. 382 # 383 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 384 # KIND, either express or implied. 385 # 386 # SPDX-License-Identifier: curl 387 # 388 ########################################################################### 389 SUBDIRS = vms 390 EXTRA_DIST = README.md \ 391 OS400/README.OS400 \ 392 OS400/rpg-examples \ 393 OS400/ccsidcurl.c \ 394 OS400/ccsidcurl.h \ 395 OS400/curlcl.c \ 396 OS400/curlmain.c \ 397 OS400/curl.inc.in \ 398 OS400/initscript.sh \ 399 OS400/config400.default \ 400 OS400/make-docs.sh \ 401 OS400/make-include.sh \ 402 OS400/make-lib.sh \ 403 OS400/make-src.sh \ 404 OS400/make-tests.sh \ 405 OS400/makefile.sh \ 406 OS400/os400sys.c \ 407 OS400/os400sys.h \ 408 OS400/curl.cmd 409 410 CHECKSRC = $(CS_$(V)) 411 CS_0 = @echo " RUN " $@; 412 CS_1 = 413 CS_ = $(CS_0) 414 all: all-recursive 415 416 .SUFFIXES: 417 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) 418 @for dep in $?; do \ 419 case '$(am__configure_deps)' in \ 420 *$$dep*) \ 421 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 422 && { if test -f $@; then exit 0; else break; fi; }; \ 423 exit 1;; \ 424 esac; \ 425 done; \ 426 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu packages/Makefile'; \ 427 $(am__cd) $(top_srcdir) && \ 428 $(AUTOMAKE) --gnu packages/Makefile 429 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 430 @case '$?' in \ 431 *config.status*) \ 432 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 433 *) \ 434 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 435 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 436 esac; 437 438 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 439 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 440 441 $(top_srcdir)/configure: # $(am__configure_deps) 442 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 443 $(ACLOCAL_M4): # $(am__aclocal_m4_deps) 444 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 445 $(am__aclocal_m4_deps): 446 447 mostlyclean-libtool: 448 -rm -f *.lo 449 450 clean-libtool: 451 -rm -rf .libs _libs 452 453 # This directory's subdirectories are mostly independent; you can cd 454 # into them and run 'make' without going through this Makefile. 455 # To change the values of 'make' variables: instead of editing Makefiles, 456 # (1) if the variable is set in 'config.status', edit 'config.status' 457 # (which will cause the Makefiles to be regenerated when you run 'make'); 458 # (2) otherwise, pass the desired values on the 'make' command line. 459 $(am__recursive_targets): 460 @fail=; \ 461 if $(am__make_keepgoing); then \ 462 failcom='fail=yes'; \ 463 else \ 464 failcom='exit 1'; \ 465 fi; \ 466 dot_seen=no; \ 467 target=`echo $@ | sed s/-recursive//`; \ 468 case "$@" in \ 469 distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ 470 *) list='$(SUBDIRS)' ;; \ 471 esac; \ 472 for subdir in $$list; do \ 473 echo "Making $$target in $$subdir"; \ 474 if test "$$subdir" = "."; then \ 475 dot_seen=yes; \ 476 local_target="$$target-am"; \ 477 else \ 478 local_target="$$target"; \ 479 fi; \ 480 ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ 481 || eval $$failcom; \ 482 done; \ 483 if test "$$dot_seen" = "no"; then \ 484 $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ 485 fi; test -z "$$fail" 486 487 ID: $(am__tagged_files) 488 $(am__define_uniq_tagged_files); mkid -fID $$unique 489 tags: tags-recursive 490 TAGS: tags 491 492 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 493 set x; \ 494 here=`pwd`; \ 495 if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ 496 include_option=--etags-include; \ 497 empty_fix=.; \ 498 else \ 499 include_option=--include; \ 500 empty_fix=; \ 501 fi; \ 502 list='$(SUBDIRS)'; for subdir in $$list; do \ 503 if test "$$subdir" = .; then :; else \ 504 test ! -f $$subdir/TAGS || \ 505 set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ 506 fi; \ 507 done; \ 508 $(am__define_uniq_tagged_files); \ 509 shift; \ 510 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 511 test -n "$$unique" || unique=$$empty_fix; \ 512 if test $$# -gt 0; then \ 513 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 514 "$$@" $$unique; \ 515 else \ 516 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 517 $$unique; \ 518 fi; \ 519 fi 520 ctags: ctags-recursive 521 522 CTAGS: ctags 523 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 524 $(am__define_uniq_tagged_files); \ 525 test -z "$(CTAGS_ARGS)$$unique" \ 526 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 527 $$unique 528 529 GTAGS: 530 here=`$(am__cd) $(top_builddir) && pwd` \ 531 && $(am__cd) $(top_srcdir) \ 532 && gtags -i $(GTAGS_ARGS) "$$here" 533 cscopelist: cscopelist-recursive 534 535 cscopelist-am: $(am__tagged_files) 536 list='$(am__tagged_files)'; \ 537 case "$(srcdir)" in \ 538 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 539 *) sdir=$(subdir)/$(srcdir) ;; \ 540 esac; \ 541 for i in $$list; do \ 542 if test -f "$$i"; then \ 543 echo "$(subdir)/$$i"; \ 544 else \ 545 echo "$$sdir/$$i"; \ 546 fi; \ 547 done >> $(top_builddir)/cscope.files 548 549 distclean-tags: 550 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 551 distdir: $(BUILT_SOURCES) 552 $(MAKE) $(AM_MAKEFLAGS) distdir-am 553 554 distdir-am: $(DISTFILES) 555 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 556 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 557 list='$(DISTFILES)'; \ 558 dist_files=`for file in $$list; do echo $$file; done | \ 559 sed -e "s|^$$srcdirstrip/||;t" \ 560 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 561 case $$dist_files in \ 562 */*) $(MKDIR_P) `echo "$$dist_files" | \ 563 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 564 sort -u` ;; \ 565 esac; \ 566 for file in $$dist_files; do \ 567 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 568 if test -d $$d/$$file; then \ 569 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 570 if test -d "$(distdir)/$$file"; then \ 571 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 572 fi; \ 573 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 574 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 575 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 576 fi; \ 577 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 578 else \ 579 test -f "$(distdir)/$$file" \ 580 || cp -p $$d/$$file "$(distdir)/$$file" \ 581 || exit 1; \ 582 fi; \ 583 done 584 @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ 585 if test "$$subdir" = .; then :; else \ 586 $(am__make_dryrun) \ 587 || test -d "$(distdir)/$$subdir" \ 588 || $(MKDIR_P) "$(distdir)/$$subdir" \ 589 || exit 1; \ 590 dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ 591 $(am__relativize); \ 592 new_distdir=$$reldir; \ 593 dir1=$$subdir; dir2="$(top_distdir)"; \ 594 $(am__relativize); \ 595 new_top_distdir=$$reldir; \ 596 echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ 597 echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ 598 ($(am__cd) $$subdir && \ 599 $(MAKE) $(AM_MAKEFLAGS) \ 600 top_distdir="$$new_top_distdir" \ 601 distdir="$$new_distdir" \ 602 am__remove_distdir=: \ 603 am__skip_length_check=: \ 604 am__skip_mode_fix=: \ 605 distdir) \ 606 || exit 1; \ 607 fi; \ 608 done 609 check-am: all-am 610 check: check-recursive 611 all-local: 612 #all-local: 613 all-am: Makefile all-local 614 installdirs: installdirs-recursive 615 installdirs-am: 616 install: install-recursive 617 install-exec: install-exec-recursive 618 install-data: install-data-recursive 619 uninstall: uninstall-recursive 620 621 install-am: all-am 622 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 623 624 installcheck: installcheck-recursive 625 install-strip: 626 if test -z '$(STRIP)'; then \ 627 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 628 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 629 install; \ 630 else \ 631 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 632 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 633 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 634 fi 635 mostlyclean-generic: 636 637 clean-generic: 638 639 distclean-generic: 640 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 641 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 642 643 maintainer-clean-generic: 644 @echo "This command is intended for maintainers to use" 645 @echo "it deletes files that may require special tools to rebuild." 646 clean: clean-recursive 647 648 clean-am: clean-generic clean-libtool mostlyclean-am 649 650 distclean: distclean-recursive 651 -rm -f Makefile 652 distclean-am: clean-am distclean-generic distclean-tags 653 654 dvi: dvi-recursive 655 656 dvi-am: 657 658 html: html-recursive 659 660 html-am: 661 662 info: info-recursive 663 664 info-am: 665 666 install-data-am: 667 668 install-dvi: install-dvi-recursive 669 670 install-dvi-am: 671 672 install-exec-am: 673 674 install-html: install-html-recursive 675 676 install-html-am: 677 678 install-info: install-info-recursive 679 680 install-info-am: 681 682 install-man: 683 684 install-pdf: install-pdf-recursive 685 686 install-pdf-am: 687 688 install-ps: install-ps-recursive 689 690 install-ps-am: 691 692 installcheck-am: 693 694 maintainer-clean: maintainer-clean-recursive 695 -rm -f Makefile 696 maintainer-clean-am: distclean-am maintainer-clean-generic 697 698 mostlyclean: mostlyclean-recursive 699 700 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 701 702 pdf: pdf-recursive 703 704 pdf-am: 705 706 ps: ps-recursive 707 708 ps-am: 709 710 uninstall-am: 711 712 .MAKE: $(am__recursive_targets) install-am install-strip 713 714 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am all-local \ 715 check check-am clean clean-generic clean-libtool cscopelist-am \ 716 ctags ctags-am distclean distclean-generic distclean-libtool \ 717 distclean-tags distdir dvi dvi-am html html-am info info-am \ 718 install install-am install-data install-data-am install-dvi \ 719 install-dvi-am install-exec install-exec-am install-html \ 720 install-html-am install-info install-info-am install-man \ 721 install-pdf install-pdf-am install-ps install-ps-am \ 722 install-strip installcheck installcheck-am installdirs \ 723 installdirs-am maintainer-clean maintainer-clean-generic \ 724 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ 725 ps ps-am tags tags-am uninstall uninstall-am 726 727 .PRECIOUS: Makefile 728 729 730 checksrc: 731 $(CHECKSRC)(/usr/bin/perl $(top_srcdir)/scripts/checksrc.pl -D$(srcdir) $(srcdir)/OS400/*.[ch]) 732 733 # for debug builds, we scan the sources on all regular make invokes 734 #all-local: checksrc 735 736 # Tell versions [3.59,3.63) of GNU make to not export all variables. 737 # Otherwise a system limit (for SysV at least) may be exceeded. 738 .NOEXPORT: