Makefile.in (16249B)
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 = 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_@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 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 = @ACLOCAL@ 145 AMTAR = @AMTAR@ 146 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 147 APXS = @APXS@ 148 AR = @AR@ 149 AR_FLAGS = @AR_FLAGS@ 150 AS = @AS@ 151 AUTOCONF = @AUTOCONF@ 152 AUTOHEADER = @AUTOHEADER@ 153 AUTOMAKE = @AUTOMAKE@ 154 AWK = @AWK@ 155 BLANK_AT_MAKETIME = @BLANK_AT_MAKETIME@ 156 CADDY = @CADDY@ 157 CC = @CC@ 158 CCDEPMODE = @CCDEPMODE@ 159 CFLAGS = @CFLAGS@ 160 CFLAG_CURL_SYMBOL_HIDING = @CFLAG_CURL_SYMBOL_HIDING@ 161 CONFIGURE_OPTIONS = @CONFIGURE_OPTIONS@ 162 CPP = @CPP@ 163 CPPFLAGS = @CPPFLAGS@ 164 CSCOPE = @CSCOPE@ 165 CTAGS = @CTAGS@ 166 CURLVERSION = @CURLVERSION@ 167 CURL_CA_BUNDLE = @CURL_CA_BUNDLE@ 168 CURL_CA_EMBED = @CURL_CA_EMBED@ 169 CURL_CFLAG_EXTRAS = @CURL_CFLAG_EXTRAS@ 170 CURL_CPP = @CURL_CPP@ 171 CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX = @CURL_LIBCURL_VERSIONED_SYMBOLS_PREFIX@ 172 CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME = @CURL_LIBCURL_VERSIONED_SYMBOLS_SONAME@ 173 CURL_NETWORK_AND_TIME_LIBS = @CURL_NETWORK_AND_TIME_LIBS@ 174 CYGPATH_W = @CYGPATH_W@ 175 DEFS = @DEFS@ 176 DEPDIR = @DEPDIR@ 177 DLLTOOL = @DLLTOOL@ 178 DSYMUTIL = @DSYMUTIL@ 179 DUMPBIN = @DUMPBIN@ 180 ECHO_C = @ECHO_C@ 181 ECHO_N = @ECHO_N@ 182 ECHO_T = @ECHO_T@ 183 EGREP = @EGREP@ 184 ENABLE_SHARED = @ENABLE_SHARED@ 185 ENABLE_STATIC = @ENABLE_STATIC@ 186 ETAGS = @ETAGS@ 187 EXEEXT = @EXEEXT@ 188 FGREP = @FGREP@ 189 FILECMD = @FILECMD@ 190 FISH_FUNCTIONS_DIR = @FISH_FUNCTIONS_DIR@ 191 GCOV = @GCOV@ 192 GREP = @GREP@ 193 HAVE_LIBZ = @HAVE_LIBZ@ 194 HTTPD = @HTTPD@ 195 HTTPD_NGHTTPX = @HTTPD_NGHTTPX@ 196 INSTALL = @INSTALL@ 197 INSTALL_DATA = @INSTALL_DATA@ 198 INSTALL_PROGRAM = @INSTALL_PROGRAM@ 199 INSTALL_SCRIPT = @INSTALL_SCRIPT@ 200 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 201 LCOV = @LCOV@ 202 LD = @LD@ 203 LDFLAGS = @LDFLAGS@ 204 LIBCURL_PC_CFLAGS = @LIBCURL_PC_CFLAGS@ 205 LIBCURL_PC_CFLAGS_PRIVATE = @LIBCURL_PC_CFLAGS_PRIVATE@ 206 LIBCURL_PC_LDFLAGS_PRIVATE = @LIBCURL_PC_LDFLAGS_PRIVATE@ 207 LIBCURL_PC_LIBS = @LIBCURL_PC_LIBS@ 208 LIBCURL_PC_LIBS_PRIVATE = @LIBCURL_PC_LIBS_PRIVATE@ 209 LIBCURL_PC_REQUIRES = @LIBCURL_PC_REQUIRES@ 210 LIBCURL_PC_REQUIRES_PRIVATE = @LIBCURL_PC_REQUIRES_PRIVATE@ 211 LIBOBJS = @LIBOBJS@ 212 LIBS = @LIBS@ 213 LIBTOOL = @LIBTOOL@ 214 LIPO = @LIPO@ 215 LN_S = @LN_S@ 216 LTLIBOBJS = @LTLIBOBJS@ 217 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 218 MAINT = @MAINT@ 219 MAKEINFO = @MAKEINFO@ 220 MANIFEST_TOOL = @MANIFEST_TOOL@ 221 MKDIR_P = @MKDIR_P@ 222 NM = @NM@ 223 NMEDIT = @NMEDIT@ 224 OBJDUMP = @OBJDUMP@ 225 OBJEXT = @OBJEXT@ 226 OTOOL = @OTOOL@ 227 OTOOL64 = @OTOOL64@ 228 PACKAGE = @PACKAGE@ 229 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 230 PACKAGE_NAME = @PACKAGE_NAME@ 231 PACKAGE_STRING = @PACKAGE_STRING@ 232 PACKAGE_TARNAME = @PACKAGE_TARNAME@ 233 PACKAGE_URL = @PACKAGE_URL@ 234 PACKAGE_VERSION = @PACKAGE_VERSION@ 235 PATH_SEPARATOR = @PATH_SEPARATOR@ 236 PERL = @PERL@ 237 PKGCONFIG = @PKGCONFIG@ 238 RANLIB = @RANLIB@ 239 RC = @RC@ 240 SED = @SED@ 241 SET_MAKE = @SET_MAKE@ 242 SHELL = @SHELL@ 243 SSL_BACKENDS = @SSL_BACKENDS@ 244 STRIP = @STRIP@ 245 SUPPORT_FEATURES = @SUPPORT_FEATURES@ 246 SUPPORT_PROTOCOLS = @SUPPORT_PROTOCOLS@ 247 TEST_NGHTTPX = @TEST_NGHTTPX@ 248 VERSION = @VERSION@ 249 VERSIONNUM = @VERSIONNUM@ 250 VSFTPD = @VSFTPD@ 251 ZLIB_LIBS = @ZLIB_LIBS@ 252 ZSH_FUNCTIONS_DIR = @ZSH_FUNCTIONS_DIR@ 253 abs_builddir = @abs_builddir@ 254 abs_srcdir = @abs_srcdir@ 255 abs_top_builddir = @abs_top_builddir@ 256 abs_top_srcdir = @abs_top_srcdir@ 257 ac_ct_AR = @ac_ct_AR@ 258 ac_ct_CC = @ac_ct_CC@ 259 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 260 am__include = @am__include@ 261 am__leading_dot = @am__leading_dot@ 262 am__quote = @am__quote@ 263 am__tar = @am__tar@ 264 am__untar = @am__untar@ 265 bindir = @bindir@ 266 build = @build@ 267 build_alias = @build_alias@ 268 build_cpu = @build_cpu@ 269 build_os = @build_os@ 270 build_vendor = @build_vendor@ 271 builddir = @builddir@ 272 datadir = @datadir@ 273 datarootdir = @datarootdir@ 274 docdir = @docdir@ 275 dvidir = @dvidir@ 276 exec_prefix = @exec_prefix@ 277 host = @host@ 278 host_alias = @host_alias@ 279 host_cpu = @host_cpu@ 280 host_os = @host_os@ 281 host_vendor = @host_vendor@ 282 htmldir = @htmldir@ 283 includedir = @includedir@ 284 infodir = @infodir@ 285 install_sh = @install_sh@ 286 libdir = @libdir@ 287 libexecdir = @libexecdir@ 288 libext = @libext@ 289 localedir = @localedir@ 290 localstatedir = @localstatedir@ 291 mandir = @mandir@ 292 mkdir_p = @mkdir_p@ 293 oldincludedir = @oldincludedir@ 294 pdfdir = @pdfdir@ 295 prefix = @prefix@ 296 program_transform_name = @program_transform_name@ 297 psdir = @psdir@ 298 runstatedir = @runstatedir@ 299 sbindir = @sbindir@ 300 sharedstatedir = @sharedstatedir@ 301 srcdir = @srcdir@ 302 sysconfdir = @sysconfdir@ 303 target_alias = @target_alias@ 304 top_build_prefix = @top_build_prefix@ 305 top_builddir = @top_builddir@ 306 top_srcdir = @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: @MAINTAINER_MODE_TRUE@ $(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: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 396 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 397 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(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: