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 17# we traditionally installed software in bindir, while it should have gone 18# in sbindir. Now that we offer a choice, look in the "other" installation 19# subdir to warn folks if there is another version there. 20 21 22 23VPATH = @srcdir@ 24am__is_gnu_make = { \ 25 if test -z '$(MAKELEVEL)'; then \ 26 false; \ 27 elif test -n '$(MAKE_HOST)'; then \ 28 true; \ 29 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 30 true; \ 31 else \ 32 false; \ 33 fi; \ 34} 35am__make_running_with_option = \ 36 case $${target_option-} in \ 37 ?) ;; \ 38 *) echo "am__make_running_with_option: internal error: invalid" \ 39 "target option '$${target_option-}' specified" >&2; \ 40 exit 1;; \ 41 esac; \ 42 has_opt=no; \ 43 sane_makeflags=$$MAKEFLAGS; \ 44 if $(am__is_gnu_make); then \ 45 sane_makeflags=$$MFLAGS; \ 46 else \ 47 case $$MAKEFLAGS in \ 48 *\\[\ \ ]*) \ 49 bs=\\; \ 50 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 51 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 52 esac; \ 53 fi; \ 54 skip_next=no; \ 55 strip_trailopt () \ 56 { \ 57 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 58 }; \ 59 for flg in $$sane_makeflags; do \ 60 test $$skip_next = yes && { skip_next=no; continue; }; \ 61 case $$flg in \ 62 *=*|--*) continue;; \ 63 -*I) strip_trailopt 'I'; skip_next=yes;; \ 64 -*I?*) strip_trailopt 'I';; \ 65 -*O) strip_trailopt 'O'; skip_next=yes;; \ 66 -*O?*) strip_trailopt 'O';; \ 67 -*l) strip_trailopt 'l'; skip_next=yes;; \ 68 -*l?*) strip_trailopt 'l';; \ 69 -[dEDm]) skip_next=yes;; \ 70 -[JT]) skip_next=yes;; \ 71 esac; \ 72 case $$flg in \ 73 *$$target_option*) has_opt=yes; break;; \ 74 esac; \ 75 done; \ 76 test $$has_opt = yes 77am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 78am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 79pkgdatadir = $(datadir)/@PACKAGE@ 80pkgincludedir = $(includedir)/@PACKAGE@ 81pkglibdir = $(libdir)/@PACKAGE@ 82pkglibexecdir = $(libexecdir)/@PACKAGE@ 83am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 84install_sh_DATA = $(install_sh) -c -m 644 85install_sh_PROGRAM = $(install_sh) -c 86install_sh_SCRIPT = $(install_sh) -c 87INSTALL_HEADER = $(INSTALL_DATA) 88transform = $(program_transform_name) 89NORMAL_INSTALL = : 90PRE_INSTALL = : 91POST_INSTALL = : 92NORMAL_UNINSTALL = : 93PRE_UNINSTALL = : 94POST_UNINSTALL = : 95build_triplet = @build@ 96host_triplet = @host@ 97EXTRA_PROGRAMS = ntpdc$(EXEEXT) ntpdc-layout$(EXEEXT) 98@LIBNTP_SUBMAKES_TRUE@am__append_1 = check-libntp 99subdir = ntpdc 100ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 101am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \ 102 $(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \ 103 $(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \ 104 $(top_srcdir)/sntp/m4/define_dir.m4 \ 105 $(top_srcdir)/sntp/m4/hms_search_lib.m4 \ 106 $(top_srcdir)/sntp/m4/libtool.m4 \ 107 $(top_srcdir)/sntp/m4/ltoptions.m4 \ 108 $(top_srcdir)/sntp/m4/ltsugar.m4 \ 109 $(top_srcdir)/sntp/m4/ltversion.m4 \ 110 $(top_srcdir)/sntp/m4/lt~obsolete.m4 \ 111 $(top_srcdir)/sntp/m4/ntp_af_unspec.m4 \ 112 $(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \ 113 $(top_srcdir)/sntp/m4/ntp_compiler.m4 \ 114 $(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \ 115 $(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \ 116 $(top_srcdir)/sntp/m4/ntp_debug.m4 \ 117 $(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \ 118 $(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \ 119 $(top_srcdir)/sntp/m4/ntp_harden.m4 \ 120 $(top_srcdir)/sntp/m4/ntp_ipv6.m4 \ 121 $(top_srcdir)/sntp/m4/ntp_lib_m.m4 \ 122 $(top_srcdir)/sntp/m4/ntp_libevent.m4 \ 123 $(top_srcdir)/sntp/m4/ntp_libntp.m4 \ 124 $(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \ 125 $(top_srcdir)/sntp/m4/ntp_locinfo.m4 \ 126 $(top_srcdir)/sntp/m4/ntp_openssl.m4 \ 127 $(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \ 128 $(top_srcdir)/sntp/m4/ntp_problemtests.m4 \ 129 $(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \ 130 $(top_srcdir)/sntp/m4/ntp_rlimit.m4 \ 131 $(top_srcdir)/sntp/m4/ntp_sntp.m4 \ 132 $(top_srcdir)/sntp/m4/ntp_unitytest.m4 \ 133 $(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \ 134 $(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \ 135 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \ 136 $(top_srcdir)/sntp/m4/openldap.m4 \ 137 $(top_srcdir)/sntp/m4/os_cflags.m4 \ 138 $(top_srcdir)/sntp/m4/realpath.m4 \ 139 $(top_srcdir)/sntp/m4/snprintf.m4 \ 140 $(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac 141am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 142 $(ACLOCAL_M4) 143DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ 144 $(am__DIST_COMMON) 145mkinstalldirs = $(install_sh) -d 146CONFIG_HEADER = $(top_builddir)/config.h 147CONFIG_CLEAN_FILES = nl.pl 148CONFIG_CLEAN_VPATH_FILES = 149am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \ 150 "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \ 151 "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)" 152PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(sbin_PROGRAMS) 153am_ntpdc_OBJECTS = ntpdc.$(OBJEXT) ntpdc_ops.$(OBJEXT) \ 154 ntpdc-opts.$(OBJEXT) 155nodist_ntpdc_OBJECTS = version.$(OBJEXT) 156ntpdc_OBJECTS = $(am_ntpdc_OBJECTS) $(nodist_ntpdc_OBJECTS) 157am__DEPENDENCIES_1 = 158ntpdc_DEPENDENCIES = $(am__DEPENDENCIES_1) ../libntp/libntp.a \ 159 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 160 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 161 $(am__DEPENDENCIES_1) 162AM_V_lt = $(am__v_lt_@AM_V@) 163am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 164am__v_lt_0 = --silent 165am__v_lt_1 = 166ntpdc_layout_SOURCES = ntpdc-layout.c 167ntpdc_layout_OBJECTS = ntpdc-layout.$(OBJEXT) 168ntpdc_layout_DEPENDENCIES = 169AM_V_P = $(am__v_P_@AM_V@) 170am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 171am__v_P_0 = false 172am__v_P_1 = : 173AM_V_GEN = $(am__v_GEN_@AM_V@) 174am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 175am__v_GEN_0 = @echo " GEN " $@; 176am__v_GEN_1 = 177AM_V_at = $(am__v_at_@AM_V@) 178am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 179am__v_at_0 = @ 180am__v_at_1 = 181DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 182depcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp 183am__maybe_remake_depfiles = depfiles 184am__depfiles_remade = ./$(DEPDIR)/ntpdc-layout.Po \ 185 ./$(DEPDIR)/ntpdc-opts.Po ./$(DEPDIR)/ntpdc.Po \ 186 ./$(DEPDIR)/ntpdc_ops.Po ./$(DEPDIR)/version.Po 187am__mv = mv -f 188COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 189 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 190LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 191 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 192 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 193 $(AM_CFLAGS) $(CFLAGS) 194AM_V_CC = $(am__v_CC_@AM_V@) 195am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 196am__v_CC_0 = @echo " CC " $@; 197am__v_CC_1 = 198CCLD = $(CC) 199LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 200 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 201 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 202AM_V_CCLD = $(am__v_CCLD_@AM_V@) 203am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 204am__v_CCLD_0 = @echo " CCLD " $@; 205am__v_CCLD_1 = 206SOURCES = $(ntpdc_SOURCES) $(nodist_ntpdc_SOURCES) ntpdc-layout.c 207DIST_SOURCES = $(ntpdc_SOURCES) ntpdc-layout.c 208am__can_run_installinfo = \ 209 case $$AM_UPDATE_INFO_DIR in \ 210 n|no|NO) false;; \ 211 *) (install-info --version) >/dev/null 2>&1;; \ 212 esac 213am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 214am__vpath_adj = case $$p in \ 215 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 216 *) f=$$p;; \ 217 esac; 218am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 219am__install_max = 40 220am__nobase_strip_setup = \ 221 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 222am__nobase_strip = \ 223 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 224am__nobase_list = $(am__nobase_strip_setup); \ 225 for p in $$list; do echo "$$p $$p"; done | \ 226 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 227 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 228 if (++n[$$2] == $(am__install_max)) \ 229 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 230 END { for (dir in files) print dir, files[dir] }' 231am__base_list = \ 232 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 233 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 234am__uninstall_files_from_dir = { \ 235 test -z "$$files" \ 236 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 237 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 238 $(am__cd) "$$dir" && rm -f $$files; }; \ 239 } 240man1dir = $(mandir)/man1 241man8dir = $(mandir)/man8 242NROFF = nroff 243MANS = $(man1_MANS) $(man8_MANS) $(man_MANS) 244DATA = $(html_DATA) $(noinst_DATA) 245HEADERS = $(noinst_HEADERS) 246am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 247# Read a list of newline-separated strings from the standard input, 248# and print each of them once, without duplicates. Input order is 249# *not* preserved. 250am__uniquify_input = $(AWK) '\ 251 BEGIN { nonempty = 0; } \ 252 { items[$$0] = 1; nonempty = 1; } \ 253 END { if (nonempty) { for (i in items) print i; }; } \ 254' 255# Make sure the list of sources is unique. This is necessary because, 256# e.g., the same source file might be shared among _SOURCES variables 257# for different programs/libraries. 258am__define_uniq_tagged_files = \ 259 list='$(am__tagged_files)'; \ 260 unique=`for i in $$list; do \ 261 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 262 done | $(am__uniquify_input)` 263am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/nl.pl.in \ 264 $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libntp.mf \ 265 $(top_srcdir)/check-libopts.mf $(top_srcdir)/check-scm-rev.mf \ 266 $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf \ 267 $(top_srcdir)/sntp/libevent/build-aux/depcomp README 268DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 269ACLOCAL = @ACLOCAL@ 270ALLOCA = @ALLOCA@ 271AMTAR = @AMTAR@ 272AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 273AR = @AR@ 274AUTOCONF = @AUTOCONF@ 275AUTOHEADER = @AUTOHEADER@ 276AUTOMAKE = @AUTOMAKE@ 277AWK = @AWK@ 278BUILD_THREAD = @BUILD_THREAD@ 279CALC_TICKADJ_DB = @CALC_TICKADJ_DB@ 280CALC_TICKADJ_DL = @CALC_TICKADJ_DL@ 281CALC_TICKADJ_DS = @CALC_TICKADJ_DS@ 282CALC_TICKADJ_MS = @CALC_TICKADJ_MS@ 283CALC_TICKADJ_NI = @CALC_TICKADJ_NI@ 284CC = @CC@ 285CCDEPMODE = @CCDEPMODE@ 286CC_NOFORMAT = @CC_NOFORMAT@ 287CFLAGS = @CFLAGS@ 288CFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@ 289CFLAGS_NTP = @CFLAGS_NTP@ 290CHUTEST = @CHUTEST@ 291CONFIG_SHELL = @CONFIG_SHELL@ 292CPP = @CPP@ 293CPPFLAGS = @CPPFLAGS@ 294CPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@ 295CPPFLAGS_NTP = @CPPFLAGS_NTP@ 296CSCOPE = @CSCOPE@ 297CTAGS = @CTAGS@ 298CYGPATH_W = @CYGPATH_W@ 299DCFD = @DCFD@ 300DEFS = @DEFS@ 301DEPDIR = @DEPDIR@ 302DLLTOOL = @DLLTOOL@ 303DSYMUTIL = @DSYMUTIL@ 304DUMPBIN = @DUMPBIN@ 305ECHO_C = @ECHO_C@ 306ECHO_N = @ECHO_N@ 307ECHO_T = @ECHO_T@ 308EDITLINE_LIBS = @EDITLINE_LIBS@ 309EGREP = @EGREP@ 310ETAGS = @ETAGS@ 311EXEEXT = @EXEEXT@ 312FGREP = @FGREP@ 313GREP = @GREP@ 314HAVE_INLINE = @HAVE_INLINE@ 315HAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@ 316HAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@ 317HAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@ 318INSTALL = @INSTALL@ 319INSTALL_DATA = @INSTALL_DATA@ 320INSTALL_PROGRAM = @INSTALL_PROGRAM@ 321INSTALL_SCRIPT = @INSTALL_SCRIPT@ 322INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 323LD = @LD@ 324LDADD_LIBEVENT = @LDADD_LIBEVENT@ 325LDADD_LIBNTP = @LDADD_LIBNTP@ 326LDADD_LIBUTIL = @LDADD_LIBUTIL@ 327LDADD_NLIST = @LDADD_NLIST@ 328LDADD_NTP = @LDADD_NTP@ 329LDFLAGS = @LDFLAGS@ 330LDFLAGS_NTP = @LDFLAGS_NTP@ 331LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@ 332LIBM = @LIBM@ 333LIBOBJS = @LIBOBJS@ 334LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@ 335LIBOPTS_DIR = @LIBOPTS_DIR@ 336LIBOPTS_LDADD = @LIBOPTS_LDADD@ 337LIBPARSE = @LIBPARSE@ 338LIBS = @LIBS@ 339LIBTOOL = @LIBTOOL@ 340LIBTOOL_DEPS = @LIBTOOL_DEPS@ 341LIPO = @LIPO@ 342LN_S = @LN_S@ 343LSCF = @LSCF@ 344LTHREAD_LIBS = @LTHREAD_LIBS@ 345LTLIBOBJS = @LTLIBOBJS@ 346LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ 347MAKEINFO = @MAKEINFO@ 348MAKE_ADJTIMED = @MAKE_ADJTIMED@ 349MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@ 350MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ 351MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@ 352MAKE_LIBPARSE = @MAKE_LIBPARSE@ 353MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@ 354MAKE_NTPDSIM = @MAKE_NTPDSIM@ 355MAKE_NTPSNMPD = @MAKE_NTPSNMPD@ 356MAKE_NTPTIME = @MAKE_NTPTIME@ 357MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@ 358MAKE_TICKADJ = @MAKE_TICKADJ@ 359MAKE_TIMETRIM = @MAKE_TIMETRIM@ 360MANIFEST_TOOL = @MANIFEST_TOOL@ 361MANTAGFMT = @MANTAGFMT@ 362MKDIR_P = @MKDIR_P@ 363NM = @NM@ 364NMEDIT = @NMEDIT@ 365NTPDATE_DB = @NTPDATE_DB@ 366NTPDATE_DL = @NTPDATE_DL@ 367NTPDATE_DS = @NTPDATE_DS@ 368NTPDATE_MS = @NTPDATE_MS@ 369NTPDATE_NI = @NTPDATE_NI@ 370NTPDC_DB = @NTPDC_DB@ 371NTPDC_DL = @NTPDC_DL@ 372NTPDC_DS = @NTPDC_DS@ 373NTPDC_MS = @NTPDC_MS@ 374NTPDC_NI = @NTPDC_NI@ 375NTPDSIM_DB = @NTPDSIM_DB@ 376NTPDSIM_DL = @NTPDSIM_DL@ 377NTPDSIM_DS = @NTPDSIM_DS@ 378NTPDSIM_MS = @NTPDSIM_MS@ 379NTPDSIM_NI = @NTPDSIM_NI@ 380NTPD_DB = @NTPD_DB@ 381NTPD_DL = @NTPD_DL@ 382NTPD_DS = @NTPD_DS@ 383NTPD_MS = @NTPD_MS@ 384NTPD_NI = @NTPD_NI@ 385NTPQ_DB = @NTPQ_DB@ 386NTPQ_DL = @NTPQ_DL@ 387NTPQ_DS = @NTPQ_DS@ 388NTPQ_MS = @NTPQ_MS@ 389NTPQ_NI = @NTPQ_NI@ 390NTPSNMPD_DB = @NTPSNMPD_DB@ 391NTPSNMPD_DL = @NTPSNMPD_DL@ 392NTPSNMPD_DS = @NTPSNMPD_DS@ 393NTPSNMPD_MS = @NTPSNMPD_MS@ 394NTPSNMPD_NI = @NTPSNMPD_NI@ 395NTPSWEEP_DB = @NTPSWEEP_DB@ 396NTPSWEEP_DL = @NTPSWEEP_DL@ 397NTPSWEEP_DS = @NTPSWEEP_DS@ 398NTPSWEEP_MS = @NTPSWEEP_MS@ 399NTPSWEEP_NI = @NTPSWEEP_NI@ 400NTPTIME_DB = @NTPTIME_DB@ 401NTPTIME_DL = @NTPTIME_DL@ 402NTPTIME_DS = @NTPTIME_DS@ 403NTPTIME_MS = @NTPTIME_MS@ 404NTPTIME_NI = @NTPTIME_NI@ 405NTPTRACE_DB = @NTPTRACE_DB@ 406NTPTRACE_DL = @NTPTRACE_DL@ 407NTPTRACE_DS = @NTPTRACE_DS@ 408NTPTRACE_MS = @NTPTRACE_MS@ 409NTPTRACE_NI = @NTPTRACE_NI@ 410NTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@ 411NTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@ 412NTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@ 413NTP_KEYGEN_DB = @NTP_KEYGEN_DB@ 414NTP_KEYGEN_DL = @NTP_KEYGEN_DL@ 415NTP_KEYGEN_DS = @NTP_KEYGEN_DS@ 416NTP_KEYGEN_MS = @NTP_KEYGEN_MS@ 417NTP_KEYGEN_NI = @NTP_KEYGEN_NI@ 418NTP_KEYSDIR = @NTP_KEYSDIR@ 419NTP_WAIT_DB = @NTP_WAIT_DB@ 420NTP_WAIT_DL = @NTP_WAIT_DL@ 421NTP_WAIT_DS = @NTP_WAIT_DS@ 422NTP_WAIT_MS = @NTP_WAIT_MS@ 423NTP_WAIT_NI = @NTP_WAIT_NI@ 424OBJDUMP = @OBJDUMP@ 425OBJEXT = @OBJEXT@ 426OTOOL = @OTOOL@ 427OTOOL64 = @OTOOL64@ 428PACKAGE = @PACKAGE@ 429PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 430PACKAGE_NAME = @PACKAGE_NAME@ 431PACKAGE_STRING = @PACKAGE_STRING@ 432PACKAGE_TARNAME = @PACKAGE_TARNAME@ 433PACKAGE_URL = @PACKAGE_URL@ 434PACKAGE_VERSION = @PACKAGE_VERSION@ 435PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@ 436PATH_OPENSSL = @PATH_OPENSSL@ 437PATH_PERL = @PATH_PERL@ 438PATH_RUBY = @PATH_RUBY@ 439PATH_SEPARATOR = @PATH_SEPARATOR@ 440PATH_TEST = @PATH_TEST@ 441PERLLIBDIR = @PERLLIBDIR@ 442PKG_CONFIG = @PKG_CONFIG@ 443POSIX_SHELL = @POSIX_SHELL@ 444PROPDELAY = @PROPDELAY@ 445PTHREAD_LIBS = @PTHREAD_LIBS@ 446RANLIB = @RANLIB@ 447SED = @SED@ 448SET_MAKE = @SET_MAKE@ 449SHELL = @SHELL@ 450SNMP_CFLAGS = @SNMP_CFLAGS@ 451SNMP_CPPFLAGS = @SNMP_CPPFLAGS@ 452SNMP_LIBS = @SNMP_LIBS@ 453SNTP = @SNTP@ 454SNTP_DB = @SNTP_DB@ 455SNTP_DL = @SNTP_DL@ 456SNTP_DS = @SNTP_DS@ 457SNTP_MS = @SNTP_MS@ 458SNTP_NI = @SNTP_NI@ 459STDNORETURN_H = @STDNORETURN_H@ 460STRIP = @STRIP@ 461TESTDCF = @TESTDCF@ 462TICKADJ_DB = @TICKADJ_DB@ 463TICKADJ_DL = @TICKADJ_DL@ 464TICKADJ_DS = @TICKADJ_DS@ 465TICKADJ_MS = @TICKADJ_MS@ 466TICKADJ_NI = @TICKADJ_NI@ 467TIMETRIM_DB = @TIMETRIM_DB@ 468TIMETRIM_DL = @TIMETRIM_DL@ 469TIMETRIM_DS = @TIMETRIM_DS@ 470TIMETRIM_MS = @TIMETRIM_MS@ 471TIMETRIM_NI = @TIMETRIM_NI@ 472UPDATE_LEAP_DB = @UPDATE_LEAP_DB@ 473UPDATE_LEAP_DL = @UPDATE_LEAP_DL@ 474UPDATE_LEAP_DS = @UPDATE_LEAP_DS@ 475UPDATE_LEAP_MS = @UPDATE_LEAP_MS@ 476UPDATE_LEAP_NI = @UPDATE_LEAP_NI@ 477VERSION = @VERSION@ 478VER_SUFFIX = @VER_SUFFIX@ 479YACC = @YACC@ 480YFLAGS = @YFLAGS@ 481abs_builddir = @abs_builddir@ 482abs_srcdir = @abs_srcdir@ 483abs_top_builddir = @abs_top_builddir@ 484abs_top_srcdir = @abs_top_srcdir@ 485ac_ct_AR = @ac_ct_AR@ 486ac_ct_CC = @ac_ct_CC@ 487ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 488am__include = @am__include@ 489am__leading_dot = @am__leading_dot@ 490am__quote = @am__quote@ 491am__tar = @am__tar@ 492am__untar = @am__untar@ 493bindir = @bindir@ 494build = @build@ 495build_alias = @build_alias@ 496build_cpu = @build_cpu@ 497build_os = @build_os@ 498build_vendor = @build_vendor@ 499builddir = @builddir@ 500datadir = @datadir@ 501datarootdir = @datarootdir@ 502docdir = @docdir@ 503dvidir = @dvidir@ 504exec_prefix = @exec_prefix@ 505host = @host@ 506host_alias = @host_alias@ 507host_cpu = @host_cpu@ 508host_os = @host_os@ 509host_vendor = @host_vendor@ 510htmldir = @htmldir@ 511includedir = @includedir@ 512infodir = @infodir@ 513install_sh = @install_sh@ 514libdir = @libdir@ 515libexecdir = @libexecdir@ 516localedir = @localedir@ 517localstatedir = @localstatedir@ 518mandir = @mandir@ 519mkdir_p = @mkdir_p@ 520oldincludedir = @oldincludedir@ 521pdfdir = @pdfdir@ 522prefix = @prefix@ 523program_transform_name = @program_transform_name@ 524psdir = @psdir@ 525runstatedir = @runstatedir@ 526sbindir = @sbindir@ 527sharedstatedir = @sharedstatedir@ 528srcdir = @srcdir@ 529subdirs = @subdirs@ 530sysconfdir = @sysconfdir@ 531target_alias = @target_alias@ 532top_build_prefix = @top_build_prefix@ 533top_builddir = @top_builddir@ 534top_srcdir = @top_srcdir@ 535NULL = 536bin_PROGRAMS = $(NTPDC_DB) 537libexec_PROGRAMS = $(NTPDC_DL) 538sbin_PROGRAMS = $(NTPDC_DS) 539EXTRA_DATA = check-layout 540BUILT_SOURCES = @MAKE_CHECK_LAYOUT@ ntpdc-opts.c ntpdc-opts.h \ 541 check-libopts $(am__append_1) .deps-ver 542AM_CFLAGS = $(CFLAGS_NTP) $(NTP_HARD_CFLAGS) 543AM_CPPFLAGS = $(NTP_INCS) $(LIBOPTS_CFLAGS) $(CPPFLAGS_NTP) \ 544 $(NTP_HARD_CPPFLAGS) 545AM_LDFLAGS = $(LDFLAGS_NTP) $(NTP_HARD_LDFLAGS) 546 547# LDADD might need RESLIB and ADJLIB 548ntpdc_LDADD = $(LIBOPTS_LDADD) ../libntp/libntp.a $(LDADD_LIBNTP) \ 549 $(LIBM) $(PTHREAD_LIBS) $(EDITLINE_LIBS) $(LDADD_NTP) 550# ntpdc-layout doesn't need any additional libraries at all 551ntpdc_layout_LDADD = 552DISTCLEANFILES = $(man_MANS) config.log $(NULL) $(DEPDIR)/deps-ver 553CLEANFILES = check-layout layout.here nl.c ntpdc-layout .version \ 554 version.c $(NULL) check-libopts .deps-ver 555noinst_HEADERS = ntpdc.h 556ETAGS_ARGS = Makefile.am 557EXTRA_DIST = \ 558 invoke-ntpdc.menu \ 559 invoke-ntpdc.texi \ 560 layout.std \ 561 nl_in.c \ 562 nl.pl \ 563 ntpdc-opts.def \ 564 ntpdc.1ntpdcman \ 565 ntpdc.1ntpdcmdoc \ 566 ntpdc.man.in \ 567 ntpdc.mdoc.in \ 568 ntpdc.html \ 569 ntpdc.texi \ 570 $(NULL) 571 572man1_MANS = 573man8_MANS = 574man_MANS = ntpdc.$(NTPDC_MS) 575html_DATA = \ 576 $(srcdir)/ntpdc.html \ 577 $(NULL) 578 579noinst_DATA = \ 580 $(srcdir)/invoke-ntpdc.menu \ 581 $(srcdir)/invoke-ntpdc.texi \ 582 $(srcdir)/ntpdc.man.in \ 583 $(srcdir)/ntpdc.mdoc.in \ 584 $(NULL) 585 586run_ag = cd $(srcdir) && env PATH="$(abs_builddir):$(PATH)" AUTOGEN_DNE_DATE=-D \ 587 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable 588 589std_def_list = \ 590 $(top_srcdir)/sntp/include/debug-opt.def \ 591 $(top_srcdir)/sntp/include/autogen-version.def \ 592 $(top_srcdir)/sntp/include/copyright.def \ 593 $(top_srcdir)/sntp/include/homerc.def \ 594 $(top_srcdir)/sntp/include/ntp.lic \ 595 $(top_srcdir)/sntp/include/version.def \ 596 $(NULL) 597 598ntpdc_SOURCES = ntpdc.c ntpdc_ops.c ntpdc-opts.c ntpdc-opts.h 599nodist_ntpdc_SOURCES = version.c 600NTP_INCS = -I$(top_srcdir)/include \ 601 -I$(top_srcdir)/libntp/lib/isc/include \ 602 -I$(top_srcdir)/libntp/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \ 603 -I$(top_srcdir)/libntp/lib/isc/unix/include 604all: $(BUILT_SOURCES) 605 $(MAKE) $(AM_MAKEFLAGS) all-am 606 607.SUFFIXES: 608.SUFFIXES: .c .lo .o .obj 609$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-scm-rev.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps) 610 @for dep in $?; do \ 611 case '$(am__configure_deps)' in \ 612 *$$dep*) \ 613 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 614 && { if test -f $@; then exit 0; else break; fi; }; \ 615 exit 1;; \ 616 esac; \ 617 done; \ 618 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ntpdc/Makefile'; \ 619 $(am__cd) $(top_srcdir) && \ 620 $(AUTOMAKE) --foreign ntpdc/Makefile 621Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 622 @case '$?' in \ 623 *config.status*) \ 624 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 625 *) \ 626 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ 627 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ 628 esac; 629$(top_srcdir)/bincheck.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-scm-rev.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty): 630 631$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 632 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 633 634$(top_srcdir)/configure: $(am__configure_deps) 635 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 636$(ACLOCAL_M4): $(am__aclocal_m4_deps) 637 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 638$(am__aclocal_m4_deps): 639nl.pl: $(top_builddir)/config.status $(srcdir)/nl.pl.in 640 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 641install-binPROGRAMS: $(bin_PROGRAMS) 642 @$(NORMAL_INSTALL) 643 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 644 if test -n "$$list"; then \ 645 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 646 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 647 fi; \ 648 for p in $$list; do echo "$$p $$p"; done | \ 649 sed 's/$(EXEEXT)$$//' | \ 650 while read p p1; do if test -f $$p \ 651 || test -f $$p1 \ 652 ; then echo "$$p"; echo "$$p"; else :; fi; \ 653 done | \ 654 sed -e 'p;s,.*/,,;n;h' \ 655 -e 's|.*|.|' \ 656 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 657 sed 'N;N;N;s,\n, ,g' | \ 658 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 659 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 660 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 661 else { print "f", $$3 "/" $$4, $$1; } } \ 662 END { for (d in files) print "f", d, files[d] }' | \ 663 while read type dir files; do \ 664 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 665 test -z "$$files" || { \ 666 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 667 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 668 } \ 669 ; done 670 671uninstall-binPROGRAMS: 672 @$(NORMAL_UNINSTALL) 673 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 674 files=`for p in $$list; do echo "$$p"; done | \ 675 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 676 -e 's/$$/$(EXEEXT)/' \ 677 `; \ 678 test -n "$$list" || exit 0; \ 679 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 680 cd "$(DESTDIR)$(bindir)" && rm -f $$files 681 682clean-binPROGRAMS: 683 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 684 echo " rm -f" $$list; \ 685 rm -f $$list || exit $$?; \ 686 test -n "$(EXEEXT)" || exit 0; \ 687 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 688 echo " rm -f" $$list; \ 689 rm -f $$list 690install-libexecPROGRAMS: $(libexec_PROGRAMS) 691 @$(NORMAL_INSTALL) 692 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \ 693 if test -n "$$list"; then \ 694 echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \ 695 $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \ 696 fi; \ 697 for p in $$list; do echo "$$p $$p"; done | \ 698 sed 's/$(EXEEXT)$$//' | \ 699 while read p p1; do if test -f $$p \ 700 || test -f $$p1 \ 701 ; then echo "$$p"; echo "$$p"; else :; fi; \ 702 done | \ 703 sed -e 'p;s,.*/,,;n;h' \ 704 -e 's|.*|.|' \ 705 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 706 sed 'N;N;N;s,\n, ,g' | \ 707 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 708 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 709 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 710 else { print "f", $$3 "/" $$4, $$1; } } \ 711 END { for (d in files) print "f", d, files[d] }' | \ 712 while read type dir files; do \ 713 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 714 test -z "$$files" || { \ 715 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \ 716 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \ 717 } \ 718 ; done 719 720uninstall-libexecPROGRAMS: 721 @$(NORMAL_UNINSTALL) 722 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \ 723 files=`for p in $$list; do echo "$$p"; done | \ 724 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 725 -e 's/$$/$(EXEEXT)/' \ 726 `; \ 727 test -n "$$list" || exit 0; \ 728 echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \ 729 cd "$(DESTDIR)$(libexecdir)" && rm -f $$files 730 731clean-libexecPROGRAMS: 732 @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \ 733 echo " rm -f" $$list; \ 734 rm -f $$list || exit $$?; \ 735 test -n "$(EXEEXT)" || exit 0; \ 736 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 737 echo " rm -f" $$list; \ 738 rm -f $$list 739install-sbinPROGRAMS: $(sbin_PROGRAMS) 740 @$(NORMAL_INSTALL) 741 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ 742 if test -n "$$list"; then \ 743 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ 744 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ 745 fi; \ 746 for p in $$list; do echo "$$p $$p"; done | \ 747 sed 's/$(EXEEXT)$$//' | \ 748 while read p p1; do if test -f $$p \ 749 || test -f $$p1 \ 750 ; then echo "$$p"; echo "$$p"; else :; fi; \ 751 done | \ 752 sed -e 'p;s,.*/,,;n;h' \ 753 -e 's|.*|.|' \ 754 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 755 sed 'N;N;N;s,\n, ,g' | \ 756 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 757 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 758 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 759 else { print "f", $$3 "/" $$4, $$1; } } \ 760 END { for (d in files) print "f", d, files[d] }' | \ 761 while read type dir files; do \ 762 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 763 test -z "$$files" || { \ 764 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \ 765 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \ 766 } \ 767 ; done 768 769uninstall-sbinPROGRAMS: 770 @$(NORMAL_UNINSTALL) 771 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ 772 files=`for p in $$list; do echo "$$p"; done | \ 773 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 774 -e 's/$$/$(EXEEXT)/' \ 775 `; \ 776 test -n "$$list" || exit 0; \ 777 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ 778 cd "$(DESTDIR)$(sbindir)" && rm -f $$files 779 780clean-sbinPROGRAMS: 781 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \ 782 echo " rm -f" $$list; \ 783 rm -f $$list || exit $$?; \ 784 test -n "$(EXEEXT)" || exit 0; \ 785 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 786 echo " rm -f" $$list; \ 787 rm -f $$list 788 789ntpdc$(EXEEXT): $(ntpdc_OBJECTS) $(ntpdc_DEPENDENCIES) $(EXTRA_ntpdc_DEPENDENCIES) 790 @rm -f ntpdc$(EXEEXT) 791 $(AM_V_CCLD)$(LINK) $(ntpdc_OBJECTS) $(ntpdc_LDADD) $(LIBS) 792 793ntpdc-layout$(EXEEXT): $(ntpdc_layout_OBJECTS) $(ntpdc_layout_DEPENDENCIES) $(EXTRA_ntpdc_layout_DEPENDENCIES) 794 @rm -f ntpdc-layout$(EXEEXT) 795 $(AM_V_CCLD)$(LINK) $(ntpdc_layout_OBJECTS) $(ntpdc_layout_LDADD) $(LIBS) 796 797mostlyclean-compile: 798 -rm -f *.$(OBJEXT) 799 800distclean-compile: 801 -rm -f *.tab.c 802 803@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc-layout.Po@am__quote@ # am--include-marker 804@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc-opts.Po@am__quote@ # am--include-marker 805@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc.Po@am__quote@ # am--include-marker 806@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdc_ops.Po@am__quote@ # am--include-marker 807@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/version.Po@am__quote@ # am--include-marker 808 809$(am__depfiles_remade): 810 @$(MKDIR_P) $(@D) 811 @echo '# dummy' >$@-t && $(am__mv) $@-t $@ 812 813am--depfiles: $(am__depfiles_remade) 814 815.c.o: 816@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ 817@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 818@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 819@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 820@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 821@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 822 823.c.obj: 824@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\ 825@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\ 826@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po 827@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 828@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 829@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 830 831.c.lo: 832@am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\ 833@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\ 834@am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo 835@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 836@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 837@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 838 839mostlyclean-libtool: 840 -rm -f *.lo 841 842clean-libtool: 843 -rm -rf .libs _libs 844install-man1: $(man1_MANS) $(man_MANS) 845 @$(NORMAL_INSTALL) 846 @list1='$(man1_MANS)'; \ 847 list2='$(man_MANS)'; \ 848 test -n "$(man1dir)" \ 849 && test -n "`echo $$list1$$list2`" \ 850 || exit 0; \ 851 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ 852 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ 853 { for i in $$list1; do echo "$$i"; done; \ 854 if test -n "$$list2"; then \ 855 for i in $$list2; do echo "$$i"; done \ 856 | sed -n '/\.1[a-z]*$$/p'; \ 857 fi; \ 858 } | while read p; do \ 859 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 860 echo "$$d$$p"; echo "$$p"; \ 861 done | \ 862 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 863 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 864 sed 'N;N;s,\n, ,g' | { \ 865 list=; while read file base inst; do \ 866 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 867 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 868 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 869 fi; \ 870 done; \ 871 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 872 while read files; do \ 873 test -z "$$files" || { \ 874 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 875 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 876 done; } 877 878uninstall-man1: 879 @$(NORMAL_UNINSTALL) 880 @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \ 881 files=`{ for i in $$list; do echo "$$i"; done; \ 882 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 883 sed -n '/\.1[a-z]*$$/p'; \ 884 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 885 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 886 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) 887install-man8: $(man8_MANS) $(man_MANS) 888 @$(NORMAL_INSTALL) 889 @list1='$(man8_MANS)'; \ 890 list2='$(man_MANS)'; \ 891 test -n "$(man8dir)" \ 892 && test -n "`echo $$list1$$list2`" \ 893 || exit 0; \ 894 echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ 895 $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ 896 { for i in $$list1; do echo "$$i"; done; \ 897 if test -n "$$list2"; then \ 898 for i in $$list2; do echo "$$i"; done \ 899 | sed -n '/\.8[a-z]*$$/p'; \ 900 fi; \ 901 } | while read p; do \ 902 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 903 echo "$$d$$p"; echo "$$p"; \ 904 done | \ 905 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ 906 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 907 sed 'N;N;s,\n, ,g' | { \ 908 list=; while read file base inst; do \ 909 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 910 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ 911 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \ 912 fi; \ 913 done; \ 914 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 915 while read files; do \ 916 test -z "$$files" || { \ 917 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \ 918 $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \ 919 done; } 920 921uninstall-man8: 922 @$(NORMAL_UNINSTALL) 923 @list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \ 924 files=`{ for i in $$list; do echo "$$i"; done; \ 925 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 926 sed -n '/\.8[a-z]*$$/p'; \ 927 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ 928 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 929 dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) 930install-htmlDATA: $(html_DATA) 931 @$(NORMAL_INSTALL) 932 @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \ 933 if test -n "$$list"; then \ 934 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \ 935 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \ 936 fi; \ 937 for p in $$list; do \ 938 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 939 echo "$$d$$p"; \ 940 done | $(am__base_list) | \ 941 while read files; do \ 942 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ 943 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ 944 done 945 946uninstall-htmlDATA: 947 @$(NORMAL_UNINSTALL) 948 @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \ 949 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 950 dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir) 951 952ID: $(am__tagged_files) 953 $(am__define_uniq_tagged_files); mkid -fID $$unique 954tags: tags-am 955TAGS: tags 956 957tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 958 set x; \ 959 here=`pwd`; \ 960 $(am__define_uniq_tagged_files); \ 961 shift; \ 962 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 963 test -n "$$unique" || unique=$$empty_fix; \ 964 if test $$# -gt 0; then \ 965 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 966 "$$@" $$unique; \ 967 else \ 968 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 969 $$unique; \ 970 fi; \ 971 fi 972ctags: ctags-am 973 974CTAGS: ctags 975ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 976 $(am__define_uniq_tagged_files); \ 977 test -z "$(CTAGS_ARGS)$$unique" \ 978 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 979 $$unique 980 981GTAGS: 982 here=`$(am__cd) $(top_builddir) && pwd` \ 983 && $(am__cd) $(top_srcdir) \ 984 && gtags -i $(GTAGS_ARGS) "$$here" 985cscopelist: cscopelist-am 986 987cscopelist-am: $(am__tagged_files) 988 list='$(am__tagged_files)'; \ 989 case "$(srcdir)" in \ 990 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 991 *) sdir=$(subdir)/$(srcdir) ;; \ 992 esac; \ 993 for i in $$list; do \ 994 if test -f "$$i"; then \ 995 echo "$(subdir)/$$i"; \ 996 else \ 997 echo "$$sdir/$$i"; \ 998 fi; \ 999 done >> $(top_builddir)/cscope.files 1000 1001distclean-tags: 1002 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1003distdir: $(BUILT_SOURCES) 1004 $(MAKE) $(AM_MAKEFLAGS) distdir-am 1005 1006distdir-am: $(DISTFILES) 1007 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1008 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1009 list='$(DISTFILES)'; \ 1010 dist_files=`for file in $$list; do echo $$file; done | \ 1011 sed -e "s|^$$srcdirstrip/||;t" \ 1012 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1013 case $$dist_files in \ 1014 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1015 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1016 sort -u` ;; \ 1017 esac; \ 1018 for file in $$dist_files; do \ 1019 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1020 if test -d $$d/$$file; then \ 1021 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1022 if test -d "$(distdir)/$$file"; then \ 1023 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1024 fi; \ 1025 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1026 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1027 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1028 fi; \ 1029 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1030 else \ 1031 test -f "$(distdir)/$$file" \ 1032 || cp -p $$d/$$file "$(distdir)/$$file" \ 1033 || exit 1; \ 1034 fi; \ 1035 done 1036check-am: all-am 1037check: $(BUILT_SOURCES) 1038 $(MAKE) $(AM_MAKEFLAGS) check-am 1039all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) 1040installdirs: 1041 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"; do \ 1042 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1043 done 1044install: $(BUILT_SOURCES) 1045 $(MAKE) $(AM_MAKEFLAGS) install-am 1046install-exec: $(BUILT_SOURCES) 1047 $(MAKE) $(AM_MAKEFLAGS) install-exec-am 1048install-data: install-data-am 1049uninstall: uninstall-am 1050 1051install-am: all-am 1052 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1053 1054installcheck: installcheck-am 1055install-strip: 1056 if test -z '$(STRIP)'; then \ 1057 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1058 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1059 install; \ 1060 else \ 1061 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1062 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1063 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1064 fi 1065mostlyclean-generic: 1066 1067clean-generic: 1068 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1069 1070distclean-generic: 1071 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1072 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1073 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 1074 1075maintainer-clean-generic: 1076 @echo "This command is intended for maintainers to use" 1077 @echo "it deletes files that may require special tools to rebuild." 1078 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 1079clean: clean-am 1080 1081clean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \ 1082 clean-libtool clean-sbinPROGRAMS mostlyclean-am 1083 1084distclean: distclean-am 1085 -rm -f ./$(DEPDIR)/ntpdc-layout.Po 1086 -rm -f ./$(DEPDIR)/ntpdc-opts.Po 1087 -rm -f ./$(DEPDIR)/ntpdc.Po 1088 -rm -f ./$(DEPDIR)/ntpdc_ops.Po 1089 -rm -f ./$(DEPDIR)/version.Po 1090 -rm -f Makefile 1091distclean-am: clean-am distclean-compile distclean-generic \ 1092 distclean-tags 1093 1094dvi: dvi-am 1095 1096dvi-am: 1097 1098html: html-am 1099 1100html-am: 1101 1102info: info-am 1103 1104info-am: 1105 1106install-data-am: install-data-local install-htmlDATA install-man 1107 1108install-dvi: install-dvi-am 1109 1110install-dvi-am: 1111 1112install-exec-am: install-binPROGRAMS install-libexecPROGRAMS \ 1113 install-sbinPROGRAMS 1114 @$(NORMAL_INSTALL) 1115 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook 1116install-html: install-html-am 1117 1118install-html-am: 1119 1120install-info: install-info-am 1121 1122install-info-am: 1123 1124install-man: install-man1 install-man8 1125 1126install-pdf: install-pdf-am 1127 1128install-pdf-am: 1129 1130install-ps: install-ps-am 1131 1132install-ps-am: 1133 1134installcheck-am: 1135 1136maintainer-clean: maintainer-clean-am 1137 -rm -f ./$(DEPDIR)/ntpdc-layout.Po 1138 -rm -f ./$(DEPDIR)/ntpdc-opts.Po 1139 -rm -f ./$(DEPDIR)/ntpdc.Po 1140 -rm -f ./$(DEPDIR)/ntpdc_ops.Po 1141 -rm -f ./$(DEPDIR)/version.Po 1142 -rm -f Makefile 1143maintainer-clean-am: distclean-am maintainer-clean-generic 1144 1145mostlyclean: mostlyclean-am 1146 1147mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1148 mostlyclean-libtool 1149 1150pdf: pdf-am 1151 1152pdf-am: 1153 1154ps: ps-am 1155 1156ps-am: 1157 1158uninstall-am: uninstall-binPROGRAMS uninstall-htmlDATA \ 1159 uninstall-libexecPROGRAMS uninstall-man uninstall-sbinPROGRAMS 1160 1161uninstall-man: uninstall-man1 uninstall-man8 1162 1163.MAKE: all check install install-am install-exec install-exec-am \ 1164 install-strip 1165 1166.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \ 1167 clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \ 1168 clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \ 1169 distclean distclean-compile distclean-generic \ 1170 distclean-libtool distclean-tags distdir dvi dvi-am html \ 1171 html-am info info-am install install-am install-binPROGRAMS \ 1172 install-data install-data-am install-data-local install-dvi \ 1173 install-dvi-am install-exec install-exec-am install-exec-hook \ 1174 install-html install-html-am install-htmlDATA install-info \ 1175 install-info-am install-libexecPROGRAMS install-man \ 1176 install-man1 install-man8 install-pdf install-pdf-am \ 1177 install-ps install-ps-am install-sbinPROGRAMS install-strip \ 1178 installcheck installcheck-am installdirs maintainer-clean \ 1179 maintainer-clean-generic mostlyclean mostlyclean-compile \ 1180 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 1181 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ 1182 uninstall-htmlDATA uninstall-libexecPROGRAMS uninstall-man \ 1183 uninstall-man1 uninstall-man8 uninstall-sbinPROGRAMS 1184 1185.PRECIOUS: Makefile 1186 1187 1188install-data-local: install-html 1189 1190$(srcdir)/ntpdc-opts.h: $(srcdir)/ntpdc-opts.c 1191 @: do-nothing action to avoid default SCCS get, .h built with .c 1192 1193$(srcdir)/ntpdc-opts.c: $(srcdir)/ntpdc-opts.def $(std_def_list) 1194 $(AM_V_GEN)$(run_ag) ntpdc-opts.def 1195 1196### 1197 1198$(srcdir)/ntpdc.1ntpdcman: $(srcdir)/ntpdc-opts.def $(std_def_list) 1199 $(AM_V_GEN)$(run_ag) -DMAN_SECTION=1ntpdcman -Tagman-cmd.tpl ntpdc-opts.def 1200 1201$(srcdir)/ntpdc.man.in: $(srcdir)/ntpdc.1ntpdcman $(top_srcdir)/sntp/scripts/mansec2subst.sed 1202 sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpdc.1ntpdcman > $(srcdir)/ntpdc.man.in+ 1203 mv $(srcdir)/ntpdc.man.in+ $(srcdir)/ntpdc.man.in 1204 1205### 1206 1207$(srcdir)/ntpdc.1ntpdcmdoc: $(srcdir)/ntpdc-opts.def $(std_def_list) 1208 $(AM_V_GEN)$(run_ag) -DMAN_SECTION=1ntpdcmdoc -Tagmdoc-cmd.tpl ntpdc-opts.def 1209 1210$(srcdir)/ntpdc.mdoc.in: $(srcdir)/ntpdc.1ntpdcmdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed 1211 sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpdc.1ntpdcmdoc > $(srcdir)/ntpdc.mdoc.in+ 1212 mv $(srcdir)/ntpdc.mdoc.in+ $(srcdir)/ntpdc.mdoc.in 1213 1214### 1215 1216ntpdc.$(NTPDC_MS): $(srcdir)/ntpdc.$(MANTAGFMT).in $(top_builddir)/config.status 1217 $(top_builddir)/config.status --file=ntpdc.$(NTPDC_MS)+:$(srcdir)/ntpdc.$(MANTAGFMT).in 1218 mv ntpdc.$(NTPDC_MS)+ ntpdc.$(NTPDC_MS) 1219 1220### 1221 1222$(srcdir)/invoke-ntpdc.menu: $(srcdir)/invoke-ntpdc.texi 1223 @: do-nothing action to avoid default SCCS get, .menu built with .texi 1224 1225$(srcdir)/invoke-ntpdc.texi: $(srcdir)/ntpdc-opts.def $(std_def_list) 1226 $(AM_V_GEN)$(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section ntpdc-opts.def 1227 $(top_srcdir)/scripts/build/check--help $@ 1228 1229$(srcdir)/ntpdc.html: $(srcdir)/invoke-ntpdc.texi $(srcdir)/ntpdc.texi $(top_srcdir)/sntp/include/version.texi 1230 cd $(srcdir) && ( makeinfo --force --html --no-split -I ../sntp -o ntpdc.html ntpdc.texi || true ) 1231 1232ntpdc-layout.o: nl.c 1233 1234layout.here: ntpdc-layout 1235 $(AM_V_at)./ntpdc-layout > $@ 1236 1237check-layout: ntpdc-layout $(srcdir)/layout.std layout.here 1238 $(AM_V_at)cmp $(srcdir)/layout.std layout.here && echo stamp > $@ 1239 1240version.c: Makefile $(top_srcdir)/sntp/scm-rev 1241 $(AM_V_GEN)env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpdc 1242 1243# I ran nl_in.c (attached, to be installed into ntpdc) through 1244# $(CC) -E nl_in.c | nl.pl > nl.c 1245nl.c: nl_in.c nl.pl Makefile.am ../config.h ../include/ntp_request.h ntpdc.h 1246 $(AM_V_GEN)$(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \ 1247 $(AM_CPPFLAGS) $(CPPFLAGS) $(srcdir)/nl_in.c | ./nl.pl > $@ 1248 1249install-exec-hook: 1250 @test -z "${bin_PROGRAMS}${bin_SCRIPTS}" \ 1251 || for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do \ 1252 test ! -f ${sbindir}/$$i \ 1253 || echo "*** $$i is also in ${sbindir}!"; \ 1254 done 1255 @test -z "${sbin_PROGRAMS}${asbin_SCRIPTS}" \ 1256 || for i in ${sbin_PROGRAMS} ${sbin_SCRIPTS} " "; do \ 1257 test ! -f ${bindir}/$$i \ 1258 || echo "*** $$i is also in ${bindir}!"; \ 1259 done 1260 1261# 1262 1263check-libopts: ../sntp/libopts/libopts.la 1264 @echo stamp > $@ 1265 1266../sntp/libopts/libopts.la: 1267 -cd ../sntp/libopts && $(MAKE) $(AM_MAKEFLAGS) libopts.la 1268 1269.PHONY: check-libntp 1270 1271@LIBNTP_SUBMAKES_TRUE@check-libntp: 1272@LIBNTP_SUBMAKES_TRUE@ cd $(top_builddir)/libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a 1273$(top_srcdir)/sntp/scm-rev: FRC.scm-rev 1274 $(AM_V_GEN)cd $(top_builddir)/sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev 1275 1276.PHONY: FRC.scm-rev 1277FRC.scm-rev: 1278 @: FRC.scm-rev is always out of date, triggering the check every make invocation. 1279$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver 1280 @[ -f $@ ] || \ 1281 cp $(top_srcdir)/deps-ver $@ 1282 @[ -w $@ ] || \ 1283 chmod u+w $@ 1284 @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \ 1285 $(MAKE) $(AM_MAKEFLAGS) clean && \ 1286 echo -n "Prior $(subdir)/$(DEPDIR) version " && \ 1287 cat $@ && \ 1288 rm -rf $(DEPDIR) && \ 1289 mkdir $(DEPDIR) && \ 1290 case "$(top_builddir)" in \ 1291 .) \ 1292 ./config.status Makefile depfiles \ 1293 ;; \ 1294 *) \ 1295 cd "$(top_builddir)" && \ 1296 ./config.status $(subdir)/Makefile depfiles && \ 1297 cd $(subdir) \ 1298 ;; \ 1299 esac && \ 1300 echo -n "Cleaned $(subdir)/$(DEPDIR) version " && \ 1301 cat $(top_srcdir)/deps-ver \ 1302 ) 1303 $(AM_V_at)cp $(top_srcdir)/deps-ver $@ 1304 1305.deps-ver: $(top_srcdir)/deps-ver 1306 @[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver 1307 @touch $@ 1308 1309# 1310# depsver.mf included in Makefile.am for directories with .deps 1311# 1312# When building in the same directory with sources that change over 1313# time, such as when tracking using bk, the .deps files can become 1314# stale with respect to moved, deleted, or superceded headers. Most 1315# commonly, this would exhibit as make reporting a failure to make a 1316# header file which is no longer in the location given. To address 1317# this issue, we use a deps-ver file which is updated with each change 1318# that breaks old .deps files. A copy of deps-ver is made into 1319# $(DEPDIR) if not already present. If $(DEPDIR)/deps-ver is present 1320# with different contents than deps-ver, we make clean to ensure all 1321# .o files built before the incompatible change are rebuilt along with 1322# their updated .deps files, then remove $(DEPDIR) and recreate it as 1323# empty stubs. 1324# 1325# It is normal when configured with --disable-dependency-tracking for 1326# the DEPDIR to not have been created. For this reason, we use the 1327# intermediate target .deps-ver, which invokes make recursively if 1328# DEPDIR exists. 1329# 1330# If you modify depsver.mf, please make the changes to the master 1331# copy, the one in sntp is copied by the bootstrap script from it. 1332# 1333# This comment block follows rather than leads the related rules so that 1334# it stays with it in the generated Makefile.in and Makefile. 1335# 1336 1337# Tell versions [3.59,3.63) of GNU make to not export all variables. 1338# Otherwise a system limit (for SysV at least) may be exceeded. 1339.NOEXPORT: 1340