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
2154359SrobertoVPATH = @srcdir@
22290001Sglebiusam__is_gnu_make = { \
23290001Sglebius  if test -z '$(MAKELEVEL)'; then \
24290001Sglebius    false; \
25290001Sglebius  elif test -n '$(MAKE_HOST)'; then \
26290001Sglebius    true; \
27290001Sglebius  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
28290001Sglebius    true; \
29290001Sglebius  else \
30290001Sglebius    false; \
31290001Sglebius  fi; \
32290001Sglebius}
33290001Sglebiusam__make_running_with_option = \
34290001Sglebius  case $${target_option-} in \
35290001Sglebius      ?) ;; \
36290001Sglebius      *) echo "am__make_running_with_option: internal error: invalid" \
37290001Sglebius              "target option '$${target_option-}' specified" >&2; \
38290001Sglebius         exit 1;; \
39290001Sglebius  esac; \
40290001Sglebius  has_opt=no; \
41290001Sglebius  sane_makeflags=$$MAKEFLAGS; \
42290001Sglebius  if $(am__is_gnu_make); then \
43290001Sglebius    sane_makeflags=$$MFLAGS; \
44290001Sglebius  else \
45290001Sglebius    case $$MAKEFLAGS in \
46290001Sglebius      *\\[\ \	]*) \
47290001Sglebius        bs=\\; \
48290001Sglebius        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
49290001Sglebius          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
50290001Sglebius    esac; \
51290001Sglebius  fi; \
52290001Sglebius  skip_next=no; \
53290001Sglebius  strip_trailopt () \
54290001Sglebius  { \
55290001Sglebius    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
56290001Sglebius  }; \
57290001Sglebius  for flg in $$sane_makeflags; do \
58290001Sglebius    test $$skip_next = yes && { skip_next=no; continue; }; \
59290001Sglebius    case $$flg in \
60290001Sglebius      *=*|--*) continue;; \
61290001Sglebius        -*I) strip_trailopt 'I'; skip_next=yes;; \
62290001Sglebius      -*I?*) strip_trailopt 'I';; \
63290001Sglebius        -*O) strip_trailopt 'O'; skip_next=yes;; \
64290001Sglebius      -*O?*) strip_trailopt 'O';; \
65290001Sglebius        -*l) strip_trailopt 'l'; skip_next=yes;; \
66290001Sglebius      -*l?*) strip_trailopt 'l';; \
67290001Sglebius      -[dEDm]) skip_next=yes;; \
68290001Sglebius      -[JT]) skip_next=yes;; \
69290001Sglebius    esac; \
70290001Sglebius    case $$flg in \
71290001Sglebius      *$$target_option*) has_opt=yes; break;; \
72290001Sglebius    esac; \
73290001Sglebius  done; \
74290001Sglebius  test $$has_opt = yes
75290001Sglebiusam__make_dryrun = (target_option=n; $(am__make_running_with_option))
76290001Sglebiusam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
7754359Srobertopkgdatadir = $(datadir)/@PACKAGE@
78200576Srobertopkgincludedir = $(includedir)/@PACKAGE@
7954359Srobertopkglibdir = $(libdir)/@PACKAGE@
80200576Srobertopkglibexecdir = $(libexecdir)/@PACKAGE@
81132451Srobertoam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
82132451Srobertoinstall_sh_DATA = $(install_sh) -c -m 644
83132451Srobertoinstall_sh_PROGRAM = $(install_sh) -c
84132451Srobertoinstall_sh_SCRIPT = $(install_sh) -c
8582498SrobertoINSTALL_HEADER = $(INSTALL_DATA)
86132451Srobertotransform = $(program_transform_name)
8754359SrobertoNORMAL_INSTALL = :
8854359SrobertoPRE_INSTALL = :
8954359SrobertoPOST_INSTALL = :
9054359SrobertoNORMAL_UNINSTALL = :
9154359SrobertoPRE_UNINSTALL = :
9254359SrobertoPOST_UNINSTALL = :
9354359Srobertobuild_triplet = @build@
9454359Srobertohost_triplet = @host@
95290001Sglebiusbin_PROGRAMS =
96290001Sglebiuslibexec_PROGRAMS =
97290001Sglebiussbin_PROGRAMS =
98182007SrobertoEXTRA_PROGRAMS = adjtimed$(EXEEXT)
99182007Srobertosubdir = adjtimed
100182007SrobertoACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101290001Sglebiusam__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
102290001Sglebius	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
103290001Sglebius	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
104290001Sglebius	$(top_srcdir)/sntp/m4/define_dir.m4 \
105290001Sglebius	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
106290001Sglebius	$(top_srcdir)/sntp/m4/libtool.m4 \
107290001Sglebius	$(top_srcdir)/sntp/m4/ltoptions.m4 \
108290001Sglebius	$(top_srcdir)/sntp/m4/ltsugar.m4 \
109290001Sglebius	$(top_srcdir)/sntp/m4/ltversion.m4 \
110290001Sglebius	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
111290001Sglebius	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
112290001Sglebius	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
113290001Sglebius	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
114290001Sglebius	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
115290001Sglebius	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
116290001Sglebius	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
117290001Sglebius	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
118290001Sglebius	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
119290001Sglebius	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
120290001Sglebius	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
121290001Sglebius	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
122290001Sglebius	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
123290001Sglebius	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
124290001Sglebius	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
125290001Sglebius	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
126290001Sglebius	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
127290001Sglebius	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
128290001Sglebius	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
129290001Sglebius	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
130290001Sglebius	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
131290001Sglebius	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
132290001Sglebius	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
133290001Sglebius	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
134290001Sglebius	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
135290001Sglebius	$(top_srcdir)/sntp/m4/openldap.m4 \
136290001Sglebius	$(top_srcdir)/sntp/m4/os_cflags.m4 \
137290001Sglebius	$(top_srcdir)/sntp/m4/snprintf.m4 \
138290001Sglebius	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
139182007Srobertoam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
140182007Sroberto	$(ACLOCAL_M4)
141290001SglebiusDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
142182007Srobertomkinstalldirs = $(install_sh) -d
143182007SrobertoCONFIG_HEADER = $(top_builddir)/config.h
144182007SrobertoCONFIG_CLEAN_FILES =
145200576SrobertoCONFIG_CLEAN_VPATH_FILES =
146290001Sglebiusam__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
147290001Sglebius	"$(DESTDIR)$(sbindir)"
148290001SglebiusPROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(sbin_PROGRAMS)
149182007Srobertoadjtimed_SOURCES = adjtimed.c
150290001Sglebiusadjtimed_OBJECTS = adjtimed.$(OBJEXT)
151182007Srobertoadjtimed_LDADD = $(LDADD)
152290001Sglebiusam__DEPENDENCIES_1 =
153290001Sglebiusadjtimed_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
154290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
155290001SglebiusAM_V_lt = $(am__v_lt_@AM_V@)
156290001Sglebiusam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
157290001Sglebiusam__v_lt_0 = --silent
158290001Sglebiusam__v_lt_1 = 
159290001SglebiusAM_V_P = $(am__v_P_@AM_V@)
160290001Sglebiusam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
161290001Sglebiusam__v_P_0 = false
162290001Sglebiusam__v_P_1 = :
163290001SglebiusAM_V_GEN = $(am__v_GEN_@AM_V@)
164290001Sglebiusam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
165290001Sglebiusam__v_GEN_0 = @echo "  GEN     " $@;
166290001Sglebiusam__v_GEN_1 = 
167290001SglebiusAM_V_at = $(am__v_at_@AM_V@)
168290001Sglebiusam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
169290001Sglebiusam__v_at_0 = @
170290001Sglebiusam__v_at_1 = 
171200576SrobertoDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
172290001Sglebiusdepcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp
173182007Srobertoam__depfiles_maybe = depfiles
174200576Srobertoam__mv = mv -f
175182007SrobertoCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
176182007Sroberto	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
177290001SglebiusLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178290001Sglebius	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
179290001Sglebius	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
180290001Sglebius	$(AM_CFLAGS) $(CFLAGS)
181290001SglebiusAM_V_CC = $(am__v_CC_@AM_V@)
182290001Sglebiusam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
183290001Sglebiusam__v_CC_0 = @echo "  CC      " $@;
184290001Sglebiusam__v_CC_1 = 
185182007SrobertoCCLD = $(CC)
186290001SglebiusLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
187290001Sglebius	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
188290001Sglebius	$(AM_LDFLAGS) $(LDFLAGS) -o $@
189290001SglebiusAM_V_CCLD = $(am__v_CCLD_@AM_V@)
190290001Sglebiusam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
191290001Sglebiusam__v_CCLD_0 = @echo "  CCLD    " $@;
192290001Sglebiusam__v_CCLD_1 = 
193182007SrobertoSOURCES = adjtimed.c
194182007SrobertoDIST_SOURCES = adjtimed.c
195290001Sglebiusam__can_run_installinfo = \
196290001Sglebius  case $$AM_UPDATE_INFO_DIR in \
197290001Sglebius    n|no|NO) false;; \
198290001Sglebius    *) (install-info --version) >/dev/null 2>&1;; \
199290001Sglebius  esac
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@
490290001SglebiusBUILT_SOURCES = check-libntp .deps-ver
491290001SglebiusCLEANFILES = check-libntp .deps-ver
492290001SglebiusAM_CFLAGS = $(CFLAGS_NTP)
493290001SglebiusAM_CPPFLAGS = $(NTP_INCS) $(CPPFLAGS_NTP)
494290001SglebiusLDADD = ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM) $(PTHREAD_LIBS)
495290001SglebiusNTP_INCS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
496290001Sglebius	-I$(top_srcdir)/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
497290001Sglebius	-I$(top_srcdir)/lib/isc/unix/include
498290001Sglebiusall: $(BUILT_SOURCES)
499290001Sglebius	$(MAKE) $(AM_MAKEFLAGS) all-am
50054359Sroberto
50154359Sroberto.SUFFIXES:
502182007Sroberto.SUFFIXES: .c .lo .o .obj
503290001Sglebius$(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)
504182007Sroberto	@for dep in $?; do \
505182007Sroberto	  case '$(am__configure_deps)' in \
506182007Sroberto	    *$$dep*) \
507200576Sroberto	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
508200576Sroberto	        && { if test -f $@; then exit 0; else break; fi; }; \
509182007Sroberto	      exit 1;; \
510182007Sroberto	  esac; \
511182007Sroberto	done; \
512200576Sroberto	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign adjtimed/Makefile'; \
513200576Sroberto	$(am__cd) $(top_srcdir) && \
514200576Sroberto	  $(AUTOMAKE) --foreign adjtimed/Makefile
515182007SrobertoMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
516182007Sroberto	@case '$?' in \
517182007Sroberto	  *config.status*) \
518182007Sroberto	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
519182007Sroberto	  *) \
520182007Sroberto	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
521182007Sroberto	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
522182007Sroberto	esac;
523290001Sglebius$(top_srcdir)/bincheck.mf $(top_srcdir)/sntp/check-libntp.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty):
524182007Sroberto
525182007Sroberto$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
526182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
527182007Sroberto
528182007Sroberto$(top_srcdir)/configure:  $(am__configure_deps)
529182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
530182007Sroberto$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
531182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
532200576Sroberto$(am__aclocal_m4_deps):
53354359Srobertoinstall-binPROGRAMS: $(bin_PROGRAMS)
53454359Sroberto	@$(NORMAL_INSTALL)
535200576Sroberto	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
536290001Sglebius	if test -n "$$list"; then \
537290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
538290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
539290001Sglebius	fi; \
540200576Sroberto	for p in $$list; do echo "$$p $$p"; done | \
541200576Sroberto	sed 's/$(EXEEXT)$$//' | \
542290001Sglebius	while read p p1; do if test -f $$p \
543290001Sglebius	 || test -f $$p1 \
544290001Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
545200576Sroberto	done | \
546290001Sglebius	sed -e 'p;s,.*/,,;n;h' \
547290001Sglebius	    -e 's|.*|.|' \
548200576Sroberto	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
549200576Sroberto	sed 'N;N;N;s,\n, ,g' | \
550200576Sroberto	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
551200576Sroberto	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
552200576Sroberto	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
553200576Sroberto	    else { print "f", $$3 "/" $$4, $$1; } } \
554200576Sroberto	  END { for (d in files) print "f", d, files[d] }' | \
555200576Sroberto	while read type dir files; do \
556200576Sroberto	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
557200576Sroberto	    test -z "$$files" || { \
558200576Sroberto	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
559200576Sroberto	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
560200576Sroberto	    } \
561200576Sroberto	; done
56254359Sroberto
56354359Srobertouninstall-binPROGRAMS:
56454359Sroberto	@$(NORMAL_UNINSTALL)
565200576Sroberto	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
566200576Sroberto	files=`for p in $$list; do echo "$$p"; done | \
567200576Sroberto	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
568290001Sglebius	      -e 's/$$/$(EXEEXT)/' \
569290001Sglebius	`; \
570200576Sroberto	test -n "$$list" || exit 0; \
571200576Sroberto	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
572200576Sroberto	cd "$(DESTDIR)$(bindir)" && rm -f $$files
57354359Sroberto
57482498Srobertoclean-binPROGRAMS:
575200576Sroberto	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
576200576Sroberto	echo " rm -f" $$list; \
577200576Sroberto	rm -f $$list || exit $$?; \
578200576Sroberto	test -n "$(EXEEXT)" || exit 0; \
579200576Sroberto	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
580200576Sroberto	echo " rm -f" $$list; \
581200576Sroberto	rm -f $$list
582290001Sglebiusinstall-libexecPROGRAMS: $(libexec_PROGRAMS)
583290001Sglebius	@$(NORMAL_INSTALL)
584290001Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
585290001Sglebius	if test -n "$$list"; then \
586290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
587290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
588290001Sglebius	fi; \
589290001Sglebius	for p in $$list; do echo "$$p $$p"; done | \
590290001Sglebius	sed 's/$(EXEEXT)$$//' | \
591290001Sglebius	while read p p1; do if test -f $$p \
592290001Sglebius	 || test -f $$p1 \
593290001Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
594290001Sglebius	done | \
595290001Sglebius	sed -e 'p;s,.*/,,;n;h' \
596290001Sglebius	    -e 's|.*|.|' \
597290001Sglebius	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
598290001Sglebius	sed 'N;N;N;s,\n, ,g' | \
599290001Sglebius	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
600290001Sglebius	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
601290001Sglebius	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
602290001Sglebius	    else { print "f", $$3 "/" $$4, $$1; } } \
603290001Sglebius	  END { for (d in files) print "f", d, files[d] }' | \
604290001Sglebius	while read type dir files; do \
605290001Sglebius	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
606290001Sglebius	    test -z "$$files" || { \
607290001Sglebius	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
608290001Sglebius	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
609290001Sglebius	    } \
610290001Sglebius	; done
611290001Sglebius
612290001Sglebiusuninstall-libexecPROGRAMS:
613290001Sglebius	@$(NORMAL_UNINSTALL)
614290001Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
615290001Sglebius	files=`for p in $$list; do echo "$$p"; done | \
616290001Sglebius	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
617290001Sglebius	      -e 's/$$/$(EXEEXT)/' \
618290001Sglebius	`; \
619290001Sglebius	test -n "$$list" || exit 0; \
620290001Sglebius	echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
621290001Sglebius	cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
622290001Sglebius
623290001Sglebiusclean-libexecPROGRAMS:
624290001Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
625290001Sglebius	echo " rm -f" $$list; \
626290001Sglebius	rm -f $$list || exit $$?; \
627290001Sglebius	test -n "$(EXEEXT)" || exit 0; \
628290001Sglebius	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
629290001Sglebius	echo " rm -f" $$list; \
630290001Sglebius	rm -f $$list
631290001Sglebiusinstall-sbinPROGRAMS: $(sbin_PROGRAMS)
632290001Sglebius	@$(NORMAL_INSTALL)
633290001Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
634290001Sglebius	if test -n "$$list"; then \
635290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
636290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
637290001Sglebius	fi; \
638290001Sglebius	for p in $$list; do echo "$$p $$p"; done | \
639290001Sglebius	sed 's/$(EXEEXT)$$//' | \
640290001Sglebius	while read p p1; do if test -f $$p \
641290001Sglebius	 || test -f $$p1 \
642290001Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
643290001Sglebius	done | \
644290001Sglebius	sed -e 'p;s,.*/,,;n;h' \
645290001Sglebius	    -e 's|.*|.|' \
646290001Sglebius	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
647290001Sglebius	sed 'N;N;N;s,\n, ,g' | \
648290001Sglebius	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
649290001Sglebius	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
650290001Sglebius	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
651290001Sglebius	    else { print "f", $$3 "/" $$4, $$1; } } \
652290001Sglebius	  END { for (d in files) print "f", d, files[d] }' | \
653290001Sglebius	while read type dir files; do \
654290001Sglebius	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
655290001Sglebius	    test -z "$$files" || { \
656290001Sglebius	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
657290001Sglebius	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
658290001Sglebius	    } \
659290001Sglebius	; done
660290001Sglebius
661290001Sglebiusuninstall-sbinPROGRAMS:
662290001Sglebius	@$(NORMAL_UNINSTALL)
663290001Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
664290001Sglebius	files=`for p in $$list; do echo "$$p"; done | \
665290001Sglebius	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
666290001Sglebius	      -e 's/$$/$(EXEEXT)/' \
667290001Sglebius	`; \
668290001Sglebius	test -n "$$list" || exit 0; \
669290001Sglebius	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
670290001Sglebius	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
671290001Sglebius
672290001Sglebiusclean-sbinPROGRAMS:
673290001Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
674290001Sglebius	echo " rm -f" $$list; \
675290001Sglebius	rm -f $$list || exit $$?; \
676290001Sglebius	test -n "$(EXEEXT)" || exit 0; \
677290001Sglebius	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
678290001Sglebius	echo " rm -f" $$list; \
679290001Sglebius	rm -f $$list
680290001Sglebius
681290001Sglebiusadjtimed$(EXEEXT): $(adjtimed_OBJECTS) $(adjtimed_DEPENDENCIES) $(EXTRA_adjtimed_DEPENDENCIES) 
682106163Sroberto	@rm -f adjtimed$(EXEEXT)
683290001Sglebius	$(AM_V_CCLD)$(LINK) $(adjtimed_OBJECTS) $(adjtimed_LDADD) $(LIBS)
68482498Sroberto
68554359Srobertomostlyclean-compile:
686182007Sroberto	-rm -f *.$(OBJEXT)
68754359Sroberto
68854359Srobertodistclean-compile:
68954359Sroberto	-rm -f *.tab.c
69054359Sroberto
691290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adjtimed.Po@am__quote@
69254359Sroberto
693106163Sroberto.c.o:
694290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
695290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
696290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
697182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
698290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
699106163Sroberto
700106163Sroberto.c.obj:
701290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
702290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
703290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
704182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
705290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
706182007Sroberto
707182007Sroberto.c.lo:
708290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
709290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
710290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
711182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
712290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
71354359Sroberto
714182007Srobertomostlyclean-libtool:
715182007Sroberto	-rm -f *.lo
716132451Sroberto
717182007Srobertoclean-libtool:
718182007Sroberto	-rm -rf .libs _libs
719132451Sroberto
720290001SglebiusID: $(am__tagged_files)
721290001Sglebius	$(am__define_uniq_tagged_files); mkid -fID $$unique
722290001Sglebiustags: tags-am
723290001SglebiusTAGS: tags
72454359Sroberto
725290001Sglebiustags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
726200576Sroberto	set x; \
72754359Sroberto	here=`pwd`; \
728290001Sglebius	$(am__define_uniq_tagged_files); \
729200576Sroberto	shift; \
730200576Sroberto	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
731182007Sroberto	  test -n "$$unique" || unique=$$empty_fix; \
732200576Sroberto	  if test $$# -gt 0; then \
733200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
734200576Sroberto	      "$$@" $$unique; \
735200576Sroberto	  else \
736200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
737200576Sroberto	      $$unique; \
738200576Sroberto	  fi; \
739182007Sroberto	fi
740290001Sglebiusctags: ctags-am
741290001Sglebius
742290001SglebiusCTAGS: ctags
743290001Sglebiusctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
744290001Sglebius	$(am__define_uniq_tagged_files); \
745200576Sroberto	test -z "$(CTAGS_ARGS)$$unique" \
746132451Sroberto	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
747200576Sroberto	     $$unique
748132451Sroberto
74982498SrobertoGTAGS:
750132451Sroberto	here=`$(am__cd) $(top_builddir) && pwd` \
751200576Sroberto	  && $(am__cd) $(top_srcdir) \
752200576Sroberto	  && gtags -i $(GTAGS_ARGS) "$$here"
753290001Sglebiuscscopelist: cscopelist-am
75454359Sroberto
755290001Sglebiuscscopelist-am: $(am__tagged_files)
756290001Sglebius	list='$(am__tagged_files)'; \
757290001Sglebius	case "$(srcdir)" in \
758290001Sglebius	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
759290001Sglebius	  *) sdir=$(subdir)/$(srcdir) ;; \
760290001Sglebius	esac; \
761290001Sglebius	for i in $$list; do \
762290001Sglebius	  if test -f "$$i"; then \
763290001Sglebius	    echo "$(subdir)/$$i"; \
764290001Sglebius	  else \
765290001Sglebius	    echo "$$sdir/$$i"; \
766290001Sglebius	  fi; \
767290001Sglebius	done >> $(top_builddir)/cscope.files
768290001Sglebius
76954359Srobertodistclean-tags:
770132451Sroberto	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
77182498Sroberto
77282498Srobertodistdir: $(DISTFILES)
773200576Sroberto	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
774200576Sroberto	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
775200576Sroberto	list='$(DISTFILES)'; \
776200576Sroberto	  dist_files=`for file in $$list; do echo $$file; done | \
777200576Sroberto	  sed -e "s|^$$srcdirstrip/||;t" \
778200576Sroberto	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
779200576Sroberto	case $$dist_files in \
780200576Sroberto	  */*) $(MKDIR_P) `echo "$$dist_files" | \
781200576Sroberto			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
782200576Sroberto			   sort -u` ;; \
783200576Sroberto	esac; \
784200576Sroberto	for file in $$dist_files; do \
785132451Sroberto	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
78682498Sroberto	  if test -d $$d/$$file; then \
787200576Sroberto	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
788200576Sroberto	    if test -d "$(distdir)/$$file"; then \
789200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
790200576Sroberto	    fi; \
791132451Sroberto	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
792200576Sroberto	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
793200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
794132451Sroberto	    fi; \
795200576Sroberto	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
79682498Sroberto	  else \
797200576Sroberto	    test -f "$(distdir)/$$file" \
798200576Sroberto	    || cp -p $$d/$$file "$(distdir)/$$file" \
79982498Sroberto	    || exit 1; \
80082498Sroberto	  fi; \
80182498Sroberto	done
80254359Srobertocheck-am: all-am
803290001Sglebiuscheck: $(BUILT_SOURCES)
804290001Sglebius	$(MAKE) $(AM_MAKEFLAGS) check-am
80582498Srobertoall-am: Makefile $(PROGRAMS)
80682498Srobertoinstalldirs:
807290001Sglebius	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sbindir)"; do \
808200576Sroberto	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
809182007Sroberto	done
810290001Sglebiusinstall: $(BUILT_SOURCES)
811290001Sglebius	$(MAKE) $(AM_MAKEFLAGS) install-am
81254359Srobertoinstall-exec: install-exec-am
81354359Srobertoinstall-data: install-data-am
81482498Srobertouninstall: uninstall-am
81554359Sroberto
81654359Srobertoinstall-am: all-am
81754359Sroberto	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
81882498Sroberto
81982498Srobertoinstallcheck: installcheck-am
82054359Srobertoinstall-strip:
821290001Sglebius	if test -z '$(STRIP)'; then \
822290001Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
823290001Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
824290001Sglebius	      install; \
825290001Sglebius	else \
826290001Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
827290001Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
828290001Sglebius	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
829290001Sglebius	fi
83054359Srobertomostlyclean-generic:
83154359Sroberto
83254359Srobertoclean-generic:
833290001Sglebius	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
83454359Sroberto
83554359Srobertodistclean-generic:
836182007Sroberto	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
837200576Sroberto	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
83854359Sroberto
83954359Srobertomaintainer-clean-generic:
84082498Sroberto	@echo "This command is intended for maintainers to use"
84182498Sroberto	@echo "it deletes files that may require special tools to rebuild."
842290001Sglebius	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
84382498Srobertoclean: clean-am
84454359Sroberto
845290001Sglebiusclean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
846290001Sglebius	clean-libtool clean-sbinPROGRAMS mostlyclean-am
84754359Sroberto
84882498Srobertodistclean: distclean-am
849132451Sroberto	-rm -rf ./$(DEPDIR)
850132451Sroberto	-rm -f Makefile
851132451Srobertodistclean-am: clean-am distclean-compile distclean-generic \
852200576Sroberto	distclean-tags
85354359Sroberto
854106163Srobertodvi: dvi-am
85554359Sroberto
85682498Srobertodvi-am:
85754359Sroberto
858182007Srobertohtml: html-am
859182007Sroberto
860200576Srobertohtml-am:
861200576Sroberto
862106163Srobertoinfo: info-am
86354359Sroberto
86482498Srobertoinfo-am:
86582498Sroberto
86682498Srobertoinstall-data-am:
86782498Sroberto
868200576Srobertoinstall-dvi: install-dvi-am
869200576Sroberto
870200576Srobertoinstall-dvi-am:
871200576Sroberto
872290001Sglebiusinstall-exec-am: install-binPROGRAMS install-libexecPROGRAMS \
873290001Sglebius	install-sbinPROGRAMS
874182007Sroberto	@$(NORMAL_INSTALL)
875182007Sroberto	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
876200576Srobertoinstall-html: install-html-am
87782498Sroberto
878200576Srobertoinstall-html-am:
879200576Sroberto
880106163Srobertoinstall-info: install-info-am
88182498Sroberto
882200576Srobertoinstall-info-am:
883200576Sroberto
88482498Srobertoinstall-man:
88582498Sroberto
886200576Srobertoinstall-pdf: install-pdf-am
887200576Sroberto
888200576Srobertoinstall-pdf-am:
889200576Sroberto
890200576Srobertoinstall-ps: install-ps-am
891200576Sroberto
892200576Srobertoinstall-ps-am:
893200576Sroberto
89482498Srobertoinstallcheck-am:
89582498Sroberto
89654359Srobertomaintainer-clean: maintainer-clean-am
897132451Sroberto	-rm -rf ./$(DEPDIR)
898132451Sroberto	-rm -f Makefile
89982498Srobertomaintainer-clean-am: distclean-am maintainer-clean-generic
90054359Sroberto
90182498Srobertomostlyclean: mostlyclean-am
90254359Sroberto
903290001Sglebiusmostlyclean-am: mostlyclean-compile mostlyclean-generic \
904182007Sroberto	mostlyclean-libtool
90582498Sroberto
906132451Srobertopdf: pdf-am
907132451Sroberto
908132451Srobertopdf-am:
909132451Sroberto
910132451Srobertops: ps-am
911132451Sroberto
912132451Srobertops-am:
913132451Sroberto
914290001Sglebiusuninstall-am: uninstall-binPROGRAMS uninstall-libexecPROGRAMS \
915290001Sglebius	uninstall-sbinPROGRAMS
91682498Sroberto
917290001Sglebius.MAKE: all check install install-am install-exec-am install-strip
918200576Sroberto
919290001Sglebius.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
920290001Sglebius	clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
921290001Sglebius	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
922290001Sglebius	distclean distclean-compile distclean-generic \
923290001Sglebius	distclean-libtool distclean-tags distdir dvi dvi-am html \
924290001Sglebius	html-am info info-am install install-am install-binPROGRAMS \
925290001Sglebius	install-data install-data-am install-dvi install-dvi-am \
926290001Sglebius	install-exec install-exec-am install-exec-hook install-html \
927290001Sglebius	install-html-am install-info install-info-am \
928290001Sglebius	install-libexecPROGRAMS install-man install-pdf install-pdf-am \
929290001Sglebius	install-ps install-ps-am install-sbinPROGRAMS install-strip \
930290001Sglebius	installcheck installcheck-am installdirs maintainer-clean \
931290001Sglebius	maintainer-clean-generic mostlyclean mostlyclean-compile \
932290001Sglebius	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
933290001Sglebius	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
934290001Sglebius	uninstall-libexecPROGRAMS uninstall-sbinPROGRAMS
93582498Sroberto
936290001Sglebius.PRECIOUS: Makefile
937182007Sroberto
938290001Sglebius
939182007Srobertoinstall-exec-hook:
940290001Sglebius	@test -z "${bin_PROGRAMS}${bin_SCRIPTS}"		\
941290001Sglebius	|| for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do	\
942290001Sglebius	   test ! -f ${sbindir}/$$i				\
943290001Sglebius		|| echo "*** $$i is also in ${sbindir}!";	\
944182007Sroberto	done
945290001Sglebius	@test -z "${sbin_PROGRAMS}${asbin_SCRIPTS}"		\
946290001Sglebius	|| for i in ${sbin_PROGRAMS} ${sbin_SCRIPTS} " "; do	\
947290001Sglebius	   test ! -f ${bindir}/$$i				\
948290001Sglebius		|| echo "*** $$i is also in ${bindir}!";	\
949290001Sglebius	done
950182007Sroberto
951182007Sroberto#
952200576Sroberto
953290001Sglebiuscheck-libntp: ../libntp/libntp.a
954290001Sglebius	@echo stamp > $@
955290001Sglebius
956290001Sglebius../libntp/libntp.a:
957290001Sglebius	cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
958290001Sglebius$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
959290001Sglebius	@[ -f $@ ] ||							\
960290001Sglebius		cp $(top_srcdir)/deps-ver $@
961290001Sglebius	@[ -w $@ ] ||							\
962290001Sglebius		chmod ug+w $@
963290001Sglebius	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
964290001Sglebius		$(MAKE) $(AM_MAKEFLAGS) clean &&					\
965290001Sglebius		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
966290001Sglebius		cat $@ &&						\
967290001Sglebius		rm -rf $(DEPDIR) &&					\
968290001Sglebius		mkdir $(DEPDIR) && 					\
969290001Sglebius		case "$(top_builddir)" in				\
970290001Sglebius		 .)							\
971290001Sglebius		    ./config.status Makefile depfiles			\
972290001Sglebius		    ;;							\
973290001Sglebius		 *)							\
974290001Sglebius		    cd "$(top_builddir)" &&				\
975290001Sglebius		    ./config.status $(subdir)/Makefile depfiles &&	\
976290001Sglebius		    cd $(subdir)					\
977290001Sglebius		    ;;							\
978290001Sglebius		esac &&							\
979290001Sglebius		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
980290001Sglebius		cat $(top_srcdir)/deps-ver				\
981290001Sglebius	)
982290001Sglebius	cp $(top_srcdir)/deps-ver $@
983290001Sglebius
984290001Sglebius.deps-ver: $(top_srcdir)/deps-ver
985290001Sglebius	@[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
986290001Sglebius	@touch $@
987290001Sglebius
988290001Sglebius#
989290001Sglebius# depsver.mf	included in Makefile.am for directories with .deps
990290001Sglebius#
991290001Sglebius# When building in the same directory with sources that change over
992290001Sglebius# time, such as when tracking using bk, the .deps files can become
993290001Sglebius# stale with respect to moved, deleted, or superceded headers.  Most
994290001Sglebius# commonly, this would exhibit as make reporting a failure to make a
995290001Sglebius# header file which is no longer in the location given.  To address
996290001Sglebius# this issue, we use a deps-ver file which is updated with each change
997290001Sglebius# that breaks old .deps files.  A copy of deps-ver is made into
998290001Sglebius# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
999290001Sglebius# with different contents than deps-ver, we make clean to ensure all
1000290001Sglebius# .o files built before the incompatible change are rebuilt along with
1001290001Sglebius# their updated .deps files, then remove $(DEPDIR) and recreate it as
1002290001Sglebius# empty stubs.
1003290001Sglebius#
1004290001Sglebius# It is normal when configured with --disable-dependency-tracking for
1005290001Sglebius# the DEPDIR to not have been created.  For this reason, we use the
1006290001Sglebius# intermediate target .deps-ver, which invokes make recursively if
1007290001Sglebius# DEPDIR exists.
1008290001Sglebius#
1009290001Sglebius# If you modify depsver.mf, please make the changes to the master
1010290001Sglebius# copy, the one in sntp is copied by the bootstrap script from it.
1011290001Sglebius#
1012290001Sglebius# This comment block follows rather than leads the related code so that
1013290001Sglebius# it stays with it in the generated Makefile.in and Makefile.
1014290001Sglebius#
1015290001Sglebius
101654359Sroberto# Tell versions [3.59,3.63) of GNU make to not export all variables.
101754359Sroberto# Otherwise a system limit (for SysV at least) may be exceeded.
101854359Sroberto.NOEXPORT:
1019