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