Makefile.in revision 362181
1290001Sglebius# Makefile.in generated by automake 1.15 from Makefile.am.
2290001Sglebius# @configure_input@
3290001Sglebius
4290001Sglebius# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5290001Sglebius
6290001Sglebius# This Makefile.in is free software; the Free Software Foundation
7290001Sglebius# gives unlimited permission to copy and/or distribute it,
8290001Sglebius# with or without modifications, as long as this notice is preserved.
9290001Sglebius
10290001Sglebius# This program is distributed in the hope that it will be useful,
11290001Sglebius# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12290001Sglebius# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13290001Sglebius# PARTICULAR PURPOSE.
14290001Sglebius
15290001Sglebius@SET_MAKE@
16290001Sglebius
17290001SglebiusVPATH = @srcdir@
18290001Sglebiusam__is_gnu_make = { \
19290001Sglebius  if test -z '$(MAKELEVEL)'; then \
20290001Sglebius    false; \
21290001Sglebius  elif test -n '$(MAKE_HOST)'; then \
22290001Sglebius    true; \
23290001Sglebius  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24290001Sglebius    true; \
25290001Sglebius  else \
26290001Sglebius    false; \
27290001Sglebius  fi; \
28290001Sglebius}
29290001Sglebiusam__make_running_with_option = \
30290001Sglebius  case $${target_option-} in \
31290001Sglebius      ?) ;; \
32290001Sglebius      *) echo "am__make_running_with_option: internal error: invalid" \
33290001Sglebius              "target option '$${target_option-}' specified" >&2; \
34290001Sglebius         exit 1;; \
35290001Sglebius  esac; \
36290001Sglebius  has_opt=no; \
37290001Sglebius  sane_makeflags=$$MAKEFLAGS; \
38290001Sglebius  if $(am__is_gnu_make); then \
39290001Sglebius    sane_makeflags=$$MFLAGS; \
40290001Sglebius  else \
41290001Sglebius    case $$MAKEFLAGS in \
42290001Sglebius      *\\[\ \	]*) \
43290001Sglebius        bs=\\; \
44290001Sglebius        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45290001Sglebius          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46290001Sglebius    esac; \
47290001Sglebius  fi; \
48290001Sglebius  skip_next=no; \
49290001Sglebius  strip_trailopt () \
50290001Sglebius  { \
51290001Sglebius    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52290001Sglebius  }; \
53290001Sglebius  for flg in $$sane_makeflags; do \
54290001Sglebius    test $$skip_next = yes && { skip_next=no; continue; }; \
55290001Sglebius    case $$flg in \
56290001Sglebius      *=*|--*) continue;; \
57290001Sglebius        -*I) strip_trailopt 'I'; skip_next=yes;; \
58290001Sglebius      -*I?*) strip_trailopt 'I';; \
59290001Sglebius        -*O) strip_trailopt 'O'; skip_next=yes;; \
60290001Sglebius      -*O?*) strip_trailopt 'O';; \
61290001Sglebius        -*l) strip_trailopt 'l'; skip_next=yes;; \
62290001Sglebius      -*l?*) strip_trailopt 'l';; \
63290001Sglebius      -[dEDm]) skip_next=yes;; \
64290001Sglebius      -[JT]) skip_next=yes;; \
65290001Sglebius    esac; \
66290001Sglebius    case $$flg in \
67290001Sglebius      *$$target_option*) has_opt=yes; break;; \
68290001Sglebius    esac; \
69290001Sglebius  done; \
70290001Sglebius  test $$has_opt = yes
71290001Sglebiusam__make_dryrun = (target_option=n; $(am__make_running_with_option))
72290001Sglebiusam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73290001Sglebiuspkgdatadir = $(datadir)/@PACKAGE@
74290001Sglebiuspkgincludedir = $(includedir)/@PACKAGE@
75290001Sglebiuspkglibdir = $(libdir)/@PACKAGE@
76290001Sglebiuspkglibexecdir = $(libexecdir)/@PACKAGE@
77290001Sglebiusam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78290001Sglebiusinstall_sh_DATA = $(install_sh) -c -m 644
79290001Sglebiusinstall_sh_PROGRAM = $(install_sh) -c
80290001Sglebiusinstall_sh_SCRIPT = $(install_sh) -c
81290001SglebiusINSTALL_HEADER = $(INSTALL_DATA)
82290001Sglebiustransform = $(program_transform_name)
83290001SglebiusNORMAL_INSTALL = :
84290001SglebiusPRE_INSTALL = :
85290001SglebiusPOST_INSTALL = :
86290001SglebiusNORMAL_UNINSTALL = :
87290001SglebiusPRE_UNINSTALL = :
88290001SglebiusPOST_UNINSTALL = :
89290001Sglebiusbuild_triplet = @build@
90290001Sglebiushost_triplet = @host@
91290001Sglebiussubdir = scripts/build
92290001SglebiusACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93290001Sglebiusam__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
94290001Sglebius	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
95290001Sglebius	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
96290001Sglebius	$(top_srcdir)/sntp/m4/define_dir.m4 \
97290001Sglebius	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
98290001Sglebius	$(top_srcdir)/sntp/m4/libtool.m4 \
99290001Sglebius	$(top_srcdir)/sntp/m4/ltoptions.m4 \
100290001Sglebius	$(top_srcdir)/sntp/m4/ltsugar.m4 \
101290001Sglebius	$(top_srcdir)/sntp/m4/ltversion.m4 \
102290001Sglebius	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
103290001Sglebius	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
104290001Sglebius	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
105290001Sglebius	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
106290001Sglebius	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
107290001Sglebius	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
108290001Sglebius	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
109290001Sglebius	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
110290001Sglebius	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
111290001Sglebius	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
112290001Sglebius	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
113290001Sglebius	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
114290001Sglebius	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
115290001Sglebius	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
116290001Sglebius	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
117290001Sglebius	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
118290001Sglebius	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
119290001Sglebius	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
120290001Sglebius	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
121290001Sglebius	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
122290001Sglebius	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
123290001Sglebius	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
124290001Sglebius	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
125290001Sglebius	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
126290001Sglebius	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
127290001Sglebius	$(top_srcdir)/sntp/m4/openldap.m4 \
128290001Sglebius	$(top_srcdir)/sntp/m4/os_cflags.m4 \
129290001Sglebius	$(top_srcdir)/sntp/m4/snprintf.m4 \
130290001Sglebius	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
131290001Sglebiusam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
132290001Sglebius	$(ACLOCAL_M4)
133290001SglebiusDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
134290001Sglebiusmkinstalldirs = $(install_sh) -d
135290001SglebiusCONFIG_HEADER = $(top_builddir)/config.h
136301301SdelphijCONFIG_CLEAN_FILES = genAuthors mkver
137290001SglebiusCONFIG_CLEAN_VPATH_FILES =
138290001SglebiusSCRIPTS = $(noinst_SCRIPTS)
139290001SglebiusAM_V_P = $(am__v_P_@AM_V@)
140290001Sglebiusam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
141290001Sglebiusam__v_P_0 = false
142290001Sglebiusam__v_P_1 = :
143290001SglebiusAM_V_GEN = $(am__v_GEN_@AM_V@)
144290001Sglebiusam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
145290001Sglebiusam__v_GEN_0 = @echo "  GEN     " $@;
146290001Sglebiusam__v_GEN_1 = 
147290001SglebiusAM_V_at = $(am__v_at_@AM_V@)
148290001Sglebiusam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
149290001Sglebiusam__v_at_0 = @
150290001Sglebiusam__v_at_1 = 
151290001SglebiusSOURCES =
152290001SglebiusDIST_SOURCES =
153290001Sglebiusam__can_run_installinfo = \
154290001Sglebius  case $$AM_UPDATE_INFO_DIR in \
155290001Sglebius    n|no|NO) false;; \
156290001Sglebius    *) (install-info --version) >/dev/null 2>&1;; \
157290001Sglebius  esac
158290001Sglebiusam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
159301301Sdelphijam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/genAuthors.in \
160301301Sdelphij	$(srcdir)/mkver.in
161290001SglebiusDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
162290001SglebiusACLOCAL = @ACLOCAL@
163290001SglebiusALLOCA = @ALLOCA@
164290001SglebiusAMTAR = @AMTAR@
165290001SglebiusAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
166290001SglebiusAR = @AR@
167290001SglebiusAUTOCONF = @AUTOCONF@
168290001SglebiusAUTOHEADER = @AUTOHEADER@
169290001SglebiusAUTOMAKE = @AUTOMAKE@
170290001SglebiusAWK = @AWK@
171290001SglebiusBUILD_THREAD = @BUILD_THREAD@
172290001SglebiusCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
173290001SglebiusCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
174290001SglebiusCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
175290001SglebiusCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
176290001SglebiusCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
177290001SglebiusCC = @CC@
178290001SglebiusCCDEPMODE = @CCDEPMODE@
179290001SglebiusCFLAGS = @CFLAGS@
180290001SglebiusCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
181290001SglebiusCFLAGS_NTP = @CFLAGS_NTP@
182290001SglebiusCHUTEST = @CHUTEST@
183290001SglebiusCONFIG_SHELL = @CONFIG_SHELL@
184290001SglebiusCPP = @CPP@
185290001SglebiusCPPFLAGS = @CPPFLAGS@
186290001SglebiusCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
187290001SglebiusCPPFLAGS_NTP = @CPPFLAGS_NTP@
188290001SglebiusCXX = @CXX@
189290001SglebiusCXXCPP = @CXXCPP@
190290001SglebiusCXXDEPMODE = @CXXDEPMODE@
191290001SglebiusCXXFLAGS = @CXXFLAGS@
192290001SglebiusCYGPATH_W = @CYGPATH_W@
193290001SglebiusDCFD = @DCFD@
194290001SglebiusDEFS = @DEFS@
195290001SglebiusDEPDIR = @DEPDIR@
196290001SglebiusDLLTOOL = @DLLTOOL@
197290001SglebiusDSYMUTIL = @DSYMUTIL@
198290001SglebiusDUMPBIN = @DUMPBIN@
199290001SglebiusECHO_C = @ECHO_C@
200290001SglebiusECHO_N = @ECHO_N@
201290001SglebiusECHO_T = @ECHO_T@
202290001SglebiusEDITLINE_LIBS = @EDITLINE_LIBS@
203290001SglebiusEGREP = @EGREP@
204290001SglebiusEXEEXT = @EXEEXT@
205290001SglebiusFGREP = @FGREP@
206290001SglebiusGREP = @GREP@
207290001SglebiusGTEST_CONFIG = @GTEST_CONFIG@
208290001SglebiusGTEST_CPPFLAGS = @GTEST_CPPFLAGS@
209290001SglebiusGTEST_CXXFLAGS = @GTEST_CXXFLAGS@
210290001SglebiusGTEST_LDFLAGS = @GTEST_LDFLAGS@
211290001SglebiusGTEST_LIBS = @GTEST_LIBS@
212290001SglebiusHAVE_INLINE = @HAVE_INLINE@
213290001SglebiusHAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
214290001SglebiusHAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
215290001SglebiusHAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
216290001SglebiusINSTALL = @INSTALL@
217290001SglebiusINSTALL_DATA = @INSTALL_DATA@
218290001SglebiusINSTALL_PROGRAM = @INSTALL_PROGRAM@
219290001SglebiusINSTALL_SCRIPT = @INSTALL_SCRIPT@
220290001SglebiusINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
221290001SglebiusLD = @LD@
222290001SglebiusLDADD_LIBEVENT = @LDADD_LIBEVENT@
223290001SglebiusLDADD_LIBNTP = @LDADD_LIBNTP@
224290001SglebiusLDADD_LIBUTIL = @LDADD_LIBUTIL@
225290001SglebiusLDADD_NLIST = @LDADD_NLIST@
226290001SglebiusLDADD_NTP = @LDADD_NTP@
227290001SglebiusLDFLAGS = @LDFLAGS@
228290001SglebiusLDFLAGS_NTP = @LDFLAGS_NTP@
229290001SglebiusLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
230290001SglebiusLIBM = @LIBM@
231290001SglebiusLIBOBJS = @LIBOBJS@
232290001SglebiusLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
233290001SglebiusLIBOPTS_DIR = @LIBOPTS_DIR@
234290001SglebiusLIBOPTS_LDADD = @LIBOPTS_LDADD@
235290001SglebiusLIBPARSE = @LIBPARSE@
236290001SglebiusLIBS = @LIBS@
237290001SglebiusLIBTOOL = @LIBTOOL@
238290001SglebiusLIBTOOL_DEPS = @LIBTOOL_DEPS@
239290001SglebiusLIPO = @LIPO@
240290001SglebiusLN_S = @LN_S@
241290001SglebiusLSCF = @LSCF@
242290001SglebiusLTHREAD_LIBS = @LTHREAD_LIBS@
243290001SglebiusLTLIBOBJS = @LTLIBOBJS@
244290001SglebiusMAKEINFO = @MAKEINFO@
245290001SglebiusMAKE_ADJTIMED = @MAKE_ADJTIMED@
246290001SglebiusMAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
247290001SglebiusMAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
248290001SglebiusMAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
249290001SglebiusMAKE_LIBPARSE = @MAKE_LIBPARSE@
250290001SglebiusMAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
251290001SglebiusMAKE_NTPDSIM = @MAKE_NTPDSIM@
252290001SglebiusMAKE_NTPSNMPD = @MAKE_NTPSNMPD@
253290001SglebiusMAKE_NTPTIME = @MAKE_NTPTIME@
254290001SglebiusMAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
255290001SglebiusMAKE_TICKADJ = @MAKE_TICKADJ@
256290001SglebiusMAKE_TIMETRIM = @MAKE_TIMETRIM@
257290001SglebiusMANIFEST_TOOL = @MANIFEST_TOOL@
258290001SglebiusMANTAGFMT = @MANTAGFMT@
259290001SglebiusMKDIR_P = @MKDIR_P@
260290001SglebiusNM = @NM@
261290001SglebiusNMEDIT = @NMEDIT@
262290001SglebiusNTPDATE_DB = @NTPDATE_DB@
263290001SglebiusNTPDATE_DL = @NTPDATE_DL@
264290001SglebiusNTPDATE_DS = @NTPDATE_DS@
265290001SglebiusNTPDATE_MS = @NTPDATE_MS@
266290001SglebiusNTPDATE_NI = @NTPDATE_NI@
267290001SglebiusNTPDC_DB = @NTPDC_DB@
268290001SglebiusNTPDC_DL = @NTPDC_DL@
269290001SglebiusNTPDC_DS = @NTPDC_DS@
270290001SglebiusNTPDC_MS = @NTPDC_MS@
271290001SglebiusNTPDC_NI = @NTPDC_NI@
272290001SglebiusNTPDSIM_DB = @NTPDSIM_DB@
273290001SglebiusNTPDSIM_DL = @NTPDSIM_DL@
274290001SglebiusNTPDSIM_DS = @NTPDSIM_DS@
275290001SglebiusNTPDSIM_MS = @NTPDSIM_MS@
276290001SglebiusNTPDSIM_NI = @NTPDSIM_NI@
277290001SglebiusNTPD_DB = @NTPD_DB@
278290001SglebiusNTPD_DL = @NTPD_DL@
279290001SglebiusNTPD_DS = @NTPD_DS@
280290001SglebiusNTPD_MS = @NTPD_MS@
281290001SglebiusNTPD_NI = @NTPD_NI@
282290001SglebiusNTPQ_DB = @NTPQ_DB@
283290001SglebiusNTPQ_DL = @NTPQ_DL@
284290001SglebiusNTPQ_DS = @NTPQ_DS@
285290001SglebiusNTPQ_MS = @NTPQ_MS@
286290001SglebiusNTPQ_NI = @NTPQ_NI@
287290001SglebiusNTPSNMPD_DB = @NTPSNMPD_DB@
288290001SglebiusNTPSNMPD_DL = @NTPSNMPD_DL@
289290001SglebiusNTPSNMPD_DS = @NTPSNMPD_DS@
290290001SglebiusNTPSNMPD_MS = @NTPSNMPD_MS@
291290001SglebiusNTPSNMPD_NI = @NTPSNMPD_NI@
292290001SglebiusNTPSWEEP_DB = @NTPSWEEP_DB@
293290001SglebiusNTPSWEEP_DL = @NTPSWEEP_DL@
294290001SglebiusNTPSWEEP_DS = @NTPSWEEP_DS@
295290001SglebiusNTPSWEEP_MS = @NTPSWEEP_MS@
296290001SglebiusNTPSWEEP_NI = @NTPSWEEP_NI@
297290001SglebiusNTPTIME_DB = @NTPTIME_DB@
298290001SglebiusNTPTIME_DL = @NTPTIME_DL@
299290001SglebiusNTPTIME_DS = @NTPTIME_DS@
300290001SglebiusNTPTIME_MS = @NTPTIME_MS@
301290001SglebiusNTPTIME_NI = @NTPTIME_NI@
302290001SglebiusNTPTRACE_DB = @NTPTRACE_DB@
303290001SglebiusNTPTRACE_DL = @NTPTRACE_DL@
304290001SglebiusNTPTRACE_DS = @NTPTRACE_DS@
305290001SglebiusNTPTRACE_MS = @NTPTRACE_MS@
306290001SglebiusNTPTRACE_NI = @NTPTRACE_NI@
307290001SglebiusNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
308290001SglebiusNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
309290001SglebiusNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
310290001SglebiusNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
311290001SglebiusNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
312290001SglebiusNTP_KEYSDIR = @NTP_KEYSDIR@
313290001SglebiusNTP_WAIT_DB = @NTP_WAIT_DB@
314290001SglebiusNTP_WAIT_DL = @NTP_WAIT_DL@
315290001SglebiusNTP_WAIT_DS = @NTP_WAIT_DS@
316290001SglebiusNTP_WAIT_MS = @NTP_WAIT_MS@
317290001SglebiusNTP_WAIT_NI = @NTP_WAIT_NI@
318290001SglebiusOBJDUMP = @OBJDUMP@
319290001SglebiusOBJEXT = @OBJEXT@
320290001SglebiusOTOOL = @OTOOL@
321290001SglebiusOTOOL64 = @OTOOL64@
322290001SglebiusPACKAGE = @PACKAGE@
323290001SglebiusPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
324290001SglebiusPACKAGE_NAME = @PACKAGE_NAME@
325290001SglebiusPACKAGE_STRING = @PACKAGE_STRING@
326290001SglebiusPACKAGE_TARNAME = @PACKAGE_TARNAME@
327290001SglebiusPACKAGE_URL = @PACKAGE_URL@
328290001SglebiusPACKAGE_VERSION = @PACKAGE_VERSION@
329290001SglebiusPATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
330290001SglebiusPATH_PERL = @PATH_PERL@
331290001SglebiusPATH_RUBY = @PATH_RUBY@
332290001SglebiusPATH_SEPARATOR = @PATH_SEPARATOR@
333290001SglebiusPATH_TEST = @PATH_TEST@
334290001SglebiusPERLLIBDIR = @PERLLIBDIR@
335290001SglebiusPKG_CONFIG = @PKG_CONFIG@
336290001SglebiusPOSIX_SHELL = @POSIX_SHELL@
337290001SglebiusPROPDELAY = @PROPDELAY@
338290001SglebiusPTHREAD_LIBS = @PTHREAD_LIBS@
339290001SglebiusRANLIB = @RANLIB@
340290001SglebiusSED = @SED@
341290001SglebiusSET_MAKE = @SET_MAKE@
342290001SglebiusSHELL = @SHELL@
343290001SglebiusSNMP_CFLAGS = @SNMP_CFLAGS@
344290001SglebiusSNMP_CPPFLAGS = @SNMP_CPPFLAGS@
345290001SglebiusSNMP_LIBS = @SNMP_LIBS@
346290001SglebiusSNTP = @SNTP@
347290001SglebiusSNTP_DB = @SNTP_DB@
348290001SglebiusSNTP_DL = @SNTP_DL@
349290001SglebiusSNTP_DS = @SNTP_DS@
350290001SglebiusSNTP_MS = @SNTP_MS@
351290001SglebiusSNTP_NI = @SNTP_NI@
352290001SglebiusSTDNORETURN_H = @STDNORETURN_H@
353290001SglebiusSTRIP = @STRIP@
354290001SglebiusTESTDCF = @TESTDCF@
355290001SglebiusTICKADJ_DB = @TICKADJ_DB@
356290001SglebiusTICKADJ_DL = @TICKADJ_DL@
357290001SglebiusTICKADJ_DS = @TICKADJ_DS@
358290001SglebiusTICKADJ_MS = @TICKADJ_MS@
359290001SglebiusTICKADJ_NI = @TICKADJ_NI@
360290001SglebiusTIMETRIM_DB = @TIMETRIM_DB@
361290001SglebiusTIMETRIM_DL = @TIMETRIM_DL@
362290001SglebiusTIMETRIM_DS = @TIMETRIM_DS@
363290001SglebiusTIMETRIM_MS = @TIMETRIM_MS@
364290001SglebiusTIMETRIM_NI = @TIMETRIM_NI@
365290001SglebiusUPDATE_LEAP_DB = @UPDATE_LEAP_DB@
366290001SglebiusUPDATE_LEAP_DL = @UPDATE_LEAP_DL@
367290001SglebiusUPDATE_LEAP_DS = @UPDATE_LEAP_DS@
368290001SglebiusUPDATE_LEAP_MS = @UPDATE_LEAP_MS@
369290001SglebiusUPDATE_LEAP_NI = @UPDATE_LEAP_NI@
370290001SglebiusVERSION = @VERSION@
371290001SglebiusVER_SUFFIX = @VER_SUFFIX@
372290001SglebiusYACC = @YACC@
373290001SglebiusYFLAGS = @YFLAGS@
374290001Sglebiusabs_builddir = @abs_builddir@
375290001Sglebiusabs_srcdir = @abs_srcdir@
376290001Sglebiusabs_top_builddir = @abs_top_builddir@
377290001Sglebiusabs_top_srcdir = @abs_top_srcdir@
378290001Sglebiusac_ct_AR = @ac_ct_AR@
379290001Sglebiusac_ct_CC = @ac_ct_CC@
380290001Sglebiusac_ct_CXX = @ac_ct_CXX@
381290001Sglebiusac_ct_DUMPBIN = @ac_ct_DUMPBIN@
382290001Sglebiusam__include = @am__include@
383290001Sglebiusam__leading_dot = @am__leading_dot@
384290001Sglebiusam__quote = @am__quote@
385290001Sglebiusam__tar = @am__tar@
386290001Sglebiusam__untar = @am__untar@
387290001Sglebiusbindir = @bindir@
388290001Sglebiusbuild = @build@
389290001Sglebiusbuild_alias = @build_alias@
390290001Sglebiusbuild_cpu = @build_cpu@
391290001Sglebiusbuild_os = @build_os@
392290001Sglebiusbuild_vendor = @build_vendor@
393290001Sglebiusbuilddir = @builddir@
394290001Sglebiusdatadir = @datadir@
395290001Sglebiusdatarootdir = @datarootdir@
396290001Sglebiusdocdir = @docdir@
397290001Sglebiusdvidir = @dvidir@
398290001Sglebiusexec_prefix = @exec_prefix@
399290001Sglebiushost = @host@
400290001Sglebiushost_alias = @host_alias@
401290001Sglebiushost_cpu = @host_cpu@
402290001Sglebiushost_os = @host_os@
403290001Sglebiushost_vendor = @host_vendor@
404290001Sglebiushtmldir = @htmldir@
405290001Sglebiusincludedir = @includedir@
406290001Sglebiusinfodir = @infodir@
407290001Sglebiusinstall_sh = @install_sh@
408290001Sglebiuslibdir = @libdir@
409290001Sglebiuslibexecdir = @libexecdir@
410290001Sglebiuslocaledir = @localedir@
411290001Sglebiuslocalstatedir = @localstatedir@
412290001Sglebiusmandir = @mandir@
413290001Sglebiusmkdir_p = @mkdir_p@
414290001Sglebiusoldincludedir = @oldincludedir@
415290001Sglebiuspdfdir = @pdfdir@
416290001Sglebiusprefix = @prefix@
417290001Sglebiusprogram_transform_name = @program_transform_name@
418290001Sglebiuspsdir = @psdir@
419290001Sglebiussbindir = @sbindir@
420290001Sglebiussharedstatedir = @sharedstatedir@
421290001Sglebiussrcdir = @srcdir@
422290001Sglebiussubdirs = @subdirs@
423290001Sglebiussysconfdir = @sysconfdir@
424290001Sglebiustarget_alias = @target_alias@
425290001Sglebiustop_build_prefix = @top_build_prefix@
426290001Sglebiustop_builddir = @top_builddir@
427290001Sglebiustop_srcdir = @top_srcdir@
428290001Sglebiusrun_ag = cd $(srcdir) &&	env PATH="$(abs_builddir):$(PATH)" AUTOGEN_DNE_DATE=-D	\
429290001Sglebius		autogen -L ../sntp/include -L ../sntp/ag-tpl
430290001Sglebius
431301301Sdelphijnoinst_SCRIPTS = genAuthors mkver
432290001SglebiusNULL = 
433290001SglebiusEXTRA_DIST = \
434290001Sglebius	check--help		\
435290001Sglebius	checkChangeLog		\
436290001Sglebius	checkHtmlFileDates	\
437290001Sglebius	fixautomakedepsmagic	\
438290001Sglebius	genCommitLog		\
439290001Sglebius	genver			\
440290001Sglebius	updateBEDate		\
441290001Sglebius	UpdatePoint		\
442290001Sglebius	VersionName		\
443290001Sglebius	$(NULL)
444290001Sglebius
445290001Sglebiusall: all-am
446290001Sglebius
447290001Sglebius.SUFFIXES:
448290001Sglebius$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
449290001Sglebius	@for dep in $?; do \
450290001Sglebius	  case '$(am__configure_deps)' in \
451290001Sglebius	    *$$dep*) \
452290001Sglebius	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
453290001Sglebius	        && { if test -f $@; then exit 0; else break; fi; }; \
454290001Sglebius	      exit 1;; \
455290001Sglebius	  esac; \
456290001Sglebius	done; \
457290001Sglebius	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/build/Makefile'; \
458290001Sglebius	$(am__cd) $(top_srcdir) && \
459290001Sglebius	  $(AUTOMAKE) --foreign scripts/build/Makefile
460290001SglebiusMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
461290001Sglebius	@case '$?' in \
462290001Sglebius	  *config.status*) \
463290001Sglebius	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
464290001Sglebius	  *) \
465290001Sglebius	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
466290001Sglebius	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
467290001Sglebius	esac;
468290001Sglebius
469290001Sglebius$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
470290001Sglebius	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
471290001Sglebius
472290001Sglebius$(top_srcdir)/configure:  $(am__configure_deps)
473290001Sglebius	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
474290001Sglebius$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
475290001Sglebius	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
476290001Sglebius$(am__aclocal_m4_deps):
477301301SdelphijgenAuthors: $(top_builddir)/config.status $(srcdir)/genAuthors.in
478301301Sdelphij	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
479290001Sglebiusmkver: $(top_builddir)/config.status $(srcdir)/mkver.in
480290001Sglebius	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
481290001Sglebius
482290001Sglebiusmostlyclean-libtool:
483290001Sglebius	-rm -f *.lo
484290001Sglebius
485290001Sglebiusclean-libtool:
486290001Sglebius	-rm -rf .libs _libs
487290001Sglebiustags TAGS:
488290001Sglebius
489290001Sglebiusctags CTAGS:
490290001Sglebius
491290001Sglebiuscscope cscopelist:
492290001Sglebius
493290001Sglebius
494290001Sglebiusdistdir: $(DISTFILES)
495290001Sglebius	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
496290001Sglebius	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
497290001Sglebius	list='$(DISTFILES)'; \
498290001Sglebius	  dist_files=`for file in $$list; do echo $$file; done | \
499290001Sglebius	  sed -e "s|^$$srcdirstrip/||;t" \
500290001Sglebius	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
501290001Sglebius	case $$dist_files in \
502290001Sglebius	  */*) $(MKDIR_P) `echo "$$dist_files" | \
503290001Sglebius			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
504290001Sglebius			   sort -u` ;; \
505290001Sglebius	esac; \
506290001Sglebius	for file in $$dist_files; do \
507290001Sglebius	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
508290001Sglebius	  if test -d $$d/$$file; then \
509290001Sglebius	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
510290001Sglebius	    if test -d "$(distdir)/$$file"; then \
511290001Sglebius	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
512290001Sglebius	    fi; \
513290001Sglebius	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
514290001Sglebius	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
515290001Sglebius	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
516290001Sglebius	    fi; \
517290001Sglebius	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
518290001Sglebius	  else \
519290001Sglebius	    test -f "$(distdir)/$$file" \
520290001Sglebius	    || cp -p $$d/$$file "$(distdir)/$$file" \
521290001Sglebius	    || exit 1; \
522290001Sglebius	  fi; \
523290001Sglebius	done
524290001Sglebiuscheck-am: all-am
525290001Sglebiuscheck: check-am
526290001Sglebiusall-am: Makefile $(SCRIPTS)
527290001Sglebiusinstalldirs:
528290001Sglebiusinstall: install-am
529290001Sglebiusinstall-exec: install-exec-am
530290001Sglebiusinstall-data: install-data-am
531290001Sglebiusuninstall: uninstall-am
532290001Sglebius
533290001Sglebiusinstall-am: all-am
534290001Sglebius	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
535290001Sglebius
536290001Sglebiusinstallcheck: installcheck-am
537290001Sglebiusinstall-strip:
538290001Sglebius	if test -z '$(STRIP)'; then \
539290001Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
540290001Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
541290001Sglebius	      install; \
542290001Sglebius	else \
543290001Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
544290001Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
545290001Sglebius	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
546290001Sglebius	fi
547290001Sglebiusmostlyclean-generic:
548290001Sglebius
549290001Sglebiusclean-generic:
550290001Sglebius
551290001Sglebiusdistclean-generic:
552290001Sglebius	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
553290001Sglebius	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
554290001Sglebius
555290001Sglebiusmaintainer-clean-generic:
556290001Sglebius	@echo "This command is intended for maintainers to use"
557290001Sglebius	@echo "it deletes files that may require special tools to rebuild."
558290001Sglebiusclean: clean-am
559290001Sglebius
560290001Sglebiusclean-am: clean-generic clean-libtool mostlyclean-am
561290001Sglebius
562290001Sglebiusdistclean: distclean-am
563290001Sglebius	-rm -f Makefile
564290001Sglebiusdistclean-am: clean-am distclean-generic
565290001Sglebius
566290001Sglebiusdvi: dvi-am
567290001Sglebius
568290001Sglebiusdvi-am:
569290001Sglebius
570290001Sglebiushtml: html-am
571290001Sglebius
572290001Sglebiushtml-am:
573290001Sglebius
574290001Sglebiusinfo: info-am
575290001Sglebius
576290001Sglebiusinfo-am:
577290001Sglebius
578290001Sglebiusinstall-data-am:
579290001Sglebius
580290001Sglebiusinstall-dvi: install-dvi-am
581290001Sglebius
582290001Sglebiusinstall-dvi-am:
583290001Sglebius
584290001Sglebiusinstall-exec-am:
585290001Sglebius
586290001Sglebiusinstall-html: install-html-am
587290001Sglebius
588290001Sglebiusinstall-html-am:
589290001Sglebius
590290001Sglebiusinstall-info: install-info-am
591290001Sglebius
592290001Sglebiusinstall-info-am:
593290001Sglebius
594290001Sglebiusinstall-man:
595290001Sglebius
596290001Sglebiusinstall-pdf: install-pdf-am
597290001Sglebius
598290001Sglebiusinstall-pdf-am:
599290001Sglebius
600290001Sglebiusinstall-ps: install-ps-am
601290001Sglebius
602290001Sglebiusinstall-ps-am:
603290001Sglebius
604290001Sglebiusinstallcheck-am:
605290001Sglebius
606290001Sglebiusmaintainer-clean: maintainer-clean-am
607290001Sglebius	-rm -f Makefile
608290001Sglebiusmaintainer-clean-am: distclean-am maintainer-clean-generic
609290001Sglebius
610290001Sglebiusmostlyclean: mostlyclean-am
611290001Sglebius
612290001Sglebiusmostlyclean-am: mostlyclean-generic mostlyclean-libtool
613290001Sglebius
614290001Sglebiuspdf: pdf-am
615290001Sglebius
616290001Sglebiuspdf-am:
617290001Sglebius
618290001Sglebiusps: ps-am
619290001Sglebius
620290001Sglebiusps-am:
621290001Sglebius
622290001Sglebiusuninstall-am:
623290001Sglebius
624290001Sglebius.MAKE: install-am install-strip
625290001Sglebius
626290001Sglebius.PHONY: all all-am check check-am clean clean-generic clean-libtool \
627290001Sglebius	cscopelist-am ctags-am distclean distclean-generic \
628290001Sglebius	distclean-libtool distdir dvi dvi-am html html-am info info-am \
629290001Sglebius	install install-am install-data install-data-am install-dvi \
630290001Sglebius	install-dvi-am install-exec install-exec-am install-html \
631290001Sglebius	install-html-am install-info install-info-am install-man \
632290001Sglebius	install-pdf install-pdf-am install-ps install-ps-am \
633290001Sglebius	install-strip installcheck installcheck-am installdirs \
634290001Sglebius	maintainer-clean maintainer-clean-generic mostlyclean \
635290001Sglebius	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
636290001Sglebius	tags-am uninstall uninstall-am
637290001Sglebius
638290001Sglebius.PRECIOUS: Makefile
639290001Sglebius
640290001Sglebius
641290001Sglebius# Tell versions [3.59,3.63) of GNU make to not export all variables.
642290001Sglebius# Otherwise a system limit (for SysV at least) may be exceeded.
643290001Sglebius.NOEXPORT:
644