1285169Scy# Makefile.in generated by automake 1.15 from Makefile.am.
2132451Sroberto# @configure_input@
354359Sroberto
4285169Scy# Copyright (C) 1994-2014 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
17182007Sroberto# we traditionally installed software in bindir, while it should have gone
18182007Sroberto# in sbindir.  Now that we offer a choice, look in the "other" installation
19182007Sroberto# subdir to warn folks if there is another version there.
20182007Sroberto
21182007Sroberto
2254359SrobertoVPATH = @srcdir@
23285169Scyam__is_gnu_make = { \
24285169Scy  if test -z '$(MAKELEVEL)'; then \
25285169Scy    false; \
26285169Scy  elif test -n '$(MAKE_HOST)'; then \
27285169Scy    true; \
28285169Scy  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29285169Scy    true; \
30285169Scy  else \
31285169Scy    false; \
32285169Scy  fi; \
33285169Scy}
34285169Scyam__make_running_with_option = \
35285169Scy  case $${target_option-} in \
36285169Scy      ?) ;; \
37285169Scy      *) echo "am__make_running_with_option: internal error: invalid" \
38285169Scy              "target option '$${target_option-}' specified" >&2; \
39285169Scy         exit 1;; \
40285169Scy  esac; \
41285169Scy  has_opt=no; \
42285169Scy  sane_makeflags=$$MAKEFLAGS; \
43285169Scy  if $(am__is_gnu_make); then \
44285169Scy    sane_makeflags=$$MFLAGS; \
45285169Scy  else \
46285169Scy    case $$MAKEFLAGS in \
47285169Scy      *\\[\ \	]*) \
48285169Scy        bs=\\; \
49285169Scy        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50285169Scy          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
51285169Scy    esac; \
52285169Scy  fi; \
53285169Scy  skip_next=no; \
54285169Scy  strip_trailopt () \
55285169Scy  { \
56285169Scy    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57285169Scy  }; \
58285169Scy  for flg in $$sane_makeflags; do \
59285169Scy    test $$skip_next = yes && { skip_next=no; continue; }; \
60285169Scy    case $$flg in \
61285169Scy      *=*|--*) continue;; \
62285169Scy        -*I) strip_trailopt 'I'; skip_next=yes;; \
63285169Scy      -*I?*) strip_trailopt 'I';; \
64285169Scy        -*O) strip_trailopt 'O'; skip_next=yes;; \
65285169Scy      -*O?*) strip_trailopt 'O';; \
66285169Scy        -*l) strip_trailopt 'l'; skip_next=yes;; \
67285169Scy      -*l?*) strip_trailopt 'l';; \
68285169Scy      -[dEDm]) skip_next=yes;; \
69285169Scy      -[JT]) skip_next=yes;; \
70285169Scy    esac; \
71285169Scy    case $$flg in \
72285169Scy      *$$target_option*) has_opt=yes; break;; \
73285169Scy    esac; \
74285169Scy  done; \
75285169Scy  test $$has_opt = yes
76285169Scyam__make_dryrun = (target_option=n; $(am__make_running_with_option))
77285169Scyam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
7854359Srobertopkgdatadir = $(datadir)/@PACKAGE@
79200576Srobertopkgincludedir = $(includedir)/@PACKAGE@
8054359Srobertopkglibdir = $(libdir)/@PACKAGE@
81200576Srobertopkglibexecdir = $(libexecdir)/@PACKAGE@
82132451Srobertoam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
83132451Srobertoinstall_sh_DATA = $(install_sh) -c -m 644
84132451Srobertoinstall_sh_PROGRAM = $(install_sh) -c
85132451Srobertoinstall_sh_SCRIPT = $(install_sh) -c
8682498SrobertoINSTALL_HEADER = $(INSTALL_DATA)
87132451Srobertotransform = $(program_transform_name)
8854359SrobertoNORMAL_INSTALL = :
8954359SrobertoPRE_INSTALL = :
9054359SrobertoPOST_INSTALL = :
9154359SrobertoNORMAL_UNINSTALL = :
9254359SrobertoPRE_UNINSTALL = :
9354359SrobertoPOST_UNINSTALL = :
9454359Srobertobuild_triplet = @build@
9554359Srobertohost_triplet = @host@
96280849ScyEXTRA_PROGRAMS = ntpdate$(EXEEXT)
97182007Srobertosubdir = ntpdate
98182007SrobertoACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99280849Scyam__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
100280849Scy	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
101282408Scy	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
102280849Scy	$(top_srcdir)/sntp/m4/define_dir.m4 \
103280849Scy	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
104280849Scy	$(top_srcdir)/sntp/m4/libtool.m4 \
105280849Scy	$(top_srcdir)/sntp/m4/ltoptions.m4 \
106280849Scy	$(top_srcdir)/sntp/m4/ltsugar.m4 \
107280849Scy	$(top_srcdir)/sntp/m4/ltversion.m4 \
108280849Scy	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
109280849Scy	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
110280849Scy	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
111280849Scy	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
112280849Scy	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
113280849Scy	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
114280849Scy	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
115280849Scy	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
116280849Scy	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
117316722Sdelphij	$(top_srcdir)/sntp/m4/ntp_harden.m4 \
118280849Scy	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
119280849Scy	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
120280849Scy	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
121280849Scy	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
122280849Scy	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
123280849Scy	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
124280849Scy	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
125280849Scy	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
126289764Sglebius	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
127280849Scy	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
128280849Scy	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
129280849Scy	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
130285169Scy	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
131280849Scy	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
132280849Scy	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
133282408Scy	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
134282408Scy	$(top_srcdir)/sntp/m4/openldap.m4 \
135280849Scy	$(top_srcdir)/sntp/m4/os_cflags.m4 \
136280849Scy	$(top_srcdir)/sntp/m4/snprintf.m4 \
137280849Scy	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
138182007Srobertoam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
139182007Sroberto	$(ACLOCAL_M4)
140285169ScyDIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
141285169Scy	$(am__DIST_COMMON)
142182007Srobertomkinstalldirs = $(install_sh) -d
143182007SrobertoCONFIG_HEADER = $(top_builddir)/config.h
144182007SrobertoCONFIG_CLEAN_FILES =
145200576SrobertoCONFIG_CLEAN_VPATH_FILES =
146280849Scyam__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
147280849Scy	"$(DESTDIR)$(sbindir)"
148280849ScyPROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(sbin_PROGRAMS)
149182007Srobertontpdate_SOURCES = ntpdate.c
150182007Srobertontpdate_OBJECTS = ntpdate.$(OBJEXT)
151280849Scyam__DEPENDENCIES_1 =
152280849Scyntpdate_DEPENDENCIES = $(LDADD) $(am__DEPENDENCIES_1) \
153280849Scy	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
154280849Scy	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
155285169ScyAM_V_lt = $(am__v_lt_@AM_V@)
156285169Scyam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
157280849Scyam__v_lt_0 = --silent
158285169Scyam__v_lt_1 = 
159285169ScyAM_V_P = $(am__v_P_@AM_V@)
160285169Scyam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
161285169Scyam__v_P_0 = false
162285169Scyam__v_P_1 = :
163285169ScyAM_V_GEN = $(am__v_GEN_@AM_V@)
164285169Scyam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
165285169Scyam__v_GEN_0 = @echo "  GEN     " $@;
166285169Scyam__v_GEN_1 = 
167285169ScyAM_V_at = $(am__v_at_@AM_V@)
168285169Scyam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
169285169Scyam__v_at_0 = @
170285169Scyam__v_at_1 = 
171200576SrobertoDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
172280849Scydepcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp
173182007Srobertoam__depfiles_maybe = depfiles
174200576Srobertoam__mv = mv -f
175182007SrobertoCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
176182007Sroberto	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
177280849ScyLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178280849Scy	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
179280849Scy	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
180280849Scy	$(AM_CFLAGS) $(CFLAGS)
181285169ScyAM_V_CC = $(am__v_CC_@AM_V@)
182285169Scyam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
183285169Scyam__v_CC_0 = @echo "  CC      " $@;
184285169Scyam__v_CC_1 = 
185182007SrobertoCCLD = $(CC)
186280849ScyLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
187280849Scy	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
188280849Scy	$(AM_LDFLAGS) $(LDFLAGS) -o $@
189285169ScyAM_V_CCLD = $(am__v_CCLD_@AM_V@)
190285169Scyam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
191285169Scyam__v_CCLD_0 = @echo "  CCLD    " $@;
192285169Scyam__v_CCLD_1 = 
193280849ScySOURCES = ntpdate.c
194280849ScyDIST_SOURCES = ntpdate.c
195285169Scyam__can_run_installinfo = \
196285169Scy  case $$AM_UPDATE_INFO_DIR in \
197285169Scy    n|no|NO) false;; \
198285169Scy    *) (install-info --version) >/dev/null 2>&1;; \
199285169Scy  esac
200182007SrobertoHEADERS = $(noinst_HEADERS)
201285169Scyam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
202285169Scy# Read a list of newline-separated strings from the standard input,
203285169Scy# and print each of them once, without duplicates.  Input order is
204285169Scy# *not* preserved.
205285169Scyam__uniquify_input = $(AWK) '\
206285169Scy  BEGIN { nonempty = 0; } \
207285169Scy  { items[$$0] = 1; nonempty = 1; } \
208285169Scy  END { if (nonempty) { for (i in items) print i; }; } \
209285169Scy'
210285169Scy# Make sure the list of sources is unique.  This is necessary because,
211285169Scy# e.g., the same source file might be shared among _SOURCES variables
212285169Scy# for different programs/libraries.
213285169Scyam__define_uniq_tagged_files = \
214285169Scy  list='$(am__tagged_files)'; \
215285169Scy  unique=`for i in $$list; do \
216285169Scy    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217285169Scy  done | $(am__uniquify_input)`
218182007SrobertoETAGS = etags
219182007SrobertoCTAGS = ctags
220285169Scyam__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/bincheck.mf \
221285169Scy	$(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf \
222285169Scy	$(top_srcdir)/sntp/check-libntp.mf \
223285169Scy	$(top_srcdir)/sntp/libevent/build-aux/depcomp README
224182007SrobertoDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
225132451SrobertoACLOCAL = @ACLOCAL@
226280849ScyALLOCA = @ALLOCA@
22754359SrobertoAMTAR = @AMTAR@
228280849ScyAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
229182007SrobertoAR = @AR@
230132451SrobertoAUTOCONF = @AUTOCONF@
231132451SrobertoAUTOHEADER = @AUTOHEADER@
232132451SrobertoAUTOMAKE = @AUTOMAKE@
23354359SrobertoAWK = @AWK@
234289764SglebiusBUILD_THREAD = @BUILD_THREAD@
235280849ScyCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
236280849ScyCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
237280849ScyCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
238280849ScyCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
239280849ScyCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
24054359SrobertoCC = @CC@
241132451SrobertoCCDEPMODE = @CCDEPMODE@
24254359SrobertoCFLAGS = @CFLAGS@
243289764SglebiusCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
244280849ScyCFLAGS_NTP = @CFLAGS_NTP@
24554359SrobertoCHUTEST = @CHUTEST@
246280849ScyCONFIG_SHELL = @CONFIG_SHELL@
24754359SrobertoCPP = @CPP@
248132451SrobertoCPPFLAGS = @CPPFLAGS@
249280849ScyCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
250280849ScyCPPFLAGS_NTP = @CPPFLAGS_NTP@
251132451SrobertoCYGPATH_W = @CYGPATH_W@
25254359SrobertoDCFD = @DCFD@
253132451SrobertoDEFS = @DEFS@
25456746SrobertoDEPDIR = @DEPDIR@
255280849ScyDLLTOOL = @DLLTOOL@
256280849ScyDSYMUTIL = @DSYMUTIL@
257280849ScyDUMPBIN = @DUMPBIN@
258132451SrobertoECHO_C = @ECHO_C@
259132451SrobertoECHO_N = @ECHO_N@
260132451SrobertoECHO_T = @ECHO_T@
261280849ScyEDITLINE_LIBS = @EDITLINE_LIBS@
262132451SrobertoEGREP = @EGREP@
263106163SrobertoEXEEXT = @EXEEXT@
264280849ScyFGREP = @FGREP@
265200576SrobertoGREP = @GREP@
266280849ScyGTEST_CONFIG = @GTEST_CONFIG@
267280849ScyGTEST_CPPFLAGS = @GTEST_CPPFLAGS@
268280849ScyGTEST_CXXFLAGS = @GTEST_CXXFLAGS@
269280849ScyGTEST_LDFLAGS = @GTEST_LDFLAGS@
270280849ScyGTEST_LIBS = @GTEST_LIBS@
271200576SrobertoHAVE_INLINE = @HAVE_INLINE@
272285169ScyHAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
273280849ScyHAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
274280849ScyHAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
275200576SrobertoINSTALL = @INSTALL@
276132451SrobertoINSTALL_DATA = @INSTALL_DATA@
277132451SrobertoINSTALL_PROGRAM = @INSTALL_PROGRAM@
278132451SrobertoINSTALL_SCRIPT = @INSTALL_SCRIPT@
27982498SrobertoINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
280280849ScyLD = @LD@
281280849ScyLDADD_LIBEVENT = @LDADD_LIBEVENT@
282280849ScyLDADD_LIBNTP = @LDADD_LIBNTP@
283280849ScyLDADD_LIBUTIL = @LDADD_LIBUTIL@
284280849ScyLDADD_NLIST = @LDADD_NLIST@
285280849ScyLDADD_NTP = @LDADD_NTP@
28654359SrobertoLDFLAGS = @LDFLAGS@
287280849ScyLDFLAGS_NTP = @LDFLAGS_NTP@
288280849ScyLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
289280849ScyLIBM = @LIBM@
290132451SrobertoLIBOBJS = @LIBOBJS@
291182007SrobertoLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
292182007SrobertoLIBOPTS_DIR = @LIBOPTS_DIR@
293182007SrobertoLIBOPTS_LDADD = @LIBOPTS_LDADD@
29454359SrobertoLIBPARSE = @LIBPARSE@
295132451SrobertoLIBS = @LIBS@
296182007SrobertoLIBTOOL = @LIBTOOL@
297280849ScyLIBTOOL_DEPS = @LIBTOOL_DEPS@
298280849ScyLIPO = @LIPO@
29954359SrobertoLN_S = @LN_S@
300200576SrobertoLSCF = @LSCF@
301289764SglebiusLTHREAD_LIBS = @LTHREAD_LIBS@
302132451SrobertoLTLIBOBJS = @LTLIBOBJS@
303316722SdelphijLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
304132451SrobertoMAKEINFO = @MAKEINFO@
30554359SrobertoMAKE_ADJTIMED = @MAKE_ADJTIMED@
306182007SrobertoMAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
30754359SrobertoMAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
308132451SrobertoMAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
30954359SrobertoMAKE_LIBPARSE = @MAKE_LIBPARSE@
31054359SrobertoMAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
311132451SrobertoMAKE_NTPDSIM = @MAKE_NTPDSIM@
312280849ScyMAKE_NTPSNMPD = @MAKE_NTPSNMPD@
31354359SrobertoMAKE_NTPTIME = @MAKE_NTPTIME@
31454359SrobertoMAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
31554359SrobertoMAKE_TICKADJ = @MAKE_TICKADJ@
31682498SrobertoMAKE_TIMETRIM = @MAKE_TIMETRIM@
317280849ScyMANIFEST_TOOL = @MANIFEST_TOOL@
318280849ScyMANTAGFMT = @MANTAGFMT@
319200576SrobertoMKDIR_P = @MKDIR_P@
320280849ScyNM = @NM@
321280849ScyNMEDIT = @NMEDIT@
322280849ScyNTPDATE_DB = @NTPDATE_DB@
323280849ScyNTPDATE_DL = @NTPDATE_DL@
324280849ScyNTPDATE_DS = @NTPDATE_DS@
325280849ScyNTPDATE_MS = @NTPDATE_MS@
326280849ScyNTPDATE_NI = @NTPDATE_NI@
327280849ScyNTPDC_DB = @NTPDC_DB@
328280849ScyNTPDC_DL = @NTPDC_DL@
329280849ScyNTPDC_DS = @NTPDC_DS@
330280849ScyNTPDC_MS = @NTPDC_MS@
331280849ScyNTPDC_NI = @NTPDC_NI@
332280849ScyNTPDSIM_DB = @NTPDSIM_DB@
333280849ScyNTPDSIM_DL = @NTPDSIM_DL@
334280849ScyNTPDSIM_DS = @NTPDSIM_DS@
335280849ScyNTPDSIM_MS = @NTPDSIM_MS@
336280849ScyNTPDSIM_NI = @NTPDSIM_NI@
337280849ScyNTPD_DB = @NTPD_DB@
338280849ScyNTPD_DL = @NTPD_DL@
339280849ScyNTPD_DS = @NTPD_DS@
340280849ScyNTPD_MS = @NTPD_MS@
341280849ScyNTPD_NI = @NTPD_NI@
342280849ScyNTPQ_DB = @NTPQ_DB@
343280849ScyNTPQ_DL = @NTPQ_DL@
344280849ScyNTPQ_DS = @NTPQ_DS@
345280849ScyNTPQ_MS = @NTPQ_MS@
346280849ScyNTPQ_NI = @NTPQ_NI@
347280849ScyNTPSNMPD_DB = @NTPSNMPD_DB@
348280849ScyNTPSNMPD_DL = @NTPSNMPD_DL@
349280849ScyNTPSNMPD_DS = @NTPSNMPD_DS@
350280849ScyNTPSNMPD_MS = @NTPSNMPD_MS@
351280849ScyNTPSNMPD_NI = @NTPSNMPD_NI@
352280849ScyNTPSWEEP_DB = @NTPSWEEP_DB@
353280849ScyNTPSWEEP_DL = @NTPSWEEP_DL@
354280849ScyNTPSWEEP_DS = @NTPSWEEP_DS@
355280849ScyNTPSWEEP_MS = @NTPSWEEP_MS@
356280849ScyNTPSWEEP_NI = @NTPSWEEP_NI@
357280849ScyNTPTIME_DB = @NTPTIME_DB@
358280849ScyNTPTIME_DL = @NTPTIME_DL@
359280849ScyNTPTIME_DS = @NTPTIME_DS@
360280849ScyNTPTIME_MS = @NTPTIME_MS@
361280849ScyNTPTIME_NI = @NTPTIME_NI@
362280849ScyNTPTRACE_DB = @NTPTRACE_DB@
363280849ScyNTPTRACE_DL = @NTPTRACE_DL@
364280849ScyNTPTRACE_DS = @NTPTRACE_DS@
365280849ScyNTPTRACE_MS = @NTPTRACE_MS@
366280849ScyNTPTRACE_NI = @NTPTRACE_NI@
367316722SdelphijNTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@
368316722SdelphijNTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@
369316722SdelphijNTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@
370280849ScyNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
371280849ScyNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
372280849ScyNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
373280849ScyNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
374280849ScyNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
375280849ScyNTP_KEYSDIR = @NTP_KEYSDIR@
376280849ScyNTP_WAIT_DB = @NTP_WAIT_DB@
377280849ScyNTP_WAIT_DL = @NTP_WAIT_DL@
378280849ScyNTP_WAIT_DS = @NTP_WAIT_DS@
379280849ScyNTP_WAIT_MS = @NTP_WAIT_MS@
380280849ScyNTP_WAIT_NI = @NTP_WAIT_NI@
381280849ScyOBJDUMP = @OBJDUMP@
382106163SrobertoOBJEXT = @OBJEXT@
383280849ScyOTOOL = @OTOOL@
384280849ScyOTOOL64 = @OTOOL64@
38554359SrobertoPACKAGE = @PACKAGE@
386132451SrobertoPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
387132451SrobertoPACKAGE_NAME = @PACKAGE_NAME@
388132451SrobertoPACKAGE_STRING = @PACKAGE_STRING@
389132451SrobertoPACKAGE_TARNAME = @PACKAGE_TARNAME@
390200576SrobertoPACKAGE_URL = @PACKAGE_URL@
391132451SrobertoPACKAGE_VERSION = @PACKAGE_VERSION@
392280849ScyPATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
39382498SrobertoPATH_PERL = @PATH_PERL@
394285169ScyPATH_RUBY = @PATH_RUBY@
395132451SrobertoPATH_SEPARATOR = @PATH_SEPARATOR@
396280849ScyPATH_TEST = @PATH_TEST@
397280849ScyPERLLIBDIR = @PERLLIBDIR@
398280849ScyPKG_CONFIG = @PKG_CONFIG@
399280849ScyPOSIX_SHELL = @POSIX_SHELL@
40054359SrobertoPROPDELAY = @PROPDELAY@
401280849ScyPTHREAD_LIBS = @PTHREAD_LIBS@
40254359SrobertoRANLIB = @RANLIB@
403280849ScySED = @SED@
404132451SrobertoSET_MAKE = @SET_MAKE@
405132451SrobertoSHELL = @SHELL@
406280849ScySNMP_CFLAGS = @SNMP_CFLAGS@
407280849ScySNMP_CPPFLAGS = @SNMP_CPPFLAGS@
408280849ScySNMP_LIBS = @SNMP_LIBS@
409280849ScySNTP = @SNTP@
410280849ScySNTP_DB = @SNTP_DB@
411280849ScySNTP_DL = @SNTP_DL@
412280849ScySNTP_DS = @SNTP_DS@
413280849ScySNTP_MS = @SNTP_MS@
414280849ScySNTP_NI = @SNTP_NI@
415280849ScySTDNORETURN_H = @STDNORETURN_H@
416132451SrobertoSTRIP = @STRIP@
41754359SrobertoTESTDCF = @TESTDCF@
418280849ScyTICKADJ_DB = @TICKADJ_DB@
419280849ScyTICKADJ_DL = @TICKADJ_DL@
420280849ScyTICKADJ_DS = @TICKADJ_DS@
421280849ScyTICKADJ_MS = @TICKADJ_MS@
422280849ScyTICKADJ_NI = @TICKADJ_NI@
423280849ScyTIMETRIM_DB = @TIMETRIM_DB@
424280849ScyTIMETRIM_DL = @TIMETRIM_DL@
425280849ScyTIMETRIM_DS = @TIMETRIM_DS@
426280849ScyTIMETRIM_MS = @TIMETRIM_MS@
427280849ScyTIMETRIM_NI = @TIMETRIM_NI@
428282408ScyUPDATE_LEAP_DB = @UPDATE_LEAP_DB@
429282408ScyUPDATE_LEAP_DL = @UPDATE_LEAP_DL@
430282408ScyUPDATE_LEAP_DS = @UPDATE_LEAP_DS@
431282408ScyUPDATE_LEAP_MS = @UPDATE_LEAP_MS@
432282408ScyUPDATE_LEAP_NI = @UPDATE_LEAP_NI@
43354359SrobertoVERSION = @VERSION@
434280849ScyVER_SUFFIX = @VER_SUFFIX@
435280849ScyYACC = @YACC@
436280849ScyYFLAGS = @YFLAGS@
437200576Srobertoabs_builddir = @abs_builddir@
438200576Srobertoabs_srcdir = @abs_srcdir@
439200576Srobertoabs_top_builddir = @abs_top_builddir@
440200576Srobertoabs_top_srcdir = @abs_top_srcdir@
441280849Scyac_ct_AR = @ac_ct_AR@
442132451Srobertoac_ct_CC = @ac_ct_CC@
443280849Scyac_ct_DUMPBIN = @ac_ct_DUMPBIN@
444106163Srobertoam__include = @am__include@
445132451Srobertoam__leading_dot = @am__leading_dot@
446106163Srobertoam__quote = @am__quote@
447182007Srobertoam__tar = @am__tar@
448182007Srobertoam__untar = @am__untar@
449280849Scybindir = @bindir@
450132451Srobertobuild = @build@
451132451Srobertobuild_alias = @build_alias@
452132451Srobertobuild_cpu = @build_cpu@
453132451Srobertobuild_os = @build_os@
454132451Srobertobuild_vendor = @build_vendor@
455200576Srobertobuilddir = @builddir@
456132451Srobertodatadir = @datadir@
457200576Srobertodatarootdir = @datarootdir@
458200576Srobertodocdir = @docdir@
459200576Srobertodvidir = @dvidir@
460132451Srobertoexec_prefix = @exec_prefix@
461132451Srobertohost = @host@
462132451Srobertohost_alias = @host_alias@
463132451Srobertohost_cpu = @host_cpu@
464132451Srobertohost_os = @host_os@
465132451Srobertohost_vendor = @host_vendor@
466200576Srobertohtmldir = @htmldir@
467132451Srobertoincludedir = @includedir@
468132451Srobertoinfodir = @infodir@
46956746Srobertoinstall_sh = @install_sh@
470132451Srobertolibdir = @libdir@
471132451Srobertolibexecdir = @libexecdir@
472200576Srobertolocaledir = @localedir@
473132451Srobertolocalstatedir = @localstatedir@
474132451Srobertomandir = @mandir@
475182007Srobertomkdir_p = @mkdir_p@
476132451Srobertooldincludedir = @oldincludedir@
477200576Srobertopdfdir = @pdfdir@
478132451Srobertoprefix = @prefix@
479132451Srobertoprogram_transform_name = @program_transform_name@
480200576Srobertopsdir = @psdir@
481132451Srobertosbindir = @sbindir@
482132451Srobertosharedstatedir = @sharedstatedir@
483200576Srobertosrcdir = @srcdir@
484132451Srobertosubdirs = @subdirs@
485132451Srobertosysconfdir = @sysconfdir@
486132451Srobertotarget_alias = @target_alias@
487200576Srobertotop_build_prefix = @top_build_prefix@
488200576Srobertotop_builddir = @top_builddir@
489200576Srobertotop_srcdir = @top_srcdir@
490280849ScyNULL = 
491280849ScyBUILT_SOURCES = check-libntp .deps-ver
492280849ScyCLEANFILES = check-libntp .deps-ver
493280849Scybin_PROGRAMS = $(NTPDATE_DB)
494280849Scylibexec_PROGRAMS = $(NTPDATE_DL)
495280849Scysbin_PROGRAMS = $(NTPDATE_DS)
496316722SdelphijAM_CFLAGS = $(CFLAGS_NTP) $(NTP_HARD_CFLAGS)
497316722SdelphijAM_CPPFLAGS = $(NTP_INCS) $(CPPFLAGS_NTP) $(NTP_HARD_CPPFLAGS)
498316722SdelphijAM_LDFLAGS = $(LDFLAGS_NTP) $(NTP_HARD_LDFLAGS)
499280849Scy
50054359Sroberto# LDADD might need RESLIB and ADJLIB
501132451SrobertoLDADD = version.o ../libntp/libntp.a
502280849Scyntpdate_LDADD = $(LDADD) $(LDADD_LIBNTP) $(PTHREAD_LIBS) \
503280849Scy	$(LIBOPTS_LDADD) $(LIBM) $(LDADD_NTP)
50482498SrobertoDISTCLEANFILES = .version version.c stamp-v
50554359Srobertonoinst_HEADERS = ntpdate.h
506280849ScyNTP_INCS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
507280849Scy	-I$(top_srcdir)/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
508280849Scy	-I$(top_srcdir)/lib/isc/unix/include
509280849Scyall: $(BUILT_SOURCES)
510280849Scy	$(MAKE) $(AM_MAKEFLAGS) all-am
51154359Sroberto
51254359Sroberto.SUFFIXES:
513182007Sroberto.SUFFIXES: .c .lo .o .obj
514280849Scy$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/sntp/check-libntp.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps)
515182007Sroberto	@for dep in $?; do \
516182007Sroberto	  case '$(am__configure_deps)' in \
517182007Sroberto	    *$$dep*) \
518200576Sroberto	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
519200576Sroberto	        && { if test -f $@; then exit 0; else break; fi; }; \
520182007Sroberto	      exit 1;; \
521182007Sroberto	  esac; \
522182007Sroberto	done; \
523200576Sroberto	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ntpdate/Makefile'; \
524200576Sroberto	$(am__cd) $(top_srcdir) && \
525200576Sroberto	  $(AUTOMAKE) --foreign ntpdate/Makefile
526182007SrobertoMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
527182007Sroberto	@case '$?' in \
528182007Sroberto	  *config.status*) \
529182007Sroberto	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
530182007Sroberto	  *) \
531182007Sroberto	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
532182007Sroberto	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
533182007Sroberto	esac;
534285169Scy$(top_srcdir)/bincheck.mf $(top_srcdir)/sntp/check-libntp.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty):
535182007Sroberto
536182007Sroberto$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
537182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
538182007Sroberto
539182007Sroberto$(top_srcdir)/configure:  $(am__configure_deps)
540182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
541182007Sroberto$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
542182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
543200576Sroberto$(am__aclocal_m4_deps):
54454359Srobertoinstall-binPROGRAMS: $(bin_PROGRAMS)
54554359Sroberto	@$(NORMAL_INSTALL)
546200576Sroberto	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
547285169Scy	if test -n "$$list"; then \
548285169Scy	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
549285169Scy	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
550285169Scy	fi; \
551200576Sroberto	for p in $$list; do echo "$$p $$p"; done | \
552200576Sroberto	sed 's/$(EXEEXT)$$//' | \
553285169Scy	while read p p1; do if test -f $$p \
554285169Scy	 || test -f $$p1 \
555285169Scy	  ; then echo "$$p"; echo "$$p"; else :; fi; \
556200576Sroberto	done | \
557285169Scy	sed -e 'p;s,.*/,,;n;h' \
558285169Scy	    -e 's|.*|.|' \
559200576Sroberto	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
560200576Sroberto	sed 'N;N;N;s,\n, ,g' | \
561200576Sroberto	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
562200576Sroberto	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
563200576Sroberto	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
564200576Sroberto	    else { print "f", $$3 "/" $$4, $$1; } } \
565200576Sroberto	  END { for (d in files) print "f", d, files[d] }' | \
566200576Sroberto	while read type dir files; do \
567200576Sroberto	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
568200576Sroberto	    test -z "$$files" || { \
569200576Sroberto	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
570200576Sroberto	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
571200576Sroberto	    } \
572200576Sroberto	; done
57354359Sroberto
57454359Srobertouninstall-binPROGRAMS:
57554359Sroberto	@$(NORMAL_UNINSTALL)
576200576Sroberto	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
577200576Sroberto	files=`for p in $$list; do echo "$$p"; done | \
578200576Sroberto	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
579285169Scy	      -e 's/$$/$(EXEEXT)/' \
580285169Scy	`; \
581200576Sroberto	test -n "$$list" || exit 0; \
582200576Sroberto	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
583200576Sroberto	cd "$(DESTDIR)$(bindir)" && rm -f $$files
58454359Sroberto
58582498Srobertoclean-binPROGRAMS:
586200576Sroberto	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
587200576Sroberto	echo " rm -f" $$list; \
588200576Sroberto	rm -f $$list || exit $$?; \
589200576Sroberto	test -n "$(EXEEXT)" || exit 0; \
590200576Sroberto	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
591200576Sroberto	echo " rm -f" $$list; \
592200576Sroberto	rm -f $$list
593280849Scyinstall-libexecPROGRAMS: $(libexec_PROGRAMS)
594280849Scy	@$(NORMAL_INSTALL)
595280849Scy	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
596285169Scy	if test -n "$$list"; then \
597285169Scy	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
598285169Scy	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
599285169Scy	fi; \
600280849Scy	for p in $$list; do echo "$$p $$p"; done | \
601280849Scy	sed 's/$(EXEEXT)$$//' | \
602285169Scy	while read p p1; do if test -f $$p \
603285169Scy	 || test -f $$p1 \
604285169Scy	  ; then echo "$$p"; echo "$$p"; else :; fi; \
605280849Scy	done | \
606285169Scy	sed -e 'p;s,.*/,,;n;h' \
607285169Scy	    -e 's|.*|.|' \
608280849Scy	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
609280849Scy	sed 'N;N;N;s,\n, ,g' | \
610280849Scy	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
611280849Scy	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
612280849Scy	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
613280849Scy	    else { print "f", $$3 "/" $$4, $$1; } } \
614280849Scy	  END { for (d in files) print "f", d, files[d] }' | \
615280849Scy	while read type dir files; do \
616280849Scy	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
617280849Scy	    test -z "$$files" || { \
618280849Scy	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
619280849Scy	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
620280849Scy	    } \
621280849Scy	; done
622280849Scy
623280849Scyuninstall-libexecPROGRAMS:
624280849Scy	@$(NORMAL_UNINSTALL)
625280849Scy	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
626280849Scy	files=`for p in $$list; do echo "$$p"; done | \
627280849Scy	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
628285169Scy	      -e 's/$$/$(EXEEXT)/' \
629285169Scy	`; \
630280849Scy	test -n "$$list" || exit 0; \
631280849Scy	echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
632280849Scy	cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
633280849Scy
634280849Scyclean-libexecPROGRAMS:
635280849Scy	@list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
636280849Scy	echo " rm -f" $$list; \
637280849Scy	rm -f $$list || exit $$?; \
638280849Scy	test -n "$(EXEEXT)" || exit 0; \
639280849Scy	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
640280849Scy	echo " rm -f" $$list; \
641280849Scy	rm -f $$list
642280849Scyinstall-sbinPROGRAMS: $(sbin_PROGRAMS)
643280849Scy	@$(NORMAL_INSTALL)
644280849Scy	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
645285169Scy	if test -n "$$list"; then \
646285169Scy	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
647285169Scy	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
648285169Scy	fi; \
649280849Scy	for p in $$list; do echo "$$p $$p"; done | \
650280849Scy	sed 's/$(EXEEXT)$$//' | \
651285169Scy	while read p p1; do if test -f $$p \
652285169Scy	 || test -f $$p1 \
653285169Scy	  ; then echo "$$p"; echo "$$p"; else :; fi; \
654280849Scy	done | \
655285169Scy	sed -e 'p;s,.*/,,;n;h' \
656285169Scy	    -e 's|.*|.|' \
657280849Scy	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
658280849Scy	sed 'N;N;N;s,\n, ,g' | \
659280849Scy	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
660280849Scy	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
661280849Scy	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
662280849Scy	    else { print "f", $$3 "/" $$4, $$1; } } \
663280849Scy	  END { for (d in files) print "f", d, files[d] }' | \
664280849Scy	while read type dir files; do \
665280849Scy	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
666280849Scy	    test -z "$$files" || { \
667280849Scy	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
668280849Scy	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
669280849Scy	    } \
670280849Scy	; done
671280849Scy
672280849Scyuninstall-sbinPROGRAMS:
673280849Scy	@$(NORMAL_UNINSTALL)
674280849Scy	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
675280849Scy	files=`for p in $$list; do echo "$$p"; done | \
676280849Scy	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
677285169Scy	      -e 's/$$/$(EXEEXT)/' \
678285169Scy	`; \
679280849Scy	test -n "$$list" || exit 0; \
680280849Scy	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
681280849Scy	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
682280849Scy
683280849Scyclean-sbinPROGRAMS:
684280849Scy	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
685280849Scy	echo " rm -f" $$list; \
686280849Scy	rm -f $$list || exit $$?; \
687280849Scy	test -n "$(EXEEXT)" || exit 0; \
688280849Scy	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
689280849Scy	echo " rm -f" $$list; \
690280849Scy	rm -f $$list
691285169Scy
692285169Scyntpdate$(EXEEXT): $(ntpdate_OBJECTS) $(ntpdate_DEPENDENCIES) $(EXTRA_ntpdate_DEPENDENCIES) 
693106163Sroberto	@rm -f ntpdate$(EXEEXT)
694280849Scy	$(AM_V_CCLD)$(LINK) $(ntpdate_OBJECTS) $(ntpdate_LDADD) $(LIBS)
69582498Sroberto
69654359Srobertomostlyclean-compile:
697182007Sroberto	-rm -f *.$(OBJEXT)
69854359Sroberto
69954359Srobertodistclean-compile:
70054359Sroberto	-rm -f *.tab.c
701106163Sroberto
702182007Sroberto@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdate.Po@am__quote@
70354359Sroberto
704106163Sroberto.c.o:
705280849Scy@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
706280849Scy@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
707285169Scy@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
708182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
709285169Scy@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
710106163Sroberto
711106163Sroberto.c.obj:
712280849Scy@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
713280849Scy@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
714285169Scy@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
715182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
716285169Scy@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
71754359Sroberto
718182007Sroberto.c.lo:
719280849Scy@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
720280849Scy@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
721285169Scy@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
722182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
723285169Scy@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
724132451Sroberto
725182007Srobertomostlyclean-libtool:
726182007Sroberto	-rm -f *.lo
727132451Sroberto
728182007Srobertoclean-libtool:
729182007Sroberto	-rm -rf .libs _libs
73054359Sroberto
731285169ScyID: $(am__tagged_files)
732285169Scy	$(am__define_uniq_tagged_files); mkid -fID $$unique
733285169Scytags: tags-am
734285169ScyTAGS: tags
73554359Sroberto
736285169Scytags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
737200576Sroberto	set x; \
73854359Sroberto	here=`pwd`; \
739285169Scy	$(am__define_uniq_tagged_files); \
740200576Sroberto	shift; \
741200576Sroberto	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
742182007Sroberto	  test -n "$$unique" || unique=$$empty_fix; \
743200576Sroberto	  if test $$# -gt 0; then \
744200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
745200576Sroberto	      "$$@" $$unique; \
746200576Sroberto	  else \
747200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
748200576Sroberto	      $$unique; \
749200576Sroberto	  fi; \
750182007Sroberto	fi
751285169Scyctags: ctags-am
752285169Scy
753285169ScyCTAGS: ctags
754285169Scyctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
755285169Scy	$(am__define_uniq_tagged_files); \
756200576Sroberto	test -z "$(CTAGS_ARGS)$$unique" \
757132451Sroberto	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
758200576Sroberto	     $$unique
759132451Sroberto
76082498SrobertoGTAGS:
761132451Sroberto	here=`$(am__cd) $(top_builddir) && pwd` \
762200576Sroberto	  && $(am__cd) $(top_srcdir) \
763200576Sroberto	  && gtags -i $(GTAGS_ARGS) "$$here"
764285169Scycscopelist: cscopelist-am
76554359Sroberto
766285169Scycscopelist-am: $(am__tagged_files)
767285169Scy	list='$(am__tagged_files)'; \
768285169Scy	case "$(srcdir)" in \
769285169Scy	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
770285169Scy	  *) sdir=$(subdir)/$(srcdir) ;; \
771285169Scy	esac; \
772285169Scy	for i in $$list; do \
773285169Scy	  if test -f "$$i"; then \
774285169Scy	    echo "$(subdir)/$$i"; \
775285169Scy	  else \
776285169Scy	    echo "$$sdir/$$i"; \
777285169Scy	  fi; \
778285169Scy	done >> $(top_builddir)/cscope.files
779285169Scy
78054359Srobertodistclean-tags:
781132451Sroberto	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
78282498Sroberto
78382498Srobertodistdir: $(DISTFILES)
784200576Sroberto	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
785200576Sroberto	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
786200576Sroberto	list='$(DISTFILES)'; \
787200576Sroberto	  dist_files=`for file in $$list; do echo $$file; done | \
788200576Sroberto	  sed -e "s|^$$srcdirstrip/||;t" \
789200576Sroberto	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
790200576Sroberto	case $$dist_files in \
791200576Sroberto	  */*) $(MKDIR_P) `echo "$$dist_files" | \
792200576Sroberto			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
793200576Sroberto			   sort -u` ;; \
794200576Sroberto	esac; \
795200576Sroberto	for file in $$dist_files; do \
796132451Sroberto	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
79782498Sroberto	  if test -d $$d/$$file; then \
798200576Sroberto	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
799200576Sroberto	    if test -d "$(distdir)/$$file"; then \
800200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
801200576Sroberto	    fi; \
802132451Sroberto	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
803200576Sroberto	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
804200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
805132451Sroberto	    fi; \
806200576Sroberto	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
80782498Sroberto	  else \
808200576Sroberto	    test -f "$(distdir)/$$file" \
809200576Sroberto	    || cp -p $$d/$$file "$(distdir)/$$file" \
81082498Sroberto	    || exit 1; \
81182498Sroberto	  fi; \
81282498Sroberto	done
81354359Srobertocheck-am: all-am
814280849Scycheck: $(BUILT_SOURCES)
815280849Scy	$(MAKE) $(AM_MAKEFLAGS) check-am
81682498Srobertoall-am: Makefile $(PROGRAMS) $(HEADERS)
81782498Srobertoinstalldirs:
818280849Scy	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sbindir)"; do \
819200576Sroberto	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
820182007Sroberto	done
821280849Scyinstall: $(BUILT_SOURCES)
822280849Scy	$(MAKE) $(AM_MAKEFLAGS) install-am
82354359Srobertoinstall-exec: install-exec-am
82454359Srobertoinstall-data: install-data-am
82582498Srobertouninstall: uninstall-am
82654359Sroberto
82754359Srobertoinstall-am: all-am
82854359Sroberto	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
82982498Sroberto
83082498Srobertoinstallcheck: installcheck-am
83154359Srobertoinstall-strip:
832285169Scy	if test -z '$(STRIP)'; then \
833285169Scy	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
834285169Scy	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
835285169Scy	      install; \
836285169Scy	else \
837285169Scy	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
838285169Scy	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
839285169Scy	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
840285169Scy	fi
84154359Srobertomostlyclean-generic:
84254359Sroberto
84354359Srobertoclean-generic:
844280849Scy	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
84554359Sroberto
84654359Srobertodistclean-generic:
847182007Sroberto	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
848200576Sroberto	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
84954359Sroberto	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
85054359Sroberto
85154359Srobertomaintainer-clean-generic:
85282498Sroberto	@echo "This command is intended for maintainers to use"
85382498Sroberto	@echo "it deletes files that may require special tools to rebuild."
854280849Scy	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
85582498Srobertoclean: clean-am
85654359Sroberto
857280849Scyclean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
858280849Scy	clean-libtool clean-sbinPROGRAMS mostlyclean-am
85954359Sroberto
86082498Srobertodistclean: distclean-am
861132451Sroberto	-rm -rf ./$(DEPDIR)
862132451Sroberto	-rm -f Makefile
863132451Srobertodistclean-am: clean-am distclean-compile distclean-generic \
864200576Sroberto	distclean-tags
86554359Sroberto
866106163Srobertodvi: dvi-am
86754359Sroberto
86882498Srobertodvi-am:
86954359Sroberto
870182007Srobertohtml: html-am
871182007Sroberto
872200576Srobertohtml-am:
873200576Sroberto
874106163Srobertoinfo: info-am
87554359Sroberto
87682498Srobertoinfo-am:
87782498Sroberto
87882498Srobertoinstall-data-am:
87982498Sroberto
880200576Srobertoinstall-dvi: install-dvi-am
881200576Sroberto
882200576Srobertoinstall-dvi-am:
883200576Sroberto
884280849Scyinstall-exec-am: install-binPROGRAMS install-libexecPROGRAMS \
885280849Scy	install-sbinPROGRAMS
886182007Sroberto	@$(NORMAL_INSTALL)
887182007Sroberto	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
888200576Srobertoinstall-html: install-html-am
88982498Sroberto
890200576Srobertoinstall-html-am:
891200576Sroberto
892106163Srobertoinstall-info: install-info-am
89382498Sroberto
894200576Srobertoinstall-info-am:
895200576Sroberto
89682498Srobertoinstall-man:
89782498Sroberto
898200576Srobertoinstall-pdf: install-pdf-am
899200576Sroberto
900200576Srobertoinstall-pdf-am:
901200576Sroberto
902200576Srobertoinstall-ps: install-ps-am
903200576Sroberto
904200576Srobertoinstall-ps-am:
905200576Sroberto
90682498Srobertoinstallcheck-am:
90782498Sroberto
90854359Srobertomaintainer-clean: maintainer-clean-am
909132451Sroberto	-rm -rf ./$(DEPDIR)
910132451Sroberto	-rm -f Makefile
91182498Srobertomaintainer-clean-am: distclean-am maintainer-clean-generic
91254359Sroberto
91382498Srobertomostlyclean: mostlyclean-am
91454359Sroberto
915182007Srobertomostlyclean-am: mostlyclean-compile mostlyclean-generic \
916182007Sroberto	mostlyclean-libtool
91782498Sroberto
918132451Srobertopdf: pdf-am
919132451Sroberto
920132451Srobertopdf-am:
921132451Sroberto
922132451Srobertops: ps-am
923132451Sroberto
924132451Srobertops-am:
925132451Sroberto
926280849Scyuninstall-am: uninstall-binPROGRAMS uninstall-libexecPROGRAMS \
927280849Scy	uninstall-sbinPROGRAMS
92882498Sroberto
929280849Scy.MAKE: all check install install-am install-exec-am install-strip
930200576Sroberto
931285169Scy.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
932285169Scy	clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
933285169Scy	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
934285169Scy	distclean distclean-compile distclean-generic \
935285169Scy	distclean-libtool distclean-tags distdir dvi dvi-am html \
936285169Scy	html-am info info-am install install-am install-binPROGRAMS \
937285169Scy	install-data install-data-am install-dvi install-dvi-am \
938285169Scy	install-exec install-exec-am install-exec-hook install-html \
939285169Scy	install-html-am install-info install-info-am \
940280849Scy	install-libexecPROGRAMS install-man install-pdf install-pdf-am \
941280849Scy	install-ps install-ps-am install-sbinPROGRAMS install-strip \
942280849Scy	installcheck installcheck-am installdirs maintainer-clean \
943280849Scy	maintainer-clean-generic mostlyclean mostlyclean-compile \
944280849Scy	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
945285169Scy	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
946280849Scy	uninstall-libexecPROGRAMS uninstall-sbinPROGRAMS
94782498Sroberto
948285169Scy.PRECIOUS: Makefile
94982498Sroberto
950285169Scy
95154359Sroberto$(PROGRAMS): $(LDADD)
95254359Sroberto
953280849Scy$(top_srcdir)/sntp/scm-rev:
954280849Scy	cd ../sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
95554359Sroberto
956280849Scyversion.c: $(ntpdate_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev
957280849Scy	env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpdate
958182007Sroberto
959280849Scyversion.o: version.c
960280849Scy	env CCACHE_DISABLE=1 $(COMPILE) -c version.c -o version.o
961182007Sroberto
962182007Srobertoinstall-exec-hook:
963280849Scy	@test -z "${bin_PROGRAMS}${bin_SCRIPTS}"		\
964280849Scy	|| for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do	\
965280849Scy	   test ! -f ${sbindir}/$$i				\
966280849Scy		|| echo "*** $$i is also in ${sbindir}!";	\
967182007Sroberto	done
968280849Scy	@test -z "${sbin_PROGRAMS}${asbin_SCRIPTS}"		\
969280849Scy	|| for i in ${sbin_PROGRAMS} ${sbin_SCRIPTS} " "; do	\
970280849Scy	   test ! -f ${bindir}/$$i				\
971280849Scy		|| echo "*** $$i is also in ${bindir}!";	\
972280849Scy	done
973182007Sroberto
974182007Sroberto#
975200576Sroberto
976280849Scycheck-libntp: ../libntp/libntp.a
977280849Scy	@echo stamp > $@
978280849Scy
979280849Scy../libntp/libntp.a:
980280849Scy	cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
981280849Scy$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
982280849Scy	@[ -f $@ ] ||							\
983280849Scy		cp $(top_srcdir)/deps-ver $@
984280849Scy	@[ -w $@ ] ||							\
985280849Scy		chmod ug+w $@
986280849Scy	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
987280849Scy		$(MAKE) $(AM_MAKEFLAGS) clean &&					\
988280849Scy		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
989280849Scy		cat $@ &&						\
990280849Scy		rm -rf $(DEPDIR) &&					\
991280849Scy		mkdir $(DEPDIR) && 					\
992280849Scy		case "$(top_builddir)" in				\
993280849Scy		 .)							\
994280849Scy		    ./config.status Makefile depfiles			\
995280849Scy		    ;;							\
996280849Scy		 *)							\
997280849Scy		    cd "$(top_builddir)" &&				\
998280849Scy		    ./config.status $(subdir)/Makefile depfiles &&	\
999280849Scy		    cd $(subdir)					\
1000280849Scy		    ;;							\
1001280849Scy		esac &&							\
1002280849Scy		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
1003280849Scy		cat $(top_srcdir)/deps-ver				\
1004280849Scy	)
1005280849Scy	cp $(top_srcdir)/deps-ver $@
1006280849Scy
1007280849Scy.deps-ver: $(top_srcdir)/deps-ver
1008280849Scy	@[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
1009280849Scy	@touch $@
1010280849Scy
1011280849Scy#
1012280849Scy# depsver.mf	included in Makefile.am for directories with .deps
1013280849Scy#
1014280849Scy# When building in the same directory with sources that change over
1015280849Scy# time, such as when tracking using bk, the .deps files can become
1016280849Scy# stale with respect to moved, deleted, or superceded headers.  Most
1017280849Scy# commonly, this would exhibit as make reporting a failure to make a
1018280849Scy# header file which is no longer in the location given.  To address
1019280849Scy# this issue, we use a deps-ver file which is updated with each change
1020280849Scy# that breaks old .deps files.  A copy of deps-ver is made into
1021280849Scy# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
1022280849Scy# with different contents than deps-ver, we make clean to ensure all
1023280849Scy# .o files built before the incompatible change are rebuilt along with
1024280849Scy# their updated .deps files, then remove $(DEPDIR) and recreate it as
1025280849Scy# empty stubs.
1026280849Scy#
1027280849Scy# It is normal when configured with --disable-dependency-tracking for
1028280849Scy# the DEPDIR to not have been created.  For this reason, we use the
1029280849Scy# intermediate target .deps-ver, which invokes make recursively if
1030280849Scy# DEPDIR exists.
1031280849Scy#
1032280849Scy# If you modify depsver.mf, please make the changes to the master
1033280849Scy# copy, the one in sntp is copied by the bootstrap script from it.
1034280849Scy#
1035280849Scy# This comment block follows rather than leads the related code so that
1036280849Scy# it stays with it in the generated Makefile.in and Makefile.
1037280849Scy#
1038280849Scy
103954359Sroberto# Tell versions [3.59,3.63) of GNU make to not export all variables.
104054359Sroberto# Otherwise a system limit (for SysV at least) may be exceeded.
104154359Sroberto.NOEXPORT:
1042