1344884Scy# Makefile.in generated by automake 1.15.1 from Makefile.am.
2132451Sroberto# @configure_input@
354359Sroberto
4344884Scy# Copyright (C) 1994-2017 Free Software Foundation, Inc.
5285169Scy
654359Sroberto# This Makefile.in is free software; the Free Software Foundation
754359Sroberto# gives unlimited permission to copy and/or distribute it,
854359Sroberto# with or without modifications, as long as this notice is preserved.
954359Sroberto
1054359Sroberto# This program is distributed in the hope that it will be useful,
1154359Sroberto# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1254359Sroberto# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1354359Sroberto# PARTICULAR PURPOSE.
1454359Sroberto
15106163Sroberto@SET_MAKE@
16106163Sroberto
1754359SrobertoVPATH = @srcdir@
18285169Scyam__is_gnu_make = { \
19285169Scy  if test -z '$(MAKELEVEL)'; then \
20285169Scy    false; \
21285169Scy  elif test -n '$(MAKE_HOST)'; then \
22285169Scy    true; \
23285169Scy  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24285169Scy    true; \
25285169Scy  else \
26285169Scy    false; \
27285169Scy  fi; \
28285169Scy}
29285169Scyam__make_running_with_option = \
30285169Scy  case $${target_option-} in \
31285169Scy      ?) ;; \
32285169Scy      *) echo "am__make_running_with_option: internal error: invalid" \
33285169Scy              "target option '$${target_option-}' specified" >&2; \
34285169Scy         exit 1;; \
35285169Scy  esac; \
36285169Scy  has_opt=no; \
37285169Scy  sane_makeflags=$$MAKEFLAGS; \
38285169Scy  if $(am__is_gnu_make); then \
39285169Scy    sane_makeflags=$$MFLAGS; \
40285169Scy  else \
41285169Scy    case $$MAKEFLAGS in \
42285169Scy      *\\[\ \	]*) \
43285169Scy        bs=\\; \
44285169Scy        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45285169Scy          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46285169Scy    esac; \
47285169Scy  fi; \
48285169Scy  skip_next=no; \
49285169Scy  strip_trailopt () \
50285169Scy  { \
51285169Scy    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52285169Scy  }; \
53285169Scy  for flg in $$sane_makeflags; do \
54285169Scy    test $$skip_next = yes && { skip_next=no; continue; }; \
55285169Scy    case $$flg in \
56285169Scy      *=*|--*) continue;; \
57285169Scy        -*I) strip_trailopt 'I'; skip_next=yes;; \
58285169Scy      -*I?*) strip_trailopt 'I';; \
59285169Scy        -*O) strip_trailopt 'O'; skip_next=yes;; \
60285169Scy      -*O?*) strip_trailopt 'O';; \
61285169Scy        -*l) strip_trailopt 'l'; skip_next=yes;; \
62285169Scy      -*l?*) strip_trailopt 'l';; \
63285169Scy      -[dEDm]) skip_next=yes;; \
64285169Scy      -[JT]) skip_next=yes;; \
65285169Scy    esac; \
66285169Scy    case $$flg in \
67285169Scy      *$$target_option*) has_opt=yes; break;; \
68285169Scy    esac; \
69285169Scy  done; \
70285169Scy  test $$has_opt = yes
71285169Scyam__make_dryrun = (target_option=n; $(am__make_running_with_option))
72285169Scyam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
7354359Srobertopkgdatadir = $(datadir)/@PACKAGE@
74200576Srobertopkgincludedir = $(includedir)/@PACKAGE@
7554359Srobertopkglibdir = $(libdir)/@PACKAGE@
76200576Srobertopkglibexecdir = $(libexecdir)/@PACKAGE@
77132451Srobertoam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78132451Srobertoinstall_sh_DATA = $(install_sh) -c -m 644
79132451Srobertoinstall_sh_PROGRAM = $(install_sh) -c
80132451Srobertoinstall_sh_SCRIPT = $(install_sh) -c
8182498SrobertoINSTALL_HEADER = $(INSTALL_DATA)
82132451Srobertotransform = $(program_transform_name)
8354359SrobertoNORMAL_INSTALL = :
8454359SrobertoPRE_INSTALL = :
8554359SrobertoPOST_INSTALL = :
8654359SrobertoNORMAL_UNINSTALL = :
8754359SrobertoPRE_UNINSTALL = :
8854359SrobertoPOST_UNINSTALL = :
8954359Srobertobuild_triplet = @build@
9054359Srobertohost_triplet = @host@
91280849ScyEXTRA_PROGRAMS = propdelay$(EXEEXT) chutest$(EXEEXT)
92182007Srobertosubdir = clockstuff
93182007SrobertoACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94280849Scyam__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
95280849Scy	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
96282408Scy	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
97280849Scy	$(top_srcdir)/sntp/m4/define_dir.m4 \
98280849Scy	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
99280849Scy	$(top_srcdir)/sntp/m4/libtool.m4 \
100280849Scy	$(top_srcdir)/sntp/m4/ltoptions.m4 \
101280849Scy	$(top_srcdir)/sntp/m4/ltsugar.m4 \
102280849Scy	$(top_srcdir)/sntp/m4/ltversion.m4 \
103280849Scy	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
104330106Sdelphij	$(top_srcdir)/sntp/m4/ntp_af_unspec.m4 \
105280849Scy	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
106280849Scy	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
107280849Scy	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
108280849Scy	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
109280849Scy	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
110280849Scy	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
111280849Scy	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
112280849Scy	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
113316068Sdelphij	$(top_srcdir)/sntp/m4/ntp_harden.m4 \
114280849Scy	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
115280849Scy	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
116280849Scy	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
117280849Scy	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
118280849Scy	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
119280849Scy	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
120280849Scy	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
121280849Scy	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
122289764Sglebius	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
123280849Scy	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
124280849Scy	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
125280849Scy	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
126285169Scy	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
127280849Scy	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
128280849Scy	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
129282408Scy	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
130282408Scy	$(top_srcdir)/sntp/m4/openldap.m4 \
131280849Scy	$(top_srcdir)/sntp/m4/os_cflags.m4 \
132280849Scy	$(top_srcdir)/sntp/m4/snprintf.m4 \
133280849Scy	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
134182007Srobertoam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
135182007Sroberto	$(ACLOCAL_M4)
136285169ScyDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
137182007Srobertomkinstalldirs = $(install_sh) -d
138182007SrobertoCONFIG_HEADER = $(top_builddir)/config.h
139182007SrobertoCONFIG_CLEAN_FILES =
140200576SrobertoCONFIG_CLEAN_VPATH_FILES =
141182007SrobertoPROGRAMS = $(noinst_PROGRAMS)
142182007Srobertochutest_SOURCES = chutest.c
143280849Scychutest_OBJECTS = chutest.$(OBJEXT)
144280849Scychutest_LDADD = $(LDADD)
145280849Scyam__DEPENDENCIES_1 =
146280849Scychutest_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
147280849Scy	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
148285169ScyAM_V_lt = $(am__v_lt_@AM_V@)
149285169Scyam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
150280849Scyam__v_lt_0 = --silent
151285169Scyam__v_lt_1 = 
152182007Srobertopropdelay_SOURCES = propdelay.c
153280849Scypropdelay_OBJECTS = propdelay.$(OBJEXT)
154280849Scyam__DEPENDENCIES_2 = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
155280849Scy	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
156280849Scypropdelay_DEPENDENCIES = $(am__DEPENDENCIES_2)
157285169ScyAM_V_P = $(am__v_P_@AM_V@)
158285169Scyam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
159285169Scyam__v_P_0 = false
160285169Scyam__v_P_1 = :
161285169ScyAM_V_GEN = $(am__v_GEN_@AM_V@)
162285169Scyam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
163285169Scyam__v_GEN_0 = @echo "  GEN     " $@;
164285169Scyam__v_GEN_1 = 
165285169ScyAM_V_at = $(am__v_at_@AM_V@)
166285169Scyam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
167285169Scyam__v_at_0 = @
168285169Scyam__v_at_1 = 
169200576SrobertoDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
170280849Scydepcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp
171182007Srobertoam__depfiles_maybe = depfiles
172200576Srobertoam__mv = mv -f
173182007SrobertoCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
174182007Sroberto	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
175280849ScyLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
176280849Scy	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
177280849Scy	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
178280849Scy	$(AM_CFLAGS) $(CFLAGS)
179285169ScyAM_V_CC = $(am__v_CC_@AM_V@)
180285169Scyam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
181285169Scyam__v_CC_0 = @echo "  CC      " $@;
182285169Scyam__v_CC_1 = 
183182007SrobertoCCLD = $(CC)
184280849ScyLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
185280849Scy	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
186280849Scy	$(AM_LDFLAGS) $(LDFLAGS) -o $@
187285169ScyAM_V_CCLD = $(am__v_CCLD_@AM_V@)
188285169Scyam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
189285169Scyam__v_CCLD_0 = @echo "  CCLD    " $@;
190285169Scyam__v_CCLD_1 = 
191280849ScySOURCES = chutest.c propdelay.c
192280849ScyDIST_SOURCES = chutest.c propdelay.c
193285169Scyam__can_run_installinfo = \
194285169Scy  case $$AM_UPDATE_INFO_DIR in \
195285169Scy    n|no|NO) false;; \
196285169Scy    *) (install-info --version) >/dev/null 2>&1;; \
197285169Scy  esac
198285169Scyam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
199285169Scy# Read a list of newline-separated strings from the standard input,
200285169Scy# and print each of them once, without duplicates.  Input order is
201285169Scy# *not* preserved.
202285169Scyam__uniquify_input = $(AWK) '\
203285169Scy  BEGIN { nonempty = 0; } \
204285169Scy  { items[$$0] = 1; nonempty = 1; } \
205285169Scy  END { if (nonempty) { for (i in items) print i; }; } \
206285169Scy'
207285169Scy# Make sure the list of sources is unique.  This is necessary because,
208285169Scy# e.g., the same source file might be shared among _SOURCES variables
209285169Scy# for different programs/libraries.
210285169Scyam__define_uniq_tagged_files = \
211285169Scy  list='$(am__tagged_files)'; \
212285169Scy  unique=`for i in $$list; do \
213285169Scy    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
214285169Scy  done | $(am__uniquify_input)`
215182007SrobertoETAGS = etags
216182007SrobertoCTAGS = ctags
217285169Scyam__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depsver.mf \
218285169Scy	$(top_srcdir)/includes.mf $(top_srcdir)/sntp/check-libntp.mf \
219285169Scy	$(top_srcdir)/sntp/libevent/build-aux/depcomp README
220182007SrobertoDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
221132451SrobertoACLOCAL = @ACLOCAL@
222280849ScyALLOCA = @ALLOCA@
22354359SrobertoAMTAR = @AMTAR@
224280849ScyAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
225182007SrobertoAR = @AR@
226132451SrobertoAUTOCONF = @AUTOCONF@
227132451SrobertoAUTOHEADER = @AUTOHEADER@
228132451SrobertoAUTOMAKE = @AUTOMAKE@
22954359SrobertoAWK = @AWK@
230289764SglebiusBUILD_THREAD = @BUILD_THREAD@
231280849ScyCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
232280849ScyCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
233280849ScyCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
234280849ScyCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
235280849ScyCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
23654359SrobertoCC = @CC@
237132451SrobertoCCDEPMODE = @CCDEPMODE@
23854359SrobertoCFLAGS = @CFLAGS@
239289764SglebiusCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
240280849ScyCFLAGS_NTP = @CFLAGS_NTP@
24154359SrobertoCHUTEST = @CHUTEST@
242280849ScyCONFIG_SHELL = @CONFIG_SHELL@
24354359SrobertoCPP = @CPP@
244132451SrobertoCPPFLAGS = @CPPFLAGS@
245280849ScyCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
246280849ScyCPPFLAGS_NTP = @CPPFLAGS_NTP@
247132451SrobertoCYGPATH_W = @CYGPATH_W@
24854359SrobertoDCFD = @DCFD@
249132451SrobertoDEFS = @DEFS@
25056746SrobertoDEPDIR = @DEPDIR@
251280849ScyDLLTOOL = @DLLTOOL@
252280849ScyDSYMUTIL = @DSYMUTIL@
253280849ScyDUMPBIN = @DUMPBIN@
254132451SrobertoECHO_C = @ECHO_C@
255132451SrobertoECHO_N = @ECHO_N@
256132451SrobertoECHO_T = @ECHO_T@
257280849ScyEDITLINE_LIBS = @EDITLINE_LIBS@
258132451SrobertoEGREP = @EGREP@
259106163SrobertoEXEEXT = @EXEEXT@
260280849ScyFGREP = @FGREP@
261200576SrobertoGREP = @GREP@
262280849ScyGTEST_CONFIG = @GTEST_CONFIG@
263280849ScyGTEST_CPPFLAGS = @GTEST_CPPFLAGS@
264280849ScyGTEST_CXXFLAGS = @GTEST_CXXFLAGS@
265280849ScyGTEST_LDFLAGS = @GTEST_LDFLAGS@
266280849ScyGTEST_LIBS = @GTEST_LIBS@
267200576SrobertoHAVE_INLINE = @HAVE_INLINE@
268285169ScyHAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
269280849ScyHAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
270280849ScyHAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
271200576SrobertoINSTALL = @INSTALL@
272132451SrobertoINSTALL_DATA = @INSTALL_DATA@
273132451SrobertoINSTALL_PROGRAM = @INSTALL_PROGRAM@
274132451SrobertoINSTALL_SCRIPT = @INSTALL_SCRIPT@
27582498SrobertoINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
276280849ScyLD = @LD@
277280849ScyLDADD_LIBEVENT = @LDADD_LIBEVENT@
278280849ScyLDADD_LIBNTP = @LDADD_LIBNTP@
279280849ScyLDADD_LIBUTIL = @LDADD_LIBUTIL@
280280849ScyLDADD_NLIST = @LDADD_NLIST@
281280849ScyLDADD_NTP = @LDADD_NTP@
28254359SrobertoLDFLAGS = @LDFLAGS@
283280849ScyLDFLAGS_NTP = @LDFLAGS_NTP@
284280849ScyLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
285280849ScyLIBM = @LIBM@
286132451SrobertoLIBOBJS = @LIBOBJS@
287182007SrobertoLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
288182007SrobertoLIBOPTS_DIR = @LIBOPTS_DIR@
289182007SrobertoLIBOPTS_LDADD = @LIBOPTS_LDADD@
29054359SrobertoLIBPARSE = @LIBPARSE@
291132451SrobertoLIBS = @LIBS@
292182007SrobertoLIBTOOL = @LIBTOOL@
293280849ScyLIBTOOL_DEPS = @LIBTOOL_DEPS@
294280849ScyLIPO = @LIPO@
29554359SrobertoLN_S = @LN_S@
296200576SrobertoLSCF = @LSCF@
297289764SglebiusLTHREAD_LIBS = @LTHREAD_LIBS@
298132451SrobertoLTLIBOBJS = @LTLIBOBJS@
299316068SdelphijLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
300132451SrobertoMAKEINFO = @MAKEINFO@
30154359SrobertoMAKE_ADJTIMED = @MAKE_ADJTIMED@
302182007SrobertoMAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
30354359SrobertoMAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
304132451SrobertoMAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
30554359SrobertoMAKE_LIBPARSE = @MAKE_LIBPARSE@
30654359SrobertoMAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
307132451SrobertoMAKE_NTPDSIM = @MAKE_NTPDSIM@
308280849ScyMAKE_NTPSNMPD = @MAKE_NTPSNMPD@
30954359SrobertoMAKE_NTPTIME = @MAKE_NTPTIME@
31054359SrobertoMAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
31154359SrobertoMAKE_TICKADJ = @MAKE_TICKADJ@
31282498SrobertoMAKE_TIMETRIM = @MAKE_TIMETRIM@
313280849ScyMANIFEST_TOOL = @MANIFEST_TOOL@
314280849ScyMANTAGFMT = @MANTAGFMT@
315200576SrobertoMKDIR_P = @MKDIR_P@
316280849ScyNM = @NM@
317280849ScyNMEDIT = @NMEDIT@
318280849ScyNTPDATE_DB = @NTPDATE_DB@
319280849ScyNTPDATE_DL = @NTPDATE_DL@
320280849ScyNTPDATE_DS = @NTPDATE_DS@
321280849ScyNTPDATE_MS = @NTPDATE_MS@
322280849ScyNTPDATE_NI = @NTPDATE_NI@
323280849ScyNTPDC_DB = @NTPDC_DB@
324280849ScyNTPDC_DL = @NTPDC_DL@
325280849ScyNTPDC_DS = @NTPDC_DS@
326280849ScyNTPDC_MS = @NTPDC_MS@
327280849ScyNTPDC_NI = @NTPDC_NI@
328280849ScyNTPDSIM_DB = @NTPDSIM_DB@
329280849ScyNTPDSIM_DL = @NTPDSIM_DL@
330280849ScyNTPDSIM_DS = @NTPDSIM_DS@
331280849ScyNTPDSIM_MS = @NTPDSIM_MS@
332280849ScyNTPDSIM_NI = @NTPDSIM_NI@
333280849ScyNTPD_DB = @NTPD_DB@
334280849ScyNTPD_DL = @NTPD_DL@
335280849ScyNTPD_DS = @NTPD_DS@
336280849ScyNTPD_MS = @NTPD_MS@
337280849ScyNTPD_NI = @NTPD_NI@
338280849ScyNTPQ_DB = @NTPQ_DB@
339280849ScyNTPQ_DL = @NTPQ_DL@
340280849ScyNTPQ_DS = @NTPQ_DS@
341280849ScyNTPQ_MS = @NTPQ_MS@
342280849ScyNTPQ_NI = @NTPQ_NI@
343280849ScyNTPSNMPD_DB = @NTPSNMPD_DB@
344280849ScyNTPSNMPD_DL = @NTPSNMPD_DL@
345280849ScyNTPSNMPD_DS = @NTPSNMPD_DS@
346280849ScyNTPSNMPD_MS = @NTPSNMPD_MS@
347280849ScyNTPSNMPD_NI = @NTPSNMPD_NI@
348280849ScyNTPSWEEP_DB = @NTPSWEEP_DB@
349280849ScyNTPSWEEP_DL = @NTPSWEEP_DL@
350280849ScyNTPSWEEP_DS = @NTPSWEEP_DS@
351280849ScyNTPSWEEP_MS = @NTPSWEEP_MS@
352280849ScyNTPSWEEP_NI = @NTPSWEEP_NI@
353280849ScyNTPTIME_DB = @NTPTIME_DB@
354280849ScyNTPTIME_DL = @NTPTIME_DL@
355280849ScyNTPTIME_DS = @NTPTIME_DS@
356280849ScyNTPTIME_MS = @NTPTIME_MS@
357280849ScyNTPTIME_NI = @NTPTIME_NI@
358280849ScyNTPTRACE_DB = @NTPTRACE_DB@
359280849ScyNTPTRACE_DL = @NTPTRACE_DL@
360280849ScyNTPTRACE_DS = @NTPTRACE_DS@
361280849ScyNTPTRACE_MS = @NTPTRACE_MS@
362280849ScyNTPTRACE_NI = @NTPTRACE_NI@
363316068SdelphijNTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@
364316068SdelphijNTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@
365316068SdelphijNTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@
366280849ScyNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
367280849ScyNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
368280849ScyNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
369280849ScyNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
370280849ScyNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
371280849ScyNTP_KEYSDIR = @NTP_KEYSDIR@
372280849ScyNTP_WAIT_DB = @NTP_WAIT_DB@
373280849ScyNTP_WAIT_DL = @NTP_WAIT_DL@
374280849ScyNTP_WAIT_DS = @NTP_WAIT_DS@
375280849ScyNTP_WAIT_MS = @NTP_WAIT_MS@
376280849ScyNTP_WAIT_NI = @NTP_WAIT_NI@
377280849ScyOBJDUMP = @OBJDUMP@
378106163SrobertoOBJEXT = @OBJEXT@
379280849ScyOTOOL = @OTOOL@
380280849ScyOTOOL64 = @OTOOL64@
38154359SrobertoPACKAGE = @PACKAGE@
382132451SrobertoPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
383132451SrobertoPACKAGE_NAME = @PACKAGE_NAME@
384132451SrobertoPACKAGE_STRING = @PACKAGE_STRING@
385132451SrobertoPACKAGE_TARNAME = @PACKAGE_TARNAME@
386200576SrobertoPACKAGE_URL = @PACKAGE_URL@
387132451SrobertoPACKAGE_VERSION = @PACKAGE_VERSION@
388280849ScyPATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
38982498SrobertoPATH_PERL = @PATH_PERL@
390285169ScyPATH_RUBY = @PATH_RUBY@
391132451SrobertoPATH_SEPARATOR = @PATH_SEPARATOR@
392280849ScyPATH_TEST = @PATH_TEST@
393280849ScyPERLLIBDIR = @PERLLIBDIR@
394280849ScyPKG_CONFIG = @PKG_CONFIG@
395280849ScyPOSIX_SHELL = @POSIX_SHELL@
39654359SrobertoPROPDELAY = @PROPDELAY@
397280849ScyPTHREAD_LIBS = @PTHREAD_LIBS@
39854359SrobertoRANLIB = @RANLIB@
399280849ScySED = @SED@
400132451SrobertoSET_MAKE = @SET_MAKE@
401132451SrobertoSHELL = @SHELL@
402280849ScySNMP_CFLAGS = @SNMP_CFLAGS@
403280849ScySNMP_CPPFLAGS = @SNMP_CPPFLAGS@
404280849ScySNMP_LIBS = @SNMP_LIBS@
405280849ScySNTP = @SNTP@
406280849ScySNTP_DB = @SNTP_DB@
407280849ScySNTP_DL = @SNTP_DL@
408280849ScySNTP_DS = @SNTP_DS@
409280849ScySNTP_MS = @SNTP_MS@
410280849ScySNTP_NI = @SNTP_NI@
411280849ScySTDNORETURN_H = @STDNORETURN_H@
412132451SrobertoSTRIP = @STRIP@
41354359SrobertoTESTDCF = @TESTDCF@
414280849ScyTICKADJ_DB = @TICKADJ_DB@
415280849ScyTICKADJ_DL = @TICKADJ_DL@
416280849ScyTICKADJ_DS = @TICKADJ_DS@
417280849ScyTICKADJ_MS = @TICKADJ_MS@
418280849ScyTICKADJ_NI = @TICKADJ_NI@
419280849ScyTIMETRIM_DB = @TIMETRIM_DB@
420280849ScyTIMETRIM_DL = @TIMETRIM_DL@
421280849ScyTIMETRIM_DS = @TIMETRIM_DS@
422280849ScyTIMETRIM_MS = @TIMETRIM_MS@
423280849ScyTIMETRIM_NI = @TIMETRIM_NI@
424282408ScyUPDATE_LEAP_DB = @UPDATE_LEAP_DB@
425282408ScyUPDATE_LEAP_DL = @UPDATE_LEAP_DL@
426282408ScyUPDATE_LEAP_DS = @UPDATE_LEAP_DS@
427282408ScyUPDATE_LEAP_MS = @UPDATE_LEAP_MS@
428282408ScyUPDATE_LEAP_NI = @UPDATE_LEAP_NI@
42954359SrobertoVERSION = @VERSION@
430280849ScyVER_SUFFIX = @VER_SUFFIX@
431280849ScyYACC = @YACC@
432280849ScyYFLAGS = @YFLAGS@
433200576Srobertoabs_builddir = @abs_builddir@
434200576Srobertoabs_srcdir = @abs_srcdir@
435200576Srobertoabs_top_builddir = @abs_top_builddir@
436200576Srobertoabs_top_srcdir = @abs_top_srcdir@
437280849Scyac_ct_AR = @ac_ct_AR@
438132451Srobertoac_ct_CC = @ac_ct_CC@
439280849Scyac_ct_DUMPBIN = @ac_ct_DUMPBIN@
440106163Srobertoam__include = @am__include@
441132451Srobertoam__leading_dot = @am__leading_dot@
442106163Srobertoam__quote = @am__quote@
443182007Srobertoam__tar = @am__tar@
444182007Srobertoam__untar = @am__untar@
445132451Srobertobindir = @bindir@
446132451Srobertobuild = @build@
447132451Srobertobuild_alias = @build_alias@
448132451Srobertobuild_cpu = @build_cpu@
449132451Srobertobuild_os = @build_os@
450132451Srobertobuild_vendor = @build_vendor@
451200576Srobertobuilddir = @builddir@
452132451Srobertodatadir = @datadir@
453200576Srobertodatarootdir = @datarootdir@
454200576Srobertodocdir = @docdir@
455200576Srobertodvidir = @dvidir@
456132451Srobertoexec_prefix = @exec_prefix@
457132451Srobertohost = @host@
458132451Srobertohost_alias = @host_alias@
459132451Srobertohost_cpu = @host_cpu@
460132451Srobertohost_os = @host_os@
461132451Srobertohost_vendor = @host_vendor@
462200576Srobertohtmldir = @htmldir@
463132451Srobertoincludedir = @includedir@
464132451Srobertoinfodir = @infodir@
46556746Srobertoinstall_sh = @install_sh@
466132451Srobertolibdir = @libdir@
467132451Srobertolibexecdir = @libexecdir@
468200576Srobertolocaledir = @localedir@
469132451Srobertolocalstatedir = @localstatedir@
470132451Srobertomandir = @mandir@
471182007Srobertomkdir_p = @mkdir_p@
472132451Srobertooldincludedir = @oldincludedir@
473200576Srobertopdfdir = @pdfdir@
474132451Srobertoprefix = @prefix@
475132451Srobertoprogram_transform_name = @program_transform_name@
476200576Srobertopsdir = @psdir@
477132451Srobertosbindir = @sbindir@
478132451Srobertosharedstatedir = @sharedstatedir@
479200576Srobertosrcdir = @srcdir@
480132451Srobertosubdirs = @subdirs@
481132451Srobertosysconfdir = @sysconfdir@
482132451Srobertotarget_alias = @target_alias@
483200576Srobertotop_build_prefix = @top_build_prefix@
484200576Srobertotop_builddir = @top_builddir@
485200576Srobertotop_srcdir = @top_srcdir@
486280849Scynoinst_PROGRAMS = @PROPDELAY@ @CHUTEST@
487316068SdelphijAM_CFLAGS = $(CFLAGS_NTP) $(NTP_HARD_CFLAGS)
488316068SdelphijAM_CPPFLAGS = $(NTP_INCS) $(CPPFLAGS_NTP) $(NTP_HARD_CPPFLAGS)
489280849ScyLDADD = ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM) $(PTHREAD_LIBS)
490316068SdelphijAM_LDFLAGS = $(NTP_HARD_LDFLAGS)
491280849Scypropdelay_LDADD = $(LDADD)
492280849ScyBUILT_SOURCES = check-libntp .deps-ver
493280849ScyCLEANFILES = check-libntp .deps-ver
494280849ScyNTP_INCS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
495280849Scy	-I$(top_srcdir)/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
496280849Scy	-I$(top_srcdir)/lib/isc/unix/include
497280849Scyall: $(BUILT_SOURCES)
498280849Scy	$(MAKE) $(AM_MAKEFLAGS) all-am
49954359Sroberto
50054359Sroberto.SUFFIXES:
501182007Sroberto.SUFFIXES: .c .lo .o .obj
502280849Scy$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/sntp/check-libntp.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps)
503182007Sroberto	@for dep in $?; do \
504182007Sroberto	  case '$(am__configure_deps)' in \
505182007Sroberto	    *$$dep*) \
506200576Sroberto	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
507200576Sroberto	        && { if test -f $@; then exit 0; else break; fi; }; \
508182007Sroberto	      exit 1;; \
509182007Sroberto	  esac; \
510182007Sroberto	done; \
511200576Sroberto	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign clockstuff/Makefile'; \
512200576Sroberto	$(am__cd) $(top_srcdir) && \
513200576Sroberto	  $(AUTOMAKE) --foreign clockstuff/Makefile
514182007SrobertoMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
515182007Sroberto	@case '$?' in \
516182007Sroberto	  *config.status*) \
517182007Sroberto	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
518182007Sroberto	  *) \
519182007Sroberto	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
520182007Sroberto	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
521182007Sroberto	esac;
522285169Scy$(top_srcdir)/sntp/check-libntp.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty):
52354359Sroberto
524182007Sroberto$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
525182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
526182007Sroberto
527182007Sroberto$(top_srcdir)/configure:  $(am__configure_deps)
528182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
529182007Sroberto$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
530182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
531200576Sroberto$(am__aclocal_m4_deps):
532182007Sroberto
53354359Srobertoclean-noinstPROGRAMS:
534200576Sroberto	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
535200576Sroberto	echo " rm -f" $$list; \
536200576Sroberto	rm -f $$list || exit $$?; \
537200576Sroberto	test -n "$(EXEEXT)" || exit 0; \
538200576Sroberto	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
539200576Sroberto	echo " rm -f" $$list; \
540200576Sroberto	rm -f $$list
541285169Scy
542285169Scychutest$(EXEEXT): $(chutest_OBJECTS) $(chutest_DEPENDENCIES) $(EXTRA_chutest_DEPENDENCIES) 
543280849Scy	@rm -f chutest$(EXEEXT)
544280849Scy	$(AM_V_CCLD)$(LINK) $(chutest_OBJECTS) $(chutest_LDADD) $(LIBS)
545285169Scy
546285169Scypropdelay$(EXEEXT): $(propdelay_OBJECTS) $(propdelay_DEPENDENCIES) $(EXTRA_propdelay_DEPENDENCIES) 
547106163Sroberto	@rm -f propdelay$(EXEEXT)
548280849Scy	$(AM_V_CCLD)$(LINK) $(propdelay_OBJECTS) $(propdelay_LDADD) $(LIBS)
54954359Sroberto
55054359Srobertomostlyclean-compile:
551182007Sroberto	-rm -f *.$(OBJEXT)
55254359Sroberto
55354359Srobertodistclean-compile:
55454359Sroberto	-rm -f *.tab.c
55554359Sroberto
556280849Scy@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chutest.Po@am__quote@
557280849Scy@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/propdelay.Po@am__quote@
55854359Sroberto
559106163Sroberto.c.o:
560280849Scy@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
561280849Scy@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
562285169Scy@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
563182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564285169Scy@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
565106163Sroberto
566106163Sroberto.c.obj:
567280849Scy@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
568280849Scy@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
569285169Scy@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
570182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
571285169Scy@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
572182007Sroberto
573182007Sroberto.c.lo:
574280849Scy@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
575280849Scy@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
576285169Scy@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
577182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
578285169Scy@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
57954359Sroberto
580182007Srobertomostlyclean-libtool:
581182007Sroberto	-rm -f *.lo
582132451Sroberto
583182007Srobertoclean-libtool:
584182007Sroberto	-rm -rf .libs _libs
585132451Sroberto
586285169ScyID: $(am__tagged_files)
587285169Scy	$(am__define_uniq_tagged_files); mkid -fID $$unique
588285169Scytags: tags-am
589285169ScyTAGS: tags
59054359Sroberto
591285169Scytags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
592200576Sroberto	set x; \
59354359Sroberto	here=`pwd`; \
594285169Scy	$(am__define_uniq_tagged_files); \
595200576Sroberto	shift; \
596200576Sroberto	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
597182007Sroberto	  test -n "$$unique" || unique=$$empty_fix; \
598200576Sroberto	  if test $$# -gt 0; then \
599200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
600200576Sroberto	      "$$@" $$unique; \
601200576Sroberto	  else \
602200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
603200576Sroberto	      $$unique; \
604200576Sroberto	  fi; \
605182007Sroberto	fi
606285169Scyctags: ctags-am
607285169Scy
608285169ScyCTAGS: ctags
609285169Scyctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
610285169Scy	$(am__define_uniq_tagged_files); \
611200576Sroberto	test -z "$(CTAGS_ARGS)$$unique" \
612132451Sroberto	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
613200576Sroberto	     $$unique
614132451Sroberto
61582498SrobertoGTAGS:
616132451Sroberto	here=`$(am__cd) $(top_builddir) && pwd` \
617200576Sroberto	  && $(am__cd) $(top_srcdir) \
618200576Sroberto	  && gtags -i $(GTAGS_ARGS) "$$here"
619285169Scycscopelist: cscopelist-am
62054359Sroberto
621285169Scycscopelist-am: $(am__tagged_files)
622285169Scy	list='$(am__tagged_files)'; \
623285169Scy	case "$(srcdir)" in \
624285169Scy	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
625285169Scy	  *) sdir=$(subdir)/$(srcdir) ;; \
626285169Scy	esac; \
627285169Scy	for i in $$list; do \
628285169Scy	  if test -f "$$i"; then \
629285169Scy	    echo "$(subdir)/$$i"; \
630285169Scy	  else \
631285169Scy	    echo "$$sdir/$$i"; \
632285169Scy	  fi; \
633285169Scy	done >> $(top_builddir)/cscope.files
634285169Scy
63554359Srobertodistclean-tags:
636132451Sroberto	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
63782498Sroberto
63882498Srobertodistdir: $(DISTFILES)
639200576Sroberto	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
640200576Sroberto	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
641200576Sroberto	list='$(DISTFILES)'; \
642200576Sroberto	  dist_files=`for file in $$list; do echo $$file; done | \
643200576Sroberto	  sed -e "s|^$$srcdirstrip/||;t" \
644200576Sroberto	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
645200576Sroberto	case $$dist_files in \
646200576Sroberto	  */*) $(MKDIR_P) `echo "$$dist_files" | \
647200576Sroberto			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
648200576Sroberto			   sort -u` ;; \
649200576Sroberto	esac; \
650200576Sroberto	for file in $$dist_files; do \
651132451Sroberto	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
65282498Sroberto	  if test -d $$d/$$file; then \
653200576Sroberto	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
654200576Sroberto	    if test -d "$(distdir)/$$file"; then \
655200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
656200576Sroberto	    fi; \
657132451Sroberto	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
658200576Sroberto	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
659200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
660132451Sroberto	    fi; \
661200576Sroberto	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
66282498Sroberto	  else \
663200576Sroberto	    test -f "$(distdir)/$$file" \
664200576Sroberto	    || cp -p $$d/$$file "$(distdir)/$$file" \
66582498Sroberto	    || exit 1; \
66682498Sroberto	  fi; \
66782498Sroberto	done
66854359Srobertocheck-am: all-am
669280849Scycheck: $(BUILT_SOURCES)
670280849Scy	$(MAKE) $(AM_MAKEFLAGS) check-am
67182498Srobertoall-am: Makefile $(PROGRAMS)
67282498Srobertoinstalldirs:
673280849Scyinstall: $(BUILT_SOURCES)
674280849Scy	$(MAKE) $(AM_MAKEFLAGS) install-am
67554359Srobertoinstall-exec: install-exec-am
67654359Srobertoinstall-data: install-data-am
67782498Srobertouninstall: uninstall-am
67854359Sroberto
67954359Srobertoinstall-am: all-am
68054359Sroberto	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
68182498Sroberto
68282498Srobertoinstallcheck: installcheck-am
68354359Srobertoinstall-strip:
684285169Scy	if test -z '$(STRIP)'; then \
685285169Scy	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
686285169Scy	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
687285169Scy	      install; \
688285169Scy	else \
689285169Scy	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
690285169Scy	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
691285169Scy	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
692285169Scy	fi
69354359Srobertomostlyclean-generic:
69454359Sroberto
69554359Srobertoclean-generic:
696280849Scy	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
69754359Sroberto
69854359Srobertodistclean-generic:
699182007Sroberto	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
700200576Sroberto	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
70154359Sroberto
70254359Srobertomaintainer-clean-generic:
70382498Sroberto	@echo "This command is intended for maintainers to use"
70482498Sroberto	@echo "it deletes files that may require special tools to rebuild."
705280849Scy	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
70682498Srobertoclean: clean-am
70754359Sroberto
708182007Srobertoclean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
709182007Sroberto	mostlyclean-am
71054359Sroberto
71182498Srobertodistclean: distclean-am
712132451Sroberto	-rm -rf ./$(DEPDIR)
713132451Sroberto	-rm -f Makefile
714132451Srobertodistclean-am: clean-am distclean-compile distclean-generic \
715200576Sroberto	distclean-tags
71654359Sroberto
717106163Srobertodvi: dvi-am
71854359Sroberto
71982498Srobertodvi-am:
72054359Sroberto
721182007Srobertohtml: html-am
722182007Sroberto
723200576Srobertohtml-am:
724200576Sroberto
725106163Srobertoinfo: info-am
72654359Sroberto
72782498Srobertoinfo-am:
72882498Sroberto
72982498Srobertoinstall-data-am:
73082498Sroberto
731200576Srobertoinstall-dvi: install-dvi-am
732200576Sroberto
733200576Srobertoinstall-dvi-am:
734200576Sroberto
73582498Srobertoinstall-exec-am:
73682498Sroberto
737200576Srobertoinstall-html: install-html-am
738200576Sroberto
739200576Srobertoinstall-html-am:
740200576Sroberto
741106163Srobertoinstall-info: install-info-am
74282498Sroberto
743200576Srobertoinstall-info-am:
744200576Sroberto
74582498Srobertoinstall-man:
74682498Sroberto
747200576Srobertoinstall-pdf: install-pdf-am
748200576Sroberto
749200576Srobertoinstall-pdf-am:
750200576Sroberto
751200576Srobertoinstall-ps: install-ps-am
752200576Sroberto
753200576Srobertoinstall-ps-am:
754200576Sroberto
75582498Srobertoinstallcheck-am:
75682498Sroberto
75754359Srobertomaintainer-clean: maintainer-clean-am
758132451Sroberto	-rm -rf ./$(DEPDIR)
759132451Sroberto	-rm -f Makefile
76082498Srobertomaintainer-clean-am: distclean-am maintainer-clean-generic
76154359Sroberto
76282498Srobertomostlyclean: mostlyclean-am
76382498Sroberto
764280849Scymostlyclean-am: mostlyclean-compile mostlyclean-generic \
765182007Sroberto	mostlyclean-libtool
76682498Sroberto
767132451Srobertopdf: pdf-am
768132451Sroberto
769132451Srobertopdf-am:
770132451Sroberto
771132451Srobertops: ps-am
772132451Sroberto
773132451Srobertops-am:
774132451Sroberto
775200576Srobertouninstall-am:
776106163Sroberto
777280849Scy.MAKE: all check install install-am install-strip
778200576Sroberto
779285169Scy.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
780285169Scy	clean-libtool clean-noinstPROGRAMS cscopelist-am ctags \
781285169Scy	ctags-am distclean distclean-compile distclean-generic \
782285169Scy	distclean-libtool distclean-tags distdir dvi dvi-am html \
783285169Scy	html-am info info-am install install-am install-data \
784285169Scy	install-data-am install-dvi install-dvi-am install-exec \
785285169Scy	install-exec-am install-html install-html-am install-info \
786285169Scy	install-info-am install-man install-pdf install-pdf-am \
787285169Scy	install-ps install-ps-am install-strip installcheck \
788285169Scy	installcheck-am installdirs maintainer-clean \
789285169Scy	maintainer-clean-generic mostlyclean mostlyclean-compile \
790285169Scy	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
791285169Scy	tags tags-am uninstall uninstall-am
79282498Sroberto
793285169Scy.PRECIOUS: Makefile
79454359Sroberto
795285169Scy
796280849Scycheck-libntp: ../libntp/libntp.a
797182007Sroberto
798280849Scy../libntp/libntp.a:
799280849Scy	cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
800280849Scy$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
801280849Scy	@[ -f $@ ] ||							\
802280849Scy		cp $(top_srcdir)/deps-ver $@
803280849Scy	@[ -w $@ ] ||							\
804280849Scy		chmod ug+w $@
805280849Scy	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
806280849Scy		$(MAKE) $(AM_MAKEFLAGS) clean &&					\
807280849Scy		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
808280849Scy		cat $@ &&						\
809280849Scy		rm -rf $(DEPDIR) &&					\
810280849Scy		mkdir $(DEPDIR) && 					\
811280849Scy		case "$(top_builddir)" in				\
812280849Scy		 .)							\
813280849Scy		    ./config.status Makefile depfiles			\
814280849Scy		    ;;							\
815280849Scy		 *)							\
816280849Scy		    cd "$(top_builddir)" &&				\
817280849Scy		    ./config.status $(subdir)/Makefile depfiles &&	\
818280849Scy		    cd $(subdir)					\
819280849Scy		    ;;							\
820280849Scy		esac &&							\
821280849Scy		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
822280849Scy		cat $(top_srcdir)/deps-ver				\
823280849Scy	)
824280849Scy	cp $(top_srcdir)/deps-ver $@
82554359Sroberto
826280849Scy.deps-ver: $(top_srcdir)/deps-ver
827280849Scy	@[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
828280849Scy	@touch $@
829200576Sroberto
830280849Scy#
831280849Scy# depsver.mf	included in Makefile.am for directories with .deps
832280849Scy#
833280849Scy# When building in the same directory with sources that change over
834280849Scy# time, such as when tracking using bk, the .deps files can become
835280849Scy# stale with respect to moved, deleted, or superceded headers.  Most
836280849Scy# commonly, this would exhibit as make reporting a failure to make a
837280849Scy# header file which is no longer in the location given.  To address
838280849Scy# this issue, we use a deps-ver file which is updated with each change
839280849Scy# that breaks old .deps files.  A copy of deps-ver is made into
840280849Scy# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
841280849Scy# with different contents than deps-ver, we make clean to ensure all
842280849Scy# .o files built before the incompatible change are rebuilt along with
843280849Scy# their updated .deps files, then remove $(DEPDIR) and recreate it as
844280849Scy# empty stubs.
845280849Scy#
846280849Scy# It is normal when configured with --disable-dependency-tracking for
847280849Scy# the DEPDIR to not have been created.  For this reason, we use the
848280849Scy# intermediate target .deps-ver, which invokes make recursively if
849280849Scy# DEPDIR exists.
850280849Scy#
851280849Scy# If you modify depsver.mf, please make the changes to the master
852280849Scy# copy, the one in sntp is copied by the bootstrap script from it.
853280849Scy#
854280849Scy# This comment block follows rather than leads the related code so that
855280849Scy# it stays with it in the generated Makefile.in and Makefile.
856280849Scy#
857280849Scy
85854359Sroberto# Tell versions [3.59,3.63) of GNU make to not export all variables.
85954359Sroberto# Otherwise a system limit (for SysV at least) may be exceeded.
86054359Sroberto.NOEXPORT:
861