1290001Sglebius# Makefile.in generated by automake 1.15 from Makefile.am.
2132451Sroberto# @configure_input@
354359Sroberto
4290001Sglebius# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5290001Sglebius
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@
23290001Sglebiusam__is_gnu_make = { \
24290001Sglebius  if test -z '$(MAKELEVEL)'; then \
25290001Sglebius    false; \
26290001Sglebius  elif test -n '$(MAKE_HOST)'; then \
27290001Sglebius    true; \
28290001Sglebius  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29290001Sglebius    true; \
30290001Sglebius  else \
31290001Sglebius    false; \
32290001Sglebius  fi; \
33290001Sglebius}
34290001Sglebiusam__make_running_with_option = \
35290001Sglebius  case $${target_option-} in \
36290001Sglebius      ?) ;; \
37290001Sglebius      *) echo "am__make_running_with_option: internal error: invalid" \
38290001Sglebius              "target option '$${target_option-}' specified" >&2; \
39290001Sglebius         exit 1;; \
40290001Sglebius  esac; \
41290001Sglebius  has_opt=no; \
42290001Sglebius  sane_makeflags=$$MAKEFLAGS; \
43290001Sglebius  if $(am__is_gnu_make); then \
44290001Sglebius    sane_makeflags=$$MFLAGS; \
45290001Sglebius  else \
46290001Sglebius    case $$MAKEFLAGS in \
47290001Sglebius      *\\[\ \	]*) \
48290001Sglebius        bs=\\; \
49290001Sglebius        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50290001Sglebius          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
51290001Sglebius    esac; \
52290001Sglebius  fi; \
53290001Sglebius  skip_next=no; \
54290001Sglebius  strip_trailopt () \
55290001Sglebius  { \
56290001Sglebius    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57290001Sglebius  }; \
58290001Sglebius  for flg in $$sane_makeflags; do \
59290001Sglebius    test $$skip_next = yes && { skip_next=no; continue; }; \
60290001Sglebius    case $$flg in \
61290001Sglebius      *=*|--*) continue;; \
62290001Sglebius        -*I) strip_trailopt 'I'; skip_next=yes;; \
63290001Sglebius      -*I?*) strip_trailopt 'I';; \
64290001Sglebius        -*O) strip_trailopt 'O'; skip_next=yes;; \
65290001Sglebius      -*O?*) strip_trailopt 'O';; \
66290001Sglebius        -*l) strip_trailopt 'l'; skip_next=yes;; \
67290001Sglebius      -*l?*) strip_trailopt 'l';; \
68290001Sglebius      -[dEDm]) skip_next=yes;; \
69290001Sglebius      -[JT]) skip_next=yes;; \
70290001Sglebius    esac; \
71290001Sglebius    case $$flg in \
72290001Sglebius      *$$target_option*) has_opt=yes; break;; \
73290001Sglebius    esac; \
74290001Sglebius  done; \
75290001Sglebius  test $$has_opt = yes
76290001Sglebiusam__make_dryrun = (target_option=n; $(am__make_running_with_option))
77290001Sglebiusam__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@
96290001SglebiusEXTRA_PROGRAMS = ntpdate$(EXEEXT)
97182007Srobertosubdir = ntpdate
98182007SrobertoACLOCAL_M4 = $(top_srcdir)/aclocal.m4
99290001Sglebiusam__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
100290001Sglebius	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
101290001Sglebius	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
102290001Sglebius	$(top_srcdir)/sntp/m4/define_dir.m4 \
103290001Sglebius	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
104290001Sglebius	$(top_srcdir)/sntp/m4/libtool.m4 \
105290001Sglebius	$(top_srcdir)/sntp/m4/ltoptions.m4 \
106290001Sglebius	$(top_srcdir)/sntp/m4/ltsugar.m4 \
107290001Sglebius	$(top_srcdir)/sntp/m4/ltversion.m4 \
108290001Sglebius	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
109290001Sglebius	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
110290001Sglebius	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
111290001Sglebius	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
112290001Sglebius	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
113290001Sglebius	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
114290001Sglebius	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
115290001Sglebius	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
116290001Sglebius	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
117290001Sglebius	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
118290001Sglebius	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
119290001Sglebius	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
120290001Sglebius	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
121290001Sglebius	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
122290001Sglebius	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
123290001Sglebius	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
124290001Sglebius	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
125290001Sglebius	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
126290001Sglebius	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
127290001Sglebius	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
128290001Sglebius	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
129290001Sglebius	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
130290001Sglebius	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
131290001Sglebius	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
132290001Sglebius	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
133290001Sglebius	$(top_srcdir)/sntp/m4/openldap.m4 \
134290001Sglebius	$(top_srcdir)/sntp/m4/os_cflags.m4 \
135290001Sglebius	$(top_srcdir)/sntp/m4/snprintf.m4 \
136290001Sglebius	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
137182007Srobertoam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
138182007Sroberto	$(ACLOCAL_M4)
139290001SglebiusDIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
140290001Sglebius	$(am__DIST_COMMON)
141182007Srobertomkinstalldirs = $(install_sh) -d
142182007SrobertoCONFIG_HEADER = $(top_builddir)/config.h
143182007SrobertoCONFIG_CLEAN_FILES =
144200576SrobertoCONFIG_CLEAN_VPATH_FILES =
145290001Sglebiusam__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
146290001Sglebius	"$(DESTDIR)$(sbindir)"
147290001SglebiusPROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(sbin_PROGRAMS)
148182007Srobertontpdate_SOURCES = ntpdate.c
149182007Srobertontpdate_OBJECTS = ntpdate.$(OBJEXT)
150290001Sglebiusam__DEPENDENCIES_1 =
151290001Sglebiusntpdate_DEPENDENCIES = $(LDADD) $(am__DEPENDENCIES_1) \
152290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
153290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
154290001SglebiusAM_V_lt = $(am__v_lt_@AM_V@)
155290001Sglebiusam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
156290001Sglebiusam__v_lt_0 = --silent
157290001Sglebiusam__v_lt_1 = 
158290001SglebiusAM_V_P = $(am__v_P_@AM_V@)
159290001Sglebiusam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160290001Sglebiusam__v_P_0 = false
161290001Sglebiusam__v_P_1 = :
162290001SglebiusAM_V_GEN = $(am__v_GEN_@AM_V@)
163290001Sglebiusam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164290001Sglebiusam__v_GEN_0 = @echo "  GEN     " $@;
165290001Sglebiusam__v_GEN_1 = 
166290001SglebiusAM_V_at = $(am__v_at_@AM_V@)
167290001Sglebiusam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168290001Sglebiusam__v_at_0 = @
169290001Sglebiusam__v_at_1 = 
170200576SrobertoDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
171290001Sglebiusdepcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp
172182007Srobertoam__depfiles_maybe = depfiles
173200576Srobertoam__mv = mv -f
174182007SrobertoCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
175182007Sroberto	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
176290001SglebiusLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177290001Sglebius	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
178290001Sglebius	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
179290001Sglebius	$(AM_CFLAGS) $(CFLAGS)
180290001SglebiusAM_V_CC = $(am__v_CC_@AM_V@)
181290001Sglebiusam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
182290001Sglebiusam__v_CC_0 = @echo "  CC      " $@;
183290001Sglebiusam__v_CC_1 = 
184182007SrobertoCCLD = $(CC)
185290001SglebiusLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
186290001Sglebius	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
187290001Sglebius	$(AM_LDFLAGS) $(LDFLAGS) -o $@
188290001SglebiusAM_V_CCLD = $(am__v_CCLD_@AM_V@)
189290001Sglebiusam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
190290001Sglebiusam__v_CCLD_0 = @echo "  CCLD    " $@;
191290001Sglebiusam__v_CCLD_1 = 
192290001SglebiusSOURCES = ntpdate.c
193290001SglebiusDIST_SOURCES = ntpdate.c
194290001Sglebiusam__can_run_installinfo = \
195290001Sglebius  case $$AM_UPDATE_INFO_DIR in \
196290001Sglebius    n|no|NO) false;; \
197290001Sglebius    *) (install-info --version) >/dev/null 2>&1;; \
198290001Sglebius  esac
199182007SrobertoHEADERS = $(noinst_HEADERS)
200290001Sglebiusam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
201290001Sglebius# Read a list of newline-separated strings from the standard input,
202290001Sglebius# and print each of them once, without duplicates.  Input order is
203290001Sglebius# *not* preserved.
204290001Sglebiusam__uniquify_input = $(AWK) '\
205290001Sglebius  BEGIN { nonempty = 0; } \
206290001Sglebius  { items[$$0] = 1; nonempty = 1; } \
207290001Sglebius  END { if (nonempty) { for (i in items) print i; }; } \
208290001Sglebius'
209290001Sglebius# Make sure the list of sources is unique.  This is necessary because,
210290001Sglebius# e.g., the same source file might be shared among _SOURCES variables
211290001Sglebius# for different programs/libraries.
212290001Sglebiusam__define_uniq_tagged_files = \
213290001Sglebius  list='$(am__tagged_files)'; \
214290001Sglebius  unique=`for i in $$list; do \
215290001Sglebius    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
216290001Sglebius  done | $(am__uniquify_input)`
217182007SrobertoETAGS = etags
218182007SrobertoCTAGS = ctags
219290001Sglebiusam__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/bincheck.mf \
220290001Sglebius	$(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf \
221290001Sglebius	$(top_srcdir)/sntp/check-libntp.mf \
222290001Sglebius	$(top_srcdir)/sntp/libevent/build-aux/depcomp README
223182007SrobertoDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
224132451SrobertoACLOCAL = @ACLOCAL@
225290001SglebiusALLOCA = @ALLOCA@
22654359SrobertoAMTAR = @AMTAR@
227290001SglebiusAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
228182007SrobertoAR = @AR@
229132451SrobertoAUTOCONF = @AUTOCONF@
230132451SrobertoAUTOHEADER = @AUTOHEADER@
231132451SrobertoAUTOMAKE = @AUTOMAKE@
23254359SrobertoAWK = @AWK@
233290001SglebiusBUILD_THREAD = @BUILD_THREAD@
234290001SglebiusCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
235290001SglebiusCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
236290001SglebiusCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
237290001SglebiusCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
238290001SglebiusCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
23954359SrobertoCC = @CC@
240132451SrobertoCCDEPMODE = @CCDEPMODE@
24154359SrobertoCFLAGS = @CFLAGS@
242290001SglebiusCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
243290001SglebiusCFLAGS_NTP = @CFLAGS_NTP@
24454359SrobertoCHUTEST = @CHUTEST@
245290001SglebiusCONFIG_SHELL = @CONFIG_SHELL@
24654359SrobertoCPP = @CPP@
247132451SrobertoCPPFLAGS = @CPPFLAGS@
248290001SglebiusCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
249290001SglebiusCPPFLAGS_NTP = @CPPFLAGS_NTP@
250290001SglebiusCXX = @CXX@
251290001SglebiusCXXCPP = @CXXCPP@
252290001SglebiusCXXDEPMODE = @CXXDEPMODE@
253290001SglebiusCXXFLAGS = @CXXFLAGS@
254132451SrobertoCYGPATH_W = @CYGPATH_W@
25554359SrobertoDCFD = @DCFD@
256132451SrobertoDEFS = @DEFS@
25756746SrobertoDEPDIR = @DEPDIR@
258290001SglebiusDLLTOOL = @DLLTOOL@
259290001SglebiusDSYMUTIL = @DSYMUTIL@
260290001SglebiusDUMPBIN = @DUMPBIN@
261132451SrobertoECHO_C = @ECHO_C@
262132451SrobertoECHO_N = @ECHO_N@
263132451SrobertoECHO_T = @ECHO_T@
264290001SglebiusEDITLINE_LIBS = @EDITLINE_LIBS@
265132451SrobertoEGREP = @EGREP@
266106163SrobertoEXEEXT = @EXEEXT@
267290001SglebiusFGREP = @FGREP@
268200576SrobertoGREP = @GREP@
269290001SglebiusGTEST_CONFIG = @GTEST_CONFIG@
270290001SglebiusGTEST_CPPFLAGS = @GTEST_CPPFLAGS@
271290001SglebiusGTEST_CXXFLAGS = @GTEST_CXXFLAGS@
272290001SglebiusGTEST_LDFLAGS = @GTEST_LDFLAGS@
273290001SglebiusGTEST_LIBS = @GTEST_LIBS@
274200576SrobertoHAVE_INLINE = @HAVE_INLINE@
275290001SglebiusHAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
276290001SglebiusHAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
277290001SglebiusHAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
278200576SrobertoINSTALL = @INSTALL@
279132451SrobertoINSTALL_DATA = @INSTALL_DATA@
280132451SrobertoINSTALL_PROGRAM = @INSTALL_PROGRAM@
281132451SrobertoINSTALL_SCRIPT = @INSTALL_SCRIPT@
28282498SrobertoINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
283290001SglebiusLD = @LD@
284290001SglebiusLDADD_LIBEVENT = @LDADD_LIBEVENT@
285290001SglebiusLDADD_LIBNTP = @LDADD_LIBNTP@
286290001SglebiusLDADD_LIBUTIL = @LDADD_LIBUTIL@
287290001SglebiusLDADD_NLIST = @LDADD_NLIST@
288290001SglebiusLDADD_NTP = @LDADD_NTP@
28954359SrobertoLDFLAGS = @LDFLAGS@
290290001SglebiusLDFLAGS_NTP = @LDFLAGS_NTP@
291290001SglebiusLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
292290001SglebiusLIBM = @LIBM@
293132451SrobertoLIBOBJS = @LIBOBJS@
294182007SrobertoLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
295182007SrobertoLIBOPTS_DIR = @LIBOPTS_DIR@
296182007SrobertoLIBOPTS_LDADD = @LIBOPTS_LDADD@
29754359SrobertoLIBPARSE = @LIBPARSE@
298132451SrobertoLIBS = @LIBS@
299182007SrobertoLIBTOOL = @LIBTOOL@
300290001SglebiusLIBTOOL_DEPS = @LIBTOOL_DEPS@
301290001SglebiusLIPO = @LIPO@
30254359SrobertoLN_S = @LN_S@
303200576SrobertoLSCF = @LSCF@
304290001SglebiusLTHREAD_LIBS = @LTHREAD_LIBS@
305132451SrobertoLTLIBOBJS = @LTLIBOBJS@
306132451SrobertoMAKEINFO = @MAKEINFO@
30754359SrobertoMAKE_ADJTIMED = @MAKE_ADJTIMED@
308182007SrobertoMAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
30954359SrobertoMAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
310132451SrobertoMAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
31154359SrobertoMAKE_LIBPARSE = @MAKE_LIBPARSE@
31254359SrobertoMAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
313132451SrobertoMAKE_NTPDSIM = @MAKE_NTPDSIM@
314290001SglebiusMAKE_NTPSNMPD = @MAKE_NTPSNMPD@
31554359SrobertoMAKE_NTPTIME = @MAKE_NTPTIME@
31654359SrobertoMAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
31754359SrobertoMAKE_TICKADJ = @MAKE_TICKADJ@
31882498SrobertoMAKE_TIMETRIM = @MAKE_TIMETRIM@
319290001SglebiusMANIFEST_TOOL = @MANIFEST_TOOL@
320290001SglebiusMANTAGFMT = @MANTAGFMT@
321200576SrobertoMKDIR_P = @MKDIR_P@
322290001SglebiusNM = @NM@
323290001SglebiusNMEDIT = @NMEDIT@
324290001SglebiusNTPDATE_DB = @NTPDATE_DB@
325290001SglebiusNTPDATE_DL = @NTPDATE_DL@
326290001SglebiusNTPDATE_DS = @NTPDATE_DS@
327290001SglebiusNTPDATE_MS = @NTPDATE_MS@
328290001SglebiusNTPDATE_NI = @NTPDATE_NI@
329290001SglebiusNTPDC_DB = @NTPDC_DB@
330290001SglebiusNTPDC_DL = @NTPDC_DL@
331290001SglebiusNTPDC_DS = @NTPDC_DS@
332290001SglebiusNTPDC_MS = @NTPDC_MS@
333290001SglebiusNTPDC_NI = @NTPDC_NI@
334290001SglebiusNTPDSIM_DB = @NTPDSIM_DB@
335290001SglebiusNTPDSIM_DL = @NTPDSIM_DL@
336290001SglebiusNTPDSIM_DS = @NTPDSIM_DS@
337290001SglebiusNTPDSIM_MS = @NTPDSIM_MS@
338290001SglebiusNTPDSIM_NI = @NTPDSIM_NI@
339290001SglebiusNTPD_DB = @NTPD_DB@
340290001SglebiusNTPD_DL = @NTPD_DL@
341290001SglebiusNTPD_DS = @NTPD_DS@
342290001SglebiusNTPD_MS = @NTPD_MS@
343290001SglebiusNTPD_NI = @NTPD_NI@
344290001SglebiusNTPQ_DB = @NTPQ_DB@
345290001SglebiusNTPQ_DL = @NTPQ_DL@
346290001SglebiusNTPQ_DS = @NTPQ_DS@
347290001SglebiusNTPQ_MS = @NTPQ_MS@
348290001SglebiusNTPQ_NI = @NTPQ_NI@
349290001SglebiusNTPSNMPD_DB = @NTPSNMPD_DB@
350290001SglebiusNTPSNMPD_DL = @NTPSNMPD_DL@
351290001SglebiusNTPSNMPD_DS = @NTPSNMPD_DS@
352290001SglebiusNTPSNMPD_MS = @NTPSNMPD_MS@
353290001SglebiusNTPSNMPD_NI = @NTPSNMPD_NI@
354290001SglebiusNTPSWEEP_DB = @NTPSWEEP_DB@
355290001SglebiusNTPSWEEP_DL = @NTPSWEEP_DL@
356290001SglebiusNTPSWEEP_DS = @NTPSWEEP_DS@
357290001SglebiusNTPSWEEP_MS = @NTPSWEEP_MS@
358290001SglebiusNTPSWEEP_NI = @NTPSWEEP_NI@
359290001SglebiusNTPTIME_DB = @NTPTIME_DB@
360290001SglebiusNTPTIME_DL = @NTPTIME_DL@
361290001SglebiusNTPTIME_DS = @NTPTIME_DS@
362290001SglebiusNTPTIME_MS = @NTPTIME_MS@
363290001SglebiusNTPTIME_NI = @NTPTIME_NI@
364290001SglebiusNTPTRACE_DB = @NTPTRACE_DB@
365290001SglebiusNTPTRACE_DL = @NTPTRACE_DL@
366290001SglebiusNTPTRACE_DS = @NTPTRACE_DS@
367290001SglebiusNTPTRACE_MS = @NTPTRACE_MS@
368290001SglebiusNTPTRACE_NI = @NTPTRACE_NI@
369290001SglebiusNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
370290001SglebiusNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
371290001SglebiusNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
372290001SglebiusNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
373290001SglebiusNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
374290001SglebiusNTP_KEYSDIR = @NTP_KEYSDIR@
375290001SglebiusNTP_WAIT_DB = @NTP_WAIT_DB@
376290001SglebiusNTP_WAIT_DL = @NTP_WAIT_DL@
377290001SglebiusNTP_WAIT_DS = @NTP_WAIT_DS@
378290001SglebiusNTP_WAIT_MS = @NTP_WAIT_MS@
379290001SglebiusNTP_WAIT_NI = @NTP_WAIT_NI@
380290001SglebiusOBJDUMP = @OBJDUMP@
381106163SrobertoOBJEXT = @OBJEXT@
382290001SglebiusOTOOL = @OTOOL@
383290001SglebiusOTOOL64 = @OTOOL64@
38454359SrobertoPACKAGE = @PACKAGE@
385132451SrobertoPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
386132451SrobertoPACKAGE_NAME = @PACKAGE_NAME@
387132451SrobertoPACKAGE_STRING = @PACKAGE_STRING@
388132451SrobertoPACKAGE_TARNAME = @PACKAGE_TARNAME@
389200576SrobertoPACKAGE_URL = @PACKAGE_URL@
390132451SrobertoPACKAGE_VERSION = @PACKAGE_VERSION@
391290001SglebiusPATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
39282498SrobertoPATH_PERL = @PATH_PERL@
393290001SglebiusPATH_RUBY = @PATH_RUBY@
394132451SrobertoPATH_SEPARATOR = @PATH_SEPARATOR@
395290001SglebiusPATH_TEST = @PATH_TEST@
396290001SglebiusPERLLIBDIR = @PERLLIBDIR@
397290001SglebiusPKG_CONFIG = @PKG_CONFIG@
398290001SglebiusPOSIX_SHELL = @POSIX_SHELL@
39954359SrobertoPROPDELAY = @PROPDELAY@
400290001SglebiusPTHREAD_LIBS = @PTHREAD_LIBS@
40154359SrobertoRANLIB = @RANLIB@
402290001SglebiusSED = @SED@
403132451SrobertoSET_MAKE = @SET_MAKE@
404132451SrobertoSHELL = @SHELL@
405290001SglebiusSNMP_CFLAGS = @SNMP_CFLAGS@
406290001SglebiusSNMP_CPPFLAGS = @SNMP_CPPFLAGS@
407290001SglebiusSNMP_LIBS = @SNMP_LIBS@
408290001SglebiusSNTP = @SNTP@
409290001SglebiusSNTP_DB = @SNTP_DB@
410290001SglebiusSNTP_DL = @SNTP_DL@
411290001SglebiusSNTP_DS = @SNTP_DS@
412290001SglebiusSNTP_MS = @SNTP_MS@
413290001SglebiusSNTP_NI = @SNTP_NI@
414290001SglebiusSTDNORETURN_H = @STDNORETURN_H@
415132451SrobertoSTRIP = @STRIP@
41654359SrobertoTESTDCF = @TESTDCF@
417290001SglebiusTICKADJ_DB = @TICKADJ_DB@
418290001SglebiusTICKADJ_DL = @TICKADJ_DL@
419290001SglebiusTICKADJ_DS = @TICKADJ_DS@
420290001SglebiusTICKADJ_MS = @TICKADJ_MS@
421290001SglebiusTICKADJ_NI = @TICKADJ_NI@
422290001SglebiusTIMETRIM_DB = @TIMETRIM_DB@
423290001SglebiusTIMETRIM_DL = @TIMETRIM_DL@
424290001SglebiusTIMETRIM_DS = @TIMETRIM_DS@
425290001SglebiusTIMETRIM_MS = @TIMETRIM_MS@
426290001SglebiusTIMETRIM_NI = @TIMETRIM_NI@
427290001SglebiusUPDATE_LEAP_DB = @UPDATE_LEAP_DB@
428290001SglebiusUPDATE_LEAP_DL = @UPDATE_LEAP_DL@
429290001SglebiusUPDATE_LEAP_DS = @UPDATE_LEAP_DS@
430290001SglebiusUPDATE_LEAP_MS = @UPDATE_LEAP_MS@
431290001SglebiusUPDATE_LEAP_NI = @UPDATE_LEAP_NI@
43254359SrobertoVERSION = @VERSION@
433290001SglebiusVER_SUFFIX = @VER_SUFFIX@
434290001SglebiusYACC = @YACC@
435290001SglebiusYFLAGS = @YFLAGS@
436200576Srobertoabs_builddir = @abs_builddir@
437200576Srobertoabs_srcdir = @abs_srcdir@
438200576Srobertoabs_top_builddir = @abs_top_builddir@
439200576Srobertoabs_top_srcdir = @abs_top_srcdir@
440290001Sglebiusac_ct_AR = @ac_ct_AR@
441132451Srobertoac_ct_CC = @ac_ct_CC@
442290001Sglebiusac_ct_CXX = @ac_ct_CXX@
443290001Sglebiusac_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@
449290001Sglebiusbindir = @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@
490290001SglebiusNULL = 
491290001SglebiusBUILT_SOURCES = check-libntp .deps-ver
492290001SglebiusCLEANFILES = check-libntp .deps-ver
493290001Sglebiusbin_PROGRAMS = $(NTPDATE_DB)
494290001Sglebiuslibexec_PROGRAMS = $(NTPDATE_DL)
495290001Sglebiussbin_PROGRAMS = $(NTPDATE_DS)
496290001SglebiusAM_CFLAGS = $(CFLAGS_NTP)
497290001SglebiusAM_CPPFLAGS = $(NTP_INCS) $(CPPFLAGS_NTP)
498290001SglebiusAM_LDFLAGS = $(LDFLAGS_NTP)
499290001Sglebius
50054359Sroberto# LDADD might need RESLIB and ADJLIB
501132451SrobertoLDADD = version.o ../libntp/libntp.a
502290001Sglebiusntpdate_LDADD = $(LDADD) $(LDADD_LIBNTP) $(PTHREAD_LIBS) \
503290001Sglebius	$(LIBOPTS_LDADD) $(LIBM) $(LDADD_NTP)
50482498SrobertoDISTCLEANFILES = .version version.c stamp-v
50554359Srobertonoinst_HEADERS = ntpdate.h
506290001SglebiusNTP_INCS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
507290001Sglebius	-I$(top_srcdir)/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
508290001Sglebius	-I$(top_srcdir)/lib/isc/unix/include
509290001Sglebiusall: $(BUILT_SOURCES)
510290001Sglebius	$(MAKE) $(AM_MAKEFLAGS) all-am
51154359Sroberto
51254359Sroberto.SUFFIXES:
513182007Sroberto.SUFFIXES: .c .lo .o .obj
514290001Sglebius$(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;
534290001Sglebius$(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=; \
547290001Sglebius	if test -n "$$list"; then \
548290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
549290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
550290001Sglebius	fi; \
551200576Sroberto	for p in $$list; do echo "$$p $$p"; done | \
552200576Sroberto	sed 's/$(EXEEXT)$$//' | \
553290001Sglebius	while read p p1; do if test -f $$p \
554290001Sglebius	 || test -f $$p1 \
555290001Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
556200576Sroberto	done | \
557290001Sglebius	sed -e 'p;s,.*/,,;n;h' \
558290001Sglebius	    -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)' \
579290001Sglebius	      -e 's/$$/$(EXEEXT)/' \
580290001Sglebius	`; \
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
593290001Sglebiusinstall-libexecPROGRAMS: $(libexec_PROGRAMS)
594290001Sglebius	@$(NORMAL_INSTALL)
595290001Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
596290001Sglebius	if test -n "$$list"; then \
597290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
598290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
599290001Sglebius	fi; \
600290001Sglebius	for p in $$list; do echo "$$p $$p"; done | \
601290001Sglebius	sed 's/$(EXEEXT)$$//' | \
602290001Sglebius	while read p p1; do if test -f $$p \
603290001Sglebius	 || test -f $$p1 \
604290001Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
605290001Sglebius	done | \
606290001Sglebius	sed -e 'p;s,.*/,,;n;h' \
607290001Sglebius	    -e 's|.*|.|' \
608290001Sglebius	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
609290001Sglebius	sed 'N;N;N;s,\n, ,g' | \
610290001Sglebius	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
611290001Sglebius	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
612290001Sglebius	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
613290001Sglebius	    else { print "f", $$3 "/" $$4, $$1; } } \
614290001Sglebius	  END { for (d in files) print "f", d, files[d] }' | \
615290001Sglebius	while read type dir files; do \
616290001Sglebius	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
617290001Sglebius	    test -z "$$files" || { \
618290001Sglebius	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
619290001Sglebius	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
620290001Sglebius	    } \
621290001Sglebius	; done
622290001Sglebius
623290001Sglebiusuninstall-libexecPROGRAMS:
624290001Sglebius	@$(NORMAL_UNINSTALL)
625290001Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
626290001Sglebius	files=`for p in $$list; do echo "$$p"; done | \
627290001Sglebius	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
628290001Sglebius	      -e 's/$$/$(EXEEXT)/' \
629290001Sglebius	`; \
630290001Sglebius	test -n "$$list" || exit 0; \
631290001Sglebius	echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
632290001Sglebius	cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
633290001Sglebius
634290001Sglebiusclean-libexecPROGRAMS:
635290001Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
636290001Sglebius	echo " rm -f" $$list; \
637290001Sglebius	rm -f $$list || exit $$?; \
638290001Sglebius	test -n "$(EXEEXT)" || exit 0; \
639290001Sglebius	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
640290001Sglebius	echo " rm -f" $$list; \
641290001Sglebius	rm -f $$list
642290001Sglebiusinstall-sbinPROGRAMS: $(sbin_PROGRAMS)
643290001Sglebius	@$(NORMAL_INSTALL)
644290001Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
645290001Sglebius	if test -n "$$list"; then \
646290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
647290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
648290001Sglebius	fi; \
649290001Sglebius	for p in $$list; do echo "$$p $$p"; done | \
650290001Sglebius	sed 's/$(EXEEXT)$$//' | \
651290001Sglebius	while read p p1; do if test -f $$p \
652290001Sglebius	 || test -f $$p1 \
653290001Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
654290001Sglebius	done | \
655290001Sglebius	sed -e 'p;s,.*/,,;n;h' \
656290001Sglebius	    -e 's|.*|.|' \
657290001Sglebius	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
658290001Sglebius	sed 'N;N;N;s,\n, ,g' | \
659290001Sglebius	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
660290001Sglebius	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
661290001Sglebius	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
662290001Sglebius	    else { print "f", $$3 "/" $$4, $$1; } } \
663290001Sglebius	  END { for (d in files) print "f", d, files[d] }' | \
664290001Sglebius	while read type dir files; do \
665290001Sglebius	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
666290001Sglebius	    test -z "$$files" || { \
667290001Sglebius	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
668290001Sglebius	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
669290001Sglebius	    } \
670290001Sglebius	; done
671290001Sglebius
672290001Sglebiusuninstall-sbinPROGRAMS:
673290001Sglebius	@$(NORMAL_UNINSTALL)
674290001Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
675290001Sglebius	files=`for p in $$list; do echo "$$p"; done | \
676290001Sglebius	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
677290001Sglebius	      -e 's/$$/$(EXEEXT)/' \
678290001Sglebius	`; \
679290001Sglebius	test -n "$$list" || exit 0; \
680290001Sglebius	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
681290001Sglebius	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
682290001Sglebius
683290001Sglebiusclean-sbinPROGRAMS:
684290001Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
685290001Sglebius	echo " rm -f" $$list; \
686290001Sglebius	rm -f $$list || exit $$?; \
687290001Sglebius	test -n "$(EXEEXT)" || exit 0; \
688290001Sglebius	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
689290001Sglebius	echo " rm -f" $$list; \
690290001Sglebius	rm -f $$list
691290001Sglebius
692290001Sglebiusntpdate$(EXEEXT): $(ntpdate_OBJECTS) $(ntpdate_DEPENDENCIES) $(EXTRA_ntpdate_DEPENDENCIES) 
693106163Sroberto	@rm -f ntpdate$(EXEEXT)
694290001Sglebius	$(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:
705290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
706290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
707290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
708182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
709290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
710106163Sroberto
711106163Sroberto.c.obj:
712290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
713290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
714290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
715182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
716290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
71754359Sroberto
718182007Sroberto.c.lo:
719290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
720290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
721290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
722182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
723290001Sglebius@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
731290001SglebiusID: $(am__tagged_files)
732290001Sglebius	$(am__define_uniq_tagged_files); mkid -fID $$unique
733290001Sglebiustags: tags-am
734290001SglebiusTAGS: tags
73554359Sroberto
736290001Sglebiustags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
737200576Sroberto	set x; \
73854359Sroberto	here=`pwd`; \
739290001Sglebius	$(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
751290001Sglebiusctags: ctags-am
752290001Sglebius
753290001SglebiusCTAGS: ctags
754290001Sglebiusctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
755290001Sglebius	$(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"
764290001Sglebiuscscopelist: cscopelist-am
76554359Sroberto
766290001Sglebiuscscopelist-am: $(am__tagged_files)
767290001Sglebius	list='$(am__tagged_files)'; \
768290001Sglebius	case "$(srcdir)" in \
769290001Sglebius	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
770290001Sglebius	  *) sdir=$(subdir)/$(srcdir) ;; \
771290001Sglebius	esac; \
772290001Sglebius	for i in $$list; do \
773290001Sglebius	  if test -f "$$i"; then \
774290001Sglebius	    echo "$(subdir)/$$i"; \
775290001Sglebius	  else \
776290001Sglebius	    echo "$$sdir/$$i"; \
777290001Sglebius	  fi; \
778290001Sglebius	done >> $(top_builddir)/cscope.files
779290001Sglebius
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
814290001Sglebiuscheck: $(BUILT_SOURCES)
815290001Sglebius	$(MAKE) $(AM_MAKEFLAGS) check-am
81682498Srobertoall-am: Makefile $(PROGRAMS) $(HEADERS)
81782498Srobertoinstalldirs:
818290001Sglebius	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sbindir)"; do \
819200576Sroberto	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
820182007Sroberto	done
821290001Sglebiusinstall: $(BUILT_SOURCES)
822290001Sglebius	$(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:
832290001Sglebius	if test -z '$(STRIP)'; then \
833290001Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
834290001Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
835290001Sglebius	      install; \
836290001Sglebius	else \
837290001Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
838290001Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
839290001Sglebius	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
840290001Sglebius	fi
84154359Srobertomostlyclean-generic:
84254359Sroberto
84354359Srobertoclean-generic:
844290001Sglebius	-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."
854290001Sglebius	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
85582498Srobertoclean: clean-am
85654359Sroberto
857290001Sglebiusclean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
858290001Sglebius	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
884290001Sglebiusinstall-exec-am: install-binPROGRAMS install-libexecPROGRAMS \
885290001Sglebius	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
926290001Sglebiusuninstall-am: uninstall-binPROGRAMS uninstall-libexecPROGRAMS \
927290001Sglebius	uninstall-sbinPROGRAMS
92882498Sroberto
929290001Sglebius.MAKE: all check install install-am install-exec-am install-strip
930200576Sroberto
931290001Sglebius.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
932290001Sglebius	clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
933290001Sglebius	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
934290001Sglebius	distclean distclean-compile distclean-generic \
935290001Sglebius	distclean-libtool distclean-tags distdir dvi dvi-am html \
936290001Sglebius	html-am info info-am install install-am install-binPROGRAMS \
937290001Sglebius	install-data install-data-am install-dvi install-dvi-am \
938290001Sglebius	install-exec install-exec-am install-exec-hook install-html \
939290001Sglebius	install-html-am install-info install-info-am \
940290001Sglebius	install-libexecPROGRAMS install-man install-pdf install-pdf-am \
941290001Sglebius	install-ps install-ps-am install-sbinPROGRAMS install-strip \
942290001Sglebius	installcheck installcheck-am installdirs maintainer-clean \
943290001Sglebius	maintainer-clean-generic mostlyclean mostlyclean-compile \
944290001Sglebius	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
945290001Sglebius	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
946290001Sglebius	uninstall-libexecPROGRAMS uninstall-sbinPROGRAMS
94782498Sroberto
948290001Sglebius.PRECIOUS: Makefile
94982498Sroberto
950290001Sglebius
95154359Sroberto$(PROGRAMS): $(LDADD)
95254359Sroberto
953290001Sglebius$(top_srcdir)/sntp/scm-rev:
954290001Sglebius	cd ../sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
95554359Sroberto
956290001Sglebiusversion.c: $(ntpdate_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev
957290001Sglebius	env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpdate
958182007Sroberto
959290001Sglebiusversion.o: version.c
960290001Sglebius	env CCACHE_DISABLE=1 $(COMPILE) -c version.c -o version.o
961182007Sroberto
962182007Srobertoinstall-exec-hook:
963290001Sglebius	@test -z "${bin_PROGRAMS}${bin_SCRIPTS}"		\
964290001Sglebius	|| for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do	\
965290001Sglebius	   test ! -f ${sbindir}/$$i				\
966290001Sglebius		|| echo "*** $$i is also in ${sbindir}!";	\
967182007Sroberto	done
968290001Sglebius	@test -z "${sbin_PROGRAMS}${asbin_SCRIPTS}"		\
969290001Sglebius	|| for i in ${sbin_PROGRAMS} ${sbin_SCRIPTS} " "; do	\
970290001Sglebius	   test ! -f ${bindir}/$$i				\
971290001Sglebius		|| echo "*** $$i is also in ${bindir}!";	\
972290001Sglebius	done
973182007Sroberto
974182007Sroberto#
975200576Sroberto
976290001Sglebiuscheck-libntp: ../libntp/libntp.a
977290001Sglebius	@echo stamp > $@
978290001Sglebius
979290001Sglebius../libntp/libntp.a:
980290001Sglebius	cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
981290001Sglebius$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
982290001Sglebius	@[ -f $@ ] ||							\
983290001Sglebius		cp $(top_srcdir)/deps-ver $@
984290001Sglebius	@[ -w $@ ] ||							\
985290001Sglebius		chmod ug+w $@
986290001Sglebius	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
987290001Sglebius		$(MAKE) $(AM_MAKEFLAGS) clean &&					\
988290001Sglebius		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
989290001Sglebius		cat $@ &&						\
990290001Sglebius		rm -rf $(DEPDIR) &&					\
991290001Sglebius		mkdir $(DEPDIR) && 					\
992290001Sglebius		case "$(top_builddir)" in				\
993290001Sglebius		 .)							\
994290001Sglebius		    ./config.status Makefile depfiles			\
995290001Sglebius		    ;;							\
996290001Sglebius		 *)							\
997290001Sglebius		    cd "$(top_builddir)" &&				\
998290001Sglebius		    ./config.status $(subdir)/Makefile depfiles &&	\
999290001Sglebius		    cd $(subdir)					\
1000290001Sglebius		    ;;							\
1001290001Sglebius		esac &&							\
1002290001Sglebius		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
1003290001Sglebius		cat $(top_srcdir)/deps-ver				\
1004290001Sglebius	)
1005290001Sglebius	cp $(top_srcdir)/deps-ver $@
1006290001Sglebius
1007290001Sglebius.deps-ver: $(top_srcdir)/deps-ver
1008290001Sglebius	@[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
1009290001Sglebius	@touch $@
1010290001Sglebius
1011290001Sglebius#
1012290001Sglebius# depsver.mf	included in Makefile.am for directories with .deps
1013290001Sglebius#
1014290001Sglebius# When building in the same directory with sources that change over
1015290001Sglebius# time, such as when tracking using bk, the .deps files can become
1016290001Sglebius# stale with respect to moved, deleted, or superceded headers.  Most
1017290001Sglebius# commonly, this would exhibit as make reporting a failure to make a
1018290001Sglebius# header file which is no longer in the location given.  To address
1019290001Sglebius# this issue, we use a deps-ver file which is updated with each change
1020290001Sglebius# that breaks old .deps files.  A copy of deps-ver is made into
1021290001Sglebius# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
1022290001Sglebius# with different contents than deps-ver, we make clean to ensure all
1023290001Sglebius# .o files built before the incompatible change are rebuilt along with
1024290001Sglebius# their updated .deps files, then remove $(DEPDIR) and recreate it as
1025290001Sglebius# empty stubs.
1026290001Sglebius#
1027290001Sglebius# It is normal when configured with --disable-dependency-tracking for
1028290001Sglebius# the DEPDIR to not have been created.  For this reason, we use the
1029290001Sglebius# intermediate target .deps-ver, which invokes make recursively if
1030290001Sglebius# DEPDIR exists.
1031290001Sglebius#
1032290001Sglebius# If you modify depsver.mf, please make the changes to the master
1033290001Sglebius# copy, the one in sntp is copied by the bootstrap script from it.
1034290001Sglebius#
1035290001Sglebius# This comment block follows rather than leads the related code so that
1036290001Sglebius# it stays with it in the generated Makefile.in and Makefile.
1037290001Sglebius#
1038290001Sglebius
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