Makefile (16788B)
1 # Makefile.in generated by automake 1.16.5 from Makefile.am. 2 # packages/vms/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/vms 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 am__can_run_installinfo = \ 137 case $$AM_UPDATE_INFO_DIR in \ 138 n|no|NO) false;; \ 139 *) (install-info --version) >/dev/null 2>&1;; \ 140 esac 141 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 142 am__DIST_COMMON = $(srcdir)/Makefile.in 143 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 144 ACLOCAL = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' aclocal-1.16 145 AMTAR = $${TAR-tar} 146 AM_DEFAULT_VERBOSITY = 0 147 APXS = 148 AR = /usr/bin/ar 149 AR_FLAGS = cr 150 AS = as 151 AUTOCONF = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoconf 152 AUTOHEADER = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' autoheader 153 AUTOMAKE = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' automake-1.16 154 AWK = gawk 155 BLANK_AT_MAKETIME = 156 CADDY = 157 CC = gcc 158 CCDEPMODE = depmode=gcc3 159 CFLAGS = -Werror-implicit-function-declaration -O2 -Wno-system-headers 160 CFLAG_CURL_SYMBOL_HIDING = -fvisibility=hidden 161 CONFIGURE_OPTIONS = " '--with-mbedtls'" 162 CPP = gcc -E 163 CPPFLAGS = -D_GNU_SOURCE -isystem /include 164 CSCOPE = cscope 165 CTAGS = ctags 166 CURLVERSION = 8.15.0 167 CURL_CA_BUNDLE = /etc/ssl/certs/ca-certificates.crt 168 CURL_CA_EMBED = 169 CURL_CFLAG_EXTRAS = 170 CURL_CPP = gcc -E -D_GNU_SOURCE -isystem /include 171 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = 172 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = 4 173 CURL_NETWORK_AND_TIME_LIBS = 174 CYGPATH_W = echo 175 DEFS = -DHAVE_CONFIG_H 176 DEPDIR = .deps 177 DLLTOOL = false 178 DSYMUTIL = 179 DUMPBIN = 180 ECHO_C = 181 ECHO_N = -n 182 ECHO_T = 183 EGREP = /usr/bin/grep -E 184 ENABLE_SHARED = yes 185 ENABLE_STATIC = yes 186 ETAGS = etags 187 EXEEXT = 188 FGREP = /usr/bin/grep -F 189 FILECMD = file 190 FISH_FUNCTIONS_DIR = 191 GCOV = 192 GREP = /usr/bin/grep 193 HAVE_LIBZ = 1 194 HTTPD = 195 HTTPD_NGHTTPX = 196 INSTALL = /usr/bin/install -c 197 INSTALL_DATA = ${INSTALL} -m 644 198 INSTALL_PROGRAM = ${INSTALL} 199 INSTALL_SCRIPT = ${INSTALL} 200 INSTALL_STRIP_PROGRAM = $(install_sh) -c -s 201 LCOV = 202 LD = /usr/bin/ld -m elf_x86_64 203 LDFLAGS = -L/lib 204 LIBCURL_PC_CFLAGS = 205 LIBCURL_PC_CFLAGS_PRIVATE = -DCURL_STATICLIB 206 LIBCURL_PC_LDFLAGS_PRIVATE = -L/lib 207 LIBCURL_PC_LIBS = 208 LIBCURL_PC_LIBS_PRIVATE = -lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz 209 LIBCURL_PC_REQUIRES = 210 LIBCURL_PC_REQUIRES_PRIVATE = libidn2,zlib,libbrotlidec,libbrotlicommon,libzstd,libpsl,librtmp,libnghttp2 211 LIBOBJS = 212 LIBS = -lnghttp2 -lidn2 -lrtmp -lldap -llber -lpsl -lmbedtls -lmbedx509 -lmbedcrypto -lzstd -lbrotlidec -lz 213 LIBTOOL = $(SHELL) $(top_builddir)/libtool 214 LIPO = 215 LN_S = ln -s 216 LTLIBOBJS = 217 LT_SYS_LIBRARY_PATH = 218 MAINT = # 219 MAKEINFO = ${SHELL} '/home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/missing' makeinfo 220 MANIFEST_TOOL = : 221 MKDIR_P = /usr/bin/mkdir -p 222 NM = /usr/bin/nm -B 223 NMEDIT = 224 OBJDUMP = objdump 225 OBJEXT = o 226 OTOOL = 227 OTOOL64 = 228 PACKAGE = curl 229 PACKAGE_BUGREPORT = a suitable curl mailing list: https://curl.se/mail/ 230 PACKAGE_NAME = curl 231 PACKAGE_STRING = curl - 232 PACKAGE_TARNAME = curl 233 PACKAGE_URL = 234 PACKAGE_VERSION = - 235 PATH_SEPARATOR = : 236 PERL = /usr/bin/perl 237 PKGCONFIG = /usr/bin/pkg-config 238 RANLIB = ranlib 239 RC = 240 SED = /usr/bin/sed 241 SET_MAKE = 242 SHELL = /bin/sh 243 SSL_BACKENDS = mbedTLS 244 STRIP = strip 245 SUPPORT_FEATURES = alt-svc AsynchDNS brotli HSTS HTTP2 HTTPS-proxy IDN IPv6 Largefile libz NTLM PSL SSL threadsafe UnixSockets zstd 246 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 247 TEST_NGHTTPX = nghttpx 248 VERSION = - 249 VERSIONNUM = 080f00 250 VSFTPD = 251 ZLIB_LIBS = -lz 252 ZSH_FUNCTIONS_DIR = 253 abs_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/packages/vms 254 abs_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/packages/vms 255 abs_top_builddir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0 256 abs_top_srcdir = /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0 257 ac_ct_AR = 258 ac_ct_CC = gcc 259 ac_ct_DUMPBIN = 260 am__include = include 261 am__leading_dot = . 262 am__quote = 263 am__tar = $${TAR-tar} chof - "$$tardir" 264 am__untar = $${TAR-tar} xf - 265 bindir = ${exec_prefix}/bin 266 build = x86_64-pc-linux-gnu 267 build_alias = 268 build_cpu = x86_64 269 build_os = linux-gnu 270 build_vendor = pc 271 builddir = . 272 datadir = ${datarootdir} 273 datarootdir = ${prefix}/share 274 docdir = ${datarootdir}/doc/${PACKAGE_TARNAME} 275 dvidir = ${docdir} 276 exec_prefix = ${prefix} 277 host = x86_64-pc-linux-gnu 278 host_alias = 279 host_cpu = x86_64 280 host_os = linux-gnu 281 host_vendor = pc 282 htmldir = ${docdir} 283 includedir = ${prefix}/include 284 infodir = ${datarootdir}/info 285 install_sh = ${SHELL} /home/avalos/Taler/quickjs-tart/subprojects/curl-8.15.0/install-sh 286 libdir = ${exec_prefix}/lib 287 libexecdir = ${exec_prefix}/libexec 288 libext = a 289 localedir = ${datarootdir}/locale 290 localstatedir = ${prefix}/var 291 mandir = ${datarootdir}/man 292 mkdir_p = $(MKDIR_P) 293 oldincludedir = /usr/include 294 pdfdir = ${docdir} 295 prefix = /usr/local 296 program_transform_name = s,x,x, 297 psdir = ${docdir} 298 runstatedir = ${localstatedir}/run 299 sbindir = ${exec_prefix}/sbin 300 sharedstatedir = ${prefix}/com 301 srcdir = . 302 sysconfdir = ${prefix}/etc 303 target_alias = 304 top_build_prefix = ../../ 305 top_builddir = ../.. 306 top_srcdir = ../.. 307 308 #*************************************************************************** 309 # _ _ ____ _ 310 # Project ___| | | | _ \| | 311 # / __| | | | |_) | | 312 # | (__| |_| | _ <| |___ 313 # \___|\___/|_| \_\_____| 314 # 315 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 316 # 317 # This software is licensed as described in the file COPYING, which 318 # you should have received as part of this distribution. The terms 319 # are also available at https://curl.se/docs/copyright.html. 320 # 321 # You may opt to use, copy, modify, merge, publish, distribute and/or sell 322 # copies of the Software, and permit persons to whom the Software is 323 # furnished to do so, under the terms of the COPYING file. 324 # 325 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 326 # KIND, either express or implied. 327 # 328 # SPDX-License-Identifier: curl 329 # 330 ########################################################################### 331 EXTRA_DIST = \ 332 backup_gnv_curl_src.com \ 333 build_curl-config_script.com \ 334 build_gnv_curl.com \ 335 build_gnv_curl_pcsi_desc.com \ 336 build_gnv_curl_pcsi_text.com \ 337 build_gnv_curl_release_notes.com \ 338 build_libcurl_pc.com \ 339 build_vms.com \ 340 clean_gnv_curl.com \ 341 compare_curl_source.com \ 342 config_h.com \ 343 curl_crtl_init.c \ 344 curl_gnv_build_steps.txt \ 345 curl_release_note_start.txt \ 346 curl_startup.com \ 347 curlmsg.h \ 348 curlmsg.msg \ 349 curlmsg.sdl \ 350 curlmsg_vms.h \ 351 generate_config_vms_h_curl.com \ 352 generate_vax_transfer.com \ 353 gnv_conftest.c_first \ 354 gnv_curl_configure.sh \ 355 gnv_libcurl_symbols.opt \ 356 gnv_link_curl.com \ 357 macro32_exactcase.patch \ 358 make_gnv_curl_install.sh \ 359 make_pcsi_curl_kit_name.com \ 360 pcsi_gnv_curl_file_list.txt \ 361 pcsi_product_gnv_curl.com \ 362 readme \ 363 report_openssl_version.c \ 364 setup_gnv_curl_build.com \ 365 stage_curl_install.com \ 366 vms_eco_level.h 367 368 all: all-am 369 370 .SUFFIXES: 371 $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps) 372 @for dep in $?; do \ 373 case '$(am__configure_deps)' in \ 374 *$$dep*) \ 375 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 376 && { if test -f $@; then exit 0; else break; fi; }; \ 377 exit 1;; \ 378 esac; \ 379 done; \ 380 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu packages/vms/Makefile'; \ 381 $(am__cd) $(top_srcdir) && \ 382 $(AUTOMAKE) --gnu packages/vms/Makefile 383 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 384 @case '$?' in \ 385 *config.status*) \ 386 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 387 *) \ 388 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 389 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 390 esac; 391 392 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 393 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 394 395 $(top_srcdir)/configure: # $(am__configure_deps) 396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 397 $(ACLOCAL_M4): # $(am__aclocal_m4_deps) 398 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 399 $(am__aclocal_m4_deps): 400 401 mostlyclean-libtool: 402 -rm -f *.lo 403 404 clean-libtool: 405 -rm -rf .libs _libs 406 tags TAGS: 407 408 ctags CTAGS: 409 410 cscope cscopelist: 411 412 distdir: $(BUILT_SOURCES) 413 $(MAKE) $(AM_MAKEFLAGS) distdir-am 414 415 distdir-am: $(DISTFILES) 416 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 417 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 418 list='$(DISTFILES)'; \ 419 dist_files=`for file in $$list; do echo $$file; done | \ 420 sed -e "s|^$$srcdirstrip/||;t" \ 421 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 422 case $$dist_files in \ 423 */*) $(MKDIR_P) `echo "$$dist_files" | \ 424 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 425 sort -u` ;; \ 426 esac; \ 427 for file in $$dist_files; do \ 428 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 429 if test -d $$d/$$file; then \ 430 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 431 if test -d "$(distdir)/$$file"; then \ 432 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 433 fi; \ 434 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 435 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 436 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 437 fi; \ 438 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 439 else \ 440 test -f "$(distdir)/$$file" \ 441 || cp -p $$d/$$file "$(distdir)/$$file" \ 442 || exit 1; \ 443 fi; \ 444 done 445 check-am: all-am 446 check: check-am 447 all-am: Makefile 448 installdirs: 449 install: install-am 450 install-exec: install-exec-am 451 install-data: install-data-am 452 uninstall: uninstall-am 453 454 install-am: all-am 455 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 456 457 installcheck: installcheck-am 458 install-strip: 459 if test -z '$(STRIP)'; then \ 460 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 461 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 462 install; \ 463 else \ 464 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 465 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 466 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 467 fi 468 mostlyclean-generic: 469 470 clean-generic: 471 472 distclean-generic: 473 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 474 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 475 476 maintainer-clean-generic: 477 @echo "This command is intended for maintainers to use" 478 @echo "it deletes files that may require special tools to rebuild." 479 clean: clean-am 480 481 clean-am: clean-generic clean-libtool mostlyclean-am 482 483 distclean: distclean-am 484 -rm -f Makefile 485 distclean-am: clean-am distclean-generic 486 487 dvi: dvi-am 488 489 dvi-am: 490 491 html: html-am 492 493 html-am: 494 495 info: info-am 496 497 info-am: 498 499 install-data-am: 500 501 install-dvi: install-dvi-am 502 503 install-dvi-am: 504 505 install-exec-am: 506 507 install-html: install-html-am 508 509 install-html-am: 510 511 install-info: install-info-am 512 513 install-info-am: 514 515 install-man: 516 517 install-pdf: install-pdf-am 518 519 install-pdf-am: 520 521 install-ps: install-ps-am 522 523 install-ps-am: 524 525 installcheck-am: 526 527 maintainer-clean: maintainer-clean-am 528 -rm -f Makefile 529 maintainer-clean-am: distclean-am maintainer-clean-generic 530 531 mostlyclean: mostlyclean-am 532 533 mostlyclean-am: mostlyclean-generic mostlyclean-libtool 534 535 pdf: pdf-am 536 537 pdf-am: 538 539 ps: ps-am 540 541 ps-am: 542 543 uninstall-am: 544 545 .MAKE: install-am install-strip 546 547 .PHONY: all all-am check check-am clean clean-generic clean-libtool \ 548 cscopelist-am ctags-am distclean distclean-generic \ 549 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 550 install install-am install-data install-data-am install-dvi \ 551 install-dvi-am install-exec install-exec-am install-html \ 552 install-html-am install-info install-info-am install-man \ 553 install-pdf install-pdf-am install-ps install-ps-am \ 554 install-strip installcheck installcheck-am installdirs \ 555 maintainer-clean maintainer-clean-generic mostlyclean \ 556 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 557 tags-am uninstall uninstall-am 558 559 .PRECIOUS: Makefile 560 561 562 # Tell versions [3.59,3.63) of GNU make to not export all variables. 563 # Otherwise a system limit (for SysV at least) may be exceeded. 564 .NOEXPORT: