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