1# Makefile.in generated by automake 1.15 from Makefile.am. 2# @configure_input@ 3 4# Copyright (C) 1994-2014 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 23 24VPATH = @srcdir@ 25am__is_gnu_make = { \ 26 if test -z '$(MAKELEVEL)'; then \ 27 false; \ 28 elif test -n '$(MAKE_HOST)'; then \ 29 true; \ 30 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ 31 true; \ 32 else \ 33 false; \ 34 fi; \ 35} 36am__make_running_with_option = \ 37 case $${target_option-} in \ 38 ?) ;; \ 39 *) echo "am__make_running_with_option: internal error: invalid" \ 40 "target option '$${target_option-}' specified" >&2; \ 41 exit 1;; \ 42 esac; \ 43 has_opt=no; \ 44 sane_makeflags=$$MAKEFLAGS; \ 45 if $(am__is_gnu_make); then \ 46 sane_makeflags=$$MFLAGS; \ 47 else \ 48 case $$MAKEFLAGS in \ 49 *\\[\ \ ]*) \ 50 bs=\\; \ 51 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ 52 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ 53 esac; \ 54 fi; \ 55 skip_next=no; \ 56 strip_trailopt () \ 57 { \ 58 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ 59 }; \ 60 for flg in $$sane_makeflags; do \ 61 test $$skip_next = yes && { skip_next=no; continue; }; \ 62 case $$flg in \ 63 *=*|--*) continue;; \ 64 -*I) strip_trailopt 'I'; skip_next=yes;; \ 65 -*I?*) strip_trailopt 'I';; \ 66 -*O) strip_trailopt 'O'; skip_next=yes;; \ 67 -*O?*) strip_trailopt 'O';; \ 68 -*l) strip_trailopt 'l'; skip_next=yes;; \ 69 -*l?*) strip_trailopt 'l';; \ 70 -[dEDm]) skip_next=yes;; \ 71 -[JT]) skip_next=yes;; \ 72 esac; \ 73 case $$flg in \ 74 *$$target_option*) has_opt=yes; break;; \ 75 esac; \ 76 done; \ 77 test $$has_opt = yes 78am__make_dryrun = (target_option=n; $(am__make_running_with_option)) 79am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) 80pkgdatadir = $(datadir)/@PACKAGE@ 81pkgincludedir = $(includedir)/@PACKAGE@ 82pkglibdir = $(libdir)/@PACKAGE@ 83pkglibexecdir = $(libexecdir)/@PACKAGE@ 84am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd 85install_sh_DATA = $(install_sh) -c -m 644 86install_sh_PROGRAM = $(install_sh) -c 87install_sh_SCRIPT = $(install_sh) -c 88INSTALL_HEADER = $(INSTALL_DATA) 89transform = $(program_transform_name) 90NORMAL_INSTALL = : 91PRE_INSTALL = : 92POST_INSTALL = : 93NORMAL_UNINSTALL = : 94PRE_UNINSTALL = : 95POST_UNINSTALL = : 96build_triplet = @build@ 97host_triplet = @host@ 98EXTRA_PROGRAMS = check_y2k$(EXEEXT) keyword-gen$(EXEEXT) ntpd$(EXEEXT) \ 99 ntpdsim$(EXEEXT) 100subdir = ntpd 101ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 102am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \ 103 $(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \ 104 $(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \ 105 $(top_srcdir)/sntp/m4/define_dir.m4 \ 106 $(top_srcdir)/sntp/m4/hms_search_lib.m4 \ 107 $(top_srcdir)/sntp/m4/libtool.m4 \ 108 $(top_srcdir)/sntp/m4/ltoptions.m4 \ 109 $(top_srcdir)/sntp/m4/ltsugar.m4 \ 110 $(top_srcdir)/sntp/m4/ltversion.m4 \ 111 $(top_srcdir)/sntp/m4/lt~obsolete.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_googletest.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_prog_cc.m4 \ 129 $(top_srcdir)/sntp/m4/ntp_rlimit.m4 \ 130 $(top_srcdir)/sntp/m4/ntp_sntp.m4 \ 131 $(top_srcdir)/sntp/m4/ntp_unitytest.m4 \ 132 $(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \ 133 $(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \ 134 $(top_srcdir)/sntp/m4/openldap-thread-check.m4 \ 135 $(top_srcdir)/sntp/m4/openldap.m4 \ 136 $(top_srcdir)/sntp/m4/os_cflags.m4 \ 137 $(top_srcdir)/sntp/m4/snprintf.m4 \ 138 $(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac 139am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 140 $(ACLOCAL_M4) 141DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \ 142 $(am__DIST_COMMON) 143mkinstalldirs = $(install_sh) -d 144CONFIG_HEADER = $(top_builddir)/config.h 145CONFIG_CLEAN_FILES = complete.conf 146CONFIG_CLEAN_VPATH_FILES = 147LIBRARIES = $(noinst_LIBRARIES) 148ARFLAGS = @ARFLAGS@ 149AM_V_AR = $(am__v_AR_@AM_V@) 150am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@) 151am__v_AR_0 = @echo " AR " $@; 152am__v_AR_1 = 153libntpd_a_AR = $(AR) $(ARFLAGS) 154libntpd_a_LIBADD = 155am__objects_1 = 156am_libntpd_a_OBJECTS = cmd_args.$(OBJEXT) ntp_control.$(OBJEXT) \ 157 ntp_crypto.$(OBJEXT) ntp_filegen.$(OBJEXT) \ 158 ntp_leapsec.$(OBJEXT) ntp_loopfilter.$(OBJEXT) \ 159 ntp_monitor.$(OBJEXT) ntp_peer.$(OBJEXT) ntp_proto.$(OBJEXT) \ 160 ntp_refclock.$(OBJEXT) ntp_request.$(OBJEXT) \ 161 ntp_restrict.$(OBJEXT) ntp_signd.$(OBJEXT) ntp_timer.$(OBJEXT) \ 162 ntp_util.$(OBJEXT) rc_cmdlength.$(OBJEXT) \ 163 refclock_acts.$(OBJEXT) refclock_arbiter.$(OBJEXT) \ 164 refclock_arc.$(OBJEXT) refclock_as2201.$(OBJEXT) \ 165 refclock_atom.$(OBJEXT) refclock_bancomm.$(OBJEXT) \ 166 refclock_chronolog.$(OBJEXT) refclock_chu.$(OBJEXT) \ 167 refclock_conf.$(OBJEXT) refclock_datum.$(OBJEXT) \ 168 refclock_dumbclock.$(OBJEXT) refclock_fg.$(OBJEXT) \ 169 refclock_gpsdjson.$(OBJEXT) refclock_gpsvme.$(OBJEXT) \ 170 refclock_heath.$(OBJEXT) refclock_hopfser.$(OBJEXT) \ 171 refclock_hopfpci.$(OBJEXT) refclock_hpgps.$(OBJEXT) \ 172 refclock_irig.$(OBJEXT) refclock_jjy.$(OBJEXT) \ 173 refclock_jupiter.$(OBJEXT) refclock_leitch.$(OBJEXT) \ 174 refclock_local.$(OBJEXT) refclock_mx4200.$(OBJEXT) \ 175 refclock_neoclock4x.$(OBJEXT) refclock_nmea.$(OBJEXT) \ 176 refclock_oncore.$(OBJEXT) refclock_palisade.$(OBJEXT) \ 177 refclock_parse.$(OBJEXT) refclock_pcf.$(OBJEXT) \ 178 refclock_pst.$(OBJEXT) refclock_ripencc.$(OBJEXT) \ 179 refclock_shm.$(OBJEXT) refclock_tpro.$(OBJEXT) \ 180 refclock_true.$(OBJEXT) refclock_tt560.$(OBJEXT) \ 181 refclock_ulink.$(OBJEXT) refclock_wwv.$(OBJEXT) \ 182 refclock_wwvb.$(OBJEXT) refclock_zyfer.$(OBJEXT) \ 183 refclock_tsyncpci.$(OBJEXT) $(am__objects_1) 184libntpd_a_OBJECTS = $(am_libntpd_a_OBJECTS) 185am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \ 186 "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \ 187 "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" \ 188 "$(DESTDIR)$(htmldir)" 189PROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(sbin_PROGRAMS) 190check_y2k_SOURCES = check_y2k.c 191check_y2k_OBJECTS = check_y2k.$(OBJEXT) 192am__DEPENDENCIES_1 = 193am__DEPENDENCIES_2 = version.o libntpd.a $(am__DEPENDENCIES_1) 194check_y2k_DEPENDENCIES = $(am__DEPENDENCIES_2) ../libntp/libntp.a \ 195 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 196 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) 197AM_V_lt = $(am__v_lt_@AM_V@) 198am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) 199am__v_lt_0 = --silent 200am__v_lt_1 = 201keyword_gen_SOURCES = keyword-gen.c 202keyword_gen_OBJECTS = keyword-gen.$(OBJEXT) 203keyword_gen_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \ 204 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) 205am_ntpd_OBJECTS = ntp_config.$(OBJEXT) ntp_io.$(OBJEXT) \ 206 ntp_parser.$(OBJEXT) ntp_scanner.$(OBJEXT) ntpd.$(OBJEXT) \ 207 ntpd-opts.$(OBJEXT) $(am__objects_1) 208ntpd_OBJECTS = $(am_ntpd_OBJECTS) 209am__DEPENDENCIES_3 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 210 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ 211 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) 212ntpd_DEPENDENCIES = $(am__DEPENDENCIES_2) ../libntp/libntp.a \ 213 $(am__DEPENDENCIES_3) $(am__DEPENDENCIES_1) 214am__objects_2 = ntpdsim-ntp_config.$(OBJEXT) ntpdsim-ntp_io.$(OBJEXT) \ 215 ntpdsim-ntp_parser.$(OBJEXT) ntpdsim-ntp_scanner.$(OBJEXT) \ 216 ntpdsim-ntpd.$(OBJEXT) ntpdsim-ntpd-opts.$(OBJEXT) \ 217 $(am__objects_1) 218am_ntpdsim_OBJECTS = $(am__objects_2) ntpdsim-ntp_prio_q.$(OBJEXT) \ 219 ntpdsim-ntpsim.$(OBJEXT) $(am__objects_1) 220ntpdsim_OBJECTS = $(am_ntpdsim_OBJECTS) 221ntpdsim_DEPENDENCIES = $(am__DEPENDENCIES_2) ../libntp/libntpsim.a \ 222 $(am__DEPENDENCIES_3) 223AM_V_P = $(am__v_P_@AM_V@) 224am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) 225am__v_P_0 = false 226am__v_P_1 = : 227AM_V_GEN = $(am__v_GEN_@AM_V@) 228am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) 229am__v_GEN_0 = @echo " GEN " $@; 230am__v_GEN_1 = 231AM_V_at = $(am__v_at_@AM_V@) 232am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) 233am__v_at_0 = @ 234am__v_at_1 = 235DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) 236depcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp 237am__depfiles_maybe = depfiles 238am__mv = mv -f 239COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ 240 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) 241LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 242 $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ 243 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ 244 $(AM_CFLAGS) $(CFLAGS) 245AM_V_CC = $(am__v_CC_@AM_V@) 246am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) 247am__v_CC_0 = @echo " CC " $@; 248am__v_CC_1 = 249CCLD = $(CC) 250LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ 251 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ 252 $(AM_LDFLAGS) $(LDFLAGS) -o $@ 253AM_V_CCLD = $(am__v_CCLD_@AM_V@) 254am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) 255am__v_CCLD_0 = @echo " CCLD " $@; 256am__v_CCLD_1 = 257am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \ 258 -e s/c++$$/h++/ -e s/c$$/h/ 259YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) 260LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ 261 $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS) 262AM_V_YACC = $(am__v_YACC_@AM_V@) 263am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@) 264am__v_YACC_0 = @echo " YACC " $@; 265am__v_YACC_1 = 266YLWRAP = $(top_srcdir)/sntp/libevent/build-aux/ylwrap 267SOURCES = $(libntpd_a_SOURCES) check_y2k.c keyword-gen.c \ 268 $(ntpd_SOURCES) $(ntpdsim_SOURCES) 269DIST_SOURCES = $(libntpd_a_SOURCES) check_y2k.c keyword-gen.c \ 270 $(ntpd_SOURCES) $(ntpdsim_SOURCES) 271am__can_run_installinfo = \ 272 case $$AM_UPDATE_INFO_DIR in \ 273 n|no|NO) false;; \ 274 *) (install-info --version) >/dev/null 2>&1;; \ 275 esac 276am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; 277am__vpath_adj = case $$p in \ 278 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ 279 *) f=$$p;; \ 280 esac; 281am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; 282am__install_max = 40 283am__nobase_strip_setup = \ 284 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` 285am__nobase_strip = \ 286 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" 287am__nobase_list = $(am__nobase_strip_setup); \ 288 for p in $$list; do echo "$$p $$p"; done | \ 289 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ 290 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ 291 if (++n[$$2] == $(am__install_max)) \ 292 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ 293 END { for (dir in files) print dir, files[dir] }' 294am__base_list = \ 295 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ 296 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' 297am__uninstall_files_from_dir = { \ 298 test -z "$$files" \ 299 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ 300 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ 301 $(am__cd) "$$dir" && rm -f $$files; }; \ 302 } 303man1dir = $(mandir)/man1 304man5dir = $(mandir)/man5 305man8dir = $(mandir)/man8 306NROFF = nroff 307MANS = $(man1_MANS) $(man5_MANS) $(man8_MANS) $(man_MANS) 308DATA = $(html_DATA) $(noinst_DATA) 309HEADERS = $(noinst_HEADERS) 310am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) 311# Read a list of newline-separated strings from the standard input, 312# and print each of them once, without duplicates. Input order is 313# *not* preserved. 314am__uniquify_input = $(AWK) '\ 315 BEGIN { nonempty = 0; } \ 316 { items[$$0] = 1; nonempty = 1; } \ 317 END { if (nonempty) { for (i in items) print i; }; } \ 318' 319# Make sure the list of sources is unique. This is necessary because, 320# e.g., the same source file might be shared among _SOURCES variables 321# for different programs/libraries. 322am__define_uniq_tagged_files = \ 323 list='$(am__tagged_files)'; \ 324 unique=`for i in $$list; do \ 325 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ 326 done | $(am__uniquify_input)` 327ETAGS = etags 328CTAGS = ctags 329am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/complete.conf.in \ 330 $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libopts.mf \ 331 $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf \ 332 $(top_srcdir)/sntp/check-libntp.mf \ 333 $(top_srcdir)/sntp/libevent/build-aux/depcomp \ 334 $(top_srcdir)/sntp/libevent/build-aux/ylwrap ntp_parser.c \ 335 ntp_parser.h 336DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) 337ACLOCAL = @ACLOCAL@ 338ALLOCA = @ALLOCA@ 339AMTAR = @AMTAR@ 340AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ 341AR = @AR@ 342AUTOCONF = @AUTOCONF@ 343AUTOHEADER = @AUTOHEADER@ 344AUTOMAKE = @AUTOMAKE@ 345AWK = @AWK@ 346CALC_TICKADJ_DB = @CALC_TICKADJ_DB@ 347CALC_TICKADJ_DL = @CALC_TICKADJ_DL@ 348CALC_TICKADJ_DS = @CALC_TICKADJ_DS@ 349CALC_TICKADJ_MS = @CALC_TICKADJ_MS@ 350CALC_TICKADJ_NI = @CALC_TICKADJ_NI@ 351CC = @CC@ 352CCDEPMODE = @CCDEPMODE@ 353CFLAGS = @CFLAGS@ 354CFLAGS_NTP = @CFLAGS_NTP@ 355CHUTEST = @CHUTEST@ 356CONFIG_SHELL = @CONFIG_SHELL@ 357CPP = @CPP@ 358CPPFLAGS = @CPPFLAGS@ 359CPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@ 360CPPFLAGS_NTP = @CPPFLAGS_NTP@ 361CXX = @CXX@ 362CXXCPP = @CXXCPP@ 363CXXDEPMODE = @CXXDEPMODE@ 364CXXFLAGS = @CXXFLAGS@ 365CYGPATH_W = @CYGPATH_W@ 366DCFD = @DCFD@ 367DEFS = @DEFS@ 368DEPDIR = @DEPDIR@ 369DLLTOOL = @DLLTOOL@ 370DSYMUTIL = @DSYMUTIL@ 371DUMPBIN = @DUMPBIN@ 372ECHO_C = @ECHO_C@ 373ECHO_N = @ECHO_N@ 374ECHO_T = @ECHO_T@ 375EDITLINE_LIBS = @EDITLINE_LIBS@ 376EGREP = @EGREP@ 377EXEEXT = @EXEEXT@ 378FGREP = @FGREP@ 379GREP = @GREP@ 380GTEST_CONFIG = @GTEST_CONFIG@ 381GTEST_CPPFLAGS = @GTEST_CPPFLAGS@ 382GTEST_CXXFLAGS = @GTEST_CXXFLAGS@ 383GTEST_LDFLAGS = @GTEST_LDFLAGS@ 384GTEST_LIBS = @GTEST_LIBS@ 385HAVE_INLINE = @HAVE_INLINE@ 386HAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@ 387HAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@ 388HAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@ 389INSTALL = @INSTALL@ 390INSTALL_DATA = @INSTALL_DATA@ 391INSTALL_PROGRAM = @INSTALL_PROGRAM@ 392INSTALL_SCRIPT = @INSTALL_SCRIPT@ 393INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ 394LD = @LD@ 395LDADD_LIBEVENT = @LDADD_LIBEVENT@ 396LDADD_LIBNTP = @LDADD_LIBNTP@ 397LDADD_LIBUTIL = @LDADD_LIBUTIL@ 398LDADD_NLIST = @LDADD_NLIST@ 399LDADD_NTP = @LDADD_NTP@ 400LDFLAGS = @LDFLAGS@ 401LDFLAGS_NTP = @LDFLAGS_NTP@ 402LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@ 403LIBM = @LIBM@ 404LIBOBJS = @LIBOBJS@ 405LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@ 406LIBOPTS_DIR = @LIBOPTS_DIR@ 407LIBOPTS_LDADD = @LIBOPTS_LDADD@ 408LIBPARSE = @LIBPARSE@ 409LIBS = @LIBS@ 410LIBTOOL = @LIBTOOL@ 411LIBTOOL_DEPS = @LIBTOOL_DEPS@ 412LIPO = @LIPO@ 413LN_S = @LN_S@ 414LSCF = @LSCF@ 415LTLIBOBJS = @LTLIBOBJS@ 416MAKEINFO = @MAKEINFO@ 417MAKE_ADJTIMED = @MAKE_ADJTIMED@ 418MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@ 419MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@ 420MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@ 421MAKE_LIBPARSE = @MAKE_LIBPARSE@ 422MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@ 423MAKE_NTPDSIM = @MAKE_NTPDSIM@ 424MAKE_NTPSNMPD = @MAKE_NTPSNMPD@ 425MAKE_NTPTIME = @MAKE_NTPTIME@ 426MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@ 427MAKE_TICKADJ = @MAKE_TICKADJ@ 428MAKE_TIMETRIM = @MAKE_TIMETRIM@ 429MANIFEST_TOOL = @MANIFEST_TOOL@ 430MANTAGFMT = @MANTAGFMT@ 431MKDIR_P = @MKDIR_P@ 432NM = @NM@ 433NMEDIT = @NMEDIT@ 434NTPDATE_DB = @NTPDATE_DB@ 435NTPDATE_DL = @NTPDATE_DL@ 436NTPDATE_DS = @NTPDATE_DS@ 437NTPDATE_MS = @NTPDATE_MS@ 438NTPDATE_NI = @NTPDATE_NI@ 439NTPDC_DB = @NTPDC_DB@ 440NTPDC_DL = @NTPDC_DL@ 441NTPDC_DS = @NTPDC_DS@ 442NTPDC_MS = @NTPDC_MS@ 443NTPDC_NI = @NTPDC_NI@ 444NTPDSIM_DB = @NTPDSIM_DB@ 445NTPDSIM_DL = @NTPDSIM_DL@ 446NTPDSIM_DS = @NTPDSIM_DS@ 447NTPDSIM_MS = @NTPDSIM_MS@ 448NTPDSIM_NI = @NTPDSIM_NI@ 449NTPD_DB = @NTPD_DB@ 450NTPD_DL = @NTPD_DL@ 451NTPD_DS = @NTPD_DS@ 452NTPD_MS = @NTPD_MS@ 453NTPD_NI = @NTPD_NI@ 454NTPQ_DB = @NTPQ_DB@ 455NTPQ_DL = @NTPQ_DL@ 456NTPQ_DS = @NTPQ_DS@ 457NTPQ_MS = @NTPQ_MS@ 458NTPQ_NI = @NTPQ_NI@ 459NTPSNMPD_DB = @NTPSNMPD_DB@ 460NTPSNMPD_DL = @NTPSNMPD_DL@ 461NTPSNMPD_DS = @NTPSNMPD_DS@ 462NTPSNMPD_MS = @NTPSNMPD_MS@ 463NTPSNMPD_NI = @NTPSNMPD_NI@ 464NTPSWEEP_DB = @NTPSWEEP_DB@ 465NTPSWEEP_DL = @NTPSWEEP_DL@ 466NTPSWEEP_DS = @NTPSWEEP_DS@ 467NTPSWEEP_MS = @NTPSWEEP_MS@ 468NTPSWEEP_NI = @NTPSWEEP_NI@ 469NTPTIME_DB = @NTPTIME_DB@ 470NTPTIME_DL = @NTPTIME_DL@ 471NTPTIME_DS = @NTPTIME_DS@ 472NTPTIME_MS = @NTPTIME_MS@ 473NTPTIME_NI = @NTPTIME_NI@ 474NTPTRACE_DB = @NTPTRACE_DB@ 475NTPTRACE_DL = @NTPTRACE_DL@ 476NTPTRACE_DS = @NTPTRACE_DS@ 477NTPTRACE_MS = @NTPTRACE_MS@ 478NTPTRACE_NI = @NTPTRACE_NI@ 479NTP_KEYGEN_DB = @NTP_KEYGEN_DB@ 480NTP_KEYGEN_DL = @NTP_KEYGEN_DL@ 481NTP_KEYGEN_DS = @NTP_KEYGEN_DS@ 482NTP_KEYGEN_MS = @NTP_KEYGEN_MS@ 483NTP_KEYGEN_NI = @NTP_KEYGEN_NI@ 484NTP_KEYSDIR = @NTP_KEYSDIR@ 485NTP_WAIT_DB = @NTP_WAIT_DB@ 486NTP_WAIT_DL = @NTP_WAIT_DL@ 487NTP_WAIT_DS = @NTP_WAIT_DS@ 488NTP_WAIT_MS = @NTP_WAIT_MS@ 489NTP_WAIT_NI = @NTP_WAIT_NI@ 490OBJDUMP = @OBJDUMP@ 491OBJEXT = @OBJEXT@ 492OTOOL = @OTOOL@ 493OTOOL64 = @OTOOL64@ 494PACKAGE = @PACKAGE@ 495PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ 496PACKAGE_NAME = @PACKAGE_NAME@ 497PACKAGE_STRING = @PACKAGE_STRING@ 498PACKAGE_TARNAME = @PACKAGE_TARNAME@ 499PACKAGE_URL = @PACKAGE_URL@ 500PACKAGE_VERSION = @PACKAGE_VERSION@ 501PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@ 502PATH_PERL = @PATH_PERL@ 503PATH_RUBY = @PATH_RUBY@ 504PATH_SEPARATOR = @PATH_SEPARATOR@ 505PATH_TEST = @PATH_TEST@ 506PERLLIBDIR = @PERLLIBDIR@ 507PKG_CONFIG = @PKG_CONFIG@ 508POSIX_SHELL = @POSIX_SHELL@ 509PROPDELAY = @PROPDELAY@ 510PTHREAD_LIBS = @PTHREAD_LIBS@ 511RANLIB = @RANLIB@ 512SED = @SED@ 513SET_MAKE = @SET_MAKE@ 514SHELL = @SHELL@ 515SNMP_CFLAGS = @SNMP_CFLAGS@ 516SNMP_CPPFLAGS = @SNMP_CPPFLAGS@ 517SNMP_LIBS = @SNMP_LIBS@ 518SNTP = @SNTP@ 519SNTP_DB = @SNTP_DB@ 520SNTP_DL = @SNTP_DL@ 521SNTP_DS = @SNTP_DS@ 522SNTP_MS = @SNTP_MS@ 523SNTP_NI = @SNTP_NI@ 524STDNORETURN_H = @STDNORETURN_H@ 525STRIP = @STRIP@ 526TESTDCF = @TESTDCF@ 527TICKADJ_DB = @TICKADJ_DB@ 528TICKADJ_DL = @TICKADJ_DL@ 529TICKADJ_DS = @TICKADJ_DS@ 530TICKADJ_MS = @TICKADJ_MS@ 531TICKADJ_NI = @TICKADJ_NI@ 532TIMETRIM_DB = @TIMETRIM_DB@ 533TIMETRIM_DL = @TIMETRIM_DL@ 534TIMETRIM_DS = @TIMETRIM_DS@ 535TIMETRIM_MS = @TIMETRIM_MS@ 536TIMETRIM_NI = @TIMETRIM_NI@ 537UPDATE_LEAP_DB = @UPDATE_LEAP_DB@ 538UPDATE_LEAP_DL = @UPDATE_LEAP_DL@ 539UPDATE_LEAP_DS = @UPDATE_LEAP_DS@ 540UPDATE_LEAP_MS = @UPDATE_LEAP_MS@ 541UPDATE_LEAP_NI = @UPDATE_LEAP_NI@ 542VERSION = @VERSION@ 543VER_SUFFIX = @VER_SUFFIX@ 544YACC = @YACC@ 545YFLAGS = @YFLAGS@ 546abs_builddir = @abs_builddir@ 547abs_srcdir = @abs_srcdir@ 548abs_top_builddir = @abs_top_builddir@ 549abs_top_srcdir = @abs_top_srcdir@ 550ac_ct_AR = @ac_ct_AR@ 551ac_ct_CC = @ac_ct_CC@ 552ac_ct_CXX = @ac_ct_CXX@ 553ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ 554am__include = @am__include@ 555am__leading_dot = @am__leading_dot@ 556am__quote = @am__quote@ 557am__tar = @am__tar@ 558am__untar = @am__untar@ 559bindir = @bindir@ 560build = @build@ 561build_alias = @build_alias@ 562build_cpu = @build_cpu@ 563build_os = @build_os@ 564build_vendor = @build_vendor@ 565builddir = @builddir@ 566datadir = @datadir@ 567datarootdir = @datarootdir@ 568docdir = @docdir@ 569dvidir = @dvidir@ 570exec_prefix = @exec_prefix@ 571host = @host@ 572host_alias = @host_alias@ 573host_cpu = @host_cpu@ 574host_os = @host_os@ 575host_vendor = @host_vendor@ 576htmldir = @htmldir@ 577includedir = @includedir@ 578infodir = @infodir@ 579install_sh = @install_sh@ 580libdir = @libdir@ 581libexecdir = @libexecdir@ 582localedir = @localedir@ 583localstatedir = @localstatedir@ 584mandir = @mandir@ 585mkdir_p = @mkdir_p@ 586oldincludedir = @oldincludedir@ 587pdfdir = @pdfdir@ 588prefix = @prefix@ 589program_transform_name = @program_transform_name@ 590psdir = @psdir@ 591sbindir = @sbindir@ 592sharedstatedir = @sharedstatedir@ 593srcdir = @srcdir@ 594subdirs = @subdirs@ 595sysconfdir = @sysconfdir@ 596target_alias = @target_alias@ 597top_build_prefix = @top_build_prefix@ 598top_builddir = @top_builddir@ 599top_srcdir = @top_srcdir@ 600NULL = 601bin_PROGRAMS = $(NTPD_DB) $(NTPDSIM_DB) 602libexec_PROGRAMS = $(NTPD_DL) $(NTPDSIM_DL) 603sbin_PROGRAMS = $(NTPD_DS) $(NTPDSIM_DS) 604noinst_LIBRARIES = libntpd.a 605AM_CFLAGS = $(CFLAGS_NTP) 606AM_CPPFLAGS = $(NTP_INCS) $(LIBOPTS_CFLAGS) $(CPPFLAGS_NTP) 607AM_LDFLAGS = $(LDFLAGS_NTP) 608 609# LDADD might need RESLIB and ADJLIB. 610LDADD = version.o libntpd.a $(LIBPARSE) 611AM_YFLAGS = -d -t -r all 612@NTP_CROSSCOMPILE_FALSE@@SAVECONFIG_ENABLED_TRUE@CHECK_SAVECONFIG = check-saveconfig 613@NTP_CROSSCOMPILE_TRUE@@SAVECONFIG_ENABLED_TRUE@CHECK_SAVECONFIG = 614@SAVECONFIG_ENABLED_FALSE@CHECK_SAVECONFIG = 615@VPATH_HACK_FALSE@VPHACK = 616 617# 618# VPHACK and VPHACK_AFTER are enabled on non-GNU makes (such as 619# BSD make) to work around issues specific to compiling 620# ntp_parser.y into ntp_parser.h and ntp_parser.c in a VPATH 621# configuration where we would like (for a change) the output 622# files ntp_parser.[ch] to be placed in the source directory, 623# as opposed to the build directory. This allows a single 624# host of a flock configured with Bison to update ntp_parser.[ch] 625# used by the rest. 626# 627@VPATH_HACK_TRUE@VPHACK = vphack 628@VPATH_HACK_FALSE@VPHACK_AFTER = 629@VPATH_HACK_TRUE@VPHACK_AFTER = vphack_after 630 631# BUILT_SOURCES which should also be in EXTRA_DIST 632B_S_DIST = \ 633 $(srcdir)/ntpd-opts.c \ 634 $(srcdir)/ntpd-opts.h \ 635 $(NULL) 636 637BUILT_SOURCES = $(VPHACK) $(LIBPARSE) ntp_parser.c ntp_parser.h \ 638 $(VPHACK_AFTER) $(B_S_DIST) $(NULL) check-libopts check-libntp \ 639 .deps-ver 640man1_MANS = 641man5_MANS = ntp.conf.5 ntp.keys.5 642man8_MANS = 643man_MANS = ntpd.$(NTPD_MS) 644 645# ntpdsim.1 is a remnant along with all the ntpdsim-opts.* files, the 646# simulator currently uses ntpd-opts.[ch]. This also means there is no 647# longer a reason to have ntpdbase-opts.def split off of ntpd-opts.def. 648LDADD_NTPD_COMMON = $(LDADD_LIBNTP) $(LIBOPTS_LDADD) $(PTHREAD_LIBS) \ 649 $(LIBM) $(LDADD_NTP) $(LSCF) 650ntpd_LDADD = $(LDADD) ../libntp/libntp.a $(LDADD_NTPD_COMMON) $(LDADD_LIBUTIL) 651ntpdsim_LDADD = $(LDADD) ../libntp/libntpsim.a $(LDADD_NTPD_COMMON) 652ntpdsim_CPPFLAGS = $(AM_CPPFLAGS) -DSIM 653check_y2k_LDADD = $(LDADD) ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM) $(LDADD_LIBNTP) $(PTHREAD_LIBS) 654keyword_gen_LDADD = ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM) $(PTHREAD_LIBS) 655DISTCLEANFILES = \ 656 keyword-gen \ 657 .version \ 658 version.c \ 659 config.log \ 660 $(man5_MANS) \ 661 $(man_MANS) \ 662 $(NULL) 663 664CLEANFILES = check-saveconfig compsave.conf k-g-u-submake \ 665 $(EXTRA_PROGRAMS) $(NULL) check-libopts check-libntp .deps-ver 666EXTRA_DIST = \ 667 complete.conf.in \ 668 invoke-ntp.conf.menu \ 669 invoke-ntp.conf.texi \ 670 invoke-ntp.keys.menu \ 671 invoke-ntp.keys.texi \ 672 invoke-ntpd.menu \ 673 invoke-ntpd.texi \ 674 keyword-gen-utd \ 675 ntp.conf.5man \ 676 ntp.conf.5mdoc \ 677 ntp.conf.def \ 678 ntp.conf.man.in \ 679 ntp.conf.mdoc.in \ 680 ntp.conf.html \ 681 ntp.conf.texi \ 682 ntp.keys.5man \ 683 ntp.keys.5mdoc \ 684 ntp.keys.def \ 685 ntp.keys.man.in \ 686 ntp.keys.mdoc.in \ 687 ntp.keys.html \ 688 ntp.keys.texi \ 689 ntpd-opts.def \ 690 ntpd.1ntpdman \ 691 ntpd.1ntpdmdoc \ 692 ntpd.man.in \ 693 ntpd.mdoc.in \ 694 ntpd.html \ 695 ntpd.texi \ 696 ntpdbase-opts.def \ 697 refclock_msfees.c \ 698 $(B_S_DIST) \ 699 $(NULL) 700 701 702### Y2Kfixes 703check_PROGRAMS = @MAKE_CHECK_Y2K@ 704html_DATA = \ 705 $(srcdir)/ntp.conf.html \ 706 $(srcdir)/ntp.keys.html \ 707 $(srcdir)/ntpd.html \ 708 $(NULL) 709 710noinst_DATA = \ 711 $(srcdir)/invoke-ntp.conf.menu \ 712 $(srcdir)/invoke-ntp.conf.texi \ 713 $(srcdir)/invoke-ntp.keys.menu \ 714 $(srcdir)/invoke-ntp.keys.texi \ 715 $(srcdir)/invoke-ntpd.menu \ 716 $(srcdir)/invoke-ntpd.texi \ 717 $(srcdir)/ntp.conf.man.in \ 718 $(srcdir)/ntp.conf.mdoc.in \ 719 $(srcdir)/ntp.keys.man.in \ 720 $(srcdir)/ntp.keys.mdoc.in \ 721 $(srcdir)/ntpd.man.in \ 722 $(srcdir)/ntpd.mdoc.in \ 723 $(NULL) 724 725noinst_HEADERS = \ 726 declcond.h \ 727 ntp_leapsec.h \ 728 $(NULL) 729 730run_ag = cd $(srcdir) && env PATH="$(abs_builddir):$(PATH)" AUTOGEN_DNE_DATE=-D \ 731 autogen -L ../sntp/include -L ../sntp/ag-tpl --writable 732 733std_def_list = \ 734 $(top_srcdir)/sntp/include/debug-opt.def \ 735 $(top_srcdir)/sntp/include/autogen-version.def \ 736 $(top_srcdir)/sntp/include/copyright.def \ 737 $(top_srcdir)/sntp/include/homerc.def \ 738 $(top_srcdir)/sntp/include/ntp.lic \ 739 $(top_srcdir)/sntp/include/version.def \ 740 $(NULL) 741 742ntpd_SOURCES = \ 743 ntp_config.c \ 744 ntp_keyword.h \ 745 ntp_io.c \ 746 ntp_parser.y \ 747 ntp_scanner.c \ 748 ntp_scanner.h \ 749 ntpd.c \ 750 ntpd-opts.c \ 751 ntpd-opts.h \ 752 $(NULL) 753 754ntpdsim_SOURCES = \ 755 $(ntpd_SOURCES) \ 756 ntp_prio_q.c \ 757 ntpsim.c \ 758 $(NULL) 759 760 761# libntpd_a_SOURCES do not use #ifdef SIM 762libntpd_a_SOURCES = \ 763 cmd_args.c \ 764 jupiter.h \ 765 ntp_control.c \ 766 ntp_crypto.c \ 767 ntp_filegen.c \ 768 ntp_leapsec.c \ 769 ntp_loopfilter.c \ 770 ntp_monitor.c \ 771 ntp_peer.c \ 772 ntp_proto.c \ 773 ntp_refclock.c \ 774 ntp_request.c \ 775 ntp_restrict.c \ 776 ntp_signd.c \ 777 ntp_timer.c \ 778 ntp_util.c \ 779 ppsapi_timepps.h \ 780 rc_cmdlength.c \ 781 refclock_acts.c \ 782 refclock_arbiter.c \ 783 refclock_arc.c \ 784 refclock_as2201.c \ 785 refclock_atom.c \ 786 refclock_bancomm.c \ 787 refclock_chronolog.c \ 788 refclock_chu.c \ 789 refclock_conf.c \ 790 refclock_datum.c \ 791 refclock_dumbclock.c \ 792 refclock_fg.c \ 793 refclock_gpsdjson.c \ 794 refclock_gpsvme.c \ 795 refclock_heath.c \ 796 refclock_hopfser.c \ 797 refclock_hopfpci.c \ 798 refclock_hpgps.c \ 799 refclock_irig.c \ 800 refclock_jjy.c \ 801 refclock_jupiter.c \ 802 refclock_leitch.c \ 803 refclock_local.c \ 804 refclock_mx4200.c \ 805 refclock_neoclock4x.c \ 806 refclock_nmea.c \ 807 refclock_oncore.c \ 808 refclock_palisade.c \ 809 refclock_palisade.h \ 810 refclock_parse.c \ 811 refclock_pcf.c \ 812 refclock_pst.c \ 813 refclock_ripencc.c \ 814 refclock_shm.c \ 815 refclock_tpro.c \ 816 refclock_true.c \ 817 refclock_tt560.c \ 818 refclock_ulink.c \ 819 refclock_wwv.c \ 820 refclock_wwvb.c \ 821 refclock_zyfer.c \ 822 refclock_tsyncpci.c \ 823 $(NULL) 824 825NTP_INCS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \ 826 -I$(top_srcdir)/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \ 827 -I$(top_srcdir)/lib/isc/unix/include 828all: $(BUILT_SOURCES) 829 $(MAKE) $(AM_MAKEFLAGS) all-am 830 831.SUFFIXES: 832.SUFFIXES: .c .lo .o .obj .y 833$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/sntp/check-libntp.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps) 834 @for dep in $?; do \ 835 case '$(am__configure_deps)' in \ 836 *$$dep*) \ 837 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ 838 && { if test -f $@; then exit 0; else break; fi; }; \ 839 exit 1;; \ 840 esac; \ 841 done; \ 842 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ntpd/Makefile'; \ 843 $(am__cd) $(top_srcdir) && \ 844 $(AUTOMAKE) --foreign ntpd/Makefile 845Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status 846 @case '$?' in \ 847 *config.status*) \ 848 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ 849 *) \ 850 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ 851 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ 852 esac; 853$(top_srcdir)/bincheck.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/sntp/check-libntp.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty): 854 855$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) 856 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 857 858$(top_srcdir)/configure: $(am__configure_deps) 859 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 860$(ACLOCAL_M4): $(am__aclocal_m4_deps) 861 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh 862$(am__aclocal_m4_deps): 863complete.conf: $(top_builddir)/config.status $(srcdir)/complete.conf.in 864 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ 865 866clean-noinstLIBRARIES: 867 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) 868 869libntpd.a: $(libntpd_a_OBJECTS) $(libntpd_a_DEPENDENCIES) $(EXTRA_libntpd_a_DEPENDENCIES) 870 $(AM_V_at)-rm -f libntpd.a 871 $(AM_V_AR)$(libntpd_a_AR) libntpd.a $(libntpd_a_OBJECTS) $(libntpd_a_LIBADD) 872 $(AM_V_at)$(RANLIB) libntpd.a 873install-binPROGRAMS: $(bin_PROGRAMS) 874 @$(NORMAL_INSTALL) 875 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 876 if test -n "$$list"; then \ 877 echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \ 878 $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \ 879 fi; \ 880 for p in $$list; do echo "$$p $$p"; done | \ 881 sed 's/$(EXEEXT)$$//' | \ 882 while read p p1; do if test -f $$p \ 883 || test -f $$p1 \ 884 ; then echo "$$p"; echo "$$p"; else :; fi; \ 885 done | \ 886 sed -e 'p;s,.*/,,;n;h' \ 887 -e 's|.*|.|' \ 888 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 889 sed 'N;N;N;s,\n, ,g' | \ 890 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 891 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 892 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 893 else { print "f", $$3 "/" $$4, $$1; } } \ 894 END { for (d in files) print "f", d, files[d] }' | \ 895 while read type dir files; do \ 896 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 897 test -z "$$files" || { \ 898 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \ 899 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \ 900 } \ 901 ; done 902 903uninstall-binPROGRAMS: 904 @$(NORMAL_UNINSTALL) 905 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \ 906 files=`for p in $$list; do echo "$$p"; done | \ 907 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 908 -e 's/$$/$(EXEEXT)/' \ 909 `; \ 910 test -n "$$list" || exit 0; \ 911 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \ 912 cd "$(DESTDIR)$(bindir)" && rm -f $$files 913 914clean-binPROGRAMS: 915 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \ 916 echo " rm -f" $$list; \ 917 rm -f $$list || exit $$?; \ 918 test -n "$(EXEEXT)" || exit 0; \ 919 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 920 echo " rm -f" $$list; \ 921 rm -f $$list 922 923clean-checkPROGRAMS: 924 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \ 925 echo " rm -f" $$list; \ 926 rm -f $$list || exit $$?; \ 927 test -n "$(EXEEXT)" || exit 0; \ 928 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 929 echo " rm -f" $$list; \ 930 rm -f $$list 931install-libexecPROGRAMS: $(libexec_PROGRAMS) 932 @$(NORMAL_INSTALL) 933 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \ 934 if test -n "$$list"; then \ 935 echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \ 936 $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \ 937 fi; \ 938 for p in $$list; do echo "$$p $$p"; done | \ 939 sed 's/$(EXEEXT)$$//' | \ 940 while read p p1; do if test -f $$p \ 941 || test -f $$p1 \ 942 ; then echo "$$p"; echo "$$p"; else :; fi; \ 943 done | \ 944 sed -e 'p;s,.*/,,;n;h' \ 945 -e 's|.*|.|' \ 946 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 947 sed 'N;N;N;s,\n, ,g' | \ 948 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 949 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 950 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 951 else { print "f", $$3 "/" $$4, $$1; } } \ 952 END { for (d in files) print "f", d, files[d] }' | \ 953 while read type dir files; do \ 954 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 955 test -z "$$files" || { \ 956 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \ 957 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \ 958 } \ 959 ; done 960 961uninstall-libexecPROGRAMS: 962 @$(NORMAL_UNINSTALL) 963 @list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \ 964 files=`for p in $$list; do echo "$$p"; done | \ 965 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 966 -e 's/$$/$(EXEEXT)/' \ 967 `; \ 968 test -n "$$list" || exit 0; \ 969 echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \ 970 cd "$(DESTDIR)$(libexecdir)" && rm -f $$files 971 972clean-libexecPROGRAMS: 973 @list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \ 974 echo " rm -f" $$list; \ 975 rm -f $$list || exit $$?; \ 976 test -n "$(EXEEXT)" || exit 0; \ 977 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 978 echo " rm -f" $$list; \ 979 rm -f $$list 980install-sbinPROGRAMS: $(sbin_PROGRAMS) 981 @$(NORMAL_INSTALL) 982 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ 983 if test -n "$$list"; then \ 984 echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \ 985 $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \ 986 fi; \ 987 for p in $$list; do echo "$$p $$p"; done | \ 988 sed 's/$(EXEEXT)$$//' | \ 989 while read p p1; do if test -f $$p \ 990 || test -f $$p1 \ 991 ; then echo "$$p"; echo "$$p"; else :; fi; \ 992 done | \ 993 sed -e 'p;s,.*/,,;n;h' \ 994 -e 's|.*|.|' \ 995 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ 996 sed 'N;N;N;s,\n, ,g' | \ 997 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ 998 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ 999 if ($$2 == $$4) files[d] = files[d] " " $$1; \ 1000 else { print "f", $$3 "/" $$4, $$1; } } \ 1001 END { for (d in files) print "f", d, files[d] }' | \ 1002 while read type dir files; do \ 1003 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ 1004 test -z "$$files" || { \ 1005 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \ 1006 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \ 1007 } \ 1008 ; done 1009 1010uninstall-sbinPROGRAMS: 1011 @$(NORMAL_UNINSTALL) 1012 @list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \ 1013 files=`for p in $$list; do echo "$$p"; done | \ 1014 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ 1015 -e 's/$$/$(EXEEXT)/' \ 1016 `; \ 1017 test -n "$$list" || exit 0; \ 1018 echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \ 1019 cd "$(DESTDIR)$(sbindir)" && rm -f $$files 1020 1021clean-sbinPROGRAMS: 1022 @list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \ 1023 echo " rm -f" $$list; \ 1024 rm -f $$list || exit $$?; \ 1025 test -n "$(EXEEXT)" || exit 0; \ 1026 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ 1027 echo " rm -f" $$list; \ 1028 rm -f $$list 1029 1030check_y2k$(EXEEXT): $(check_y2k_OBJECTS) $(check_y2k_DEPENDENCIES) $(EXTRA_check_y2k_DEPENDENCIES) 1031 @rm -f check_y2k$(EXEEXT) 1032 $(AM_V_CCLD)$(LINK) $(check_y2k_OBJECTS) $(check_y2k_LDADD) $(LIBS) 1033 1034keyword-gen$(EXEEXT): $(keyword_gen_OBJECTS) $(keyword_gen_DEPENDENCIES) $(EXTRA_keyword_gen_DEPENDENCIES) 1035 @rm -f keyword-gen$(EXEEXT) 1036 $(AM_V_CCLD)$(LINK) $(keyword_gen_OBJECTS) $(keyword_gen_LDADD) $(LIBS) 1037ntp_parser.h: ntp_parser.c 1038 @if test ! -f $@; then rm -f ntp_parser.c; else :; fi 1039 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) ntp_parser.c; else :; fi 1040 1041ntpd$(EXEEXT): $(ntpd_OBJECTS) $(ntpd_DEPENDENCIES) $(EXTRA_ntpd_DEPENDENCIES) 1042 @rm -f ntpd$(EXEEXT) 1043 $(AM_V_CCLD)$(LINK) $(ntpd_OBJECTS) $(ntpd_LDADD) $(LIBS) 1044 1045ntpdsim$(EXEEXT): $(ntpdsim_OBJECTS) $(ntpdsim_DEPENDENCIES) $(EXTRA_ntpdsim_DEPENDENCIES) 1046 @rm -f ntpdsim$(EXEEXT) 1047 $(AM_V_CCLD)$(LINK) $(ntpdsim_OBJECTS) $(ntpdsim_LDADD) $(LIBS) 1048 1049mostlyclean-compile: 1050 -rm -f *.$(OBJEXT) 1051 1052distclean-compile: 1053 -rm -f *.tab.c 1054 1055@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_y2k.Po@am__quote@ 1056@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd_args.Po@am__quote@ 1057@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyword-gen.Po@am__quote@ 1058@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_config.Po@am__quote@ 1059@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_control.Po@am__quote@ 1060@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_crypto.Po@am__quote@ 1061@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_filegen.Po@am__quote@ 1062@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_io.Po@am__quote@ 1063@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_leapsec.Po@am__quote@ 1064@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_loopfilter.Po@am__quote@ 1065@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_monitor.Po@am__quote@ 1066@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_parser.Po@am__quote@ 1067@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_peer.Po@am__quote@ 1068@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_proto.Po@am__quote@ 1069@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_refclock.Po@am__quote@ 1070@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_request.Po@am__quote@ 1071@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_restrict.Po@am__quote@ 1072@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_scanner.Po@am__quote@ 1073@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_signd.Po@am__quote@ 1074@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_timer.Po@am__quote@ 1075@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_util.Po@am__quote@ 1076@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpd-opts.Po@am__quote@ 1077@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpd.Po@am__quote@ 1078@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_config.Po@am__quote@ 1079@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_io.Po@am__quote@ 1080@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_parser.Po@am__quote@ 1081@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_prio_q.Po@am__quote@ 1082@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_scanner.Po@am__quote@ 1083@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntpd-opts.Po@am__quote@ 1084@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntpd.Po@am__quote@ 1085@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntpsim.Po@am__quote@ 1086@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rc_cmdlength.Po@am__quote@ 1087@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_acts.Po@am__quote@ 1088@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_arbiter.Po@am__quote@ 1089@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_arc.Po@am__quote@ 1090@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_as2201.Po@am__quote@ 1091@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_atom.Po@am__quote@ 1092@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_bancomm.Po@am__quote@ 1093@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_chronolog.Po@am__quote@ 1094@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_chu.Po@am__quote@ 1095@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_conf.Po@am__quote@ 1096@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_datum.Po@am__quote@ 1097@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_dumbclock.Po@am__quote@ 1098@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_fg.Po@am__quote@ 1099@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_gpsdjson.Po@am__quote@ 1100@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_gpsvme.Po@am__quote@ 1101@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_heath.Po@am__quote@ 1102@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_hopfpci.Po@am__quote@ 1103@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_hopfser.Po@am__quote@ 1104@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_hpgps.Po@am__quote@ 1105@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_irig.Po@am__quote@ 1106@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_jjy.Po@am__quote@ 1107@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_jupiter.Po@am__quote@ 1108@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_leitch.Po@am__quote@ 1109@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_local.Po@am__quote@ 1110@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_mx4200.Po@am__quote@ 1111@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_neoclock4x.Po@am__quote@ 1112@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_nmea.Po@am__quote@ 1113@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_oncore.Po@am__quote@ 1114@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_palisade.Po@am__quote@ 1115@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_parse.Po@am__quote@ 1116@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_pcf.Po@am__quote@ 1117@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_pst.Po@am__quote@ 1118@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_ripencc.Po@am__quote@ 1119@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_shm.Po@am__quote@ 1120@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_tpro.Po@am__quote@ 1121@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_true.Po@am__quote@ 1122@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_tsyncpci.Po@am__quote@ 1123@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_tt560.Po@am__quote@ 1124@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_ulink.Po@am__quote@ 1125@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_wwv.Po@am__quote@ 1126@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_wwvb.Po@am__quote@ 1127@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_zyfer.Po@am__quote@ 1128 1129.c.o: 1130@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 1131@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1132@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1133@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1134@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< 1135 1136.c.obj: 1137@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` 1138@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po 1139@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ 1140@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1141@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` 1142 1143.c.lo: 1144@am__fastdepCC_TRUE@ $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< 1145@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo 1146@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ 1147@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1148@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $< 1149 1150ntpdsim-ntp_config.o: ntp_config.c 1151@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_config.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_config.Tpo -c -o ntpdsim-ntp_config.o `test -f 'ntp_config.c' || echo '$(srcdir)/'`ntp_config.c 1152@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_config.Tpo $(DEPDIR)/ntpdsim-ntp_config.Po 1153@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ntp_config.c' object='ntpdsim-ntp_config.o' libtool=no @AMDEPBACKSLASH@ 1154@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1155@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_config.o `test -f 'ntp_config.c' || echo '$(srcdir)/'`ntp_config.c 1156 1157ntpdsim-ntp_config.obj: ntp_config.c 1158@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_config.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_config.Tpo -c -o ntpdsim-ntp_config.obj `if test -f 'ntp_config.c'; then $(CYGPATH_W) 'ntp_config.c'; else $(CYGPATH_W) '$(srcdir)/ntp_config.c'; fi` 1159@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_config.Tpo $(DEPDIR)/ntpdsim-ntp_config.Po 1160@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ntp_config.c' object='ntpdsim-ntp_config.obj' libtool=no @AMDEPBACKSLASH@ 1161@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1162@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_config.obj `if test -f 'ntp_config.c'; then $(CYGPATH_W) 'ntp_config.c'; else $(CYGPATH_W) '$(srcdir)/ntp_config.c'; fi` 1163 1164ntpdsim-ntp_io.o: ntp_io.c 1165@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_io.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_io.Tpo -c -o ntpdsim-ntp_io.o `test -f 'ntp_io.c' || echo '$(srcdir)/'`ntp_io.c 1166@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_io.Tpo $(DEPDIR)/ntpdsim-ntp_io.Po 1167@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ntp_io.c' object='ntpdsim-ntp_io.o' libtool=no @AMDEPBACKSLASH@ 1168@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1169@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_io.o `test -f 'ntp_io.c' || echo '$(srcdir)/'`ntp_io.c 1170 1171ntpdsim-ntp_io.obj: ntp_io.c 1172@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_io.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_io.Tpo -c -o ntpdsim-ntp_io.obj `if test -f 'ntp_io.c'; then $(CYGPATH_W) 'ntp_io.c'; else $(CYGPATH_W) '$(srcdir)/ntp_io.c'; fi` 1173@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_io.Tpo $(DEPDIR)/ntpdsim-ntp_io.Po 1174@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ntp_io.c' object='ntpdsim-ntp_io.obj' libtool=no @AMDEPBACKSLASH@ 1175@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1176@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_io.obj `if test -f 'ntp_io.c'; then $(CYGPATH_W) 'ntp_io.c'; else $(CYGPATH_W) '$(srcdir)/ntp_io.c'; fi` 1177 1178ntpdsim-ntp_parser.o: ntp_parser.c 1179@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_parser.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_parser.Tpo -c -o ntpdsim-ntp_parser.o `test -f 'ntp_parser.c' || echo '$(srcdir)/'`ntp_parser.c 1180@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_parser.Tpo $(DEPDIR)/ntpdsim-ntp_parser.Po 1181@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ntp_parser.c' object='ntpdsim-ntp_parser.o' libtool=no @AMDEPBACKSLASH@ 1182@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1183@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_parser.o `test -f 'ntp_parser.c' || echo '$(srcdir)/'`ntp_parser.c 1184 1185ntpdsim-ntp_parser.obj: ntp_parser.c 1186@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_parser.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_parser.Tpo -c -o ntpdsim-ntp_parser.obj `if test -f 'ntp_parser.c'; then $(CYGPATH_W) 'ntp_parser.c'; else $(CYGPATH_W) '$(srcdir)/ntp_parser.c'; fi` 1187@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_parser.Tpo $(DEPDIR)/ntpdsim-ntp_parser.Po 1188@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ntp_parser.c' object='ntpdsim-ntp_parser.obj' libtool=no @AMDEPBACKSLASH@ 1189@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1190@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_parser.obj `if test -f 'ntp_parser.c'; then $(CYGPATH_W) 'ntp_parser.c'; else $(CYGPATH_W) '$(srcdir)/ntp_parser.c'; fi` 1191 1192ntpdsim-ntp_scanner.o: ntp_scanner.c 1193@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_scanner.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_scanner.Tpo -c -o ntpdsim-ntp_scanner.o `test -f 'ntp_scanner.c' || echo '$(srcdir)/'`ntp_scanner.c 1194@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_scanner.Tpo $(DEPDIR)/ntpdsim-ntp_scanner.Po 1195@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ntp_scanner.c' object='ntpdsim-ntp_scanner.o' libtool=no @AMDEPBACKSLASH@ 1196@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1197@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_scanner.o `test -f 'ntp_scanner.c' || echo '$(srcdir)/'`ntp_scanner.c 1198 1199ntpdsim-ntp_scanner.obj: ntp_scanner.c 1200@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_scanner.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_scanner.Tpo -c -o ntpdsim-ntp_scanner.obj `if test -f 'ntp_scanner.c'; then $(CYGPATH_W) 'ntp_scanner.c'; else $(CYGPATH_W) '$(srcdir)/ntp_scanner.c'; fi` 1201@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_scanner.Tpo $(DEPDIR)/ntpdsim-ntp_scanner.Po 1202@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ntp_scanner.c' object='ntpdsim-ntp_scanner.obj' libtool=no @AMDEPBACKSLASH@ 1203@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1204@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_scanner.obj `if test -f 'ntp_scanner.c'; then $(CYGPATH_W) 'ntp_scanner.c'; else $(CYGPATH_W) '$(srcdir)/ntp_scanner.c'; fi` 1205 1206ntpdsim-ntpd.o: ntpd.c 1207@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpd.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntpd.Tpo -c -o ntpdsim-ntpd.o `test -f 'ntpd.c' || echo '$(srcdir)/'`ntpd.c 1208@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpd.Tpo $(DEPDIR)/ntpdsim-ntpd.Po 1209@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ntpd.c' object='ntpdsim-ntpd.o' libtool=no @AMDEPBACKSLASH@ 1210@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1211@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpd.o `test -f 'ntpd.c' || echo '$(srcdir)/'`ntpd.c 1212 1213ntpdsim-ntpd.obj: ntpd.c 1214@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpd.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntpd.Tpo -c -o ntpdsim-ntpd.obj `if test -f 'ntpd.c'; then $(CYGPATH_W) 'ntpd.c'; else $(CYGPATH_W) '$(srcdir)/ntpd.c'; fi` 1215@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpd.Tpo $(DEPDIR)/ntpdsim-ntpd.Po 1216@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ntpd.c' object='ntpdsim-ntpd.obj' libtool=no @AMDEPBACKSLASH@ 1217@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1218@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpd.obj `if test -f 'ntpd.c'; then $(CYGPATH_W) 'ntpd.c'; else $(CYGPATH_W) '$(srcdir)/ntpd.c'; fi` 1219 1220ntpdsim-ntpd-opts.o: ntpd-opts.c 1221@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpd-opts.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntpd-opts.Tpo -c -o ntpdsim-ntpd-opts.o `test -f 'ntpd-opts.c' || echo '$(srcdir)/'`ntpd-opts.c 1222@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpd-opts.Tpo $(DEPDIR)/ntpdsim-ntpd-opts.Po 1223@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ntpd-opts.c' object='ntpdsim-ntpd-opts.o' libtool=no @AMDEPBACKSLASH@ 1224@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1225@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpd-opts.o `test -f 'ntpd-opts.c' || echo '$(srcdir)/'`ntpd-opts.c 1226 1227ntpdsim-ntpd-opts.obj: ntpd-opts.c 1228@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpd-opts.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntpd-opts.Tpo -c -o ntpdsim-ntpd-opts.obj `if test -f 'ntpd-opts.c'; then $(CYGPATH_W) 'ntpd-opts.c'; else $(CYGPATH_W) '$(srcdir)/ntpd-opts.c'; fi` 1229@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpd-opts.Tpo $(DEPDIR)/ntpdsim-ntpd-opts.Po 1230@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ntpd-opts.c' object='ntpdsim-ntpd-opts.obj' libtool=no @AMDEPBACKSLASH@ 1231@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1232@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpd-opts.obj `if test -f 'ntpd-opts.c'; then $(CYGPATH_W) 'ntpd-opts.c'; else $(CYGPATH_W) '$(srcdir)/ntpd-opts.c'; fi` 1233 1234ntpdsim-ntp_prio_q.o: ntp_prio_q.c 1235@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_prio_q.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_prio_q.Tpo -c -o ntpdsim-ntp_prio_q.o `test -f 'ntp_prio_q.c' || echo '$(srcdir)/'`ntp_prio_q.c 1236@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_prio_q.Tpo $(DEPDIR)/ntpdsim-ntp_prio_q.Po 1237@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ntp_prio_q.c' object='ntpdsim-ntp_prio_q.o' libtool=no @AMDEPBACKSLASH@ 1238@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1239@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_prio_q.o `test -f 'ntp_prio_q.c' || echo '$(srcdir)/'`ntp_prio_q.c 1240 1241ntpdsim-ntp_prio_q.obj: ntp_prio_q.c 1242@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_prio_q.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_prio_q.Tpo -c -o ntpdsim-ntp_prio_q.obj `if test -f 'ntp_prio_q.c'; then $(CYGPATH_W) 'ntp_prio_q.c'; else $(CYGPATH_W) '$(srcdir)/ntp_prio_q.c'; fi` 1243@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_prio_q.Tpo $(DEPDIR)/ntpdsim-ntp_prio_q.Po 1244@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ntp_prio_q.c' object='ntpdsim-ntp_prio_q.obj' libtool=no @AMDEPBACKSLASH@ 1245@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1246@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_prio_q.obj `if test -f 'ntp_prio_q.c'; then $(CYGPATH_W) 'ntp_prio_q.c'; else $(CYGPATH_W) '$(srcdir)/ntp_prio_q.c'; fi` 1247 1248ntpdsim-ntpsim.o: ntpsim.c 1249@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpsim.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntpsim.Tpo -c -o ntpdsim-ntpsim.o `test -f 'ntpsim.c' || echo '$(srcdir)/'`ntpsim.c 1250@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpsim.Tpo $(DEPDIR)/ntpdsim-ntpsim.Po 1251@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ntpsim.c' object='ntpdsim-ntpsim.o' libtool=no @AMDEPBACKSLASH@ 1252@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1253@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpsim.o `test -f 'ntpsim.c' || echo '$(srcdir)/'`ntpsim.c 1254 1255ntpdsim-ntpsim.obj: ntpsim.c 1256@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpsim.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntpsim.Tpo -c -o ntpdsim-ntpsim.obj `if test -f 'ntpsim.c'; then $(CYGPATH_W) 'ntpsim.c'; else $(CYGPATH_W) '$(srcdir)/ntpsim.c'; fi` 1257@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpsim.Tpo $(DEPDIR)/ntpdsim-ntpsim.Po 1258@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ntpsim.c' object='ntpdsim-ntpsim.obj' libtool=no @AMDEPBACKSLASH@ 1259@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ 1260@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpsim.obj `if test -f 'ntpsim.c'; then $(CYGPATH_W) 'ntpsim.c'; else $(CYGPATH_W) '$(srcdir)/ntpsim.c'; fi` 1261 1262.y.c: 1263 $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE) 1264 1265mostlyclean-libtool: 1266 -rm -f *.lo 1267 1268clean-libtool: 1269 -rm -rf .libs _libs 1270install-man1: $(man1_MANS) $(man_MANS) 1271 @$(NORMAL_INSTALL) 1272 @list1='$(man1_MANS)'; \ 1273 list2='$(man_MANS)'; \ 1274 test -n "$(man1dir)" \ 1275 && test -n "`echo $$list1$$list2`" \ 1276 || exit 0; \ 1277 echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ 1278 $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ 1279 { for i in $$list1; do echo "$$i"; done; \ 1280 if test -n "$$list2"; then \ 1281 for i in $$list2; do echo "$$i"; done \ 1282 | sed -n '/\.1[a-z]*$$/p'; \ 1283 fi; \ 1284 } | while read p; do \ 1285 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 1286 echo "$$d$$p"; echo "$$p"; \ 1287 done | \ 1288 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 1289 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 1290 sed 'N;N;s,\n, ,g' | { \ 1291 list=; while read file base inst; do \ 1292 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 1293 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ 1294 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ 1295 fi; \ 1296 done; \ 1297 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 1298 while read files; do \ 1299 test -z "$$files" || { \ 1300 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ 1301 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ 1302 done; } 1303 1304uninstall-man1: 1305 @$(NORMAL_UNINSTALL) 1306 @list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \ 1307 files=`{ for i in $$list; do echo "$$i"; done; \ 1308 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 1309 sed -n '/\.1[a-z]*$$/p'; \ 1310 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ 1311 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 1312 dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) 1313install-man5: $(man5_MANS) $(man_MANS) 1314 @$(NORMAL_INSTALL) 1315 @list1='$(man5_MANS)'; \ 1316 list2='$(man_MANS)'; \ 1317 test -n "$(man5dir)" \ 1318 && test -n "`echo $$list1$$list2`" \ 1319 || exit 0; \ 1320 echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \ 1321 $(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \ 1322 { for i in $$list1; do echo "$$i"; done; \ 1323 if test -n "$$list2"; then \ 1324 for i in $$list2; do echo "$$i"; done \ 1325 | sed -n '/\.5[a-z]*$$/p'; \ 1326 fi; \ 1327 } | while read p; do \ 1328 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 1329 echo "$$d$$p"; echo "$$p"; \ 1330 done | \ 1331 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ 1332 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 1333 sed 'N;N;s,\n, ,g' | { \ 1334 list=; while read file base inst; do \ 1335 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 1336 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \ 1337 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \ 1338 fi; \ 1339 done; \ 1340 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 1341 while read files; do \ 1342 test -z "$$files" || { \ 1343 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \ 1344 $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \ 1345 done; } 1346 1347uninstall-man5: 1348 @$(NORMAL_UNINSTALL) 1349 @list='$(man5_MANS)'; test -n "$(man5dir)" || exit 0; \ 1350 files=`{ for i in $$list; do echo "$$i"; done; \ 1351 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 1352 sed -n '/\.5[a-z]*$$/p'; \ 1353 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \ 1354 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 1355 dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir) 1356install-man8: $(man8_MANS) $(man_MANS) 1357 @$(NORMAL_INSTALL) 1358 @list1='$(man8_MANS)'; \ 1359 list2='$(man_MANS)'; \ 1360 test -n "$(man8dir)" \ 1361 && test -n "`echo $$list1$$list2`" \ 1362 || exit 0; \ 1363 echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \ 1364 $(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \ 1365 { for i in $$list1; do echo "$$i"; done; \ 1366 if test -n "$$list2"; then \ 1367 for i in $$list2; do echo "$$i"; done \ 1368 | sed -n '/\.8[a-z]*$$/p'; \ 1369 fi; \ 1370 } | while read p; do \ 1371 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ 1372 echo "$$d$$p"; echo "$$p"; \ 1373 done | \ 1374 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ 1375 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ 1376 sed 'N;N;s,\n, ,g' | { \ 1377 list=; while read file base inst; do \ 1378 if test "$$base" = "$$inst"; then list="$$list $$file"; else \ 1379 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \ 1380 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \ 1381 fi; \ 1382 done; \ 1383 for i in $$list; do echo "$$i"; done | $(am__base_list) | \ 1384 while read files; do \ 1385 test -z "$$files" || { \ 1386 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \ 1387 $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \ 1388 done; } 1389 1390uninstall-man8: 1391 @$(NORMAL_UNINSTALL) 1392 @list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \ 1393 files=`{ for i in $$list; do echo "$$i"; done; \ 1394 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ 1395 sed -n '/\.8[a-z]*$$/p'; \ 1396 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \ 1397 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ 1398 dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir) 1399install-htmlDATA: $(html_DATA) 1400 @$(NORMAL_INSTALL) 1401 @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \ 1402 if test -n "$$list"; then \ 1403 echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \ 1404 $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \ 1405 fi; \ 1406 for p in $$list; do \ 1407 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ 1408 echo "$$d$$p"; \ 1409 done | $(am__base_list) | \ 1410 while read files; do \ 1411 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \ 1412 $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \ 1413 done 1414 1415uninstall-htmlDATA: 1416 @$(NORMAL_UNINSTALL) 1417 @list='$(html_DATA)'; test -n "$(htmldir)" || list=; \ 1418 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ 1419 dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir) 1420 1421ID: $(am__tagged_files) 1422 $(am__define_uniq_tagged_files); mkid -fID $$unique 1423tags: tags-am 1424TAGS: tags 1425 1426tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1427 set x; \ 1428 here=`pwd`; \ 1429 $(am__define_uniq_tagged_files); \ 1430 shift; \ 1431 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ 1432 test -n "$$unique" || unique=$$empty_fix; \ 1433 if test $$# -gt 0; then \ 1434 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1435 "$$@" $$unique; \ 1436 else \ 1437 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ 1438 $$unique; \ 1439 fi; \ 1440 fi 1441ctags: ctags-am 1442 1443CTAGS: ctags 1444ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) 1445 $(am__define_uniq_tagged_files); \ 1446 test -z "$(CTAGS_ARGS)$$unique" \ 1447 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ 1448 $$unique 1449 1450GTAGS: 1451 here=`$(am__cd) $(top_builddir) && pwd` \ 1452 && $(am__cd) $(top_srcdir) \ 1453 && gtags -i $(GTAGS_ARGS) "$$here" 1454cscopelist: cscopelist-am 1455 1456cscopelist-am: $(am__tagged_files) 1457 list='$(am__tagged_files)'; \ 1458 case "$(srcdir)" in \ 1459 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ 1460 *) sdir=$(subdir)/$(srcdir) ;; \ 1461 esac; \ 1462 for i in $$list; do \ 1463 if test -f "$$i"; then \ 1464 echo "$(subdir)/$$i"; \ 1465 else \ 1466 echo "$$sdir/$$i"; \ 1467 fi; \ 1468 done >> $(top_builddir)/cscope.files 1469 1470distclean-tags: 1471 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags 1472 1473distdir: $(DISTFILES) 1474 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1475 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ 1476 list='$(DISTFILES)'; \ 1477 dist_files=`for file in $$list; do echo $$file; done | \ 1478 sed -e "s|^$$srcdirstrip/||;t" \ 1479 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ 1480 case $$dist_files in \ 1481 */*) $(MKDIR_P) `echo "$$dist_files" | \ 1482 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ 1483 sort -u` ;; \ 1484 esac; \ 1485 for file in $$dist_files; do \ 1486 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ 1487 if test -d $$d/$$file; then \ 1488 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ 1489 if test -d "$(distdir)/$$file"; then \ 1490 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1491 fi; \ 1492 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ 1493 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ 1494 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ 1495 fi; \ 1496 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ 1497 else \ 1498 test -f "$(distdir)/$$file" \ 1499 || cp -p $$d/$$file "$(distdir)/$$file" \ 1500 || exit 1; \ 1501 fi; \ 1502 done 1503check-am: all-am 1504 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS) 1505 $(MAKE) $(AM_MAKEFLAGS) check-local 1506check: $(BUILT_SOURCES) 1507 $(MAKE) $(AM_MAKEFLAGS) check-am 1508all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) 1509installdirs: 1510 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"; do \ 1511 test -z "$$dir" || $(MKDIR_P) "$$dir"; \ 1512 done 1513install: $(BUILT_SOURCES) 1514 $(MAKE) $(AM_MAKEFLAGS) install-am 1515install-exec: install-exec-am 1516install-data: install-data-am 1517uninstall: uninstall-am 1518 1519install-am: all-am 1520 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am 1521 1522installcheck: installcheck-am 1523install-strip: 1524 if test -z '$(STRIP)'; then \ 1525 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1526 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1527 install; \ 1528 else \ 1529 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ 1530 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ 1531 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ 1532 fi 1533mostlyclean-generic: 1534 1535clean-generic: 1536 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) 1537 1538distclean-generic: 1539 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) 1540 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) 1541 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) 1542 1543maintainer-clean-generic: 1544 @echo "This command is intended for maintainers to use" 1545 @echo "it deletes files that may require special tools to rebuild." 1546 -rm -f ntp_parser.c 1547 -rm -f ntp_parser.h 1548 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) 1549clean: clean-am 1550 1551clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ 1552 clean-libexecPROGRAMS clean-libtool clean-noinstLIBRARIES \ 1553 clean-sbinPROGRAMS mostlyclean-am 1554 1555distclean: distclean-am 1556 -rm -rf ./$(DEPDIR) 1557 -rm -f Makefile 1558distclean-am: clean-am distclean-compile distclean-generic \ 1559 distclean-tags 1560 1561dvi: dvi-am 1562 1563dvi-am: 1564 1565html: html-am 1566 1567html-am: 1568 1569info: info-am 1570 1571info-am: 1572 1573install-data-am: install-data-local install-htmlDATA install-man 1574 1575install-dvi: install-dvi-am 1576 1577install-dvi-am: 1578 1579install-exec-am: install-binPROGRAMS install-libexecPROGRAMS \ 1580 install-sbinPROGRAMS 1581 @$(NORMAL_INSTALL) 1582 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook 1583install-html: install-html-am 1584 1585install-html-am: 1586 1587install-info: install-info-am 1588 1589install-info-am: 1590 1591install-man: install-man1 install-man5 install-man8 1592 1593install-pdf: install-pdf-am 1594 1595install-pdf-am: 1596 1597install-ps: install-ps-am 1598 1599install-ps-am: 1600 1601installcheck-am: 1602 1603maintainer-clean: maintainer-clean-am 1604 -rm -rf ./$(DEPDIR) 1605 -rm -f Makefile 1606maintainer-clean-am: distclean-am maintainer-clean-generic 1607 1608mostlyclean: mostlyclean-am 1609 1610mostlyclean-am: mostlyclean-compile mostlyclean-generic \ 1611 mostlyclean-libtool 1612 1613pdf: pdf-am 1614 1615pdf-am: 1616 1617ps: ps-am 1618 1619ps-am: 1620 1621uninstall-am: uninstall-binPROGRAMS uninstall-htmlDATA \ 1622 uninstall-libexecPROGRAMS uninstall-man uninstall-sbinPROGRAMS 1623 1624uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8 1625 1626.MAKE: all check check-am install install-am install-exec-am \ 1627 install-strip 1628 1629.PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \ 1630 clean-binPROGRAMS clean-checkPROGRAMS clean-generic \ 1631 clean-libexecPROGRAMS clean-libtool clean-noinstLIBRARIES \ 1632 clean-sbinPROGRAMS cscopelist-am ctags ctags-am distclean \ 1633 distclean-compile distclean-generic distclean-libtool \ 1634 distclean-tags distdir dvi dvi-am html html-am info info-am \ 1635 install install-am install-binPROGRAMS install-data \ 1636 install-data-am install-data-local install-dvi install-dvi-am \ 1637 install-exec install-exec-am install-exec-hook install-html \ 1638 install-html-am install-htmlDATA install-info install-info-am \ 1639 install-libexecPROGRAMS install-man install-man1 install-man5 \ 1640 install-man8 install-pdf install-pdf-am install-ps \ 1641 install-ps-am install-sbinPROGRAMS install-strip installcheck \ 1642 installcheck-am installdirs maintainer-clean \ 1643 maintainer-clean-generic mostlyclean mostlyclean-compile \ 1644 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ 1645 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ 1646 uninstall-htmlDATA uninstall-libexecPROGRAMS uninstall-man \ 1647 uninstall-man1 uninstall-man5 uninstall-man8 \ 1648 uninstall-sbinPROGRAMS 1649 1650.PRECIOUS: Makefile 1651 1652 1653vphack: 1654 test -e ntp_parser.c || ln -s $(srcdir)/ntp_parser.c . 1655 test -e ntp_parser.h || ln -s $(srcdir)/ntp_parser.h . 1656 1657# 1658# ylwrap script which invokes Bison replaces ntp_parser.h 1659# symlink with the updated file, when ntp_parser.h changes. 1660# vphack_after detects this and copies the updated file to srcdir 1661# and re-creates the ntp_parser.h symlink in its place. 1662# 1663 1664vphack_after: 1665 test -L ntp_parser.h || ( \ 1666 mv ntp_parser.h $(srcdir)/ntp_parser.h && \ 1667 ln -s $(srcdir)/ntp_parser.h . \ 1668 ) 1669 1670install-data-local: install-html 1671 1672check-local: $(MAKE_CHECK_Y2K) $(CHECK_SAVECONFIG) 1673 test -z "$(MAKE_CHECK_Y2K)" || ./$(MAKE_CHECK_Y2K) 1674 1675k-g-u-submake: keyword-gen 1676 ./keyword-gen $(srcdir)/ntp_parser.h > k-g.out 1677 @grep -v diff_ignore_line < k-g.out > cmp1 1678 @grep -v diff_ignore_line < $(srcdir)/ntp_keyword.h > cmp2 1679 @cmp cmp1 cmp2 > /dev/null || \ 1680 { mv -f k-g.out $(srcdir)/ntp_keyword.h && \ 1681 echo 'Generated changed ntp_keyword.h.' ;} 1682 @[ ! -f k-g.out ] || \ 1683 { rm k-g.out && echo 'ntp_keyword.h is up to date.' ;} 1684 @rm cmp1 cmp2 1685 @echo 'keyword-gen and ntp_keyword.h are up to date.' > $@ 1686 1687$(srcdir)/keyword-gen-utd: $(srcdir)/keyword-gen.c $(srcdir)/ntp_parser.h 1688 $(MAKE) $(AM_MAKEFLAGS) k-g-u-submake # avoid explicit dependency 1689 grep diff_ignore_line $(srcdir)/ntp_keyword.h > k-g-u 1690 mv -f k-g-u $@ 1691 1692$(srcdir)/ntp_keyword.h: $(srcdir)/keyword-gen-utd 1693 @: do-nothing action to avoid default SCCS get 1694 @: .h updated if needed by k-g-u-submake rule 1695 1696$(srcdir)/ntpd-opts.h: $(srcdir)/ntpd-opts.c 1697 @: do-nothing action to avoid default SCCS get, .h built with .c 1698 1699$(srcdir)/ntpd-opts.c: $(srcdir)/ntpd-opts.def $(srcdir)/ntpdbase-opts.def $(std_def_list) 1700 $(run_ag) ntpd-opts.def 1701 1702### 1703 1704$(srcdir)/ntpd.1ntpdman: $(srcdir)/ntpd-opts.def $(srcdir)/ntpdbase-opts.def $(std_def_list) 1705 $(run_ag) -DMAN_SECTION=1ntpdman -Tagman-cmd.tpl ntpd-opts.def 1706 1707$(srcdir)/ntpd.man.in: $(srcdir)/ntpd.1ntpdman $(top_srcdir)/sntp/scripts/mansec2subst.sed 1708 sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpd.1ntpdman > $(srcdir)/ntpd.man.in+ 1709 mv $(srcdir)/ntpd.man.in+ $(srcdir)/ntpd.man.in 1710 1711### 1712 1713$(srcdir)/ntpd.1ntpdmdoc: $(srcdir)/ntpd-opts.def $(srcdir)/ntpdbase-opts.def $(std_def_list) 1714 $(run_ag) -DMAN_SECTION=1ntpdmdoc -Tagmdoc-cmd.tpl ntpd-opts.def 1715 1716$(srcdir)/ntpd.mdoc.in: $(srcdir)/ntpd.1ntpdmdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed 1717 sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpd.1ntpdmdoc > $(srcdir)/ntpd.mdoc.in+ 1718 mv $(srcdir)/ntpd.mdoc.in+ $(srcdir)/ntpd.mdoc.in 1719 1720### 1721 1722ntpd.$(NTPD_MS): $(srcdir)/ntpd.$(MANTAGFMT).in $(top_builddir)/config.status 1723 $(top_builddir)/config.status --file=ntpd.$(NTPD_MS)+:$(srcdir)/ntpd.$(MANTAGFMT).in 1724 mv ntpd.$(NTPD_MS)+ ntpd.$(NTPD_MS) 1725 1726### 1727 1728$(srcdir)/invoke-ntp.conf.menu: $(srcdir)/invoke-ntp.conf.texi 1729 @: do-nothing action to avoid default SCCS get, .menu built with .texi 1730 1731$(srcdir)/invoke-ntp.conf.texi: $(srcdir)/ntp.conf.def $(std_def_list) 1732 $(run_ag) -Tagtexi-file.tpl -DLEVEL=section ntp.conf.def 1733 1734$(srcdir)/invoke-ntp.keys.menu: $(srcdir)/invoke-ntp.keys.texi 1735 @: do-nothing action to avoid default SCCS get, .menu built with .texi 1736 1737$(srcdir)/invoke-ntp.keys.texi: $(srcdir)/ntp.keys.def $(std_def_list) 1738 $(run_ag) -Tagtexi-file.tpl -DLEVEL=section ntp.keys.def 1739 1740$(srcdir)/ntp.conf.html: $(srcdir)/ntp.conf.texi $(top_srcdir)/sntp/include/version.texi 1741 cd $(srcdir) && ( makeinfo --force --html --no-split -o ntp.conf.html ntp.conf.texi || true ) 1742 1743$(srcdir)/ntp.keys.html: $(srcdir)/ntp.keys.texi $(top_srcdir)/sntp/include/version.texi 1744 cd $(srcdir) && ( makeinfo --force --html --no-split -o ntp.keys.html ntp.keys.texi || true ) 1745 1746$(srcdir)/ntpd.html: $(srcdir)/ntpd.texi $(top_srcdir)/sntp/include/version.texi 1747 cd $(srcdir) && ( makeinfo --force --html --no-split -o ntpd.html ntpd.texi || true ) 1748 1749### 1750 1751$(srcdir)/ntp.conf.5man: $(srcdir)/ntp.conf.def $(std_def_list) 1752 $(run_ag) -DMAN_SECTION=5man -Tagman-cmd.tpl ntp.conf.def 1753 1754$(srcdir)/ntp.conf.man.in: $(srcdir)/ntp.conf.5man $(top_srcdir)/sntp/scripts/mansec2subst.sed 1755 sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp.conf.5man > $(srcdir)/ntp.conf.man.in+ 1756 mv $(srcdir)/ntp.conf.man.in+ $(srcdir)/ntp.conf.man.in 1757 1758### 1759 1760$(srcdir)/ntp.conf.5mdoc: $(srcdir)/ntp.conf.def $(std_def_list) 1761 $(run_ag) -DMAN_SECTION=5mdoc -Tagmdoc-cmd.tpl ntp.conf.def 1762 1763$(srcdir)/ntp.conf.mdoc.in: $(srcdir)/ntp.conf.5mdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed 1764 sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp.conf.5mdoc > $(srcdir)/ntp.conf.mdoc.in+ 1765 mv $(srcdir)/ntp.conf.mdoc.in+ $(srcdir)/ntp.conf.mdoc.in 1766 1767### 1768 1769ntp.conf.5: $(srcdir)/ntp.conf.$(MANTAGFMT).in $(top_builddir)/config.status 1770 $(top_builddir)/config.status --file=ntp.conf.5+:$(srcdir)/ntp.conf.$(MANTAGFMT).in 1771 mv ntp.conf.5+ ntp.conf.5 1772 1773### 1774 1775$(srcdir)/ntp.keys.5man: $(srcdir)/ntp.keys.def $(std_def_list) 1776 $(run_ag) -DMAN_SECTION=5man -Tagman-file.tpl ntp.keys.def 1777 1778$(srcdir)/ntp.keys.man.in: $(srcdir)/ntp.keys.5man $(top_srcdir)/sntp/scripts/mansec2subst.sed 1779 sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp.keys.5man > $(srcdir)/ntp.keys.man.in+ 1780 mv $(srcdir)/ntp.keys.man.in+ $(srcdir)/ntp.keys.man.in 1781 1782### 1783 1784$(srcdir)/ntp.keys.5mdoc: $(srcdir)/ntp.keys.def $(std_def_list) 1785 $(run_ag) -DMAN_SECTION=5mdoc -Tagmdoc-file.tpl ntp.keys.def 1786 1787$(srcdir)/ntp.keys.mdoc.in: $(srcdir)/ntp.keys.5mdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed 1788 sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp.keys.5mdoc > $(srcdir)/ntp.keys.mdoc.in+ 1789 mv $(srcdir)/ntp.keys.mdoc.in+ $(srcdir)/ntp.keys.mdoc.in 1790 1791### 1792 1793ntp.keys.5: $(srcdir)/ntp.keys.$(MANTAGFMT).in $(top_builddir)/config.status 1794 $(top_builddir)/config.status --file=ntp.keys.5+:$(srcdir)/ntp.keys.$(MANTAGFMT).in 1795 mv ntp.keys.5+ ntp.keys.5 1796 1797### 1798 1799$(srcdir)/invoke-ntpd.menu: $(srcdir)/invoke-ntpd.texi 1800 @: do-nothing action to avoid default SCCS get, .menu built with .texi 1801 1802$(srcdir)/invoke-ntpd.texi: $(srcdir)/ntpd-opts.def $(srcdir)/ntpdbase-opts.def $(std_def_list) 1803 $(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section ntpd-opts.def 1804 $(top_srcdir)/scripts/build/check--help $@ 1805 1806$(PROGRAMS): $(LDADD) 1807 1808compsave.conf: ntpd complete.conf 1809 ./ntpd --configfile complete.conf --saveconfigquit $@ 1810 1811check-saveconfig: complete.conf compsave.conf 1812 -diff -u complete.conf compsave.conf 1813 cmp complete.conf compsave.conf && echo stamp > $@ 1814 1815../libntp/libntpsim.a: 1816 cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntpsim.a 1817 1818../libparse/libparse.a: 1819 cd ../libparse && $(MAKE) $(AM_MAKEFLAGS) check-libparse 1820 1821$(top_srcdir)/sntp/scm-rev: 1822 cd ../sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev 1823 1824version.c: $(ntpd_OBJECTS) ../libntp/libntp.a @LIBPARSE@ Makefile $(top_srcdir)/sntp/scm-rev 1825 env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpd 1826 1827version.o: version.c 1828 env CCACHE_DISABLE=1 $(COMPILE) -c version.c -o version.o 1829 1830install-exec-hook: 1831 @test -z "${bin_PROGRAMS}${bin_SCRIPTS}" \ 1832 || for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do \ 1833 test ! -f ${sbindir}/$$i \ 1834 || echo "*** $$i is also in ${sbindir}!"; \ 1835 done 1836 @test -z "${sbin_PROGRAMS}${asbin_SCRIPTS}" \ 1837 || for i in ${sbin_PROGRAMS} ${sbin_SCRIPTS} " "; do \ 1838 test ! -f ${bindir}/$$i \ 1839 || echo "*** $$i is also in ${bindir}!"; \ 1840 done 1841 1842# 1843 1844check-libopts: ../sntp/libopts/libopts.la 1845 @echo stamp > $@ 1846 1847../sntp/libopts/libopts.la: 1848 -cd ../sntp/libopts && $(MAKE) $(AM_MAKEFLAGS) libopts.la 1849 1850check-libntp: ../libntp/libntp.a 1851 @echo stamp > $@ 1852 1853../libntp/libntp.a: 1854 cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a 1855$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver 1856 @[ -f $@ ] || \ 1857 cp $(top_srcdir)/deps-ver $@ 1858 @[ -w $@ ] || \ 1859 chmod ug+w $@ 1860 @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \ 1861 $(MAKE) $(AM_MAKEFLAGS) clean && \ 1862 echo -n "Prior $(subdir)/$(DEPDIR) version " && \ 1863 cat $@ && \ 1864 rm -rf $(DEPDIR) && \ 1865 mkdir $(DEPDIR) && \ 1866 case "$(top_builddir)" in \ 1867 .) \ 1868 ./config.status Makefile depfiles \ 1869 ;; \ 1870 *) \ 1871 cd "$(top_builddir)" && \ 1872 ./config.status $(subdir)/Makefile depfiles && \ 1873 cd $(subdir) \ 1874 ;; \ 1875 esac && \ 1876 echo -n "Cleaned $(subdir)/$(DEPDIR) version " && \ 1877 cat $(top_srcdir)/deps-ver \ 1878 ) 1879 cp $(top_srcdir)/deps-ver $@ 1880 1881.deps-ver: $(top_srcdir)/deps-ver 1882 @[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver 1883 @touch $@ 1884 1885# 1886# depsver.mf included in Makefile.am for directories with .deps 1887# 1888# When building in the same directory with sources that change over 1889# time, such as when tracking using bk, the .deps files can become 1890# stale with respect to moved, deleted, or superceded headers. Most 1891# commonly, this would exhibit as make reporting a failure to make a 1892# header file which is no longer in the location given. To address 1893# this issue, we use a deps-ver file which is updated with each change 1894# that breaks old .deps files. A copy of deps-ver is made into 1895# $(DEPDIR) if not already present. If $(DEPDIR)/deps-ver is present 1896# with different contents than deps-ver, we make clean to ensure all 1897# .o files built before the incompatible change are rebuilt along with 1898# their updated .deps files, then remove $(DEPDIR) and recreate it as 1899# empty stubs. 1900# 1901# It is normal when configured with --disable-dependency-tracking for 1902# the DEPDIR to not have been created. For this reason, we use the 1903# intermediate target .deps-ver, which invokes make recursively if 1904# DEPDIR exists. 1905# 1906# If you modify depsver.mf, please make the changes to the master 1907# copy, the one in sntp is copied by the bootstrap script from it. 1908# 1909# This comment block follows rather than leads the related code so that 1910# it stays with it in the generated Makefile.in and Makefile. 1911# 1912 1913# Tell versions [3.59,3.63) of GNU make to not export all variables. 1914# Otherwise a system limit (for SysV at least) may be exceeded. 1915.NOEXPORT: 1916