1285169Scy# Makefile.in generated by automake 1.15 from Makefile.am.
2132451Sroberto# @configure_input@
3132451Sroberto
4285169Scy# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5285169Scy
6132451Sroberto# This Makefile.in is free software; the Free Software Foundation
7132451Sroberto# gives unlimited permission to copy and/or distribute it,
8132451Sroberto# with or without modifications, as long as this notice is preserved.
9132451Sroberto
10132451Sroberto# This program is distributed in the hope that it will be useful,
11132451Sroberto# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12132451Sroberto# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13132451Sroberto# PARTICULAR PURPOSE.
14132451Sroberto
15132451Sroberto@SET_MAKE@
16132451Sroberto
17132451SrobertoVPATH = @srcdir@
18285169Scyam__is_gnu_make = { \
19285169Scy  if test -z '$(MAKELEVEL)'; then \
20285169Scy    false; \
21285169Scy  elif test -n '$(MAKE_HOST)'; then \
22285169Scy    true; \
23285169Scy  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24285169Scy    true; \
25285169Scy  else \
26285169Scy    false; \
27285169Scy  fi; \
28285169Scy}
29285169Scyam__make_running_with_option = \
30285169Scy  case $${target_option-} in \
31285169Scy      ?) ;; \
32285169Scy      *) echo "am__make_running_with_option: internal error: invalid" \
33285169Scy              "target option '$${target_option-}' specified" >&2; \
34285169Scy         exit 1;; \
35285169Scy  esac; \
36285169Scy  has_opt=no; \
37285169Scy  sane_makeflags=$$MAKEFLAGS; \
38285169Scy  if $(am__is_gnu_make); then \
39285169Scy    sane_makeflags=$$MFLAGS; \
40285169Scy  else \
41285169Scy    case $$MAKEFLAGS in \
42285169Scy      *\\[\ \	]*) \
43285169Scy        bs=\\; \
44285169Scy        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45285169Scy          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46285169Scy    esac; \
47285169Scy  fi; \
48285169Scy  skip_next=no; \
49285169Scy  strip_trailopt () \
50285169Scy  { \
51285169Scy    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52285169Scy  }; \
53285169Scy  for flg in $$sane_makeflags; do \
54285169Scy    test $$skip_next = yes && { skip_next=no; continue; }; \
55285169Scy    case $$flg in \
56285169Scy      *=*|--*) continue;; \
57285169Scy        -*I) strip_trailopt 'I'; skip_next=yes;; \
58285169Scy      -*I?*) strip_trailopt 'I';; \
59285169Scy        -*O) strip_trailopt 'O'; skip_next=yes;; \
60285169Scy      -*O?*) strip_trailopt 'O';; \
61285169Scy        -*l) strip_trailopt 'l'; skip_next=yes;; \
62285169Scy      -*l?*) strip_trailopt 'l';; \
63285169Scy      -[dEDm]) skip_next=yes;; \
64285169Scy      -[JT]) skip_next=yes;; \
65285169Scy    esac; \
66285169Scy    case $$flg in \
67285169Scy      *$$target_option*) has_opt=yes; break;; \
68285169Scy    esac; \
69285169Scy  done; \
70285169Scy  test $$has_opt = yes
71285169Scyam__make_dryrun = (target_option=n; $(am__make_running_with_option))
72285169Scyam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73132451Srobertopkgdatadir = $(datadir)/@PACKAGE@
74200576Srobertopkgincludedir = $(includedir)/@PACKAGE@
75132451Srobertopkglibdir = $(libdir)/@PACKAGE@
76200576Srobertopkglibexecdir = $(libexecdir)/@PACKAGE@
77132451Srobertoam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78132451Srobertoinstall_sh_DATA = $(install_sh) -c -m 644
79132451Srobertoinstall_sh_PROGRAM = $(install_sh) -c
80132451Srobertoinstall_sh_SCRIPT = $(install_sh) -c
81132451SrobertoINSTALL_HEADER = $(INSTALL_DATA)
82132451Srobertotransform = $(program_transform_name)
83132451SrobertoNORMAL_INSTALL = :
84132451SrobertoPRE_INSTALL = :
85132451SrobertoPOST_INSTALL = :
86132451SrobertoNORMAL_UNINSTALL = :
87132451SrobertoPRE_UNINSTALL = :
88132451SrobertoPOST_UNINSTALL = :
89132451Srobertobuild_triplet = @build@
90132451Srobertohost_triplet = @host@
91182007Srobertosubdir = include/isc
92182007SrobertoACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93280849Scyam__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
94280849Scy	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
95282408Scy	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
96280849Scy	$(top_srcdir)/sntp/m4/define_dir.m4 \
97280849Scy	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
98280849Scy	$(top_srcdir)/sntp/m4/libtool.m4 \
99280849Scy	$(top_srcdir)/sntp/m4/ltoptions.m4 \
100280849Scy	$(top_srcdir)/sntp/m4/ltsugar.m4 \
101280849Scy	$(top_srcdir)/sntp/m4/ltversion.m4 \
102280849Scy	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
103280849Scy	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
104280849Scy	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
105280849Scy	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
106280849Scy	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
107280849Scy	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
108280849Scy	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
109280849Scy	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
110280849Scy	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
111316722Sdelphij	$(top_srcdir)/sntp/m4/ntp_harden.m4 \
112280849Scy	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
113280849Scy	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
114280849Scy	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
115280849Scy	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
116280849Scy	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
117280849Scy	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
118280849Scy	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
119280849Scy	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
120289764Sglebius	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
121280849Scy	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
122280849Scy	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
123280849Scy	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
124285169Scy	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
125280849Scy	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
126280849Scy	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
127282408Scy	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
128282408Scy	$(top_srcdir)/sntp/m4/openldap.m4 \
129280849Scy	$(top_srcdir)/sntp/m4/os_cflags.m4 \
130280849Scy	$(top_srcdir)/sntp/m4/snprintf.m4 \
131280849Scy	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
132182007Srobertoam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
133182007Sroberto	$(ACLOCAL_M4)
134285169ScyDIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
135285169Scy	$(am__DIST_COMMON)
136182007Srobertomkinstalldirs = $(install_sh) -d
137182007SrobertoCONFIG_HEADER = $(top_builddir)/config.h
138182007SrobertoCONFIG_CLEAN_FILES =
139200576SrobertoCONFIG_CLEAN_VPATH_FILES =
140285169ScyAM_V_P = $(am__v_P_@AM_V@)
141285169Scyam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
142285169Scyam__v_P_0 = false
143285169Scyam__v_P_1 = :
144285169ScyAM_V_GEN = $(am__v_GEN_@AM_V@)
145285169Scyam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
146285169Scyam__v_GEN_0 = @echo "  GEN     " $@;
147285169Scyam__v_GEN_1 = 
148285169ScyAM_V_at = $(am__v_at_@AM_V@)
149285169Scyam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
150280849Scyam__v_at_0 = @
151285169Scyam__v_at_1 = 
152182007SrobertoSOURCES =
153182007SrobertoDIST_SOURCES =
154285169Scyam__can_run_installinfo = \
155285169Scy  case $$AM_UPDATE_INFO_DIR in \
156285169Scy    n|no|NO) false;; \
157285169Scy    *) (install-info --version) >/dev/null 2>&1;; \
158285169Scy  esac
159182007SrobertoHEADERS = $(noinst_HEADERS)
160285169Scyam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
161285169Scy# Read a list of newline-separated strings from the standard input,
162285169Scy# and print each of them once, without duplicates.  Input order is
163285169Scy# *not* preserved.
164285169Scyam__uniquify_input = $(AWK) '\
165285169Scy  BEGIN { nonempty = 0; } \
166285169Scy  { items[$$0] = 1; nonempty = 1; } \
167285169Scy  END { if (nonempty) { for (i in items) print i; }; } \
168285169Scy'
169285169Scy# Make sure the list of sources is unique.  This is necessary because,
170285169Scy# e.g., the same source file might be shared among _SOURCES variables
171285169Scy# for different programs/libraries.
172285169Scyam__define_uniq_tagged_files = \
173285169Scy  list='$(am__tagged_files)'; \
174285169Scy  unique=`for i in $$list; do \
175285169Scy    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
176285169Scy  done | $(am__uniquify_input)`
177182007SrobertoETAGS = etags
178182007SrobertoCTAGS = ctags
179285169Scyam__DIST_COMMON = $(srcdir)/Makefile.in
180182007SrobertoDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
181132451SrobertoACLOCAL = @ACLOCAL@
182280849ScyALLOCA = @ALLOCA@
183132451SrobertoAMTAR = @AMTAR@
184280849ScyAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
185182007SrobertoAR = @AR@
186132451SrobertoAUTOCONF = @AUTOCONF@
187132451SrobertoAUTOHEADER = @AUTOHEADER@
188132451SrobertoAUTOMAKE = @AUTOMAKE@
189132451SrobertoAWK = @AWK@
190289764SglebiusBUILD_THREAD = @BUILD_THREAD@
191280849ScyCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
192280849ScyCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
193280849ScyCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
194280849ScyCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
195280849ScyCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
196132451SrobertoCC = @CC@
197132451SrobertoCCDEPMODE = @CCDEPMODE@
198132451SrobertoCFLAGS = @CFLAGS@
199289764SglebiusCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
200280849ScyCFLAGS_NTP = @CFLAGS_NTP@
201132451SrobertoCHUTEST = @CHUTEST@
202280849ScyCONFIG_SHELL = @CONFIG_SHELL@
203132451SrobertoCPP = @CPP@
204132451SrobertoCPPFLAGS = @CPPFLAGS@
205280849ScyCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
206280849ScyCPPFLAGS_NTP = @CPPFLAGS_NTP@
207132451SrobertoCYGPATH_W = @CYGPATH_W@
208132451SrobertoDCFD = @DCFD@
209132451SrobertoDEFS = @DEFS@
210132451SrobertoDEPDIR = @DEPDIR@
211280849ScyDLLTOOL = @DLLTOOL@
212280849ScyDSYMUTIL = @DSYMUTIL@
213280849ScyDUMPBIN = @DUMPBIN@
214132451SrobertoECHO_C = @ECHO_C@
215132451SrobertoECHO_N = @ECHO_N@
216132451SrobertoECHO_T = @ECHO_T@
217280849ScyEDITLINE_LIBS = @EDITLINE_LIBS@
218132451SrobertoEGREP = @EGREP@
219132451SrobertoEXEEXT = @EXEEXT@
220280849ScyFGREP = @FGREP@
221200576SrobertoGREP = @GREP@
222280849ScyGTEST_CONFIG = @GTEST_CONFIG@
223280849ScyGTEST_CPPFLAGS = @GTEST_CPPFLAGS@
224280849ScyGTEST_CXXFLAGS = @GTEST_CXXFLAGS@
225280849ScyGTEST_LDFLAGS = @GTEST_LDFLAGS@
226280849ScyGTEST_LIBS = @GTEST_LIBS@
227200576SrobertoHAVE_INLINE = @HAVE_INLINE@
228285169ScyHAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
229280849ScyHAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
230280849ScyHAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
231200576SrobertoINSTALL = @INSTALL@
232132451SrobertoINSTALL_DATA = @INSTALL_DATA@
233132451SrobertoINSTALL_PROGRAM = @INSTALL_PROGRAM@
234132451SrobertoINSTALL_SCRIPT = @INSTALL_SCRIPT@
235132451SrobertoINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
236280849ScyLD = @LD@
237280849ScyLDADD_LIBEVENT = @LDADD_LIBEVENT@
238280849ScyLDADD_LIBNTP = @LDADD_LIBNTP@
239280849ScyLDADD_LIBUTIL = @LDADD_LIBUTIL@
240280849ScyLDADD_NLIST = @LDADD_NLIST@
241280849ScyLDADD_NTP = @LDADD_NTP@
242132451SrobertoLDFLAGS = @LDFLAGS@
243280849ScyLDFLAGS_NTP = @LDFLAGS_NTP@
244280849ScyLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
245280849ScyLIBM = @LIBM@
246132451SrobertoLIBOBJS = @LIBOBJS@
247182007SrobertoLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
248182007SrobertoLIBOPTS_DIR = @LIBOPTS_DIR@
249182007SrobertoLIBOPTS_LDADD = @LIBOPTS_LDADD@
250132451SrobertoLIBPARSE = @LIBPARSE@
251132451SrobertoLIBS = @LIBS@
252182007SrobertoLIBTOOL = @LIBTOOL@
253280849ScyLIBTOOL_DEPS = @LIBTOOL_DEPS@
254280849ScyLIPO = @LIPO@
255132451SrobertoLN_S = @LN_S@
256200576SrobertoLSCF = @LSCF@
257289764SglebiusLTHREAD_LIBS = @LTHREAD_LIBS@
258132451SrobertoLTLIBOBJS = @LTLIBOBJS@
259316722SdelphijLT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
260132451SrobertoMAKEINFO = @MAKEINFO@
261132451SrobertoMAKE_ADJTIMED = @MAKE_ADJTIMED@
262182007SrobertoMAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
263132451SrobertoMAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
264132451SrobertoMAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
265132451SrobertoMAKE_LIBPARSE = @MAKE_LIBPARSE@
266132451SrobertoMAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
267132451SrobertoMAKE_NTPDSIM = @MAKE_NTPDSIM@
268280849ScyMAKE_NTPSNMPD = @MAKE_NTPSNMPD@
269132451SrobertoMAKE_NTPTIME = @MAKE_NTPTIME@
270132451SrobertoMAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
271132451SrobertoMAKE_TICKADJ = @MAKE_TICKADJ@
272132451SrobertoMAKE_TIMETRIM = @MAKE_TIMETRIM@
273280849ScyMANIFEST_TOOL = @MANIFEST_TOOL@
274280849ScyMANTAGFMT = @MANTAGFMT@
275200576SrobertoMKDIR_P = @MKDIR_P@
276280849ScyNM = @NM@
277280849ScyNMEDIT = @NMEDIT@
278280849ScyNTPDATE_DB = @NTPDATE_DB@
279280849ScyNTPDATE_DL = @NTPDATE_DL@
280280849ScyNTPDATE_DS = @NTPDATE_DS@
281280849ScyNTPDATE_MS = @NTPDATE_MS@
282280849ScyNTPDATE_NI = @NTPDATE_NI@
283280849ScyNTPDC_DB = @NTPDC_DB@
284280849ScyNTPDC_DL = @NTPDC_DL@
285280849ScyNTPDC_DS = @NTPDC_DS@
286280849ScyNTPDC_MS = @NTPDC_MS@
287280849ScyNTPDC_NI = @NTPDC_NI@
288280849ScyNTPDSIM_DB = @NTPDSIM_DB@
289280849ScyNTPDSIM_DL = @NTPDSIM_DL@
290280849ScyNTPDSIM_DS = @NTPDSIM_DS@
291280849ScyNTPDSIM_MS = @NTPDSIM_MS@
292280849ScyNTPDSIM_NI = @NTPDSIM_NI@
293280849ScyNTPD_DB = @NTPD_DB@
294280849ScyNTPD_DL = @NTPD_DL@
295280849ScyNTPD_DS = @NTPD_DS@
296280849ScyNTPD_MS = @NTPD_MS@
297280849ScyNTPD_NI = @NTPD_NI@
298280849ScyNTPQ_DB = @NTPQ_DB@
299280849ScyNTPQ_DL = @NTPQ_DL@
300280849ScyNTPQ_DS = @NTPQ_DS@
301280849ScyNTPQ_MS = @NTPQ_MS@
302280849ScyNTPQ_NI = @NTPQ_NI@
303280849ScyNTPSNMPD_DB = @NTPSNMPD_DB@
304280849ScyNTPSNMPD_DL = @NTPSNMPD_DL@
305280849ScyNTPSNMPD_DS = @NTPSNMPD_DS@
306280849ScyNTPSNMPD_MS = @NTPSNMPD_MS@
307280849ScyNTPSNMPD_NI = @NTPSNMPD_NI@
308280849ScyNTPSWEEP_DB = @NTPSWEEP_DB@
309280849ScyNTPSWEEP_DL = @NTPSWEEP_DL@
310280849ScyNTPSWEEP_DS = @NTPSWEEP_DS@
311280849ScyNTPSWEEP_MS = @NTPSWEEP_MS@
312280849ScyNTPSWEEP_NI = @NTPSWEEP_NI@
313280849ScyNTPTIME_DB = @NTPTIME_DB@
314280849ScyNTPTIME_DL = @NTPTIME_DL@
315280849ScyNTPTIME_DS = @NTPTIME_DS@
316280849ScyNTPTIME_MS = @NTPTIME_MS@
317280849ScyNTPTIME_NI = @NTPTIME_NI@
318280849ScyNTPTRACE_DB = @NTPTRACE_DB@
319280849ScyNTPTRACE_DL = @NTPTRACE_DL@
320280849ScyNTPTRACE_DS = @NTPTRACE_DS@
321280849ScyNTPTRACE_MS = @NTPTRACE_MS@
322280849ScyNTPTRACE_NI = @NTPTRACE_NI@
323316722SdelphijNTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@
324316722SdelphijNTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@
325316722SdelphijNTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@
326280849ScyNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
327280849ScyNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
328280849ScyNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
329280849ScyNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
330280849ScyNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
331280849ScyNTP_KEYSDIR = @NTP_KEYSDIR@
332280849ScyNTP_WAIT_DB = @NTP_WAIT_DB@
333280849ScyNTP_WAIT_DL = @NTP_WAIT_DL@
334280849ScyNTP_WAIT_DS = @NTP_WAIT_DS@
335280849ScyNTP_WAIT_MS = @NTP_WAIT_MS@
336280849ScyNTP_WAIT_NI = @NTP_WAIT_NI@
337280849ScyOBJDUMP = @OBJDUMP@
338132451SrobertoOBJEXT = @OBJEXT@
339280849ScyOTOOL = @OTOOL@
340280849ScyOTOOL64 = @OTOOL64@
341132451SrobertoPACKAGE = @PACKAGE@
342132451SrobertoPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
343132451SrobertoPACKAGE_NAME = @PACKAGE_NAME@
344132451SrobertoPACKAGE_STRING = @PACKAGE_STRING@
345132451SrobertoPACKAGE_TARNAME = @PACKAGE_TARNAME@
346200576SrobertoPACKAGE_URL = @PACKAGE_URL@
347132451SrobertoPACKAGE_VERSION = @PACKAGE_VERSION@
348280849ScyPATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
349132451SrobertoPATH_PERL = @PATH_PERL@
350285169ScyPATH_RUBY = @PATH_RUBY@
351132451SrobertoPATH_SEPARATOR = @PATH_SEPARATOR@
352280849ScyPATH_TEST = @PATH_TEST@
353280849ScyPERLLIBDIR = @PERLLIBDIR@
354280849ScyPKG_CONFIG = @PKG_CONFIG@
355280849ScyPOSIX_SHELL = @POSIX_SHELL@
356132451SrobertoPROPDELAY = @PROPDELAY@
357280849ScyPTHREAD_LIBS = @PTHREAD_LIBS@
358132451SrobertoRANLIB = @RANLIB@
359280849ScySED = @SED@
360132451SrobertoSET_MAKE = @SET_MAKE@
361132451SrobertoSHELL = @SHELL@
362280849ScySNMP_CFLAGS = @SNMP_CFLAGS@
363280849ScySNMP_CPPFLAGS = @SNMP_CPPFLAGS@
364280849ScySNMP_LIBS = @SNMP_LIBS@
365280849ScySNTP = @SNTP@
366280849ScySNTP_DB = @SNTP_DB@
367280849ScySNTP_DL = @SNTP_DL@
368280849ScySNTP_DS = @SNTP_DS@
369280849ScySNTP_MS = @SNTP_MS@
370280849ScySNTP_NI = @SNTP_NI@
371280849ScySTDNORETURN_H = @STDNORETURN_H@
372132451SrobertoSTRIP = @STRIP@
373132451SrobertoTESTDCF = @TESTDCF@
374280849ScyTICKADJ_DB = @TICKADJ_DB@
375280849ScyTICKADJ_DL = @TICKADJ_DL@
376280849ScyTICKADJ_DS = @TICKADJ_DS@
377280849ScyTICKADJ_MS = @TICKADJ_MS@
378280849ScyTICKADJ_NI = @TICKADJ_NI@
379280849ScyTIMETRIM_DB = @TIMETRIM_DB@
380280849ScyTIMETRIM_DL = @TIMETRIM_DL@
381280849ScyTIMETRIM_DS = @TIMETRIM_DS@
382280849ScyTIMETRIM_MS = @TIMETRIM_MS@
383280849ScyTIMETRIM_NI = @TIMETRIM_NI@
384282408ScyUPDATE_LEAP_DB = @UPDATE_LEAP_DB@
385282408ScyUPDATE_LEAP_DL = @UPDATE_LEAP_DL@
386282408ScyUPDATE_LEAP_DS = @UPDATE_LEAP_DS@
387282408ScyUPDATE_LEAP_MS = @UPDATE_LEAP_MS@
388282408ScyUPDATE_LEAP_NI = @UPDATE_LEAP_NI@
389132451SrobertoVERSION = @VERSION@
390280849ScyVER_SUFFIX = @VER_SUFFIX@
391280849ScyYACC = @YACC@
392280849ScyYFLAGS = @YFLAGS@
393200576Srobertoabs_builddir = @abs_builddir@
394200576Srobertoabs_srcdir = @abs_srcdir@
395200576Srobertoabs_top_builddir = @abs_top_builddir@
396200576Srobertoabs_top_srcdir = @abs_top_srcdir@
397280849Scyac_ct_AR = @ac_ct_AR@
398132451Srobertoac_ct_CC = @ac_ct_CC@
399280849Scyac_ct_DUMPBIN = @ac_ct_DUMPBIN@
400132451Srobertoam__include = @am__include@
401132451Srobertoam__leading_dot = @am__leading_dot@
402132451Srobertoam__quote = @am__quote@
403182007Srobertoam__tar = @am__tar@
404182007Srobertoam__untar = @am__untar@
405132451Srobertobindir = @bindir@
406132451Srobertobuild = @build@
407132451Srobertobuild_alias = @build_alias@
408132451Srobertobuild_cpu = @build_cpu@
409132451Srobertobuild_os = @build_os@
410132451Srobertobuild_vendor = @build_vendor@
411200576Srobertobuilddir = @builddir@
412132451Srobertodatadir = @datadir@
413200576Srobertodatarootdir = @datarootdir@
414200576Srobertodocdir = @docdir@
415200576Srobertodvidir = @dvidir@
416132451Srobertoexec_prefix = @exec_prefix@
417132451Srobertohost = @host@
418132451Srobertohost_alias = @host_alias@
419132451Srobertohost_cpu = @host_cpu@
420132451Srobertohost_os = @host_os@
421132451Srobertohost_vendor = @host_vendor@
422200576Srobertohtmldir = @htmldir@
423132451Srobertoincludedir = @includedir@
424132451Srobertoinfodir = @infodir@
425132451Srobertoinstall_sh = @install_sh@
426132451Srobertolibdir = @libdir@
427132451Srobertolibexecdir = @libexecdir@
428200576Srobertolocaledir = @localedir@
429132451Srobertolocalstatedir = @localstatedir@
430132451Srobertomandir = @mandir@
431182007Srobertomkdir_p = @mkdir_p@
432132451Srobertooldincludedir = @oldincludedir@
433200576Srobertopdfdir = @pdfdir@
434132451Srobertoprefix = @prefix@
435132451Srobertoprogram_transform_name = @program_transform_name@
436200576Srobertopsdir = @psdir@
437132451Srobertosbindir = @sbindir@
438132451Srobertosharedstatedir = @sharedstatedir@
439200576Srobertosrcdir = @srcdir@
440132451Srobertosubdirs = @subdirs@
441132451Srobertosysconfdir = @sysconfdir@
442132451Srobertotarget_alias = @target_alias@
443200576Srobertotop_build_prefix = @top_build_prefix@
444200576Srobertotop_builddir = @top_builddir@
445200576Srobertotop_srcdir = @top_srcdir@
446280849ScyNULL = 
447132451Srobertonoinst_HEADERS = \
448280849Scy	mem.h		\
449280849Scy	$(NULL)
450132451Sroberto
451132451Srobertoall: all-am
452132451Sroberto
453132451Sroberto.SUFFIXES:
454182007Sroberto$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
455182007Sroberto	@for dep in $?; do \
456182007Sroberto	  case '$(am__configure_deps)' in \
457182007Sroberto	    *$$dep*) \
458200576Sroberto	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
459200576Sroberto	        && { if test -f $@; then exit 0; else break; fi; }; \
460182007Sroberto	      exit 1;; \
461182007Sroberto	  esac; \
462182007Sroberto	done; \
463200576Sroberto	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/isc/Makefile'; \
464200576Sroberto	$(am__cd) $(top_srcdir) && \
465200576Sroberto	  $(AUTOMAKE) --foreign include/isc/Makefile
466182007SrobertoMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
467182007Sroberto	@case '$?' in \
468182007Sroberto	  *config.status*) \
469182007Sroberto	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
470182007Sroberto	  *) \
471182007Sroberto	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
472182007Sroberto	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
473182007Sroberto	esac;
474132451Sroberto
475182007Sroberto$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
476182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
477132451Sroberto
478182007Sroberto$(top_srcdir)/configure:  $(am__configure_deps)
479182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
480182007Sroberto$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
481182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
482200576Sroberto$(am__aclocal_m4_deps):
483132451Sroberto
484182007Srobertomostlyclean-libtool:
485182007Sroberto	-rm -f *.lo
486132451Sroberto
487182007Srobertoclean-libtool:
488182007Sroberto	-rm -rf .libs _libs
489182007Sroberto
490285169ScyID: $(am__tagged_files)
491285169Scy	$(am__define_uniq_tagged_files); mkid -fID $$unique
492285169Scytags: tags-am
493285169ScyTAGS: tags
494132451Sroberto
495285169Scytags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
496200576Sroberto	set x; \
497132451Sroberto	here=`pwd`; \
498285169Scy	$(am__define_uniq_tagged_files); \
499200576Sroberto	shift; \
500200576Sroberto	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
501182007Sroberto	  test -n "$$unique" || unique=$$empty_fix; \
502200576Sroberto	  if test $$# -gt 0; then \
503200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
504200576Sroberto	      "$$@" $$unique; \
505200576Sroberto	  else \
506200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
507200576Sroberto	      $$unique; \
508200576Sroberto	  fi; \
509182007Sroberto	fi
510285169Scyctags: ctags-am
511285169Scy
512285169ScyCTAGS: ctags
513285169Scyctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
514285169Scy	$(am__define_uniq_tagged_files); \
515200576Sroberto	test -z "$(CTAGS_ARGS)$$unique" \
516132451Sroberto	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
517200576Sroberto	     $$unique
518132451Sroberto
519132451SrobertoGTAGS:
520132451Sroberto	here=`$(am__cd) $(top_builddir) && pwd` \
521200576Sroberto	  && $(am__cd) $(top_srcdir) \
522200576Sroberto	  && gtags -i $(GTAGS_ARGS) "$$here"
523285169Scycscopelist: cscopelist-am
524132451Sroberto
525285169Scycscopelist-am: $(am__tagged_files)
526285169Scy	list='$(am__tagged_files)'; \
527285169Scy	case "$(srcdir)" in \
528285169Scy	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
529285169Scy	  *) sdir=$(subdir)/$(srcdir) ;; \
530285169Scy	esac; \
531285169Scy	for i in $$list; do \
532285169Scy	  if test -f "$$i"; then \
533285169Scy	    echo "$(subdir)/$$i"; \
534285169Scy	  else \
535285169Scy	    echo "$$sdir/$$i"; \
536285169Scy	  fi; \
537285169Scy	done >> $(top_builddir)/cscope.files
538285169Scy
539132451Srobertodistclean-tags:
540132451Sroberto	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
541132451Sroberto
542132451Srobertodistdir: $(DISTFILES)
543200576Sroberto	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
544200576Sroberto	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
545200576Sroberto	list='$(DISTFILES)'; \
546200576Sroberto	  dist_files=`for file in $$list; do echo $$file; done | \
547200576Sroberto	  sed -e "s|^$$srcdirstrip/||;t" \
548200576Sroberto	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
549200576Sroberto	case $$dist_files in \
550200576Sroberto	  */*) $(MKDIR_P) `echo "$$dist_files" | \
551200576Sroberto			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
552200576Sroberto			   sort -u` ;; \
553200576Sroberto	esac; \
554200576Sroberto	for file in $$dist_files; do \
555132451Sroberto	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
556132451Sroberto	  if test -d $$d/$$file; then \
557200576Sroberto	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
558200576Sroberto	    if test -d "$(distdir)/$$file"; then \
559200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
560200576Sroberto	    fi; \
561132451Sroberto	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
562200576Sroberto	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
563200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
564132451Sroberto	    fi; \
565200576Sroberto	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
566132451Sroberto	  else \
567200576Sroberto	    test -f "$(distdir)/$$file" \
568200576Sroberto	    || cp -p $$d/$$file "$(distdir)/$$file" \
569132451Sroberto	    || exit 1; \
570132451Sroberto	  fi; \
571132451Sroberto	done
572132451Srobertocheck-am: all-am
573132451Srobertocheck: check-am
574132451Srobertoall-am: Makefile $(HEADERS)
575132451Srobertoinstalldirs:
576132451Srobertoinstall: install-am
577132451Srobertoinstall-exec: install-exec-am
578132451Srobertoinstall-data: install-data-am
579132451Srobertouninstall: uninstall-am
580132451Sroberto
581132451Srobertoinstall-am: all-am
582132451Sroberto	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
583132451Sroberto
584132451Srobertoinstallcheck: installcheck-am
585132451Srobertoinstall-strip:
586285169Scy	if test -z '$(STRIP)'; then \
587285169Scy	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
588285169Scy	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
589285169Scy	      install; \
590285169Scy	else \
591285169Scy	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
592285169Scy	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
593285169Scy	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
594285169Scy	fi
595132451Srobertomostlyclean-generic:
596132451Sroberto
597132451Srobertoclean-generic:
598132451Sroberto
599132451Srobertodistclean-generic:
600182007Sroberto	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
601200576Sroberto	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
602132451Sroberto
603132451Srobertomaintainer-clean-generic:
604132451Sroberto	@echo "This command is intended for maintainers to use"
605132451Sroberto	@echo "it deletes files that may require special tools to rebuild."
606132451Srobertoclean: clean-am
607132451Sroberto
608182007Srobertoclean-am: clean-generic clean-libtool mostlyclean-am
609132451Sroberto
610132451Srobertodistclean: distclean-am
611132451Sroberto	-rm -f Makefile
612200576Srobertodistclean-am: clean-am distclean-generic distclean-tags
613132451Sroberto
614132451Srobertodvi: dvi-am
615132451Sroberto
616132451Srobertodvi-am:
617132451Sroberto
618182007Srobertohtml: html-am
619182007Sroberto
620200576Srobertohtml-am:
621200576Sroberto
622132451Srobertoinfo: info-am
623132451Sroberto
624132451Srobertoinfo-am:
625132451Sroberto
626132451Srobertoinstall-data-am:
627132451Sroberto
628200576Srobertoinstall-dvi: install-dvi-am
629200576Sroberto
630200576Srobertoinstall-dvi-am:
631200576Sroberto
632132451Srobertoinstall-exec-am:
633132451Sroberto
634200576Srobertoinstall-html: install-html-am
635200576Sroberto
636200576Srobertoinstall-html-am:
637200576Sroberto
638132451Srobertoinstall-info: install-info-am
639132451Sroberto
640200576Srobertoinstall-info-am:
641200576Sroberto
642132451Srobertoinstall-man:
643132451Sroberto
644200576Srobertoinstall-pdf: install-pdf-am
645200576Sroberto
646200576Srobertoinstall-pdf-am:
647200576Sroberto
648200576Srobertoinstall-ps: install-ps-am
649200576Sroberto
650200576Srobertoinstall-ps-am:
651200576Sroberto
652132451Srobertoinstallcheck-am:
653132451Sroberto
654132451Srobertomaintainer-clean: maintainer-clean-am
655132451Sroberto	-rm -f Makefile
656132451Srobertomaintainer-clean-am: distclean-am maintainer-clean-generic
657132451Sroberto
658132451Srobertomostlyclean: mostlyclean-am
659132451Sroberto
660182007Srobertomostlyclean-am: mostlyclean-generic mostlyclean-libtool
661132451Sroberto
662132451Srobertopdf: pdf-am
663132451Sroberto
664132451Srobertopdf-am:
665132451Sroberto
666132451Srobertops: ps-am
667132451Sroberto
668132451Srobertops-am:
669132451Sroberto
670200576Srobertouninstall-am:
671132451Sroberto
672200576Sroberto.MAKE: install-am install-strip
673200576Sroberto
674285169Scy.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
675285169Scy	clean-libtool cscopelist-am ctags ctags-am distclean \
676285169Scy	distclean-generic distclean-libtool distclean-tags distdir dvi \
677285169Scy	dvi-am html html-am info info-am install install-am \
678285169Scy	install-data install-data-am install-dvi install-dvi-am \
679285169Scy	install-exec install-exec-am install-html install-html-am \
680285169Scy	install-info install-info-am install-man install-pdf \
681285169Scy	install-pdf-am install-ps install-ps-am install-strip \
682285169Scy	installcheck installcheck-am installdirs maintainer-clean \
683182007Sroberto	maintainer-clean-generic mostlyclean mostlyclean-generic \
684285169Scy	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
685200576Sroberto	uninstall-am
686132451Sroberto
687285169Scy.PRECIOUS: Makefile
688200576Sroberto
689285169Scy
690132451Sroberto# Tell versions [3.59,3.63) of GNU make to not export all variables.
691132451Sroberto# Otherwise a system limit (for SysV at least) may be exceeded.
692132451Sroberto.NOEXPORT:
693