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
17280849Scy
1854359SrobertoVPATH = @srcdir@
19285169Scyam__is_gnu_make = { \
20285169Scy  if test -z '$(MAKELEVEL)'; then \
21285169Scy    false; \
22285169Scy  elif test -n '$(MAKE_HOST)'; then \
23285169Scy    true; \
24285169Scy  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25285169Scy    true; \
26285169Scy  else \
27285169Scy    false; \
28285169Scy  fi; \
29285169Scy}
30285169Scyam__make_running_with_option = \
31285169Scy  case $${target_option-} in \
32285169Scy      ?) ;; \
33285169Scy      *) echo "am__make_running_with_option: internal error: invalid" \
34285169Scy              "target option '$${target_option-}' specified" >&2; \
35285169Scy         exit 1;; \
36285169Scy  esac; \
37285169Scy  has_opt=no; \
38285169Scy  sane_makeflags=$$MAKEFLAGS; \
39285169Scy  if $(am__is_gnu_make); then \
40285169Scy    sane_makeflags=$$MFLAGS; \
41285169Scy  else \
42285169Scy    case $$MAKEFLAGS in \
43285169Scy      *\\[\ \	]*) \
44285169Scy        bs=\\; \
45285169Scy        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46285169Scy          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47285169Scy    esac; \
48285169Scy  fi; \
49285169Scy  skip_next=no; \
50285169Scy  strip_trailopt () \
51285169Scy  { \
52285169Scy    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53285169Scy  }; \
54285169Scy  for flg in $$sane_makeflags; do \
55285169Scy    test $$skip_next = yes && { skip_next=no; continue; }; \
56285169Scy    case $$flg in \
57285169Scy      *=*|--*) continue;; \
58285169Scy        -*I) strip_trailopt 'I'; skip_next=yes;; \
59285169Scy      -*I?*) strip_trailopt 'I';; \
60285169Scy        -*O) strip_trailopt 'O'; skip_next=yes;; \
61285169Scy      -*O?*) strip_trailopt 'O';; \
62285169Scy        -*l) strip_trailopt 'l'; skip_next=yes;; \
63285169Scy      -*l?*) strip_trailopt 'l';; \
64285169Scy      -[dEDm]) skip_next=yes;; \
65285169Scy      -[JT]) skip_next=yes;; \
66285169Scy    esac; \
67285169Scy    case $$flg in \
68285169Scy      *$$target_option*) has_opt=yes; break;; \
69285169Scy    esac; \
70285169Scy  done; \
71285169Scy  test $$has_opt = yes
72285169Scyam__make_dryrun = (target_option=n; $(am__make_running_with_option))
73285169Scyam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
7454359Srobertopkgdatadir = $(datadir)/@PACKAGE@
75200576Srobertopkgincludedir = $(includedir)/@PACKAGE@
7654359Srobertopkglibdir = $(libdir)/@PACKAGE@
77200576Srobertopkglibexecdir = $(libexecdir)/@PACKAGE@
78132451Srobertoam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79132451Srobertoinstall_sh_DATA = $(install_sh) -c -m 644
80132451Srobertoinstall_sh_PROGRAM = $(install_sh) -c
81132451Srobertoinstall_sh_SCRIPT = $(install_sh) -c
8282498SrobertoINSTALL_HEADER = $(INSTALL_DATA)
83132451Srobertotransform = $(program_transform_name)
8454359SrobertoNORMAL_INSTALL = :
8554359SrobertoPRE_INSTALL = :
8654359SrobertoPOST_INSTALL = :
8754359SrobertoNORMAL_UNINSTALL = :
8854359SrobertoPRE_UNINSTALL = :
8954359SrobertoPOST_UNINSTALL = :
9054359Srobertobuild_triplet = @build@
9154359Srobertohost_triplet = @host@
92182007Srobertosubdir = scripts
93182007SrobertoACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94280849Scyam__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
95280849Scy	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
96282408Scy	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
97280849Scy	$(top_srcdir)/sntp/m4/define_dir.m4 \
98280849Scy	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
99280849Scy	$(top_srcdir)/sntp/m4/libtool.m4 \
100280849Scy	$(top_srcdir)/sntp/m4/ltoptions.m4 \
101280849Scy	$(top_srcdir)/sntp/m4/ltsugar.m4 \
102280849Scy	$(top_srcdir)/sntp/m4/ltversion.m4 \
103280849Scy	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
104280849Scy	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
105280849Scy	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
106280849Scy	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
107280849Scy	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
108280849Scy	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
109280849Scy	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
110280849Scy	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
111280849Scy	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
112316722Sdelphij	$(top_srcdir)/sntp/m4/ntp_harden.m4 \
113280849Scy	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
114280849Scy	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
115280849Scy	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
116280849Scy	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
117280849Scy	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
118280849Scy	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
119280849Scy	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
120280849Scy	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
121289764Sglebius	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
122280849Scy	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
123280849Scy	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
124280849Scy	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
125285169Scy	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
126280849Scy	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
127280849Scy	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
128282408Scy	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
129282408Scy	$(top_srcdir)/sntp/m4/openldap.m4 \
130280849Scy	$(top_srcdir)/sntp/m4/os_cflags.m4 \
131280849Scy	$(top_srcdir)/sntp/m4/snprintf.m4 \
132280849Scy	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
133182007Srobertoam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
134182007Sroberto	$(ACLOCAL_M4)
135285169ScyDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
136182007Srobertomkinstalldirs = $(install_sh) -d
137182007SrobertoCONFIG_HEADER = $(top_builddir)/config.h
138280849ScyCONFIG_CLEAN_FILES = ntpver plot_summary summary
139200576SrobertoCONFIG_CLEAN_VPATH_FILES =
140280849ScySCRIPTS = $(noinst_SCRIPTS)
141285169ScyAM_V_P = $(am__v_P_@AM_V@)
142285169Scyam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
143285169Scyam__v_P_0 = false
144285169Scyam__v_P_1 = :
145285169ScyAM_V_GEN = $(am__v_GEN_@AM_V@)
146285169Scyam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
147285169Scyam__v_GEN_0 = @echo "  GEN     " $@;
148285169Scyam__v_GEN_1 = 
149285169ScyAM_V_at = $(am__v_at_@AM_V@)
150285169Scyam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
151280849Scyam__v_at_0 = @
152285169Scyam__v_at_1 = 
153280849ScySOURCES =
154280849ScyDIST_SOURCES =
155285169ScyRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
156285169Scy	ctags-recursive dvi-recursive html-recursive info-recursive \
157285169Scy	install-data-recursive install-dvi-recursive \
158285169Scy	install-exec-recursive install-html-recursive \
159285169Scy	install-info-recursive install-pdf-recursive \
160285169Scy	install-ps-recursive install-recursive installcheck-recursive \
161285169Scy	installdirs-recursive pdf-recursive ps-recursive \
162285169Scy	tags-recursive uninstall-recursive
163285169Scyam__can_run_installinfo = \
164285169Scy  case $$AM_UPDATE_INFO_DIR in \
165285169Scy    n|no|NO) false;; \
166285169Scy    *) (install-info --version) >/dev/null 2>&1;; \
167285169Scy  esac
168200576Srobertoam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
169200576Srobertoam__vpath_adj = case $$p in \
170200576Sroberto    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
171200576Sroberto    *) f=$$p;; \
172200576Sroberto  esac;
173200576Srobertoam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
174200576Srobertoam__install_max = 40
175200576Srobertoam__nobase_strip_setup = \
176200576Sroberto  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
177200576Srobertoam__nobase_strip = \
178200576Sroberto  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
179200576Srobertoam__nobase_list = $(am__nobase_strip_setup); \
180200576Sroberto  for p in $$list; do echo "$$p $$p"; done | \
181200576Sroberto  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
182200576Sroberto  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
183200576Sroberto    if (++n[$$2] == $(am__install_max)) \
184200576Sroberto      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
185200576Sroberto    END { for (dir in files) print dir, files[dir] }'
186200576Srobertoam__base_list = \
187200576Sroberto  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
188200576Sroberto  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
189285169Scyam__uninstall_files_from_dir = { \
190285169Scy  test -z "$$files" \
191285169Scy    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
192285169Scy    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
193285169Scy         $(am__cd) "$$dir" && rm -f $$files; }; \
194285169Scy  }
195280849Scyman1dir = $(mandir)/man1
196280849Scyam__installdirs = "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)"
197280849Scyman8dir = $(mandir)/man8
198280849ScyNROFF = nroff
199280849ScyMANS = $(man1_MANS) $(man8_MANS)
200280849ScyDATA = $(noinst_DATA)
201280849ScyRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
202280849Scy  distclean-recursive maintainer-clean-recursive
203285169Scyam__recursive_targets = \
204285169Scy  $(RECURSIVE_TARGETS) \
205285169Scy  $(RECURSIVE_CLEAN_TARGETS) \
206285169Scy  $(am__extra_recursive_targets)
207285169ScyAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
208280849Scy	distdir
209285169Scyam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
210285169Scy# Read a list of newline-separated strings from the standard input,
211285169Scy# and print each of them once, without duplicates.  Input order is
212285169Scy# *not* preserved.
213285169Scyam__uniquify_input = $(AWK) '\
214285169Scy  BEGIN { nonempty = 0; } \
215285169Scy  { items[$$0] = 1; nonempty = 1; } \
216285169Scy  END { if (nonempty) { for (i in items) print i; }; } \
217285169Scy'
218285169Scy# Make sure the list of sources is unique.  This is necessary because,
219285169Scy# e.g., the same source file might be shared among _SOURCES variables
220285169Scy# for different programs/libraries.
221285169Scyam__define_uniq_tagged_files = \
222285169Scy  list='$(am__tagged_files)'; \
223285169Scy  unique=`for i in $$list; do \
224285169Scy    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
225285169Scy  done | $(am__uniquify_input)`
226280849ScyETAGS = etags
227280849ScyCTAGS = ctags
228280849ScyDIST_SUBDIRS = $(SUBDIRS)
229285169Scyam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/ntpver.in \
230285169Scy	$(srcdir)/plot_summary.in $(srcdir)/summary.in README
231182007SrobertoDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
232280849Scyam__relativize = \
233280849Scy  dir0=`pwd`; \
234280849Scy  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
235280849Scy  sed_rest='s,^[^/]*/*,,'; \
236280849Scy  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
237280849Scy  sed_butlast='s,/*[^/]*$$,,'; \
238280849Scy  while test -n "$$dir1"; do \
239280849Scy    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
240280849Scy    if test "$$first" != "."; then \
241280849Scy      if test "$$first" = ".."; then \
242280849Scy        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
243280849Scy        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
244280849Scy      else \
245280849Scy        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
246280849Scy        if test "$$first2" = "$$first"; then \
247280849Scy          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
248280849Scy        else \
249280849Scy          dir2="../$$dir2"; \
250280849Scy        fi; \
251280849Scy        dir0="$$dir0"/"$$first"; \
252280849Scy      fi; \
253280849Scy    fi; \
254280849Scy    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
255280849Scy  done; \
256280849Scy  reldir="$$dir2"
257132451SrobertoACLOCAL = @ACLOCAL@
258280849ScyALLOCA = @ALLOCA@
25954359SrobertoAMTAR = @AMTAR@
260280849ScyAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
261182007SrobertoAR = @AR@
262132451SrobertoAUTOCONF = @AUTOCONF@
263132451SrobertoAUTOHEADER = @AUTOHEADER@
264132451SrobertoAUTOMAKE = @AUTOMAKE@
26554359SrobertoAWK = @AWK@
266289764SglebiusBUILD_THREAD = @BUILD_THREAD@
267280849ScyCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
268280849ScyCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
269280849ScyCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
270280849ScyCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
271280849ScyCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
27254359SrobertoCC = @CC@
273132451SrobertoCCDEPMODE = @CCDEPMODE@
27454359SrobertoCFLAGS = @CFLAGS@
275289764SglebiusCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
276280849ScyCFLAGS_NTP = @CFLAGS_NTP@
27754359SrobertoCHUTEST = @CHUTEST@
278280849ScyCONFIG_SHELL = @CONFIG_SHELL@
27954359SrobertoCPP = @CPP@
280132451SrobertoCPPFLAGS = @CPPFLAGS@
281280849ScyCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
282280849ScyCPPFLAGS_NTP = @CPPFLAGS_NTP@
283132451SrobertoCYGPATH_W = @CYGPATH_W@
28454359SrobertoDCFD = @DCFD@
285132451SrobertoDEFS = @DEFS@
28656746SrobertoDEPDIR = @DEPDIR@
287280849ScyDLLTOOL = @DLLTOOL@
288280849ScyDSYMUTIL = @DSYMUTIL@
289280849ScyDUMPBIN = @DUMPBIN@
290132451SrobertoECHO_C = @ECHO_C@
291132451SrobertoECHO_N = @ECHO_N@
292132451SrobertoECHO_T = @ECHO_T@
293280849ScyEDITLINE_LIBS = @EDITLINE_LIBS@
294132451SrobertoEGREP = @EGREP@
295106163SrobertoEXEEXT = @EXEEXT@
296280849ScyFGREP = @FGREP@
297200576SrobertoGREP = @GREP@
298280849ScyGTEST_CONFIG = @GTEST_CONFIG@
299280849ScyGTEST_CPPFLAGS = @GTEST_CPPFLAGS@
300280849ScyGTEST_CXXFLAGS = @GTEST_CXXFLAGS@
301280849ScyGTEST_LDFLAGS = @GTEST_LDFLAGS@
302280849ScyGTEST_LIBS = @GTEST_LIBS@
303200576SrobertoHAVE_INLINE = @HAVE_INLINE@
304285169ScyHAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
305280849ScyHAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
306280849ScyHAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
307200576SrobertoINSTALL = @INSTALL@
308132451SrobertoINSTALL_DATA = @INSTALL_DATA@
309132451SrobertoINSTALL_PROGRAM = @INSTALL_PROGRAM@
310132451SrobertoINSTALL_SCRIPT = @INSTALL_SCRIPT@
31182498SrobertoINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
312280849ScyLD = @LD@
313280849ScyLDADD_LIBEVENT = @LDADD_LIBEVENT@
314280849ScyLDADD_LIBNTP = @LDADD_LIBNTP@
315280849ScyLDADD_LIBUTIL = @LDADD_LIBUTIL@
316280849ScyLDADD_NLIST = @LDADD_NLIST@
317280849ScyLDADD_NTP = @LDADD_NTP@
31854359SrobertoLDFLAGS = @LDFLAGS@
319280849ScyLDFLAGS_NTP = @LDFLAGS_NTP@
320280849ScyLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
321280849ScyLIBM = @LIBM@
322132451SrobertoLIBOBJS = @LIBOBJS@
323182007SrobertoLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
324182007SrobertoLIBOPTS_DIR = @LIBOPTS_DIR@
325182007SrobertoLIBOPTS_LDADD = @LIBOPTS_LDADD@
32654359SrobertoLIBPARSE = @LIBPARSE@
327132451SrobertoLIBS = @LIBS@
328182007SrobertoLIBTOOL = @LIBTOOL@
329280849ScyLIBTOOL_DEPS = @LIBTOOL_DEPS@
330280849ScyLIPO = @LIPO@
33154359SrobertoLN_S = @LN_S@
332200576SrobertoLSCF = @LSCF@
333289764SglebiusLTHREAD_LIBS = @LTHREAD_LIBS@
334132451SrobertoLTLIBOBJS = @LTLIBOBJS@
335316722SdelphijLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
336132451SrobertoMAKEINFO = @MAKEINFO@
33754359SrobertoMAKE_ADJTIMED = @MAKE_ADJTIMED@
338182007SrobertoMAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
33954359SrobertoMAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
340132451SrobertoMAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
34154359SrobertoMAKE_LIBPARSE = @MAKE_LIBPARSE@
34254359SrobertoMAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
343132451SrobertoMAKE_NTPDSIM = @MAKE_NTPDSIM@
344280849ScyMAKE_NTPSNMPD = @MAKE_NTPSNMPD@
34554359SrobertoMAKE_NTPTIME = @MAKE_NTPTIME@
34654359SrobertoMAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
34754359SrobertoMAKE_TICKADJ = @MAKE_TICKADJ@
34882498SrobertoMAKE_TIMETRIM = @MAKE_TIMETRIM@
349280849ScyMANIFEST_TOOL = @MANIFEST_TOOL@
350280849ScyMANTAGFMT = @MANTAGFMT@
351200576SrobertoMKDIR_P = @MKDIR_P@
352280849ScyNM = @NM@
353280849ScyNMEDIT = @NMEDIT@
354280849ScyNTPDATE_DB = @NTPDATE_DB@
355280849ScyNTPDATE_DL = @NTPDATE_DL@
356280849ScyNTPDATE_DS = @NTPDATE_DS@
357280849ScyNTPDATE_MS = @NTPDATE_MS@
358280849ScyNTPDATE_NI = @NTPDATE_NI@
359280849ScyNTPDC_DB = @NTPDC_DB@
360280849ScyNTPDC_DL = @NTPDC_DL@
361280849ScyNTPDC_DS = @NTPDC_DS@
362280849ScyNTPDC_MS = @NTPDC_MS@
363280849ScyNTPDC_NI = @NTPDC_NI@
364280849ScyNTPDSIM_DB = @NTPDSIM_DB@
365280849ScyNTPDSIM_DL = @NTPDSIM_DL@
366280849ScyNTPDSIM_DS = @NTPDSIM_DS@
367280849ScyNTPDSIM_MS = @NTPDSIM_MS@
368280849ScyNTPDSIM_NI = @NTPDSIM_NI@
369280849ScyNTPD_DB = @NTPD_DB@
370280849ScyNTPD_DL = @NTPD_DL@
371280849ScyNTPD_DS = @NTPD_DS@
372280849ScyNTPD_MS = @NTPD_MS@
373280849ScyNTPD_NI = @NTPD_NI@
374280849ScyNTPQ_DB = @NTPQ_DB@
375280849ScyNTPQ_DL = @NTPQ_DL@
376280849ScyNTPQ_DS = @NTPQ_DS@
377280849ScyNTPQ_MS = @NTPQ_MS@
378280849ScyNTPQ_NI = @NTPQ_NI@
379280849ScyNTPSNMPD_DB = @NTPSNMPD_DB@
380280849ScyNTPSNMPD_DL = @NTPSNMPD_DL@
381280849ScyNTPSNMPD_DS = @NTPSNMPD_DS@
382280849ScyNTPSNMPD_MS = @NTPSNMPD_MS@
383280849ScyNTPSNMPD_NI = @NTPSNMPD_NI@
384280849ScyNTPSWEEP_DB = @NTPSWEEP_DB@
385280849ScyNTPSWEEP_DL = @NTPSWEEP_DL@
386280849ScyNTPSWEEP_DS = @NTPSWEEP_DS@
387280849ScyNTPSWEEP_MS = @NTPSWEEP_MS@
388280849ScyNTPSWEEP_NI = @NTPSWEEP_NI@
389280849ScyNTPTIME_DB = @NTPTIME_DB@
390280849ScyNTPTIME_DL = @NTPTIME_DL@
391280849ScyNTPTIME_DS = @NTPTIME_DS@
392280849ScyNTPTIME_MS = @NTPTIME_MS@
393280849ScyNTPTIME_NI = @NTPTIME_NI@
394280849ScyNTPTRACE_DB = @NTPTRACE_DB@
395280849ScyNTPTRACE_DL = @NTPTRACE_DL@
396280849ScyNTPTRACE_DS = @NTPTRACE_DS@
397280849ScyNTPTRACE_MS = @NTPTRACE_MS@
398280849ScyNTPTRACE_NI = @NTPTRACE_NI@
399316722SdelphijNTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@
400316722SdelphijNTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@
401316722SdelphijNTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@
402280849ScyNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
403280849ScyNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
404280849ScyNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
405280849ScyNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
406280849ScyNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
407280849ScyNTP_KEYSDIR = @NTP_KEYSDIR@
408280849ScyNTP_WAIT_DB = @NTP_WAIT_DB@
409280849ScyNTP_WAIT_DL = @NTP_WAIT_DL@
410280849ScyNTP_WAIT_DS = @NTP_WAIT_DS@
411280849ScyNTP_WAIT_MS = @NTP_WAIT_MS@
412280849ScyNTP_WAIT_NI = @NTP_WAIT_NI@
413280849ScyOBJDUMP = @OBJDUMP@
414106163SrobertoOBJEXT = @OBJEXT@
415280849ScyOTOOL = @OTOOL@
416280849ScyOTOOL64 = @OTOOL64@
41754359SrobertoPACKAGE = @PACKAGE@
418132451SrobertoPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
419132451SrobertoPACKAGE_NAME = @PACKAGE_NAME@
420132451SrobertoPACKAGE_STRING = @PACKAGE_STRING@
421132451SrobertoPACKAGE_TARNAME = @PACKAGE_TARNAME@
422200576SrobertoPACKAGE_URL = @PACKAGE_URL@
423132451SrobertoPACKAGE_VERSION = @PACKAGE_VERSION@
424280849ScyPATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
42582498SrobertoPATH_PERL = @PATH_PERL@
426285169ScyPATH_RUBY = @PATH_RUBY@
427132451SrobertoPATH_SEPARATOR = @PATH_SEPARATOR@
428280849ScyPATH_TEST = @PATH_TEST@
429280849ScyPERLLIBDIR = @PERLLIBDIR@
430280849ScyPKG_CONFIG = @PKG_CONFIG@
431280849ScyPOSIX_SHELL = @POSIX_SHELL@
43254359SrobertoPROPDELAY = @PROPDELAY@
433280849ScyPTHREAD_LIBS = @PTHREAD_LIBS@
43454359SrobertoRANLIB = @RANLIB@
435280849ScySED = @SED@
436132451SrobertoSET_MAKE = @SET_MAKE@
437132451SrobertoSHELL = @SHELL@
438280849ScySNMP_CFLAGS = @SNMP_CFLAGS@
439280849ScySNMP_CPPFLAGS = @SNMP_CPPFLAGS@
440280849ScySNMP_LIBS = @SNMP_LIBS@
441280849ScySNTP = @SNTP@
442280849ScySNTP_DB = @SNTP_DB@
443280849ScySNTP_DL = @SNTP_DL@
444280849ScySNTP_DS = @SNTP_DS@
445280849ScySNTP_MS = @SNTP_MS@
446280849ScySNTP_NI = @SNTP_NI@
447280849ScySTDNORETURN_H = @STDNORETURN_H@
448132451SrobertoSTRIP = @STRIP@
44954359SrobertoTESTDCF = @TESTDCF@
450280849ScyTICKADJ_DB = @TICKADJ_DB@
451280849ScyTICKADJ_DL = @TICKADJ_DL@
452280849ScyTICKADJ_DS = @TICKADJ_DS@
453280849ScyTICKADJ_MS = @TICKADJ_MS@
454280849ScyTICKADJ_NI = @TICKADJ_NI@
455280849ScyTIMETRIM_DB = @TIMETRIM_DB@
456280849ScyTIMETRIM_DL = @TIMETRIM_DL@
457280849ScyTIMETRIM_DS = @TIMETRIM_DS@
458280849ScyTIMETRIM_MS = @TIMETRIM_MS@
459280849ScyTIMETRIM_NI = @TIMETRIM_NI@
460282408ScyUPDATE_LEAP_DB = @UPDATE_LEAP_DB@
461282408ScyUPDATE_LEAP_DL = @UPDATE_LEAP_DL@
462282408ScyUPDATE_LEAP_DS = @UPDATE_LEAP_DS@
463282408ScyUPDATE_LEAP_MS = @UPDATE_LEAP_MS@
464282408ScyUPDATE_LEAP_NI = @UPDATE_LEAP_NI@
46554359SrobertoVERSION = @VERSION@
466280849ScyVER_SUFFIX = @VER_SUFFIX@
467280849ScyYACC = @YACC@
468280849ScyYFLAGS = @YFLAGS@
469200576Srobertoabs_builddir = @abs_builddir@
470200576Srobertoabs_srcdir = @abs_srcdir@
471200576Srobertoabs_top_builddir = @abs_top_builddir@
472200576Srobertoabs_top_srcdir = @abs_top_srcdir@
473280849Scyac_ct_AR = @ac_ct_AR@
474132451Srobertoac_ct_CC = @ac_ct_CC@
475280849Scyac_ct_DUMPBIN = @ac_ct_DUMPBIN@
476106163Srobertoam__include = @am__include@
477132451Srobertoam__leading_dot = @am__leading_dot@
478106163Srobertoam__quote = @am__quote@
479182007Srobertoam__tar = @am__tar@
480182007Srobertoam__untar = @am__untar@
481132451Srobertobindir = @bindir@
482132451Srobertobuild = @build@
483132451Srobertobuild_alias = @build_alias@
484132451Srobertobuild_cpu = @build_cpu@
485132451Srobertobuild_os = @build_os@
486132451Srobertobuild_vendor = @build_vendor@
487200576Srobertobuilddir = @builddir@
488132451Srobertodatadir = @datadir@
489200576Srobertodatarootdir = @datarootdir@
490200576Srobertodocdir = @docdir@
491200576Srobertodvidir = @dvidir@
492132451Srobertoexec_prefix = @exec_prefix@
493132451Srobertohost = @host@
494132451Srobertohost_alias = @host_alias@
495132451Srobertohost_cpu = @host_cpu@
496132451Srobertohost_os = @host_os@
497132451Srobertohost_vendor = @host_vendor@
498200576Srobertohtmldir = @htmldir@
499132451Srobertoincludedir = @includedir@
500132451Srobertoinfodir = @infodir@
50156746Srobertoinstall_sh = @install_sh@
502132451Srobertolibdir = @libdir@
503132451Srobertolibexecdir = @libexecdir@
504200576Srobertolocaledir = @localedir@
505132451Srobertolocalstatedir = @localstatedir@
506132451Srobertomandir = @mandir@
507182007Srobertomkdir_p = @mkdir_p@
508132451Srobertooldincludedir = @oldincludedir@
509200576Srobertopdfdir = @pdfdir@
510132451Srobertoprefix = @prefix@
511132451Srobertoprogram_transform_name = @program_transform_name@
512200576Srobertopsdir = @psdir@
513132451Srobertosbindir = @sbindir@
514132451Srobertosharedstatedir = @sharedstatedir@
515200576Srobertosrcdir = @srcdir@
516132451Srobertosubdirs = @subdirs@
517132451Srobertosysconfdir = @sysconfdir@
518132451Srobertotarget_alias = @target_alias@
519200576Srobertotop_build_prefix = @top_build_prefix@
520200576Srobertotop_builddir = @top_builddir@
521200576Srobertotop_srcdir = @top_srcdir@
522280849ScyNULL = 
523280849ScySUBDIRS = \
524280849Scy	build		\
525280849Scy	calc_tickadj	\
526280849Scy	ntp-wait	\
527280849Scy	ntpsweep	\
528280849Scy	ntptrace	\
529280849Scy	lib		\
530282408Scy	update-leap	\
531280849Scy	$(NULL)
53282498Sroberto
533280849Scyman1_MANS = 
534280849Scyman8_MANS = 
535280849ScyDISTCLEANFILES = config.log $(man_MANS)
536280849Scyrun_ag = cd $(srcdir) &&	env PATH="$(abs_builddir):$(PATH)" AUTOGEN_DNE_DATE=-D	\
537280849Scy		autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
53854359Sroberto
539280849Scystd_def_list = \
540280849Scy	$(top_srcdir)/sntp/include/debug-opt.def		\
541280849Scy	$(top_srcdir)/sntp/include/autogen-version.def 		\
542280849Scy	$(top_srcdir)/sntp/include/copyright.def 		\
543280849Scy	$(top_srcdir)/sntp/include/homerc.def 			\
544280849Scy	$(top_srcdir)/sntp/include/ntp.lic 			\
545280849Scy	$(top_srcdir)/sntp/include/version.def			\
546280849Scy	$(NULL)
547280849Scy
548280849Scynoinst_SCRIPTS = \
549280849Scy	ntpver			\
550280849Scy	plot_summary		\
551280849Scy	summary			\
552280849Scy	$(NULL)
553280849Scy
554280849ScyEXTRA_DIST = \
555280849Scy	deprecated			\
556280849Scy	monitoring			\
557280849Scy	invoke-plot_summary.texi	\
558280849Scy	invoke-plot_summary.menu	\
559280849Scy	plot_summary.1plot_summaryman	\
560280849Scy	plot_summary.1plot_summarymdoc	\
561280849Scy	plot_summary.mdoc.in		\
562280849Scy	plot_summary.man.in		\
563280849Scy	plot_summary.texi		\
564280849Scy	plot_summary.html		\
565280849Scy	plot_summary-opts		\
566280849Scy	plot_summary-opts.def		\
567280849Scy	rc				\
568280849Scy	invoke-summary.texi		\
569280849Scy	invoke-summary.menu		\
570280849Scy	summary.1summaryman		\
571280849Scy	summary.1summarymdoc		\
572280849Scy	summary.mdoc.in			\
573280849Scy	summary.man.in			\
574280849Scy	summary.texi			\
575280849Scy	summary.html			\
576280849Scy	summary-opts			\
577280849Scy	summary-opts.def		\
578280849Scy	stats				\
579280849Scy	$(NULL)
580280849Scy
581280849Scynoinst_DATA = \
582280849Scy	invoke-plot_summary.texi	\
583280849Scy	invoke-plot_summary.menu	\
584280849Scy	plot_summary.1plot_summaryman	\
585280849Scy	plot_summary.1plot_summarymdoc	\
586280849Scy	plot_summary.mdoc.in		\
587280849Scy	plot_summary.man.in		\
588280849Scy	plot_summary.texi		\
589280849Scy	plot_summary.html		\
590280849Scy	invoke-summary.texi		\
591280849Scy	invoke-summary.menu		\
592280849Scy	summary.1summaryman		\
593280849Scy	summary.1summarymdoc		\
594280849Scy	summary.mdoc.in			\
595280849Scy	summary.man.in			\
596280849Scy	summary.texi			\
597280849Scy	summary.html			\
598280849Scy	$(NULL)
599280849Scy
600280849Scy
601280849Scy#OPTTPL = ../sntp/ag-tpl/perlopt.tpl
602280849ScyOPTTPL = $(std_def_list)
603280849Scyall: all-recursive
604280849Scy
60554359Sroberto.SUFFIXES:
606182007Sroberto$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
607182007Sroberto	@for dep in $?; do \
608182007Sroberto	  case '$(am__configure_deps)' in \
609182007Sroberto	    *$$dep*) \
610200576Sroberto	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
611200576Sroberto	        && { if test -f $@; then exit 0; else break; fi; }; \
612182007Sroberto	      exit 1;; \
613182007Sroberto	  esac; \
614182007Sroberto	done; \
615200576Sroberto	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \
616200576Sroberto	$(am__cd) $(top_srcdir) && \
617200576Sroberto	  $(AUTOMAKE) --foreign scripts/Makefile
618182007SrobertoMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
619182007Sroberto	@case '$?' in \
620182007Sroberto	  *config.status*) \
621182007Sroberto	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
622182007Sroberto	  *) \
623182007Sroberto	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
624182007Sroberto	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
625182007Sroberto	esac;
626182007Sroberto
627182007Sroberto$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
628182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
629182007Sroberto
630182007Sroberto$(top_srcdir)/configure:  $(am__configure_deps)
631182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
632182007Sroberto$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
633182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
634200576Sroberto$(am__aclocal_m4_deps):
635182007Srobertontpver: $(top_builddir)/config.status $(srcdir)/ntpver.in
636132451Sroberto	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
637182007Srobertoplot_summary: $(top_builddir)/config.status $(srcdir)/plot_summary.in
638132451Sroberto	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
639182007Srobertosummary: $(top_builddir)/config.status $(srcdir)/summary.in
640182007Sroberto	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
641280849Scy
642280849Scymostlyclean-libtool:
643280849Scy	-rm -f *.lo
644280849Scy
645280849Scyclean-libtool:
646280849Scy	-rm -rf .libs _libs
647280849Scyinstall-man1: $(man1_MANS)
64882498Sroberto	@$(NORMAL_INSTALL)
649285169Scy	@list1='$(man1_MANS)'; \
650285169Scy	list2=''; \
651285169Scy	test -n "$(man1dir)" \
652285169Scy	  && test -n "`echo $$list1$$list2`" \
653285169Scy	  || exit 0; \
654285169Scy	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
655285169Scy	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
656285169Scy	{ for i in $$list1; do echo "$$i"; done;  \
657285169Scy	if test -n "$$list2"; then \
658285169Scy	  for i in $$list2; do echo "$$i"; done \
659285169Scy	    | sed -n '/\.1[a-z]*$$/p'; \
660285169Scy	fi; \
661280849Scy	} | while read p; do \
662280849Scy	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
663280849Scy	  echo "$$d$$p"; echo "$$p"; \
664200576Sroberto	done | \
665280849Scy	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
666280849Scy	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
667280849Scy	sed 'N;N;s,\n, ,g' | { \
668280849Scy	list=; while read file base inst; do \
669280849Scy	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
670280849Scy	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
671280849Scy	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
672280849Scy	  fi; \
673280849Scy	done; \
674280849Scy	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
675280849Scy	while read files; do \
676280849Scy	  test -z "$$files" || { \
677280849Scy	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
678280849Scy	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
679280849Scy	done; }
68082498Sroberto
681280849Scyuninstall-man1:
68282498Sroberto	@$(NORMAL_UNINSTALL)
683280849Scy	@list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
684280849Scy	files=`{ for i in $$list; do echo "$$i"; done; \
685280849Scy	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
686280849Scy	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
687285169Scy	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
688280849Scyinstall-man8: $(man8_MANS)
689280849Scy	@$(NORMAL_INSTALL)
690285169Scy	@list1='$(man8_MANS)'; \
691285169Scy	list2=''; \
692285169Scy	test -n "$(man8dir)" \
693285169Scy	  && test -n "`echo $$list1$$list2`" \
694285169Scy	  || exit 0; \
695285169Scy	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
696285169Scy	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
697285169Scy	{ for i in $$list1; do echo "$$i"; done;  \
698285169Scy	if test -n "$$list2"; then \
699285169Scy	  for i in $$list2; do echo "$$i"; done \
700285169Scy	    | sed -n '/\.8[a-z]*$$/p'; \
701285169Scy	fi; \
702280849Scy	} | while read p; do \
703280849Scy	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
704280849Scy	  echo "$$d$$p"; echo "$$p"; \
705280849Scy	done | \
706280849Scy	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
707280849Scy	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
708280849Scy	sed 'N;N;s,\n, ,g' | { \
709280849Scy	list=; while read file base inst; do \
710280849Scy	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
711280849Scy	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
712280849Scy	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
713280849Scy	  fi; \
714280849Scy	done; \
715280849Scy	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
716280849Scy	while read files; do \
717280849Scy	  test -z "$$files" || { \
718280849Scy	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
719280849Scy	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
720280849Scy	done; }
721182007Sroberto
722280849Scyuninstall-man8:
723280849Scy	@$(NORMAL_UNINSTALL)
724280849Scy	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
725280849Scy	files=`{ for i in $$list; do echo "$$i"; done; \
726280849Scy	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
727280849Scy	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
728285169Scy	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
729182007Sroberto
730280849Scy# This directory's subdirectories are mostly independent; you can cd
731285169Scy# into them and run 'make' without going through this Makefile.
732285169Scy# To change the values of 'make' variables: instead of editing Makefiles,
733285169Scy# (1) if the variable is set in 'config.status', edit 'config.status'
734285169Scy#     (which will cause the Makefiles to be regenerated when you run 'make');
735285169Scy# (2) otherwise, pass the desired values on the 'make' command line.
736285169Scy$(am__recursive_targets):
737285169Scy	@fail=; \
738285169Scy	if $(am__make_keepgoing); then \
739285169Scy	  failcom='fail=yes'; \
740285169Scy	else \
741285169Scy	  failcom='exit 1'; \
742285169Scy	fi; \
743280849Scy	dot_seen=no; \
744280849Scy	target=`echo $@ | sed s/-recursive//`; \
745285169Scy	case "$@" in \
746285169Scy	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
747285169Scy	  *) list='$(SUBDIRS)' ;; \
748285169Scy	esac; \
749285169Scy	for subdir in $$list; do \
750280849Scy	  echo "Making $$target in $$subdir"; \
751280849Scy	  if test "$$subdir" = "."; then \
752280849Scy	    dot_seen=yes; \
753280849Scy	    local_target="$$target-am"; \
754280849Scy	  else \
755280849Scy	    local_target="$$target"; \
756280849Scy	  fi; \
757280849Scy	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
758280849Scy	  || eval $$failcom; \
759280849Scy	done; \
760280849Scy	if test "$$dot_seen" = "no"; then \
761280849Scy	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
762280849Scy	fi; test -z "$$fail"
763280849Scy
764285169ScyID: $(am__tagged_files)
765285169Scy	$(am__define_uniq_tagged_files); mkid -fID $$unique
766285169Scytags: tags-recursive
767285169ScyTAGS: tags
768280849Scy
769285169Scytags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
770280849Scy	set x; \
771280849Scy	here=`pwd`; \
772280849Scy	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
773280849Scy	  include_option=--etags-include; \
774280849Scy	  empty_fix=.; \
775280849Scy	else \
776280849Scy	  include_option=--include; \
777280849Scy	  empty_fix=; \
778280849Scy	fi; \
779280849Scy	list='$(SUBDIRS)'; for subdir in $$list; do \
780280849Scy	  if test "$$subdir" = .; then :; else \
781280849Scy	    test ! -f $$subdir/TAGS || \
782280849Scy	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
783280849Scy	  fi; \
784280849Scy	done; \
785285169Scy	$(am__define_uniq_tagged_files); \
786280849Scy	shift; \
787280849Scy	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
788280849Scy	  test -n "$$unique" || unique=$$empty_fix; \
789280849Scy	  if test $$# -gt 0; then \
790280849Scy	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
791280849Scy	      "$$@" $$unique; \
792280849Scy	  else \
793280849Scy	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
794280849Scy	      $$unique; \
795280849Scy	  fi; \
796280849Scy	fi
797285169Scyctags: ctags-recursive
798285169Scy
799285169ScyCTAGS: ctags
800285169Scyctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
801285169Scy	$(am__define_uniq_tagged_files); \
802280849Scy	test -z "$(CTAGS_ARGS)$$unique" \
803280849Scy	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
804280849Scy	     $$unique
80554359Sroberto
806280849ScyGTAGS:
807280849Scy	here=`$(am__cd) $(top_builddir) && pwd` \
808280849Scy	  && $(am__cd) $(top_srcdir) \
809280849Scy	  && gtags -i $(GTAGS_ARGS) "$$here"
810285169Scycscopelist: cscopelist-recursive
81154359Sroberto
812285169Scycscopelist-am: $(am__tagged_files)
813285169Scy	list='$(am__tagged_files)'; \
814285169Scy	case "$(srcdir)" in \
815285169Scy	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
816285169Scy	  *) sdir=$(subdir)/$(srcdir) ;; \
817285169Scy	esac; \
818285169Scy	for i in $$list; do \
819285169Scy	  if test -f "$$i"; then \
820285169Scy	    echo "$(subdir)/$$i"; \
821285169Scy	  else \
822285169Scy	    echo "$$sdir/$$i"; \
823285169Scy	  fi; \
824285169Scy	done >> $(top_builddir)/cscope.files
825285169Scy
826280849Scydistclean-tags:
827280849Scy	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
828280849Scy
82954359Srobertodistdir: $(DISTFILES)
830200576Sroberto	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
831200576Sroberto	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
832200576Sroberto	list='$(DISTFILES)'; \
833200576Sroberto	  dist_files=`for file in $$list; do echo $$file; done | \
834200576Sroberto	  sed -e "s|^$$srcdirstrip/||;t" \
835200576Sroberto	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
836200576Sroberto	case $$dist_files in \
837200576Sroberto	  */*) $(MKDIR_P) `echo "$$dist_files" | \
838200576Sroberto			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
839200576Sroberto			   sort -u` ;; \
840200576Sroberto	esac; \
841200576Sroberto	for file in $$dist_files; do \
842132451Sroberto	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
84354359Sroberto	  if test -d $$d/$$file; then \
844200576Sroberto	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
845200576Sroberto	    if test -d "$(distdir)/$$file"; then \
846200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
847200576Sroberto	    fi; \
848132451Sroberto	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
849200576Sroberto	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
850200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
851132451Sroberto	    fi; \
852200576Sroberto	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
85354359Sroberto	  else \
854200576Sroberto	    test -f "$(distdir)/$$file" \
855200576Sroberto	    || cp -p $$d/$$file "$(distdir)/$$file" \
85682498Sroberto	    || exit 1; \
85754359Sroberto	  fi; \
85854359Sroberto	done
859280849Scy	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
860280849Scy	  if test "$$subdir" = .; then :; else \
861285169Scy	    $(am__make_dryrun) \
862285169Scy	      || test -d "$(distdir)/$$subdir" \
863285169Scy	      || $(MKDIR_P) "$(distdir)/$$subdir" \
864285169Scy	      || exit 1; \
865280849Scy	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
866280849Scy	    $(am__relativize); \
867280849Scy	    new_distdir=$$reldir; \
868280849Scy	    dir1=$$subdir; dir2="$(top_distdir)"; \
869280849Scy	    $(am__relativize); \
870280849Scy	    new_top_distdir=$$reldir; \
871280849Scy	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
872280849Scy	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
873280849Scy	    ($(am__cd) $$subdir && \
874280849Scy	      $(MAKE) $(AM_MAKEFLAGS) \
875280849Scy	        top_distdir="$$new_top_distdir" \
876280849Scy	        distdir="$$new_distdir" \
877280849Scy		am__remove_distdir=: \
878280849Scy		am__skip_length_check=: \
879280849Scy		am__skip_mode_fix=: \
880280849Scy	        distdir) \
881280849Scy	      || exit 1; \
882280849Scy	  fi; \
883280849Scy	done
88454359Srobertocheck-am: all-am
885280849Scycheck: check-recursive
886280849Scyall-am: Makefile $(SCRIPTS) $(MANS) $(DATA)
887280849Scyinstalldirs: installdirs-recursive
888280849Scyinstalldirs-am:
889280849Scy	for dir in "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)"; do \
890200576Sroberto	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
891182007Sroberto	done
892280849Scyinstall: install-recursive
893280849Scyinstall-exec: install-exec-recursive
894280849Scyinstall-data: install-data-recursive
895280849Scyuninstall: uninstall-recursive
89654359Sroberto
89754359Srobertoinstall-am: all-am
89854359Sroberto	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
89982498Sroberto
900280849Scyinstallcheck: installcheck-recursive
90154359Srobertoinstall-strip:
902285169Scy	if test -z '$(STRIP)'; then \
903285169Scy	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
904285169Scy	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
905285169Scy	      install; \
906285169Scy	else \
907285169Scy	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
908285169Scy	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
909285169Scy	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
910285169Scy	fi
91154359Srobertomostlyclean-generic:
91254359Sroberto
91354359Srobertoclean-generic:
91454359Sroberto
91554359Srobertodistclean-generic:
916182007Sroberto	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
917200576Sroberto	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
918280849Scy	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
91954359Sroberto
92054359Srobertomaintainer-clean-generic:
92182498Sroberto	@echo "This command is intended for maintainers to use"
92282498Sroberto	@echo "it deletes files that may require special tools to rebuild."
923280849Scyclean: clean-recursive
92454359Sroberto
925182007Srobertoclean-am: clean-generic clean-libtool mostlyclean-am
92654359Sroberto
927280849Scydistclean: distclean-recursive
928132451Sroberto	-rm -f Makefile
929280849Scydistclean-am: clean-am distclean-generic distclean-tags
93054359Sroberto
931280849Scydvi: dvi-recursive
93254359Sroberto
93382498Srobertodvi-am:
93454359Sroberto
935280849Scyhtml: html-recursive
936182007Sroberto
937200576Srobertohtml-am:
938200576Sroberto
939280849Scyinfo: info-recursive
94054359Sroberto
94182498Srobertoinfo-am:
94282498Sroberto
943280849Scyinstall-data-am: install-data-local install-man
94482498Sroberto
945280849Scyinstall-dvi: install-dvi-recursive
946200576Sroberto
947200576Srobertoinstall-dvi-am:
948200576Sroberto
949280849Scyinstall-exec-am:
95082498Sroberto
951280849Scyinstall-html: install-html-recursive
952200576Sroberto
953200576Srobertoinstall-html-am:
954200576Sroberto
955280849Scyinstall-info: install-info-recursive
95682498Sroberto
957200576Srobertoinstall-info-am:
958200576Sroberto
959280849Scyinstall-man: install-man1 install-man8
96082498Sroberto
961280849Scyinstall-pdf: install-pdf-recursive
962200576Sroberto
963200576Srobertoinstall-pdf-am:
964200576Sroberto
965280849Scyinstall-ps: install-ps-recursive
966200576Sroberto
967200576Srobertoinstall-ps-am:
968200576Sroberto
96982498Srobertoinstallcheck-am:
97082498Sroberto
971280849Scymaintainer-clean: maintainer-clean-recursive
972132451Sroberto	-rm -f Makefile
97382498Srobertomaintainer-clean-am: distclean-am maintainer-clean-generic
97454359Sroberto
975280849Scymostlyclean: mostlyclean-recursive
97654359Sroberto
977182007Srobertomostlyclean-am: mostlyclean-generic mostlyclean-libtool
97882498Sroberto
979280849Scypdf: pdf-recursive
980132451Sroberto
981132451Srobertopdf-am:
982132451Sroberto
983280849Scyps: ps-recursive
984132451Sroberto
985132451Srobertops-am:
986132451Sroberto
987280849Scyuninstall-am: uninstall-man
98882498Sroberto
989280849Scyuninstall-man: uninstall-man1 uninstall-man8
990200576Sroberto
991285169Scy.MAKE: $(am__recursive_targets) install-am install-strip
99282498Sroberto
993285169Scy.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
994285169Scy	check-am clean clean-generic clean-libtool cscopelist-am ctags \
995285169Scy	ctags-am distclean distclean-generic distclean-libtool \
996285169Scy	distclean-tags distdir dvi dvi-am html html-am info info-am \
997285169Scy	install install-am install-data install-data-am \
998285169Scy	install-data-local install-dvi install-dvi-am install-exec \
999285169Scy	install-exec-am install-html install-html-am install-info \
1000285169Scy	install-info-am install-man install-man1 install-man8 \
1001285169Scy	install-pdf install-pdf-am install-ps install-ps-am \
1002285169Scy	install-strip installcheck installcheck-am installdirs \
1003285169Scy	installdirs-am maintainer-clean maintainer-clean-generic \
1004285169Scy	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1005285169Scy	ps ps-am tags tags-am uninstall uninstall-am uninstall-man \
1006285169Scy	uninstall-man1 uninstall-man8
1007200576Sroberto
1008285169Scy.PRECIOUS: Makefile
1009280849Scy
1010285169Scy
1011280849Scyinstall-data-local: install-html
1012280849Scy
1013280849Scyplot_summary: $(srcdir)/plot_summary-opts
1014280849Scy
1015280849Scy$(srcdir)/plot_summary-opts: plot_summary-opts.def $(OPTTPL)
1016280849Scy	$(run_ag) plot_summary-opts.def 
1017280849Scy
1018280849Scy### Nroff
1019280849Scy
1020280849Scy$(srcdir)/plot_summary.1plot_summaryman: $(srcdir)/plot_summary-opts.def $(std_def_list)
1021280849Scy	$(run_ag) -DMAN_SECTION=1plot_summaryman -Tagman-cmd.tpl plot_summary-opts.def
1022280849Scy
1023280849Scy$(srcdir)/plot_summary.man.in: $(srcdir)/plot_summary.1plot_summaryman $(top_srcdir)/sntp/scripts/mansec2subst.sed
1024280849Scy	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/plot_summary.1plot_summaryman > $(srcdir)/plot_summary.man.in+
1025280849Scy	mv $(srcdir)/plot_summary.man.in+ $(srcdir)/plot_summary.man.in
1026280849Scy
1027280849Scy### Mdoc
1028280849Scy
1029280849Scy$(srcdir)/plot_summary.1plot_summarymdoc: $(srcdir)/plot_summary-opts.def $(std_def_list)
1030280849Scy	$(run_ag) -DMAN_SECTION=1plot_summarymdoc -Tagmdoc-cmd.tpl plot_summary-opts.def
1031280849Scy
1032280849Scy$(srcdir)/plot_summary.mdoc.in: $(srcdir)/plot_summary.1plot_summarymdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
1033280849Scy	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/plot_summary.1plot_summarymdoc > $(srcdir)/plot_summary.mdoc.in+
1034280849Scy	mv $(srcdir)/plot_summary.mdoc.in+ $(srcdir)/plot_summary.mdoc.in
1035280849Scy
1036280849Scy### Manpage (local)
1037280849Scy
1038280849Scyplot_summary.1: $(srcdir)/plot_summary.$(MANTAGFMT).in $(top_builddir)/config.status
1039280849Scy	$(top_builddir)/config.status --file=plot_summary.1+:$(srcdir)/plot_summary.$(MANTAGFMT).in
1040280849Scy	mv plot_summary.1+ plot_summary.1
1041280849Scy
1042280849Scy### Texinfo
1043280849Scy
1044280849Scy$(srcdir)/invoke-plot_summary.menu: $(srcdir)/invoke-plot_summary.texi
1045280849Scy	@: do-nothing action to avoid default SCCS get, .menu built with .texi
1046280849Scy
1047280849Scy$(srcdir)/invoke-plot_summary.texi: plot_summary-opts $(srcdir)/plot_summary-opts.def $(std_def_list)
1048280849Scy	$(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section plot_summary-opts.def
1049280849Scy	$(top_srcdir)/scripts/build/check--help $@
1050280849Scy
1051280849Scy### HTML
1052280849Scy
1053280849Scy$(srcdir)/plot_summary.html: $(srcdir)/invoke-plot_summary.menu $(srcdir)/invoke-plot_summary.texi $(srcdir)/plot_summary.texi $(top_srcdir)/sntp/include/version.texi
1054280849Scy	cd $(srcdir) && ( makeinfo --force --html --no-split -I ../sntp -o plot_summary.html plot_summary.texi || true )
1055280849Scy
1056280849Scysummary: $(srcdir)/summary-opts
1057280849Scy
1058280849Scy$(srcdir)/summary-opts: summary-opts.def $(OPTTPL)
1059280849Scy	$(run_ag) summary-opts.def
1060280849Scy
1061280849Scy### Nroff
1062280849Scy
1063280849Scy$(srcdir)/summary.1summaryman: $(srcdir)/summary-opts.def $(std_def_list)
1064280849Scy	$(run_ag) -DMAN_SECTION=1summaryman -Tagman-cmd.tpl summary-opts.def
1065280849Scy
1066280849Scy$(srcdir)/summary.man.in: $(srcdir)/summary.1summaryman $(top_srcdir)/sntp/scripts/mansec2subst.sed
1067280849Scy	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/summary.1summaryman > $(srcdir)/summary.man.in+
1068280849Scy	mv $(srcdir)/summary.man.in+ $(srcdir)/summary.man.in
1069280849Scy
1070280849Scy### Mdoc
1071280849Scy
1072280849Scy$(srcdir)/summary.1summarymdoc: $(srcdir)/summary-opts.def $(std_def_list)
1073280849Scy	$(run_ag) -DMAN_SECTION=1summarymdoc -Tagmdoc-cmd.tpl summary-opts.def
1074280849Scy
1075280849Scy$(srcdir)/summary.mdoc.in: $(srcdir)/summary.1summarymdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
1076280849Scy	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/summary.1summarymdoc > $(srcdir)/summary.mdoc.in+
1077280849Scy	mv $(srcdir)/summary.mdoc.in+ $(srcdir)/summary.mdoc.in
1078280849Scy
1079280849Scy### Manpage (local)
1080280849Scy
1081280849Scysummary.1: $(srcdir)/summary.$(MANTAGFMT).in $(top_builddir)/config.status
1082280849Scy	$(top_builddir)/config.status --file=summary.1+:$(srcdir)/summary.$(MANTAGFMT).in
1083280849Scy	mv summary.1+ summary.1
1084280849Scy
1085280849Scy### Texinfo
1086280849Scy
1087280849Scy$(srcdir)/invoke-summary.menu: $(srcdir)/invoke-summary.texi
1088280849Scy	@: do-nothing action to avoid default SCCS get, .menu built with .texi
1089280849Scy
1090280849Scy$(srcdir)/invoke-summary.texi: summary-opts $(srcdir)/summary-opts.def $(std_def_list)
1091280849Scy	$(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section summary-opts.def
1092280849Scy	$(top_srcdir)/scripts/build/check--help $@
1093280849Scy
1094280849Scy### HTML
1095280849Scy
1096280849Scy$(srcdir)/summary.html: $(srcdir)/invoke-summary.menu $(srcdir)/invoke-summary.texi $(srcdir)/summary.texi $(top_srcdir)/sntp/include/version.texi
1097280849Scy	cd $(srcdir) && ( makeinfo --force --html --no-split -I ../sntp -o summary.html summary.texi || true )
1098280849Scy
109954359Sroberto# Tell versions [3.59,3.63) of GNU make to not export all variables.
110054359Sroberto# Otherwise a system limit (for SysV at least) may be exceeded.
110154359Sroberto.NOEXPORT:
1102