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@ 16VPATH = @srcdir@ 17am__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} 28am__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 70am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 71am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 72pkgdatadir = $(datadir)/@PACKAGE@ 73pkgincludedir = $(includedir)/@PACKAGE@ 74pkglibdir = $(libdir)/@PACKAGE@ 75pkglibexecdir = $(libexecdir)/@PACKAGE@ 76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 77install_sh_DATA = $(install_sh) -c -m 644 78install_sh_PROGRAM = $(install_sh) -c 79install_sh_SCRIPT = $(install_sh) -c 80INSTALL_HEADER = $(INSTALL_DATA) 81transform = $(program_transform_name) 82NORMAL_INSTALL = : 83PRE_INSTALL = : 84POST_INSTALL = : 85NORMAL_UNINSTALL = : 86PRE_UNINSTALL = : 87POST_UNINSTALL = : 88build_triplet = @build@ 89host_triplet = @host@ 90subdir = scripts 91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 92am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \ 93 $(top_srcdir)/libopts/m4/stdnoreturn.m4 \ 94 $(top_srcdir)/m4/hms_search_lib.m4 $(top_srcdir)/m4/libtool.m4 \ 95 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 96 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 97 $(top_srcdir)/m4/ntp_cacheversion.m4 \ 98 $(top_srcdir)/m4/ntp_compiler.m4 \ 99 $(top_srcdir)/m4/ntp_crosscompile.m4 \ 100 $(top_srcdir)/m4/ntp_debug.m4 $(top_srcdir)/m4/ntp_dir_sep.m4 \ 101 $(top_srcdir)/m4/ntp_facilitynames.m4 \ 102 $(top_srcdir)/m4/ntp_harden.m4 $(top_srcdir)/m4/ntp_ipv6.m4 \ 103 $(top_srcdir)/m4/ntp_lib_m.m4 $(top_srcdir)/m4/ntp_libevent.m4 \ 104 $(top_srcdir)/m4/ntp_libntp.m4 \ 105 $(top_srcdir)/m4/ntp_lineeditlibs.m4 \ 106 $(top_srcdir)/m4/ntp_locinfo.m4 \ 107 $(top_srcdir)/m4/ntp_openssl.m4 \ 108 $(top_srcdir)/m4/ntp_pkg_config.m4 \ 109 $(top_srcdir)/m4/ntp_prog_cc.m4 $(top_srcdir)/m4/ntp_sntp.m4 \ 110 $(top_srcdir)/m4/ntp_sysexits.m4 \ 111 $(top_srcdir)/m4/ntp_unitytest.m4 \ 112 $(top_srcdir)/m4/ntp_ver_suffix.m4 \ 113 $(top_srcdir)/m4/openldap-thread-check.m4 \ 114 $(top_srcdir)/m4/openldap.m4 $(top_srcdir)/m4/os_cflags.m4 \ 115 $(top_srcdir)/m4/snprintf.m4 \ 116 $(top_srcdir)/m4/sntp_problemtests.m4 \ 117 $(top_srcdir)/m4/version.m4 $(top_srcdir)/configure.ac 118am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 119 $(ACLOCAL_M4) 120DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) 121mkinstalldirs = $(install_sh) -d 122CONFIG_HEADER = $(top_builddir)/config.h 123CONFIG_CLEAN_FILES = 124CONFIG_CLEAN_VPATH_FILES = 125AM_V_P = $(am__v_P_@AM_V@) 126am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 127am__v_P_0 = false 128am__v_P_1 = : 129AM_V_GEN = $(am__v_GEN_@AM_V@) 130am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 131am__v_GEN_0 = @echo " GEN " $@; 132am__v_GEN_1 = 133AM_V_at = $(am__v_at_@AM_V@) 134am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 135am__v_at_0 = @ 136am__v_at_1 = 137SOURCES = 138DIST_SOURCES = 139am__can_run_installinfo = \ 140 case $$AM_UPDATE_INFO_DIR in \ 141 n|no|NO) false;; \ 142 *) (install-info --version) >/dev/null 2>&1;; \ 143 esac 144am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 145am__DIST_COMMON = $(srcdir)/Makefile.in 146DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 147ACLOCAL = @ACLOCAL@ 148ALLOCA = @ALLOCA@ 149AMTAR = @AMTAR@ 150AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 151AR = @AR@ 152AUTOCONF = @AUTOCONF@ 153AUTOHEADER = @AUTOHEADER@ 154AUTOMAKE = @AUTOMAKE@ 155AWK = @AWK@ 156BUILD_THREAD = @BUILD_THREAD@ 157CALC_TICKADJ_DB = @CALC_TICKADJ_DB@ 158CALC_TICKADJ_DL = @CALC_TICKADJ_DL@ 159CALC_TICKADJ_DS = @CALC_TICKADJ_DS@ 160CALC_TICKADJ_MS = @CALC_TICKADJ_MS@ 161CALC_TICKADJ_NI = @CALC_TICKADJ_NI@ 162CC = @CC@ 163CCDEPMODE = @CCDEPMODE@ 164CC_NOFORMAT = @CC_NOFORMAT@ 165CFLAGS = @CFLAGS@ 166CFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@ 167CFLAGS_NTP = @CFLAGS_NTP@ 168CPP = @CPP@ 169CPPFLAGS = @CPPFLAGS@ 170CPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@ 171CPPFLAGS_NTP = @CPPFLAGS_NTP@ 172CSCOPE = @CSCOPE@ 173CTAGS = @CTAGS@ 174CYGPATH_W = @CYGPATH_W@ 175DEFS = @DEFS@ 176DEPDIR = @DEPDIR@ 177DLLTOOL = @DLLTOOL@ 178DSYMUTIL = @DSYMUTIL@ 179DUMPBIN = @DUMPBIN@ 180ECHO_C = @ECHO_C@ 181ECHO_N = @ECHO_N@ 182ECHO_T = @ECHO_T@ 183EDITLINE_LIBS = @EDITLINE_LIBS@ 184EGREP = @EGREP@ 185ETAGS = @ETAGS@ 186EXEEXT = @EXEEXT@ 187FGREP = @FGREP@ 188GREP = @GREP@ 189HAVE_INLINE = @HAVE_INLINE@ 190INSTALL = @INSTALL@ 191INSTALL_DATA = @INSTALL_DATA@ 192INSTALL_PROGRAM = @INSTALL_PROGRAM@ 193INSTALL_SCRIPT = @INSTALL_SCRIPT@ 194INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 195LD = @LD@ 196LDADD_LIBEVENT = @LDADD_LIBEVENT@ 197LDADD_LIBNTP = @LDADD_LIBNTP@ 198LDADD_LIBUTIL = @LDADD_LIBUTIL@ 199LDADD_NTP = @LDADD_NTP@ 200LDFLAGS = @LDFLAGS@ 201LDFLAGS_NTP = @LDFLAGS_NTP@ 202LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@ 203LIBM = @LIBM@ 204LIBOBJS = @LIBOBJS@ 205LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@ 206LIBOPTS_DIR = @LIBOPTS_DIR@ 207LIBOPTS_LDADD = @LIBOPTS_LDADD@ 208LIBS = @LIBS@ 209LIBTOOL = @LIBTOOL@ 210LIBTOOL_DEPS = @LIBTOOL_DEPS@ 211LIB_SYSLOG = @LIB_SYSLOG@ 212LIPO = @LIPO@ 213LN_S = @LN_S@ 214LTHREAD_LIBS = @LTHREAD_LIBS@ 215LTLIBOBJS = @LTLIBOBJS@ 216LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 217MAKEINFO = @MAKEINFO@ 218MANIFEST_TOOL = @MANIFEST_TOOL@ 219MANTAGFMT = @MANTAGFMT@ 220MKDIR_P = @MKDIR_P@ 221NM = @NM@ 222NMEDIT = @NMEDIT@ 223NTPDATE_DB = @NTPDATE_DB@ 224NTPDATE_DL = @NTPDATE_DL@ 225NTPDATE_DS = @NTPDATE_DS@ 226NTPDATE_MS = @NTPDATE_MS@ 227NTPDATE_NI = @NTPDATE_NI@ 228NTPDC_DB = @NTPDC_DB@ 229NTPDC_DL = @NTPDC_DL@ 230NTPDC_DS = @NTPDC_DS@ 231NTPDC_MS = @NTPDC_MS@ 232NTPDC_NI = @NTPDC_NI@ 233NTPDSIM_DB = @NTPDSIM_DB@ 234NTPDSIM_DL = @NTPDSIM_DL@ 235NTPDSIM_DS = @NTPDSIM_DS@ 236NTPDSIM_MS = @NTPDSIM_MS@ 237NTPDSIM_NI = @NTPDSIM_NI@ 238NTPD_DB = @NTPD_DB@ 239NTPD_DL = @NTPD_DL@ 240NTPD_DS = @NTPD_DS@ 241NTPD_MS = @NTPD_MS@ 242NTPD_NI = @NTPD_NI@ 243NTPQ_DB = @NTPQ_DB@ 244NTPQ_DL = @NTPQ_DL@ 245NTPQ_DS = @NTPQ_DS@ 246NTPQ_MS = @NTPQ_MS@ 247NTPQ_NI = @NTPQ_NI@ 248NTPSNMPD_DB = @NTPSNMPD_DB@ 249NTPSNMPD_DL = @NTPSNMPD_DL@ 250NTPSNMPD_DS = @NTPSNMPD_DS@ 251NTPSNMPD_MS = @NTPSNMPD_MS@ 252NTPSNMPD_NI = @NTPSNMPD_NI@ 253NTPSWEEP_DB = @NTPSWEEP_DB@ 254NTPSWEEP_DL = @NTPSWEEP_DL@ 255NTPSWEEP_DS = @NTPSWEEP_DS@ 256NTPSWEEP_MS = @NTPSWEEP_MS@ 257NTPSWEEP_NI = @NTPSWEEP_NI@ 258NTPTIME_DB = @NTPTIME_DB@ 259NTPTIME_DL = @NTPTIME_DL@ 260NTPTIME_DS = @NTPTIME_DS@ 261NTPTIME_MS = @NTPTIME_MS@ 262NTPTIME_NI = @NTPTIME_NI@ 263NTPTRACE_DB = @NTPTRACE_DB@ 264NTPTRACE_DL = @NTPTRACE_DL@ 265NTPTRACE_DS = @NTPTRACE_DS@ 266NTPTRACE_MS = @NTPTRACE_MS@ 267NTPTRACE_NI = @NTPTRACE_NI@ 268NTP_FORCE_LIBEVENT_DIST = @NTP_FORCE_LIBEVENT_DIST@ 269NTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@ 270NTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@ 271NTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@ 272NTP_KEYGEN_DB = @NTP_KEYGEN_DB@ 273NTP_KEYGEN_DL = @NTP_KEYGEN_DL@ 274NTP_KEYGEN_DS = @NTP_KEYGEN_DS@ 275NTP_KEYGEN_MS = @NTP_KEYGEN_MS@ 276NTP_KEYGEN_NI = @NTP_KEYGEN_NI@ 277NTP_WAIT_DB = @NTP_WAIT_DB@ 278NTP_WAIT_DL = @NTP_WAIT_DL@ 279NTP_WAIT_DS = @NTP_WAIT_DS@ 280NTP_WAIT_MS = @NTP_WAIT_MS@ 281NTP_WAIT_NI = @NTP_WAIT_NI@ 282OBJDUMP = @OBJDUMP@ 283OBJEXT = @OBJEXT@ 284OTOOL = @OTOOL@ 285OTOOL64 = @OTOOL64@ 286PACKAGE = @PACKAGE@ 287PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 288PACKAGE_NAME = @PACKAGE_NAME@ 289PACKAGE_STRING = @PACKAGE_STRING@ 290PACKAGE_TARNAME = @PACKAGE_TARNAME@ 291PACKAGE_URL = @PACKAGE_URL@ 292PACKAGE_VERSION = @PACKAGE_VERSION@ 293PATH_RUBY = @PATH_RUBY@ 294PATH_SEPARATOR = @PATH_SEPARATOR@ 295PKG_CONFIG = @PKG_CONFIG@ 296POSIX_SHELL = @POSIX_SHELL@ 297PTHREAD_LIBS = @PTHREAD_LIBS@ 298RANLIB = @RANLIB@ 299SED = @SED@ 300SET_MAKE = @SET_MAKE@ 301SHELL = @SHELL@ 302SNTP = @SNTP@ 303SNTP_DB = @SNTP_DB@ 304SNTP_DL = @SNTP_DL@ 305SNTP_DS = @SNTP_DS@ 306SNTP_MS = @SNTP_MS@ 307SNTP_NI = @SNTP_NI@ 308STDNORETURN_H = @STDNORETURN_H@ 309STRIP = @STRIP@ 310TICKADJ_DB = @TICKADJ_DB@ 311TICKADJ_DL = @TICKADJ_DL@ 312TICKADJ_DS = @TICKADJ_DS@ 313TICKADJ_MS = @TICKADJ_MS@ 314TICKADJ_NI = @TICKADJ_NI@ 315TIMETRIM_DB = @TIMETRIM_DB@ 316TIMETRIM_DL = @TIMETRIM_DL@ 317TIMETRIM_DS = @TIMETRIM_DS@ 318TIMETRIM_MS = @TIMETRIM_MS@ 319TIMETRIM_NI = @TIMETRIM_NI@ 320UPDATE_LEAP_DB = @UPDATE_LEAP_DB@ 321UPDATE_LEAP_DL = @UPDATE_LEAP_DL@ 322UPDATE_LEAP_DS = @UPDATE_LEAP_DS@ 323UPDATE_LEAP_MS = @UPDATE_LEAP_MS@ 324UPDATE_LEAP_NI = @UPDATE_LEAP_NI@ 325VERSION = @VERSION@ 326VER_SUFFIX = @VER_SUFFIX@ 327abs_builddir = @abs_builddir@ 328abs_srcdir = @abs_srcdir@ 329abs_top_builddir = @abs_top_builddir@ 330abs_top_srcdir = @abs_top_srcdir@ 331ac_ct_AR = @ac_ct_AR@ 332ac_ct_CC = @ac_ct_CC@ 333ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 334am__include = @am__include@ 335am__leading_dot = @am__leading_dot@ 336am__quote = @am__quote@ 337am__tar = @am__tar@ 338am__untar = @am__untar@ 339bindir = @bindir@ 340build = @build@ 341build_alias = @build_alias@ 342build_cpu = @build_cpu@ 343build_os = @build_os@ 344build_vendor = @build_vendor@ 345builddir = @builddir@ 346datadir = @datadir@ 347datarootdir = @datarootdir@ 348docdir = @docdir@ 349dvidir = @dvidir@ 350exec_prefix = @exec_prefix@ 351host = @host@ 352host_alias = @host_alias@ 353host_cpu = @host_cpu@ 354host_os = @host_os@ 355host_vendor = @host_vendor@ 356htmldir = @htmldir@ 357includedir = @includedir@ 358infodir = @infodir@ 359install_sh = @install_sh@ 360libdir = @libdir@ 361libexecdir = @libexecdir@ 362localedir = @localedir@ 363localstatedir = @localstatedir@ 364mandir = @mandir@ 365mkdir_p = @mkdir_p@ 366oldincludedir = @oldincludedir@ 367pdfdir = @pdfdir@ 368prefix = @prefix@ 369program_transform_name = @program_transform_name@ 370psdir = @psdir@ 371runstatedir = @runstatedir@ 372sbindir = @sbindir@ 373sharedstatedir = @sharedstatedir@ 374srcdir = @srcdir@ 375subdirs = @subdirs@ 376sysconfdir = @sysconfdir@ 377target_alias = @target_alias@ 378top_build_prefix = @top_build_prefix@ 379top_builddir = @top_builddir@ 380top_srcdir = @top_srcdir@ 381NULL = 382EXTRA_DIST = \ 383 cvo.sh \ 384 genHardFlags \ 385 genLocInfo \ 386 mansec2subst.sed \ 387 $(NULL) 388 389all: all-am 390 391.SUFFIXES: 392$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) 393 @for dep in $?; do \ 394 case '$(am__configure_deps)' in \ 395 *$$dep*) \ 396 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 397 && { if test -f $@; then exit 0; else break; fi; }; \ 398 exit 1;; \ 399 esac; \ 400 done; \ 401 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \ 402 $(am__cd) $(top_srcdir) && \ 403 $(AUTOMAKE) --foreign scripts/Makefile 404Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 405 @case '$?' in \ 406 *config.status*) \ 407 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 408 *) \ 409 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 410 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 411 esac; 412 413$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 414 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 415 416$(top_srcdir)/configure: $(am__configure_deps) 417 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 418$(ACLOCAL_M4): $(am__aclocal_m4_deps) 419 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 420$(am__aclocal_m4_deps): 421 422mostlyclean-libtool: 423 -rm -f *.lo 424 425clean-libtool: 426 -rm -rf .libs _libs 427tags TAGS: 428 429ctags CTAGS: 430 431cscope cscopelist: 432 433distdir: $(BUILT_SOURCES) 434 $(MAKE) $(AM_MAKEFLAGS) distdir-am 435 436distdir-am: $(DISTFILES) 437 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 438 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 439 list='$(DISTFILES)'; \ 440 dist_files=`for file in $$list; do echo $$file; done | \ 441 sed -e "s|^$$srcdirstrip/||;t" \ 442 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 443 case $$dist_files in \ 444 */*) $(MKDIR_P) `echo "$$dist_files" | \ 445 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 446 sort -u` ;; \ 447 esac; \ 448 for file in $$dist_files; do \ 449 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 450 if test -d $$d/$$file; then \ 451 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 452 if test -d "$(distdir)/$$file"; then \ 453 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 454 fi; \ 455 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 456 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 457 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 458 fi; \ 459 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 460 else \ 461 test -f "$(distdir)/$$file" \ 462 || cp -p $$d/$$file "$(distdir)/$$file" \ 463 || exit 1; \ 464 fi; \ 465 done 466check-am: all-am 467check: check-am 468all-am: Makefile 469installdirs: 470install: install-am 471install-exec: install-exec-am 472install-data: install-data-am 473uninstall: uninstall-am 474 475install-am: all-am 476 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 477 478installcheck: installcheck-am 479install-strip: 480 if test -z '$(STRIP)'; then \ 481 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 482 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 483 install; \ 484 else \ 485 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 486 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 487 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 488 fi 489mostlyclean-generic: 490 491clean-generic: 492 493distclean-generic: 494 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 495 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 496 497maintainer-clean-generic: 498 @echo "This command is intended for maintainers to use" 499 @echo "it deletes files that may require special tools to rebuild." 500clean: clean-am 501 502clean-am: clean-generic clean-libtool mostlyclean-am 503 504distclean: distclean-am 505 -rm -f Makefile 506distclean-am: clean-am distclean-generic 507 508dvi: dvi-am 509 510dvi-am: 511 512html: html-am 513 514html-am: 515 516info: info-am 517 518info-am: 519 520install-data-am: 521 522install-dvi: install-dvi-am 523 524install-dvi-am: 525 526install-exec-am: 527 528install-html: install-html-am 529 530install-html-am: 531 532install-info: install-info-am 533 534install-info-am: 535 536install-man: 537 538install-pdf: install-pdf-am 539 540install-pdf-am: 541 542install-ps: install-ps-am 543 544install-ps-am: 545 546installcheck-am: 547 548maintainer-clean: maintainer-clean-am 549 -rm -f Makefile 550maintainer-clean-am: distclean-am maintainer-clean-generic 551 552mostlyclean: mostlyclean-am 553 554mostlyclean-am: mostlyclean-generic mostlyclean-libtool 555 556pdf: pdf-am 557 558pdf-am: 559 560ps: ps-am 561 562ps-am: 563 564uninstall-am: 565 566.MAKE: install-am install-strip 567 568.PHONY: all all-am check check-am clean clean-generic clean-libtool \ 569 cscopelist-am ctags-am distclean distclean-generic \ 570 distclean-libtool distdir dvi dvi-am html html-am info info-am \ 571 install install-am install-data install-data-am install-dvi \ 572 install-dvi-am install-exec install-exec-am install-html \ 573 install-html-am install-info install-info-am install-man \ 574 install-pdf install-pdf-am install-ps install-ps-am \ 575 install-strip installcheck installcheck-am installdirs \ 576 maintainer-clean maintainer-clean-generic mostlyclean \ 577 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 578 tags-am uninstall uninstall-am 579 580.PRECIOUS: Makefile 581 582 583# Tell versions [3.59,3.63) of GNU make to not export all variables. 584# Otherwise a system limit (for SysV at least) may be exceeded. 585.NOEXPORT: 586