File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / ntp / ntpd / Makefile.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 12:08:37 2012 UTC (12 years, 1 month ago) by misho
Branches: ntp, MAIN
CVS tags: v4_2_6p5p0, v4_2_6p5, HEAD
ntp 4.2.6p5

    1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
    2: # @configure_input@
    3: 
    4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
    6: # Inc.
    7: # This Makefile.in is free software; the Free Software Foundation
    8: # gives unlimited permission to copy and/or distribute it,
    9: # with or without modifications, as long as this notice is preserved.
   10: 
   11: # This program is distributed in the hope that it will be useful,
   12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   14: # PARTICULAR PURPOSE.
   15: 
   16: @SET_MAKE@
   17: 
   18: # we traditionally installed software in bindir, while it should have gone
   19: # in sbindir.  Now that we offer a choice, look in the "other" installation
   20: # subdir to warn folks if there is another version there.
   21: 
   22: 
   23: 
   24: VPATH = @srcdir@
   25: pkgdatadir = $(datadir)/@PACKAGE@
   26: pkgincludedir = $(includedir)/@PACKAGE@
   27: pkglibdir = $(libdir)/@PACKAGE@
   28: pkglibexecdir = $(libexecdir)/@PACKAGE@
   29: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   30: install_sh_DATA = $(install_sh) -c -m 644
   31: install_sh_PROGRAM = $(install_sh) -c
   32: install_sh_SCRIPT = $(install_sh) -c
   33: INSTALL_HEADER = $(INSTALL_DATA)
   34: transform = $(program_transform_name)
   35: NORMAL_INSTALL = :
   36: PRE_INSTALL = :
   37: POST_INSTALL = :
   38: NORMAL_UNINSTALL = :
   39: PRE_UNINSTALL = :
   40: POST_UNINSTALL = :
   41: build_triplet = @build@
   42: host_triplet = @host@
   43: @NTP_BINSUBDIR_IS_BIN_TRUE@bin_PROGRAMS = ntpd$(EXEEXT) @MAKE_NTPDSIM@
   44: @NTP_BINSUBDIR_IS_BIN_FALSE@sbin_PROGRAMS = ntpd$(EXEEXT) \
   45: @NTP_BINSUBDIR_IS_BIN_FALSE@	@MAKE_NTPDSIM@ $(am__empty)
   46: EXTRA_PROGRAMS = check_y2k$(EXEEXT) ntpdsim$(EXEEXT) \
   47: 	keyword-gen$(EXEEXT)
   48: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
   49: 	$(top_srcdir)/bincheck.mf $(top_srcdir)/depsver.mf \
   50: 	ntp_parser.c ntp_parser.h
   51: subdir = ntpd
   52: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   53: am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
   54: 	$(top_srcdir)/m4/define_dir.m4 $(top_srcdir)/m4/libtool.m4 \
   55: 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
   56: 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
   57: 	$(top_srcdir)/m4/ntp_cacheversion.m4 \
   58: 	$(top_srcdir)/m4/ntp_dir_sep.m4 \
   59: 	$(top_srcdir)/m4/ntp_lineeditlibs.m4 \
   60: 	$(top_srcdir)/m4/ntp_openssl.m4 \
   61: 	$(top_srcdir)/m4/ntp_vpathhack.m4 \
   62: 	$(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
   63: 	$(top_srcdir)/configure.ac
   64: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   65: 	$(ACLOCAL_M4)
   66: mkinstalldirs = $(install_sh) -d
   67: CONFIG_HEADER = $(top_builddir)/config.h
   68: CONFIG_CLEAN_FILES =
   69: CONFIG_CLEAN_VPATH_FILES =
   70: LIBRARIES = $(noinst_LIBRARIES)
   71: ARFLAGS = cru
   72: libntpd_a_AR = $(AR) $(ARFLAGS)
   73: libntpd_a_LIBADD =
   74: am__objects_1 =
   75: am_libntpd_a_OBJECTS = ntp_control.$(OBJEXT) ntp_crypto.$(OBJEXT) \
   76: 	ntp_filegen.$(OBJEXT) ntp_intres.$(OBJEXT) \
   77: 	ntp_loopfilter.$(OBJEXT) ntp_monitor.$(OBJEXT) \
   78: 	ntp_peer.$(OBJEXT) ntp_proto.$(OBJEXT) ntp_refclock.$(OBJEXT) \
   79: 	ntp_request.$(OBJEXT) ntp_restrict.$(OBJEXT) \
   80: 	ntp_signd.$(OBJEXT) ntp_timer.$(OBJEXT) ntp_util.$(OBJEXT) \
   81: 	refclock_acts.$(OBJEXT) refclock_arbiter.$(OBJEXT) \
   82: 	refclock_arc.$(OBJEXT) refclock_as2201.$(OBJEXT) \
   83: 	refclock_atom.$(OBJEXT) refclock_bancomm.$(OBJEXT) \
   84: 	refclock_chronolog.$(OBJEXT) refclock_chu.$(OBJEXT) \
   85: 	refclock_conf.$(OBJEXT) refclock_datum.$(OBJEXT) \
   86: 	refclock_dumbclock.$(OBJEXT) refclock_fg.$(OBJEXT) \
   87: 	refclock_gpsvme.$(OBJEXT) refclock_heath.$(OBJEXT) \
   88: 	refclock_hopfser.$(OBJEXT) refclock_hopfpci.$(OBJEXT) \
   89: 	refclock_hpgps.$(OBJEXT) refclock_irig.$(OBJEXT) \
   90: 	refclock_jjy.$(OBJEXT) refclock_jupiter.$(OBJEXT) \
   91: 	refclock_leitch.$(OBJEXT) refclock_local.$(OBJEXT) \
   92: 	refclock_mx4200.$(OBJEXT) refclock_neoclock4x.$(OBJEXT) \
   93: 	refclock_nmea.$(OBJEXT) refclock_oncore.$(OBJEXT) \
   94: 	refclock_palisade.$(OBJEXT) refclock_parse.$(OBJEXT) \
   95: 	refclock_pcf.$(OBJEXT) refclock_pst.$(OBJEXT) \
   96: 	refclock_ripencc.$(OBJEXT) refclock_shm.$(OBJEXT) \
   97: 	refclock_tpro.$(OBJEXT) refclock_true.$(OBJEXT) \
   98: 	refclock_tt560.$(OBJEXT) refclock_ulink.$(OBJEXT) \
   99: 	refclock_wwv.$(OBJEXT) refclock_wwvb.$(OBJEXT) \
  100: 	refclock_zyfer.$(OBJEXT) $(am__objects_1)
  101: libntpd_a_OBJECTS = $(am_libntpd_a_OBJECTS)
  102: am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \
  103: 	"$(DESTDIR)$(man1dir)"
  104: PROGRAMS = $(bin_PROGRAMS) $(sbin_PROGRAMS)
  105: check_y2k_SOURCES = check_y2k.c
  106: check_y2k_OBJECTS = check_y2k.$(OBJEXT)
  107: am__DEPENDENCIES_1 = version.o libntpd.a
  108: check_y2k_DEPENDENCIES = $(am__DEPENDENCIES_1) ../libntp/libntp.a
  109: keyword_gen_SOURCES = keyword-gen.c
  110: keyword_gen_OBJECTS = keyword-gen.$(OBJEXT)
  111: keyword_gen_DEPENDENCIES = ../libntp/libntp.a
  112: am_ntpd_OBJECTS = cmd_args.$(OBJEXT) ntp_config.$(OBJEXT) \
  113: 	ntp_data_structures.$(OBJEXT) ntp_io.$(OBJEXT) \
  114: 	ntp_parser.$(OBJEXT) ntp_scanner.$(OBJEXT) ntpd.$(OBJEXT) \
  115: 	ntpd-opts.$(OBJEXT) $(am__objects_1)
  116: ntpd_OBJECTS = $(am_ntpd_OBJECTS)
  117: am__DEPENDENCIES_2 =
  118: ntpd_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
  119: 	../libntp/libntp.a
  120: am__objects_2 = ntpdsim-cmd_args.$(OBJEXT) \
  121: 	ntpdsim-ntp_config.$(OBJEXT) \
  122: 	ntpdsim-ntp_data_structures.$(OBJEXT) ntpdsim-ntp_io.$(OBJEXT) \
  123: 	ntpdsim-ntp_parser.$(OBJEXT) ntpdsim-ntp_scanner.$(OBJEXT) \
  124: 	ntpdsim-ntpd.$(OBJEXT) ntpdsim-ntpd-opts.$(OBJEXT) \
  125: 	$(am__objects_1)
  126: am_ntpdsim_OBJECTS = $(am__objects_2) ntpdsim-ntpsim.$(OBJEXT) \
  127: 	$(am__objects_1)
  128: ntpdsim_OBJECTS = $(am_ntpdsim_OBJECTS)
  129: ntpdsim_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_2) \
  130: 	../libntp/libntpsim.a
  131: ntpdsim_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  132: 	--mode=link $(CCLD) $(ntpdsim_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  133: 	$(LDFLAGS) -o $@
  134: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  135: depcomp = $(SHELL) $(top_srcdir)/depcomp
  136: am__depfiles_maybe = depfiles
  137: am__mv = mv -f
  138: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  139: 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  140: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  141: 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  142: 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  143: CCLD = $(CC)
  144: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  145: 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  146: 	$(LDFLAGS) -o $@
  147: YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
  148: LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  149: 	--mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
  150: YLWRAP = $(top_srcdir)/ylwrap
  151: SOURCES = $(libntpd_a_SOURCES) check_y2k.c keyword-gen.c \
  152: 	$(ntpd_SOURCES) $(ntpdsim_SOURCES)
  153: DIST_SOURCES = $(libntpd_a_SOURCES) check_y2k.c keyword-gen.c \
  154: 	$(ntpd_SOURCES) $(ntpdsim_SOURCES)
  155: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  156: am__vpath_adj = case $$p in \
  157:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  158:     *) f=$$p;; \
  159:   esac;
  160: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  161: am__install_max = 40
  162: am__nobase_strip_setup = \
  163:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  164: am__nobase_strip = \
  165:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  166: am__nobase_list = $(am__nobase_strip_setup); \
  167:   for p in $$list; do echo "$$p $$p"; done | \
  168:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  169:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  170:     if (++n[$$2] == $(am__install_max)) \
  171:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  172:     END { for (dir in files) print dir, files[dir] }'
  173: am__base_list = \
  174:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  175:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  176: man1dir = $(mandir)/man1
  177: NROFF = nroff
  178: MANS = $(man_MANS)
  179: DATA = $(noinst_DATA)
  180: ETAGS = etags
  181: CTAGS = ctags
  182: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  183: ACLOCAL = @ACLOCAL@
  184: AMTAR = @AMTAR@
  185: AR = @AR@
  186: AUTOCONF = @AUTOCONF@
  187: AUTOHEADER = @AUTOHEADER@
  188: AUTOMAKE = @AUTOMAKE@
  189: AWK = @AWK@
  190: BINSUBDIR = @BINSUBDIR@
  191: CC = @CC@
  192: CCDEPMODE = @CCDEPMODE@
  193: CFLAGS = @CFLAGS@
  194: CHUTEST = @CHUTEST@
  195: CLKTEST = @CLKTEST@
  196: CPP = @CPP@
  197: CPPFLAGS = @CPPFLAGS@
  198: CYGPATH_W = @CYGPATH_W@
  199: DCFD = @DCFD@
  200: DEFS = @DEFS@
  201: DEPDIR = @DEPDIR@
  202: DLLTOOL = @DLLTOOL@
  203: DSYMUTIL = @DSYMUTIL@
  204: DUMPBIN = @DUMPBIN@
  205: ECHO_C = @ECHO_C@
  206: ECHO_N = @ECHO_N@
  207: ECHO_T = @ECHO_T@
  208: EDITLINE_LIBS = @EDITLINE_LIBS@
  209: EF_LIBS = @EF_LIBS@
  210: EF_PROGS = @EF_PROGS@
  211: EGREP = @EGREP@
  212: EXEEXT = @EXEEXT@
  213: FGREP = @FGREP@
  214: GREP = @GREP@
  215: HAVE_INLINE = @HAVE_INLINE@
  216: INSTALL = @INSTALL@
  217: INSTALL_DATA = @INSTALL_DATA@
  218: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  219: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  220: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  221: LCRYPTO = @LCRYPTO@
  222: LD = @LD@
  223: LDFLAGS = @LDFLAGS@
  224: LIBOBJS = @LIBOBJS@
  225: LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
  226: LIBOPTS_DIR = @LIBOPTS_DIR@
  227: LIBOPTS_LDADD = @LIBOPTS_LDADD@
  228: LIBPARSE = @LIBPARSE@
  229: LIBS = @LIBS@
  230: LIBTOOL = @LIBTOOL@
  231: LIPO = @LIPO@
  232: LN_S = @LN_S@
  233: LSCF = @LSCF@
  234: LTLIBOBJS = @LTLIBOBJS@
  235: MAKEINFO = @MAKEINFO@
  236: MAKE_ADJTIMED = @MAKE_ADJTIMED@
  237: MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
  238: MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
  239: MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
  240: MAKE_LIBPARSE = @MAKE_LIBPARSE@
  241: MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
  242: MAKE_NTPDSIM = @MAKE_NTPDSIM@
  243: MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
  244: MAKE_NTPTIME = @MAKE_NTPTIME@
  245: MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
  246: MAKE_TICKADJ = @MAKE_TICKADJ@
  247: MAKE_TIMETRIM = @MAKE_TIMETRIM@
  248: MANIFEST_TOOL = @MANIFEST_TOOL@
  249: MKDIR_P = @MKDIR_P@
  250: NM = @NM@
  251: NMEDIT = @NMEDIT@
  252: OBJDUMP = @OBJDUMP@
  253: OBJEXT = @OBJEXT@
  254: OPENSSL = @OPENSSL@
  255: OPENSSL_INC = @OPENSSL_INC@
  256: OPENSSL_LIB = @OPENSSL_LIB@
  257: OTOOL = @OTOOL@
  258: OTOOL64 = @OTOOL64@
  259: PACKAGE = @PACKAGE@
  260: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  261: PACKAGE_NAME = @PACKAGE_NAME@
  262: PACKAGE_STRING = @PACKAGE_STRING@
  263: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  264: PACKAGE_URL = @PACKAGE_URL@
  265: PACKAGE_VERSION = @PACKAGE_VERSION@
  266: PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
  267: PATH_PERL = @PATH_PERL@
  268: PATH_SEPARATOR = @PATH_SEPARATOR@
  269: PATH_SH = @PATH_SH@
  270: PATH_TEST = @PATH_TEST@
  271: POSIX_SHELL = @POSIX_SHELL@
  272: PROPDELAY = @PROPDELAY@
  273: RANLIB = @RANLIB@
  274: SED = @SED@
  275: SET_MAKE = @SET_MAKE@
  276: SHELL = @SHELL@
  277: SNMP_CFLAGS = @SNMP_CFLAGS@
  278: SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
  279: SNMP_LIBS = @SNMP_LIBS@
  280: STRIP = @STRIP@
  281: TESTDCF = @TESTDCF@
  282: VERSION = @VERSION@
  283: YACC = @YACC@
  284: YFLAGS = @YFLAGS@
  285: abs_builddir = @abs_builddir@
  286: abs_srcdir = @abs_srcdir@
  287: abs_top_builddir = @abs_top_builddir@
  288: abs_top_srcdir = @abs_top_srcdir@
  289: ac_ct_AR = @ac_ct_AR@
  290: ac_ct_CC = @ac_ct_CC@
  291: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  292: am__include = @am__include@
  293: am__leading_dot = @am__leading_dot@
  294: am__quote = @am__quote@
  295: am__tar = @am__tar@
  296: am__untar = @am__untar@
  297: bindir = @bindir@
  298: build = @build@
  299: build_alias = @build_alias@
  300: build_cpu = @build_cpu@
  301: build_os = @build_os@
  302: build_vendor = @build_vendor@
  303: builddir = @builddir@
  304: datadir = @datadir@
  305: datarootdir = @datarootdir@
  306: docdir = @docdir@
  307: dvidir = @dvidir@
  308: exec_prefix = @exec_prefix@
  309: host = @host@
  310: host_alias = @host_alias@
  311: host_cpu = @host_cpu@
  312: host_os = @host_os@
  313: host_vendor = @host_vendor@
  314: htmldir = @htmldir@
  315: includedir = @includedir@
  316: infodir = @infodir@
  317: install_sh = @install_sh@
  318: libdir = @libdir@
  319: libexecdir = @libexecdir@
  320: localedir = @localedir@
  321: localstatedir = @localstatedir@
  322: mandir = @mandir@
  323: mkdir_p = @mkdir_p@
  324: oldincludedir = @oldincludedir@
  325: pdfdir = @pdfdir@
  326: prefix = @prefix@
  327: program_transform_name = @program_transform_name@
  328: psdir = @psdir@
  329: sbindir = @sbindir@
  330: sharedstatedir = @sharedstatedir@
  331: srcdir = @srcdir@
  332: subdirs = @subdirs@
  333: sysconfdir = @sysconfdir@
  334: target_alias = @target_alias@
  335: top_build_prefix = @top_build_prefix@
  336: top_builddir = @top_builddir@
  337: top_srcdir = @top_srcdir@
  338: NULL = 
  339: AUTOMAKE_OPTIONS = 
  340: noinst_LIBRARIES = libntpd.a
  341: AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
  342: 	-I$(top_srcdir)/lib/isc/nothreads/include \
  343: 	-I$(top_srcdir)/lib/isc/unix/include $(LIBOPTS_CFLAGS)
  344: 
  345: 
  346: # LDADD might need RESLIB and ADJLIB.
  347: LDADD = version.o libntpd.a @LIBPARSE@
  348: AM_YFLAGS = -d -t -r all
  349: @NTP_CROSSCOMPILE_FALSE@@SAVECONFIG_ENABLED_TRUE@CHECK_SAVECONFIG = check-saveconfig
  350: @NTP_CROSSCOMPILE_TRUE@@SAVECONFIG_ENABLED_TRUE@CHECK_SAVECONFIG = 
  351: @SAVECONFIG_ENABLED_FALSE@CHECK_SAVECONFIG = 
  352: @VPATH_HACK_FALSE@VPHACK = 
  353: 
  354: #
  355: # VPHACK and VPHACK_AFTER are enabled on non-GNU makes (such as 
  356: # BSD make) to work around issues specific to compiling
  357: # ntp_parser.y into ntp_parser.h and ntp_parser.c in a vPATH
  358: # configuration where we would like (for a change) the output
  359: # files ntp_parser.[ch] to be placed in the source directory,
  360: # as opposed to the build directory.  This allows a single
  361: # host of a flock configured with Bison to update ntp_parser.[ch]
  362: # used by the rest.
  363: # 
  364: @VPATH_HACK_TRUE@VPHACK = vphack
  365: @VPATH_HACK_FALSE@VPHACK_AFTER = 
  366: @VPATH_HACK_TRUE@VPHACK_AFTER = vphack_after
  367: 
  368: # BUILT_SOURCES which should also be in EXTRA_DIST
  369: B_S_DIST = \
  370: 	ntpd-opts.c 	\
  371: 	ntpd-opts.h 	\
  372: 	$(NULL)
  373: 
  374: BUILT_SOURCES = $(VPHACK) ntp_parser.c ntp_parser.h $(VPHACK_AFTER) \
  375: 	$(B_S_DIST) $(NULL) .deps-ver
  376: man_MANS = $(srcdir)/ntpd.1
  377: 
  378: # ntpdsim.1 is a remnant along with all the ntpdsim-opts.* files, the
  379: # simulator currently uses ntpd-opts.[ch].  This also means there is no
  380: # longer a reason to have ntpdbase-opts.def split off of ntpd-opts.def.
  381: 
  382: # ntpd may need:
  383: # log10                               refclock_wwv.o
  384: # sqrt                                ntp_control.o
  385: # floor                               refclock_wwv.o
  386: # which are (usually) provided by -lm.
  387: ntpd_LDADD = $(LDADD) $(LIBOPTS_LDADD) ../libntp/libntp.a -lm @LCRYPTO@ @LSCF@
  388: ntpdsim_LDADD = $(LDADD) $(LIBOPTS_LDADD) ../libntp/libntpsim.a -lm @LCRYPTO@ @LSCF@
  389: ntpdsim_CFLAGS = $(CFLAGS) -DSIM
  390: check_y2k_LDADD = $(LDADD) ../libntp/libntp.a
  391: keyword_gen_LDADD = ../libntp/libntp.a	# we don't want $(LDADD) here
  392: DISTCLEANFILES = \
  393: 	keyword-gen		\
  394: 	.version		\
  395: 	version.c		\
  396: 	$(NULL)
  397: 
  398: CLEANFILES = check-saveconfig compsave.conf k-g-u-submake $(NULL) \
  399: 	.deps-ver
  400: EXTRA_DIST = \
  401: 	complete.conf		\
  402: 	keyword-gen-utd		\
  403: 	ntpd.1			\
  404: 	ntpd-opts.def		\
  405: 	ntpd-opts.menu		\
  406: 	ntpd-opts.texi		\
  407: 	ntpdbase-opts.def	\
  408: 	refclock_msfees.c	\
  409: 	refclock_trak.c		\
  410: 	$(B_S_DIST)		\
  411: 	$(NULL)
  412: 
  413: ETAGS_ARGS = Makefile.am
  414: ###							Y2Kfixes
  415: check_PROGRAMS = @MAKE_CHECK_Y2K@
  416: noinst_DATA = $(srcdir)/ntpd-opts.texi $(srcdir)/ntpd-opts.menu
  417: run_ag = cd $(srcdir) &&	env PATH="$(abs_builddir):$(PATH)"	\
  418: 		autogen -L ../include --writable
  419: 
  420: std_def_list = $(top_srcdir)/include/autogen-version.def 	\
  421: 		$(top_srcdir)/include/copyright.def 		\
  422: 		$(top_srcdir)/include/version.def
  423: 
  424: ntpd_SOURCES = \
  425: 	cmd_args.c		\
  426: 	ntp_config.c		\
  427: 	ntp_data_structures.c	\
  428: 	ntp_keyword.h		\
  429: 	ntp_io.c		\
  430: 	ntp_parser.y		\
  431: 	ntp_scanner.c		\
  432: 	ntp_scanner.h		\
  433: 	ntpd.c			\
  434: 	ntpd-opts.c		\
  435: 	ntpd-opts.h		\
  436: 	$(NULL)
  437: 
  438: ntpdsim_SOURCES = \
  439: 	$(ntpd_SOURCES)		\
  440: 	ntpsim.c		\
  441: 	$(NULL)
  442: 
  443: 
  444: # libntpd_a_SOURCES do not use #ifdef SIM
  445: libntpd_a_SOURCES = \
  446: 	jupiter.h		\
  447: 	ntp_control.c		\
  448: 	ntp_crypto.c		\
  449: 	ntp_filegen.c		\
  450: 	ntp_intres.c		\
  451: 	ntp_loopfilter.c	\
  452: 	ntp_monitor.c		\
  453: 	ntp_peer.c		\
  454: 	ntp_proto.c		\
  455: 	ntp_refclock.c		\
  456: 	ntp_request.c		\
  457: 	ntp_restrict.c		\
  458: 	ntp_signd.c		\
  459: 	ntp_timer.c		\
  460: 	ntp_util.c		\
  461: 	ppsapi_timepps.h	\
  462: 	refclock_acts.c		\
  463: 	refclock_arbiter.c	\
  464: 	refclock_arc.c		\
  465: 	refclock_as2201.c	\
  466: 	refclock_atom.c		\
  467: 	refclock_bancomm.c	\
  468: 	refclock_chronolog.c	\
  469: 	refclock_chu.c		\
  470: 	refclock_conf.c		\
  471: 	refclock_datum.c	\
  472: 	refclock_dumbclock.c	\
  473: 	refclock_fg.c		\
  474: 	refclock_gpsvme.c	\
  475: 	refclock_heath.c	\
  476: 	refclock_hopfser.c	\
  477: 	refclock_hopfpci.c	\
  478: 	refclock_hpgps.c	\
  479: 	refclock_irig.c		\
  480: 	refclock_jjy.c		\
  481: 	refclock_jupiter.c	\
  482: 	refclock_leitch.c	\
  483: 	refclock_local.c	\
  484: 	refclock_mx4200.c	\
  485: 	refclock_neoclock4x.c	\
  486: 	refclock_nmea.c		\
  487: 	refclock_oncore.c	\
  488: 	refclock_palisade.c	\
  489: 	refclock_palisade.h	\
  490: 	refclock_parse.c	\
  491: 	refclock_pcf.c		\
  492: 	refclock_pst.c		\
  493: 	refclock_ripencc.c	\
  494: 	refclock_shm.c		\
  495: 	refclock_tpro.c		\
  496: 	refclock_true.c		\
  497: 	refclock_tt560.c	\
  498: 	refclock_ulink.c	\
  499: 	refclock_wwv.c		\
  500: 	refclock_wwvb.c		\
  501: 	refclock_zyfer.c	\
  502: 	$(NULL)
  503: 
  504: all: $(BUILT_SOURCES)
  505: 	$(MAKE) $(AM_MAKEFLAGS) all-am
  506: 
  507: .SUFFIXES:
  508: .SUFFIXES: .c .lo .o .obj .y
  509: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/depsver.mf $(am__configure_deps)
  510: 	@for dep in $?; do \
  511: 	  case '$(am__configure_deps)' in \
  512: 	    *$$dep*) \
  513: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  514: 	        && { if test -f $@; then exit 0; else break; fi; }; \
  515: 	      exit 1;; \
  516: 	  esac; \
  517: 	done; \
  518: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ntpd/Makefile'; \
  519: 	$(am__cd) $(top_srcdir) && \
  520: 	  $(AUTOMAKE) --foreign ntpd/Makefile
  521: .PRECIOUS: Makefile
  522: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  523: 	@case '$?' in \
  524: 	  *config.status*) \
  525: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  526: 	  *) \
  527: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  528: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  529: 	esac;
  530: 
  531: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  532: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  533: 
  534: $(top_srcdir)/configure:  $(am__configure_deps)
  535: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  536: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  537: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  538: $(am__aclocal_m4_deps):
  539: 
  540: clean-noinstLIBRARIES:
  541: 	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  542: libntpd.a: $(libntpd_a_OBJECTS) $(libntpd_a_DEPENDENCIES) 
  543: 	-rm -f libntpd.a
  544: 	$(libntpd_a_AR) libntpd.a $(libntpd_a_OBJECTS) $(libntpd_a_LIBADD)
  545: 	$(RANLIB) libntpd.a
  546: install-binPROGRAMS: $(bin_PROGRAMS)
  547: 	@$(NORMAL_INSTALL)
  548: 	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  549: 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  550: 	for p in $$list; do echo "$$p $$p"; done | \
  551: 	sed 's/$(EXEEXT)$$//' | \
  552: 	while read p p1; do if test -f $$p || test -f $$p1; \
  553: 	  then echo "$$p"; echo "$$p"; else :; fi; \
  554: 	done | \
  555: 	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  556: 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  557: 	sed 'N;N;N;s,\n, ,g' | \
  558: 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  559: 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  560: 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
  561: 	    else { print "f", $$3 "/" $$4, $$1; } } \
  562: 	  END { for (d in files) print "f", d, files[d] }' | \
  563: 	while read type dir files; do \
  564: 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  565: 	    test -z "$$files" || { \
  566: 	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  567: 	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  568: 	    } \
  569: 	; done
  570: 
  571: uninstall-binPROGRAMS:
  572: 	@$(NORMAL_UNINSTALL)
  573: 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  574: 	files=`for p in $$list; do echo "$$p"; done | \
  575: 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  576: 	      -e 's/$$/$(EXEEXT)/' `; \
  577: 	test -n "$$list" || exit 0; \
  578: 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  579: 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
  580: 
  581: clean-binPROGRAMS:
  582: 	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
  583: 	echo " rm -f" $$list; \
  584: 	rm -f $$list || exit $$?; \
  585: 	test -n "$(EXEEXT)" || exit 0; \
  586: 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  587: 	echo " rm -f" $$list; \
  588: 	rm -f $$list
  589: 
  590: clean-checkPROGRAMS:
  591: 	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
  592: 	echo " rm -f" $$list; \
  593: 	rm -f $$list || exit $$?; \
  594: 	test -n "$(EXEEXT)" || exit 0; \
  595: 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  596: 	echo " rm -f" $$list; \
  597: 	rm -f $$list
  598: install-sbinPROGRAMS: $(sbin_PROGRAMS)
  599: 	@$(NORMAL_INSTALL)
  600: 	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
  601: 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  602: 	for p in $$list; do echo "$$p $$p"; done | \
  603: 	sed 's/$(EXEEXT)$$//' | \
  604: 	while read p p1; do if test -f $$p || test -f $$p1; \
  605: 	  then echo "$$p"; echo "$$p"; else :; fi; \
  606: 	done | \
  607: 	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  608: 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  609: 	sed 'N;N;N;s,\n, ,g' | \
  610: 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  611: 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  612: 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
  613: 	    else { print "f", $$3 "/" $$4, $$1; } } \
  614: 	  END { for (d in files) print "f", d, files[d] }' | \
  615: 	while read type dir files; do \
  616: 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  617: 	    test -z "$$files" || { \
  618: 	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
  619: 	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
  620: 	    } \
  621: 	; done
  622: 
  623: uninstall-sbinPROGRAMS:
  624: 	@$(NORMAL_UNINSTALL)
  625: 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  626: 	files=`for p in $$list; do echo "$$p"; done | \
  627: 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  628: 	      -e 's/$$/$(EXEEXT)/' `; \
  629: 	test -n "$$list" || exit 0; \
  630: 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
  631: 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
  632: 
  633: clean-sbinPROGRAMS:
  634: 	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
  635: 	echo " rm -f" $$list; \
  636: 	rm -f $$list || exit $$?; \
  637: 	test -n "$(EXEEXT)" || exit 0; \
  638: 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  639: 	echo " rm -f" $$list; \
  640: 	rm -f $$list
  641: check_y2k$(EXEEXT): $(check_y2k_OBJECTS) $(check_y2k_DEPENDENCIES) 
  642: 	@rm -f check_y2k$(EXEEXT)
  643: 	$(LINK) $(check_y2k_OBJECTS) $(check_y2k_LDADD) $(LIBS)
  644: keyword-gen$(EXEEXT): $(keyword_gen_OBJECTS) $(keyword_gen_DEPENDENCIES) 
  645: 	@rm -f keyword-gen$(EXEEXT)
  646: 	$(LINK) $(keyword_gen_OBJECTS) $(keyword_gen_LDADD) $(LIBS)
  647: ntp_parser.h: ntp_parser.c
  648: 	@if test ! -f $@; then \
  649: 	  rm -f ntp_parser.c; \
  650: 	  $(MAKE) $(AM_MAKEFLAGS) ntp_parser.c; \
  651: 	else :; fi
  652: ntpd$(EXEEXT): $(ntpd_OBJECTS) $(ntpd_DEPENDENCIES) 
  653: 	@rm -f ntpd$(EXEEXT)
  654: 	$(LINK) $(ntpd_OBJECTS) $(ntpd_LDADD) $(LIBS)
  655: ntpdsim$(EXEEXT): $(ntpdsim_OBJECTS) $(ntpdsim_DEPENDENCIES) 
  656: 	@rm -f ntpdsim$(EXEEXT)
  657: 	$(ntpdsim_LINK) $(ntpdsim_OBJECTS) $(ntpdsim_LDADD) $(LIBS)
  658: 
  659: mostlyclean-compile:
  660: 	-rm -f *.$(OBJEXT)
  661: 
  662: distclean-compile:
  663: 	-rm -f *.tab.c
  664: 
  665: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_y2k.Po@am__quote@
  666: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd_args.Po@am__quote@
  667: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyword-gen.Po@am__quote@
  668: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_config.Po@am__quote@
  669: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_control.Po@am__quote@
  670: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_crypto.Po@am__quote@
  671: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_data_structures.Po@am__quote@
  672: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_filegen.Po@am__quote@
  673: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_intres.Po@am__quote@
  674: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_io.Po@am__quote@
  675: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_loopfilter.Po@am__quote@
  676: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_monitor.Po@am__quote@
  677: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_parser.Po@am__quote@
  678: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_peer.Po@am__quote@
  679: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_proto.Po@am__quote@
  680: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_refclock.Po@am__quote@
  681: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_request.Po@am__quote@
  682: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_restrict.Po@am__quote@
  683: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_scanner.Po@am__quote@
  684: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_signd.Po@am__quote@
  685: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_timer.Po@am__quote@
  686: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_util.Po@am__quote@
  687: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpd-opts.Po@am__quote@
  688: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpd.Po@am__quote@
  689: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-cmd_args.Po@am__quote@
  690: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_config.Po@am__quote@
  691: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_data_structures.Po@am__quote@
  692: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_io.Po@am__quote@
  693: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_parser.Po@am__quote@
  694: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_scanner.Po@am__quote@
  695: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntpd-opts.Po@am__quote@
  696: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntpd.Po@am__quote@
  697: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntpsim.Po@am__quote@
  698: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_acts.Po@am__quote@
  699: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_arbiter.Po@am__quote@
  700: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_arc.Po@am__quote@
  701: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_as2201.Po@am__quote@
  702: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_atom.Po@am__quote@
  703: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_bancomm.Po@am__quote@
  704: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_chronolog.Po@am__quote@
  705: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_chu.Po@am__quote@
  706: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_conf.Po@am__quote@
  707: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_datum.Po@am__quote@
  708: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_dumbclock.Po@am__quote@
  709: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_fg.Po@am__quote@
  710: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_gpsvme.Po@am__quote@
  711: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_heath.Po@am__quote@
  712: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_hopfpci.Po@am__quote@
  713: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_hopfser.Po@am__quote@
  714: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_hpgps.Po@am__quote@
  715: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_irig.Po@am__quote@
  716: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_jjy.Po@am__quote@
  717: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_jupiter.Po@am__quote@
  718: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_leitch.Po@am__quote@
  719: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_local.Po@am__quote@
  720: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_mx4200.Po@am__quote@
  721: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_neoclock4x.Po@am__quote@
  722: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_nmea.Po@am__quote@
  723: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_oncore.Po@am__quote@
  724: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_palisade.Po@am__quote@
  725: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_parse.Po@am__quote@
  726: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_pcf.Po@am__quote@
  727: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_pst.Po@am__quote@
  728: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_ripencc.Po@am__quote@
  729: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_shm.Po@am__quote@
  730: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_tpro.Po@am__quote@
  731: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_true.Po@am__quote@
  732: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_tt560.Po@am__quote@
  733: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_ulink.Po@am__quote@
  734: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_wwv.Po@am__quote@
  735: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_wwvb.Po@am__quote@
  736: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_zyfer.Po@am__quote@
  737: 
  738: .c.o:
  739: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  740: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  741: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  742: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  743: @am__fastdepCC_FALSE@	$(COMPILE) -c $<
  744: 
  745: .c.obj:
  746: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  747: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  748: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  749: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  750: @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
  751: 
  752: .c.lo:
  753: @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  754: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  755: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  756: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  757: @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
  758: 
  759: ntpdsim-cmd_args.o: cmd_args.c
  760: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_CFLAGS) $(CFLAGS) -MT ntpdsim-cmd_args.o -MD -MP -MF $(DEPDIR)/ntpdsim-cmd_args.Tpo -c -o ntpdsim-cmd_args.o `test -f 'cmd_args.c' || echo '$(srcdir)/'`cmd_args.c
  761: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-cmd_args.Tpo $(DEPDIR)/ntpdsim-cmd_args.Po
  762: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='cmd_args.c' object='ntpdsim-cmd_args.o' libtool=no @AMDEPBACKSLASH@
  763: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  764: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_CFLAGS) $(CFLAGS) -c -o ntpdsim-cmd_args.o `test -f 'cmd_args.c' || echo '$(srcdir)/'`cmd_args.c
  765: 
  766: ntpdsim-cmd_args.obj: cmd_args.c
  767: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_CFLAGS) $(CFLAGS) -MT ntpdsim-cmd_args.obj -MD -MP -MF $(DEPDIR)/ntpdsim-cmd_args.Tpo -c -o ntpdsim-cmd_args.obj `if test -f 'cmd_args.c'; then $(CYGPATH_W) 'cmd_args.c'; else $(CYGPATH_W) '$(srcdir)/cmd_args.c'; fi`
  768: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-cmd_args.Tpo $(DEPDIR)/ntpdsim-cmd_args.Po
  769: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='cmd_args.c' object='ntpdsim-cmd_args.obj' libtool=no @AMDEPBACKSLASH@
  770: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  771: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_CFLAGS) $(CFLAGS) -c -o ntpdsim-cmd_args.obj `if test -f 'cmd_args.c'; then $(CYGPATH_W) 'cmd_args.c'; else $(CYGPATH_W) '$(srcdir)/cmd_args.c'; fi`
  772: 
  773: ntpdsim-ntp_config.o: ntp_config.c
  774: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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
  775: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-ntp_config.Tpo $(DEPDIR)/ntpdsim-ntp_config.Po
  776: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ntp_config.c' object='ntpdsim-ntp_config.o' libtool=no @AMDEPBACKSLASH@
  777: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  778: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_config.o `test -f 'ntp_config.c' || echo '$(srcdir)/'`ntp_config.c
  779: 
  780: ntpdsim-ntp_config.obj: ntp_config.c
  781: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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`
  782: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-ntp_config.Tpo $(DEPDIR)/ntpdsim-ntp_config.Po
  783: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ntp_config.c' object='ntpdsim-ntp_config.obj' libtool=no @AMDEPBACKSLASH@
  784: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  785: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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`
  786: 
  787: ntpdsim-ntp_data_structures.o: ntp_data_structures.c
  788: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_data_structures.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_data_structures.Tpo -c -o ntpdsim-ntp_data_structures.o `test -f 'ntp_data_structures.c' || echo '$(srcdir)/'`ntp_data_structures.c
  789: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-ntp_data_structures.Tpo $(DEPDIR)/ntpdsim-ntp_data_structures.Po
  790: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ntp_data_structures.c' object='ntpdsim-ntp_data_structures.o' libtool=no @AMDEPBACKSLASH@
  791: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  792: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_data_structures.o `test -f 'ntp_data_structures.c' || echo '$(srcdir)/'`ntp_data_structures.c
  793: 
  794: ntpdsim-ntp_data_structures.obj: ntp_data_structures.c
  795: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_data_structures.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_data_structures.Tpo -c -o ntpdsim-ntp_data_structures.obj `if test -f 'ntp_data_structures.c'; then $(CYGPATH_W) 'ntp_data_structures.c'; else $(CYGPATH_W) '$(srcdir)/ntp_data_structures.c'; fi`
  796: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-ntp_data_structures.Tpo $(DEPDIR)/ntpdsim-ntp_data_structures.Po
  797: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ntp_data_structures.c' object='ntpdsim-ntp_data_structures.obj' libtool=no @AMDEPBACKSLASH@
  798: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  799: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_data_structures.obj `if test -f 'ntp_data_structures.c'; then $(CYGPATH_W) 'ntp_data_structures.c'; else $(CYGPATH_W) '$(srcdir)/ntp_data_structures.c'; fi`
  800: 
  801: ntpdsim-ntp_io.o: ntp_io.c
  802: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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
  803: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-ntp_io.Tpo $(DEPDIR)/ntpdsim-ntp_io.Po
  804: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ntp_io.c' object='ntpdsim-ntp_io.o' libtool=no @AMDEPBACKSLASH@
  805: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  806: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_io.o `test -f 'ntp_io.c' || echo '$(srcdir)/'`ntp_io.c
  807: 
  808: ntpdsim-ntp_io.obj: ntp_io.c
  809: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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`
  810: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-ntp_io.Tpo $(DEPDIR)/ntpdsim-ntp_io.Po
  811: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ntp_io.c' object='ntpdsim-ntp_io.obj' libtool=no @AMDEPBACKSLASH@
  812: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  813: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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`
  814: 
  815: ntpdsim-ntp_parser.o: ntp_parser.c
  816: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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
  817: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-ntp_parser.Tpo $(DEPDIR)/ntpdsim-ntp_parser.Po
  818: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ntp_parser.c' object='ntpdsim-ntp_parser.o' libtool=no @AMDEPBACKSLASH@
  819: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  820: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_parser.o `test -f 'ntp_parser.c' || echo '$(srcdir)/'`ntp_parser.c
  821: 
  822: ntpdsim-ntp_parser.obj: ntp_parser.c
  823: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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`
  824: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-ntp_parser.Tpo $(DEPDIR)/ntpdsim-ntp_parser.Po
  825: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ntp_parser.c' object='ntpdsim-ntp_parser.obj' libtool=no @AMDEPBACKSLASH@
  826: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  827: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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`
  828: 
  829: ntpdsim-ntp_scanner.o: ntp_scanner.c
  830: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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
  831: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-ntp_scanner.Tpo $(DEPDIR)/ntpdsim-ntp_scanner.Po
  832: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ntp_scanner.c' object='ntpdsim-ntp_scanner.o' libtool=no @AMDEPBACKSLASH@
  833: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  834: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_scanner.o `test -f 'ntp_scanner.c' || echo '$(srcdir)/'`ntp_scanner.c
  835: 
  836: ntpdsim-ntp_scanner.obj: ntp_scanner.c
  837: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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`
  838: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-ntp_scanner.Tpo $(DEPDIR)/ntpdsim-ntp_scanner.Po
  839: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ntp_scanner.c' object='ntpdsim-ntp_scanner.obj' libtool=no @AMDEPBACKSLASH@
  840: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  841: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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`
  842: 
  843: ntpdsim-ntpd.o: ntpd.c
  844: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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
  845: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-ntpd.Tpo $(DEPDIR)/ntpdsim-ntpd.Po
  846: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ntpd.c' object='ntpdsim-ntpd.o' libtool=no @AMDEPBACKSLASH@
  847: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  848: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpd.o `test -f 'ntpd.c' || echo '$(srcdir)/'`ntpd.c
  849: 
  850: ntpdsim-ntpd.obj: ntpd.c
  851: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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`
  852: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-ntpd.Tpo $(DEPDIR)/ntpdsim-ntpd.Po
  853: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ntpd.c' object='ntpdsim-ntpd.obj' libtool=no @AMDEPBACKSLASH@
  854: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  855: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpd.obj `if test -f 'ntpd.c'; then $(CYGPATH_W) 'ntpd.c'; else $(CYGPATH_W) '$(srcdir)/ntpd.c'; fi`
  856: 
  857: ntpdsim-ntpd-opts.o: ntpd-opts.c
  858: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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
  859: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-ntpd-opts.Tpo $(DEPDIR)/ntpdsim-ntpd-opts.Po
  860: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ntpd-opts.c' object='ntpdsim-ntpd-opts.o' libtool=no @AMDEPBACKSLASH@
  861: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  862: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpd-opts.o `test -f 'ntpd-opts.c' || echo '$(srcdir)/'`ntpd-opts.c
  863: 
  864: ntpdsim-ntpd-opts.obj: ntpd-opts.c
  865: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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`
  866: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-ntpd-opts.Tpo $(DEPDIR)/ntpdsim-ntpd-opts.Po
  867: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ntpd-opts.c' object='ntpdsim-ntpd-opts.obj' libtool=no @AMDEPBACKSLASH@
  868: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  869: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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`
  870: 
  871: ntpdsim-ntpsim.o: ntpsim.c
  872: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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
  873: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-ntpsim.Tpo $(DEPDIR)/ntpdsim-ntpsim.Po
  874: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ntpsim.c' object='ntpdsim-ntpsim.o' libtool=no @AMDEPBACKSLASH@
  875: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  876: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpsim.o `test -f 'ntpsim.c' || echo '$(srcdir)/'`ntpsim.c
  877: 
  878: ntpdsim-ntpsim.obj: ntpsim.c
  879: @am__fastdepCC_TRUE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_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`
  880: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/ntpdsim-ntpsim.Tpo $(DEPDIR)/ntpdsim-ntpsim.Po
  881: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='ntpsim.c' object='ntpdsim-ntpsim.obj' libtool=no @AMDEPBACKSLASH@
  882: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  883: @am__fastdepCC_FALSE@	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(ntpdsim_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpsim.obj `if test -f 'ntpsim.c'; then $(CYGPATH_W) 'ntpsim.c'; else $(CYGPATH_W) '$(srcdir)/ntpsim.c'; fi`
  884: 
  885: .y.c:
  886: 	$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
  887: 
  888: mostlyclean-libtool:
  889: 	-rm -f *.lo
  890: 
  891: clean-libtool:
  892: 	-rm -rf .libs _libs
  893: install-man1: $(man_MANS)
  894: 	@$(NORMAL_INSTALL)
  895: 	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
  896: 	@list=''; test -n "$(man1dir)" || exit 0; \
  897: 	{ for i in $$list; do echo "$$i"; done; \
  898: 	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  899: 	  sed -n '/\.1[a-z]*$$/p'; \
  900: 	} | while read p; do \
  901: 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  902: 	  echo "$$d$$p"; echo "$$p"; \
  903: 	done | \
  904: 	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  905: 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
  906: 	sed 'N;N;s,\n, ,g' | { \
  907: 	list=; while read file base inst; do \
  908: 	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
  909: 	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
  910: 	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
  911: 	  fi; \
  912: 	done; \
  913: 	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
  914: 	while read files; do \
  915: 	  test -z "$$files" || { \
  916: 	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
  917: 	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
  918: 	done; }
  919: 
  920: uninstall-man1:
  921: 	@$(NORMAL_UNINSTALL)
  922: 	@list=''; test -n "$(man1dir)" || exit 0; \
  923: 	files=`{ for i in $$list; do echo "$$i"; done; \
  924: 	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
  925: 	  sed -n '/\.1[a-z]*$$/p'; \
  926: 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
  927: 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
  928: 	test -z "$$files" || { \
  929: 	  echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
  930: 	  cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
  931: 
  932: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  933: 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  934: 	unique=`for i in $$list; do \
  935: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  936: 	  done | \
  937: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  938: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  939: 	mkid -fID $$unique
  940: tags: TAGS
  941: 
  942: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  943: 		$(TAGS_FILES) $(LISP)
  944: 	set x; \
  945: 	here=`pwd`; \
  946: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  947: 	unique=`for i in $$list; do \
  948: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  949: 	  done | \
  950: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  951: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  952: 	shift; \
  953: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  954: 	  test -n "$$unique" || unique=$$empty_fix; \
  955: 	  if test $$# -gt 0; then \
  956: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  957: 	      "$$@" $$unique; \
  958: 	  else \
  959: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  960: 	      $$unique; \
  961: 	  fi; \
  962: 	fi
  963: ctags: CTAGS
  964: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  965: 		$(TAGS_FILES) $(LISP)
  966: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  967: 	unique=`for i in $$list; do \
  968: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  969: 	  done | \
  970: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  971: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  972: 	test -z "$(CTAGS_ARGS)$$unique" \
  973: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  974: 	     $$unique
  975: 
  976: GTAGS:
  977: 	here=`$(am__cd) $(top_builddir) && pwd` \
  978: 	  && $(am__cd) $(top_srcdir) \
  979: 	  && gtags -i $(GTAGS_ARGS) "$$here"
  980: 
  981: distclean-tags:
  982: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  983: 
  984: distdir: $(DISTFILES)
  985: 	@list='$(MANS)'; if test -n "$$list"; then \
  986: 	  list=`for p in $$list; do \
  987: 	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
  988: 	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
  989: 	  if test -n "$$list" && \
  990: 	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
  991: 	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
  992: 	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
  993: 	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
  994: 	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
  995: 	    exit 1; \
  996: 	  else :; fi; \
  997: 	else :; fi
  998: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  999: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 1000: 	list='$(DISTFILES)'; \
 1001: 	  dist_files=`for file in $$list; do echo $$file; done | \
 1002: 	  sed -e "s|^$$srcdirstrip/||;t" \
 1003: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 1004: 	case $$dist_files in \
 1005: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
 1006: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 1007: 			   sort -u` ;; \
 1008: 	esac; \
 1009: 	for file in $$dist_files; do \
 1010: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 1011: 	  if test -d $$d/$$file; then \
 1012: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 1013: 	    if test -d "$(distdir)/$$file"; then \
 1014: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 1015: 	    fi; \
 1016: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 1017: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 1018: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 1019: 	    fi; \
 1020: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 1021: 	  else \
 1022: 	    test -f "$(distdir)/$$file" \
 1023: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
 1024: 	    || exit 1; \
 1025: 	  fi; \
 1026: 	done
 1027: check-am: all-am
 1028: 	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
 1029: 	$(MAKE) $(AM_MAKEFLAGS) check-local
 1030: check: $(BUILT_SOURCES)
 1031: 	$(MAKE) $(AM_MAKEFLAGS) check-am
 1032: all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(MANS) $(DATA)
 1033: installdirs:
 1034: 	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)"; do \
 1035: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 1036: 	done
 1037: install: $(BUILT_SOURCES)
 1038: 	$(MAKE) $(AM_MAKEFLAGS) install-am
 1039: install-exec: install-exec-am
 1040: install-data: install-data-am
 1041: uninstall: uninstall-am
 1042: 
 1043: install-am: all-am
 1044: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 1045: 
 1046: installcheck: installcheck-am
 1047: install-strip:
 1048: 	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 1049: 	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 1050: 	  `test -z '$(STRIP)' || \
 1051: 	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 1052: mostlyclean-generic:
 1053: 
 1054: clean-generic:
 1055: 	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 1056: 
 1057: distclean-generic:
 1058: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 1059: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 1060: 	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 1061: 
 1062: maintainer-clean-generic:
 1063: 	@echo "This command is intended for maintainers to use"
 1064: 	@echo "it deletes files that may require special tools to rebuild."
 1065: 	-rm -f ntp_parser.c
 1066: 	-rm -f ntp_parser.h
 1067: 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 1068: clean: clean-am
 1069: 
 1070: clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
 1071: 	clean-libtool clean-noinstLIBRARIES clean-sbinPROGRAMS \
 1072: 	mostlyclean-am
 1073: 
 1074: distclean: distclean-am
 1075: 	-rm -rf ./$(DEPDIR)
 1076: 	-rm -f Makefile
 1077: distclean-am: clean-am distclean-compile distclean-generic \
 1078: 	distclean-tags
 1079: 
 1080: dvi: dvi-am
 1081: 
 1082: dvi-am:
 1083: 
 1084: html: html-am
 1085: 
 1086: html-am:
 1087: 
 1088: info: info-am
 1089: 
 1090: info-am:
 1091: 
 1092: install-data-am: install-man
 1093: 
 1094: install-dvi: install-dvi-am
 1095: 
 1096: install-dvi-am:
 1097: 
 1098: install-exec-am: install-binPROGRAMS install-sbinPROGRAMS
 1099: 	@$(NORMAL_INSTALL)
 1100: 	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
 1101: install-html: install-html-am
 1102: 
 1103: install-html-am:
 1104: 
 1105: install-info: install-info-am
 1106: 
 1107: install-info-am:
 1108: 
 1109: install-man: install-man1
 1110: 
 1111: install-pdf: install-pdf-am
 1112: 
 1113: install-pdf-am:
 1114: 
 1115: install-ps: install-ps-am
 1116: 
 1117: install-ps-am:
 1118: 
 1119: installcheck-am:
 1120: 
 1121: maintainer-clean: maintainer-clean-am
 1122: 	-rm -rf ./$(DEPDIR)
 1123: 	-rm -f Makefile
 1124: maintainer-clean-am: distclean-am maintainer-clean-generic
 1125: 
 1126: mostlyclean: mostlyclean-am
 1127: 
 1128: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 1129: 	mostlyclean-libtool
 1130: 
 1131: pdf: pdf-am
 1132: 
 1133: pdf-am:
 1134: 
 1135: ps: ps-am
 1136: 
 1137: ps-am:
 1138: 
 1139: uninstall-am: uninstall-binPROGRAMS uninstall-man \
 1140: 	uninstall-sbinPROGRAMS
 1141: 
 1142: uninstall-man: uninstall-man1
 1143: 
 1144: .MAKE: all check check-am install install-am install-exec-am \
 1145: 	install-strip
 1146: 
 1147: .PHONY: CTAGS GTAGS all all-am check check-am check-local clean \
 1148: 	clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
 1149: 	clean-libtool clean-noinstLIBRARIES clean-sbinPROGRAMS ctags \
 1150: 	distclean distclean-compile distclean-generic \
 1151: 	distclean-libtool distclean-tags distdir dvi dvi-am html \
 1152: 	html-am info info-am install install-am install-binPROGRAMS \
 1153: 	install-data install-data-am install-dvi install-dvi-am \
 1154: 	install-exec install-exec-am install-exec-hook install-html \
 1155: 	install-html-am install-info install-info-am install-man \
 1156: 	install-man1 install-pdf install-pdf-am install-ps \
 1157: 	install-ps-am install-sbinPROGRAMS install-strip installcheck \
 1158: 	installcheck-am installdirs maintainer-clean \
 1159: 	maintainer-clean-generic mostlyclean mostlyclean-compile \
 1160: 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 1161: 	tags uninstall uninstall-am uninstall-binPROGRAMS \
 1162: 	uninstall-man uninstall-man1 uninstall-sbinPROGRAMS
 1163: 
 1164: 
 1165: vphack:
 1166: 	test -e ntp_parser.c || ln -s $(srcdir)/ntp_parser.c .
 1167: 	test -e ntp_parser.h || ln -s $(srcdir)/ntp_parser.h .
 1168: 
 1169: #
 1170: # ylwrap script which invokes Bison replaces ntp_parser.h
 1171: # symlink with the updated file, when ntp_parser.h changes.
 1172: # vphack_after detects this and copies the updated file to srcdir 
 1173: # and re-creates the ntp_parser.h symlink in its place.
 1174: #
 1175: 
 1176: vphack_after:
 1177: 	test -L ntp_parser.h || ( \
 1178: 		mv ntp_parser.h $(srcdir)/ntp_parser.h && \
 1179: 		ln -s $(srcdir)/ntp_parser.h . \
 1180: 		)
 1181: 
 1182: check-local: @MAKE_CHECK_Y2K@ $(CHECK_SAVECONFIG)
 1183: 	test -z "@MAKE_CHECK_Y2K@" || ./@MAKE_CHECK_Y2K@
 1184: 
 1185: k-g-u-submake: keyword-gen
 1186: 	./keyword-gen $(srcdir)/ntp_parser.h > k-g.out
 1187: 	@grep -v diff_ignore_line < k-g.out > cmp1
 1188: 	@grep -v diff_ignore_line < $(srcdir)/ntp_keyword.h > cmp2
 1189: 	@cmp cmp1 cmp2 > /dev/null || \
 1190: 		{ mv -f k-g.out $(srcdir)/ntp_keyword.h && \
 1191: 		  echo 'Generated changed ntp_keyword.h.' ;}
 1192: 	@[ ! -f k-g.out ] || \
 1193: 		{ rm k-g.out && echo 'ntp_keyword.h is up to date.' ;}
 1194: 	@rm cmp1 cmp2
 1195: 	@echo 'keyword-gen and ntp_keyword.h are up to date.' > $@
 1196: 
 1197: $(srcdir)/keyword-gen-utd: $(srcdir)/keyword-gen.c $(srcdir)/ntp_parser.h
 1198: 	$(MAKE) k-g-u-submake	# avoid explicit dependency
 1199: 	grep diff_ignore_line $(srcdir)/ntp_keyword.h > k-g-u
 1200: 	mv -f k-g-u $@
 1201: 
 1202: $(srcdir)/ntp_keyword.h: $(srcdir)/keyword-gen-utd
 1203: 	@: do-nothing action to avoid default SCCS get
 1204: 	@: .h updated if needed by k-g-u-submake rule
 1205: 
 1206: $(srcdir)/ntpd-opts.h: $(srcdir)/ntpd-opts.c
 1207: 	@: do-nothing action to avoid default SCCS get, .h built with .c
 1208: 
 1209: $(srcdir)/ntpd-opts.c: $(srcdir)/ntpd-opts.def $(srcdir)/ntpdbase-opts.def $(std_def_list)
 1210: 	$(run_ag) ntpd-opts.def
 1211: 
 1212: $(srcdir)/ntpd.1: $(srcdir)/ntpd-opts.def $(srcdir)/ntpdbase-opts.def $(std_def_list)
 1213: 	$(run_ag) -Tagman1.tpl -bntpd ntpd-opts.def
 1214: 
 1215: $(srcdir)/ntpd-opts.menu: $(srcdir)/ntpd-opts.texi
 1216: 	@: do-nothing action to avoid default SCCS get, .menu built with .texi
 1217: 
 1218: $(srcdir)/ntpd-opts.texi: $(srcdir)/ntpd-opts.def $(srcdir)/ntpdbase-opts.def $(std_def_list)
 1219: 	$(run_ag) -Taginfo.tpl -DLEVEL=section ntpd-opts.def
 1220: 	$(top_srcdir)/scripts/check--help $@
 1221: 
 1222: $(PROGRAMS): $(LDADD)
 1223: 
 1224: compsave.conf: ntpd $(srcdir)/complete.conf
 1225: 	./ntpd --configfile $(srcdir)/complete.conf --saveconfigquit $@
 1226: 
 1227: check-saveconfig: $(srcdir)/complete.conf compsave.conf
 1228: 	cmp $(srcdir)/complete.conf compsave.conf && echo stamp > $@
 1229: 
 1230: ../libopts/libopts.la:
 1231: 	cd ../libopts && $(MAKE) libopts.la
 1232: 
 1233: ../libntp/libntp.a:
 1234: 	cd ../libntp && $(MAKE) libntp.a
 1235: 
 1236: ../libparse/libparse.a:
 1237: 	cd ../libparse && $(MAKE) libparse.a
 1238: 
 1239: $(top_srcdir)/version:
 1240: 	cd $(top_srcdir) && $(MAKE) version
 1241: 
 1242: version.o: $(ntpd_OBJECTS) ../libntp/libntp.a @LIBPARSE@ Makefile $(top_srcdir)/version
 1243: 	env CSET=`cat $(top_srcdir)/version` $(top_builddir)/scripts/mkver ntpd
 1244: 	$(COMPILE) -c version.c
 1245: 
 1246: install-exec-hook:
 1247: 	@case ${BINSUBDIR} in						\
 1248: 	 bin) ODIR=${sbindir} ;;					\
 1249: 	 sbin) ODIR=${bindir} ;;					\
 1250: 	esac;								\
 1251: 	test -z "${bin_PROGRAMS}${bin_SCRIPTS}"				\
 1252: 	|| for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do		\
 1253: 	   test ! -f $$ODIR/$$i || echo "*** $$i is also in $$ODIR!";	\
 1254: 	done
 1255: 
 1256: #
 1257: $(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
 1258: 	@[ -f $@ ] ||							\
 1259: 		cp $(top_srcdir)/deps-ver $@
 1260: 	@[ -w $@ ] ||							\
 1261: 		chmod ug+w $@
 1262: 	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
 1263: 		$(MAKE) clean &&					\
 1264: 		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
 1265: 		cat $@ &&						\
 1266: 		rm -rf $(DEPDIR) &&					\
 1267: 		mkdir $(DEPDIR) && 					\
 1268: 		case "$(top_builddir)" in				\
 1269: 		 .)							\
 1270: 		    ./config.status Makefile depfiles			\
 1271: 		    ;;							\
 1272: 		 ..)							\
 1273: 			cd .. &&					\
 1274: 			./config.status $(subdir)/Makefile depfiles &&	\
 1275: 			cd $(subdir)					\
 1276: 		    ;;							\
 1277: 		 *)							\
 1278: 		    echo 'Fatal: depsver.mf Automake fragment limited'	\
 1279: 			 'to immediate subdirectories.'	&&		\
 1280: 		    echo "top_builddir:	$(top_builddir)" &&		\
 1281: 		    echo "subdir:	$(subdir)" &&			\
 1282: 		    exit 1						\
 1283: 		    ;;							\
 1284: 		esac &&							\
 1285: 		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
 1286: 		cat $(top_srcdir)/deps-ver				\
 1287: 	)
 1288: 	cp $(top_srcdir)/deps-ver $@
 1289: 
 1290: .deps-ver: $(top_srcdir)/deps-ver
 1291: 	@[ ! -d $(DEPDIR) ] || $(MAKE) $(DEPDIR)/deps-ver
 1292: 	@touch $@
 1293: 
 1294: #
 1295: # depsver.mf	included in Makefile.am for directories with .deps
 1296: #
 1297: # When building in the same directory with sources that change over
 1298: # time, such as when tracking using bk, the .deps files can become
 1299: # stale with respect to moved, deleted, or superceded headers.  Most
 1300: # commonly, this would exhibit as make reporting a failure to make a
 1301: # header file which is no longer in the location given.  To address
 1302: # this issue, we use a deps-ver file which is updated with each change
 1303: # that breaks old .deps files.  A copy of deps-ver is made into
 1304: # $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
 1305: # with different contents than deps-ver, we make clean to ensure all
 1306: # .o files built before the incompatible change are rebuilt along with
 1307: # their updated .deps files, then remove $(DEPDIR) and recreate it as
 1308: # empty stubs.
 1309: #
 1310: # It is normal when configured with --disable-dependency-tracking for
 1311: # the DEPDIR to not have been created.  For this reason, we use the
 1312: # intermediate target .deps-ver, which invokes make recursively if
 1313: # DEPDIR exists.
 1314: #
 1315: # If you modify depsver.mf, please make the changes to the master
 1316: # copy, the one in sntp is copied by the bootstrap script from it.
 1317: #
 1318: # This comment block follows rather than leads the related code so that
 1319: # it stays with it in the generated Makefile.in and Makefile.
 1320: #
 1321: 
 1322: # Tell versions [3.59,3.63) of GNU make to not export all variables.
 1323: # Otherwise a system limit (for SysV at least) may be exceeded.
 1324: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>