Makefile.in revision 294904
1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17VPATH = @srcdir@
18am__is_gnu_make = { \
19  if test -z '$(MAKELEVEL)'; then \
20    false; \
21  elif test -n '$(MAKE_HOST)'; then \
22    true; \
23  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24    true; \
25  else \
26    false; \
27  fi; \
28}
29am__make_running_with_option = \
30  case $${target_option-} in \
31      ?) ;; \
32      *) echo "am__make_running_with_option: internal error: invalid" \
33              "target option '$${target_option-}' specified" >&2; \
34         exit 1;; \
35  esac; \
36  has_opt=no; \
37  sane_makeflags=$$MAKEFLAGS; \
38  if $(am__is_gnu_make); then \
39    sane_makeflags=$$MFLAGS; \
40  else \
41    case $$MAKEFLAGS in \
42      *\\[\ \	]*) \
43        bs=\\; \
44        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
46    esac; \
47  fi; \
48  skip_next=no; \
49  strip_trailopt () \
50  { \
51    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52  }; \
53  for flg in $$sane_makeflags; do \
54    test $$skip_next = yes && { skip_next=no; continue; }; \
55    case $$flg in \
56      *=*|--*) continue;; \
57        -*I) strip_trailopt 'I'; skip_next=yes;; \
58      -*I?*) strip_trailopt 'I';; \
59        -*O) strip_trailopt 'O'; skip_next=yes;; \
60      -*O?*) strip_trailopt 'O';; \
61        -*l) strip_trailopt 'l'; skip_next=yes;; \
62      -*l?*) strip_trailopt 'l';; \
63      -[dEDm]) skip_next=yes;; \
64      -[JT]) skip_next=yes;; \
65    esac; \
66    case $$flg in \
67      *$$target_option*) has_opt=yes; break;; \
68    esac; \
69  done; \
70  test $$has_opt = yes
71am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73pkgdatadir = $(datadir)/@PACKAGE@
74pkgincludedir = $(includedir)/@PACKAGE@
75pkglibdir = $(libdir)/@PACKAGE@
76pkglibexecdir = $(libexecdir)/@PACKAGE@
77am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78install_sh_DATA = $(install_sh) -c -m 644
79install_sh_PROGRAM = $(install_sh) -c
80install_sh_SCRIPT = $(install_sh) -c
81INSTALL_HEADER = $(INSTALL_DATA)
82transform = $(program_transform_name)
83NORMAL_INSTALL = :
84PRE_INSTALL = :
85POST_INSTALL = :
86NORMAL_UNINSTALL = :
87PRE_UNINSTALL = :
88POST_UNINSTALL = :
89build_triplet = @build@
90host_triplet = @host@
91subdir = include
92ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
94	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
95	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
96	$(top_srcdir)/sntp/m4/define_dir.m4 \
97	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
98	$(top_srcdir)/sntp/m4/libtool.m4 \
99	$(top_srcdir)/sntp/m4/ltoptions.m4 \
100	$(top_srcdir)/sntp/m4/ltsugar.m4 \
101	$(top_srcdir)/sntp/m4/ltversion.m4 \
102	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
103	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
104	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
105	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
106	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
107	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
108	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
109	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
110	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
111	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
112	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
113	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
114	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
115	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
116	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
117	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
118	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
119	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
120	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
121	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
122	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
123	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
124	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
125	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
126	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
127	$(top_srcdir)/sntp/m4/openldap.m4 \
128	$(top_srcdir)/sntp/m4/os_cflags.m4 \
129	$(top_srcdir)/sntp/m4/snprintf.m4 \
130	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
131am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
132	$(ACLOCAL_M4)
133DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
134	$(am__DIST_COMMON)
135mkinstalldirs = $(install_sh) -d
136CONFIG_HEADER = $(top_builddir)/config.h
137CONFIG_CLEAN_FILES =
138CONFIG_CLEAN_VPATH_FILES =
139AM_V_P = $(am__v_P_@AM_V@)
140am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
141am__v_P_0 = false
142am__v_P_1 = :
143AM_V_GEN = $(am__v_GEN_@AM_V@)
144am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
145am__v_GEN_0 = @echo "  GEN     " $@;
146am__v_GEN_1 = 
147AM_V_at = $(am__v_at_@AM_V@)
148am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
149am__v_at_0 = @
150am__v_at_1 = 
151SOURCES =
152DIST_SOURCES =
153RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
154	ctags-recursive dvi-recursive html-recursive info-recursive \
155	install-data-recursive install-dvi-recursive \
156	install-exec-recursive install-html-recursive \
157	install-info-recursive install-pdf-recursive \
158	install-ps-recursive install-recursive installcheck-recursive \
159	installdirs-recursive pdf-recursive ps-recursive \
160	tags-recursive uninstall-recursive
161am__can_run_installinfo = \
162  case $$AM_UPDATE_INFO_DIR in \
163    n|no|NO) false;; \
164    *) (install-info --version) >/dev/null 2>&1;; \
165  esac
166HEADERS = $(noinst_HEADERS)
167RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
168  distclean-recursive maintainer-clean-recursive
169am__recursive_targets = \
170  $(RECURSIVE_TARGETS) \
171  $(RECURSIVE_CLEAN_TARGETS) \
172  $(am__extra_recursive_targets)
173AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
174	distdir
175am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
176# Read a list of newline-separated strings from the standard input,
177# and print each of them once, without duplicates.  Input order is
178# *not* preserved.
179am__uniquify_input = $(AWK) '\
180  BEGIN { nonempty = 0; } \
181  { items[$$0] = 1; nonempty = 1; } \
182  END { if (nonempty) { for (i in items) print i; }; } \
183'
184# Make sure the list of sources is unique.  This is necessary because,
185# e.g., the same source file might be shared among _SOURCES variables
186# for different programs/libraries.
187am__define_uniq_tagged_files = \
188  list='$(am__tagged_files)'; \
189  unique=`for i in $$list; do \
190    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
191  done | $(am__uniquify_input)`
192ETAGS = etags
193CTAGS = ctags
194DIST_SUBDIRS = $(SUBDIRS)
195am__DIST_COMMON = $(srcdir)/Makefile.in README
196DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
197am__relativize = \
198  dir0=`pwd`; \
199  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
200  sed_rest='s,^[^/]*/*,,'; \
201  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
202  sed_butlast='s,/*[^/]*$$,,'; \
203  while test -n "$$dir1"; do \
204    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
205    if test "$$first" != "."; then \
206      if test "$$first" = ".."; then \
207        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
208        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
209      else \
210        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
211        if test "$$first2" = "$$first"; then \
212          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
213        else \
214          dir2="../$$dir2"; \
215        fi; \
216        dir0="$$dir0"/"$$first"; \
217      fi; \
218    fi; \
219    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
220  done; \
221  reldir="$$dir2"
222ACLOCAL = @ACLOCAL@
223ALLOCA = @ALLOCA@
224AMTAR = @AMTAR@
225AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
226AR = @AR@
227AUTOCONF = @AUTOCONF@
228AUTOHEADER = @AUTOHEADER@
229AUTOMAKE = @AUTOMAKE@
230AWK = @AWK@
231BUILD_THREAD = @BUILD_THREAD@
232CALC_TICKADJ_DB = @CALC_TICKADJ_DB@
233CALC_TICKADJ_DL = @CALC_TICKADJ_DL@
234CALC_TICKADJ_DS = @CALC_TICKADJ_DS@
235CALC_TICKADJ_MS = @CALC_TICKADJ_MS@
236CALC_TICKADJ_NI = @CALC_TICKADJ_NI@
237CC = @CC@
238CCDEPMODE = @CCDEPMODE@
239CFLAGS = @CFLAGS@
240CFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
241CFLAGS_NTP = @CFLAGS_NTP@
242CHUTEST = @CHUTEST@
243CONFIG_SHELL = @CONFIG_SHELL@
244CPP = @CPP@
245CPPFLAGS = @CPPFLAGS@
246CPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
247CPPFLAGS_NTP = @CPPFLAGS_NTP@
248CXX = @CXX@
249CXXCPP = @CXXCPP@
250CXXDEPMODE = @CXXDEPMODE@
251CXXFLAGS = @CXXFLAGS@
252CYGPATH_W = @CYGPATH_W@
253DCFD = @DCFD@
254DEFS = @DEFS@
255DEPDIR = @DEPDIR@
256DLLTOOL = @DLLTOOL@
257DSYMUTIL = @DSYMUTIL@
258DUMPBIN = @DUMPBIN@
259ECHO_C = @ECHO_C@
260ECHO_N = @ECHO_N@
261ECHO_T = @ECHO_T@
262EDITLINE_LIBS = @EDITLINE_LIBS@
263EGREP = @EGREP@
264EXEEXT = @EXEEXT@
265FGREP = @FGREP@
266GREP = @GREP@
267GTEST_CONFIG = @GTEST_CONFIG@
268GTEST_CPPFLAGS = @GTEST_CPPFLAGS@
269GTEST_CXXFLAGS = @GTEST_CXXFLAGS@
270GTEST_LDFLAGS = @GTEST_LDFLAGS@
271GTEST_LIBS = @GTEST_LIBS@
272HAVE_INLINE = @HAVE_INLINE@
273HAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
274HAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
275HAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
276INSTALL = @INSTALL@
277INSTALL_DATA = @INSTALL_DATA@
278INSTALL_PROGRAM = @INSTALL_PROGRAM@
279INSTALL_SCRIPT = @INSTALL_SCRIPT@
280INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
281LD = @LD@
282LDADD_LIBEVENT = @LDADD_LIBEVENT@
283LDADD_LIBNTP = @LDADD_LIBNTP@
284LDADD_LIBUTIL = @LDADD_LIBUTIL@
285LDADD_NLIST = @LDADD_NLIST@
286LDADD_NTP = @LDADD_NTP@
287LDFLAGS = @LDFLAGS@
288LDFLAGS_NTP = @LDFLAGS_NTP@
289LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
290LIBM = @LIBM@
291LIBOBJS = @LIBOBJS@
292LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
293LIBOPTS_DIR = @LIBOPTS_DIR@
294LIBOPTS_LDADD = @LIBOPTS_LDADD@
295LIBPARSE = @LIBPARSE@
296LIBS = @LIBS@
297LIBTOOL = @LIBTOOL@
298LIBTOOL_DEPS = @LIBTOOL_DEPS@
299LIPO = @LIPO@
300LN_S = @LN_S@
301LSCF = @LSCF@
302LTHREAD_LIBS = @LTHREAD_LIBS@
303LTLIBOBJS = @LTLIBOBJS@
304MAKEINFO = @MAKEINFO@
305MAKE_ADJTIMED = @MAKE_ADJTIMED@
306MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
307MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
308MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
309MAKE_LIBPARSE = @MAKE_LIBPARSE@
310MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
311MAKE_NTPDSIM = @MAKE_NTPDSIM@
312MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
313MAKE_NTPTIME = @MAKE_NTPTIME@
314MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
315MAKE_TICKADJ = @MAKE_TICKADJ@
316MAKE_TIMETRIM = @MAKE_TIMETRIM@
317MANIFEST_TOOL = @MANIFEST_TOOL@
318MANTAGFMT = @MANTAGFMT@
319MKDIR_P = @MKDIR_P@
320NM = @NM@
321NMEDIT = @NMEDIT@
322NTPDATE_DB = @NTPDATE_DB@
323NTPDATE_DL = @NTPDATE_DL@
324NTPDATE_DS = @NTPDATE_DS@
325NTPDATE_MS = @NTPDATE_MS@
326NTPDATE_NI = @NTPDATE_NI@
327NTPDC_DB = @NTPDC_DB@
328NTPDC_DL = @NTPDC_DL@
329NTPDC_DS = @NTPDC_DS@
330NTPDC_MS = @NTPDC_MS@
331NTPDC_NI = @NTPDC_NI@
332NTPDSIM_DB = @NTPDSIM_DB@
333NTPDSIM_DL = @NTPDSIM_DL@
334NTPDSIM_DS = @NTPDSIM_DS@
335NTPDSIM_MS = @NTPDSIM_MS@
336NTPDSIM_NI = @NTPDSIM_NI@
337NTPD_DB = @NTPD_DB@
338NTPD_DL = @NTPD_DL@
339NTPD_DS = @NTPD_DS@
340NTPD_MS = @NTPD_MS@
341NTPD_NI = @NTPD_NI@
342NTPQ_DB = @NTPQ_DB@
343NTPQ_DL = @NTPQ_DL@
344NTPQ_DS = @NTPQ_DS@
345NTPQ_MS = @NTPQ_MS@
346NTPQ_NI = @NTPQ_NI@
347NTPSNMPD_DB = @NTPSNMPD_DB@
348NTPSNMPD_DL = @NTPSNMPD_DL@
349NTPSNMPD_DS = @NTPSNMPD_DS@
350NTPSNMPD_MS = @NTPSNMPD_MS@
351NTPSNMPD_NI = @NTPSNMPD_NI@
352NTPSWEEP_DB = @NTPSWEEP_DB@
353NTPSWEEP_DL = @NTPSWEEP_DL@
354NTPSWEEP_DS = @NTPSWEEP_DS@
355NTPSWEEP_MS = @NTPSWEEP_MS@
356NTPSWEEP_NI = @NTPSWEEP_NI@
357NTPTIME_DB = @NTPTIME_DB@
358NTPTIME_DL = @NTPTIME_DL@
359NTPTIME_DS = @NTPTIME_DS@
360NTPTIME_MS = @NTPTIME_MS@
361NTPTIME_NI = @NTPTIME_NI@
362NTPTRACE_DB = @NTPTRACE_DB@
363NTPTRACE_DL = @NTPTRACE_DL@
364NTPTRACE_DS = @NTPTRACE_DS@
365NTPTRACE_MS = @NTPTRACE_MS@
366NTPTRACE_NI = @NTPTRACE_NI@
367NTP_KEYGEN_DB = @NTP_KEYGEN_DB@
368NTP_KEYGEN_DL = @NTP_KEYGEN_DL@
369NTP_KEYGEN_DS = @NTP_KEYGEN_DS@
370NTP_KEYGEN_MS = @NTP_KEYGEN_MS@
371NTP_KEYGEN_NI = @NTP_KEYGEN_NI@
372NTP_KEYSDIR = @NTP_KEYSDIR@
373NTP_WAIT_DB = @NTP_WAIT_DB@
374NTP_WAIT_DL = @NTP_WAIT_DL@
375NTP_WAIT_DS = @NTP_WAIT_DS@
376NTP_WAIT_MS = @NTP_WAIT_MS@
377NTP_WAIT_NI = @NTP_WAIT_NI@
378OBJDUMP = @OBJDUMP@
379OBJEXT = @OBJEXT@
380OTOOL = @OTOOL@
381OTOOL64 = @OTOOL64@
382PACKAGE = @PACKAGE@
383PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
384PACKAGE_NAME = @PACKAGE_NAME@
385PACKAGE_STRING = @PACKAGE_STRING@
386PACKAGE_TARNAME = @PACKAGE_TARNAME@
387PACKAGE_URL = @PACKAGE_URL@
388PACKAGE_VERSION = @PACKAGE_VERSION@
389PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
390PATH_PERL = @PATH_PERL@
391PATH_RUBY = @PATH_RUBY@
392PATH_SEPARATOR = @PATH_SEPARATOR@
393PATH_TEST = @PATH_TEST@
394PERLLIBDIR = @PERLLIBDIR@
395PKG_CONFIG = @PKG_CONFIG@
396POSIX_SHELL = @POSIX_SHELL@
397PROPDELAY = @PROPDELAY@
398PTHREAD_LIBS = @PTHREAD_LIBS@
399RANLIB = @RANLIB@
400SED = @SED@
401SET_MAKE = @SET_MAKE@
402SHELL = @SHELL@
403SNMP_CFLAGS = @SNMP_CFLAGS@
404SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
405SNMP_LIBS = @SNMP_LIBS@
406SNTP = @SNTP@
407SNTP_DB = @SNTP_DB@
408SNTP_DL = @SNTP_DL@
409SNTP_DS = @SNTP_DS@
410SNTP_MS = @SNTP_MS@
411SNTP_NI = @SNTP_NI@
412STDNORETURN_H = @STDNORETURN_H@
413STRIP = @STRIP@
414TESTDCF = @TESTDCF@
415TICKADJ_DB = @TICKADJ_DB@
416TICKADJ_DL = @TICKADJ_DL@
417TICKADJ_DS = @TICKADJ_DS@
418TICKADJ_MS = @TICKADJ_MS@
419TICKADJ_NI = @TICKADJ_NI@
420TIMETRIM_DB = @TIMETRIM_DB@
421TIMETRIM_DL = @TIMETRIM_DL@
422TIMETRIM_DS = @TIMETRIM_DS@
423TIMETRIM_MS = @TIMETRIM_MS@
424TIMETRIM_NI = @TIMETRIM_NI@
425UPDATE_LEAP_DB = @UPDATE_LEAP_DB@
426UPDATE_LEAP_DL = @UPDATE_LEAP_DL@
427UPDATE_LEAP_DS = @UPDATE_LEAP_DS@
428UPDATE_LEAP_MS = @UPDATE_LEAP_MS@
429UPDATE_LEAP_NI = @UPDATE_LEAP_NI@
430VERSION = @VERSION@
431VER_SUFFIX = @VER_SUFFIX@
432YACC = @YACC@
433YFLAGS = @YFLAGS@
434abs_builddir = @abs_builddir@
435abs_srcdir = @abs_srcdir@
436abs_top_builddir = @abs_top_builddir@
437abs_top_srcdir = @abs_top_srcdir@
438ac_ct_AR = @ac_ct_AR@
439ac_ct_CC = @ac_ct_CC@
440ac_ct_CXX = @ac_ct_CXX@
441ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
442am__include = @am__include@
443am__leading_dot = @am__leading_dot@
444am__quote = @am__quote@
445am__tar = @am__tar@
446am__untar = @am__untar@
447bindir = @bindir@
448build = @build@
449build_alias = @build_alias@
450build_cpu = @build_cpu@
451build_os = @build_os@
452build_vendor = @build_vendor@
453builddir = @builddir@
454datadir = @datadir@
455datarootdir = @datarootdir@
456docdir = @docdir@
457dvidir = @dvidir@
458exec_prefix = @exec_prefix@
459host = @host@
460host_alias = @host_alias@
461host_cpu = @host_cpu@
462host_os = @host_os@
463host_vendor = @host_vendor@
464htmldir = @htmldir@
465includedir = @includedir@
466infodir = @infodir@
467install_sh = @install_sh@
468libdir = @libdir@
469libexecdir = @libexecdir@
470localedir = @localedir@
471localstatedir = @localstatedir@
472mandir = @mandir@
473mkdir_p = @mkdir_p@
474oldincludedir = @oldincludedir@
475pdfdir = @pdfdir@
476prefix = @prefix@
477program_transform_name = @program_transform_name@
478psdir = @psdir@
479sbindir = @sbindir@
480sharedstatedir = @sharedstatedir@
481srcdir = @srcdir@
482subdirs = @subdirs@
483sysconfdir = @sysconfdir@
484target_alias = @target_alias@
485top_build_prefix = @top_build_prefix@
486top_builddir = @top_builddir@
487top_srcdir = @top_srcdir@
488NULL = 
489SUBDIRS = isc
490noinst_HEADERS = \
491	adjtime.h	\
492	audio.h		\
493	ascii.h		\
494	audio.h		\
495	binio.h		\
496	declcond.h	\
497	gps.h		\
498	hopf6039.h	\
499	icom.h		\
500	ieee754io.h	\
501	intreswork.h	\
502	iosignal.h	\
503	l_stdlib.h	\
504	lib_strbuf.h	\
505	libntp.h	\
506	mbg_gps166.h	\
507	mx4200.h	\
508	ntif.h		\
509	ntp.h		\
510	ntp_assert.h	\
511	ntp_calendar.h	\
512	ntp_cmdargs.h	\
513	ntp_config.h	\
514	ntp_control.h	\
515	ntp_crypto.h	\
516	ntp_prio_q.h	\
517	ntp_datum.h	\
518	ntp_debug.h	\
519	ntp_filegen.h	\
520	ntp_fp.h	\
521	ntp_if.h	\
522	ntp_intres.h	\
523	ntp_io.h	\
524	ntp_keyacc.h	\
525	ntp_libopts.h	\
526	ntp_lineedit.h	\
527	ntp_lists.h	\
528	ntp_machine.h	\
529	ntp_malloc.h	\
530	ntp_md5.h	\
531	ntp_net.h	\
532	ntp_proto.h	\
533	ntp_random.h	\
534	ntp_refclock.h	\
535	ntp_request.h	\
536	ntp_rfc2553.h	\
537	ntp_select.h	\
538	ntp_stdlib.h	\
539	ntp_string.h	\
540	ntp_syscall.h	\
541	ntp_syslog.h	\
542	ntp_tty.h	\
543	ntp_types.h	\
544	ntp_unixtime.h	\
545	ntp_worker.h	\
546	ntp_workimpl.h	\
547	ntpd.h		\
548	ntpsim.h	\
549	parse.h		\
550	parse_conf.h	\
551	rc_cmdlength.h	\
552	recvbuff.h	\
553	refclock_atom.h	\
554	refidsmear.h	\
555	safecast.h	\
556	ssl_applink.c	\
557	timepps-SCO.h	\
558	timepps-Solaris.h	\
559	timepps-SunOS.h	\
560	timespecops.h	\
561	timetoa.h	\
562	timevalops.h	\
563	trimble.h	\
564	vint64ops.h	\
565	$(NULL)
566
567all: all-recursive
568
569.SUFFIXES:
570$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
571	@for dep in $?; do \
572	  case '$(am__configure_deps)' in \
573	    *$$dep*) \
574	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
575	        && { if test -f $@; then exit 0; else break; fi; }; \
576	      exit 1;; \
577	  esac; \
578	done; \
579	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
580	$(am__cd) $(top_srcdir) && \
581	  $(AUTOMAKE) --foreign include/Makefile
582Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
583	@case '$?' in \
584	  *config.status*) \
585	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
586	  *) \
587	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
588	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
589	esac;
590
591$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
592	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
593
594$(top_srcdir)/configure:  $(am__configure_deps)
595	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
596$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
597	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
598$(am__aclocal_m4_deps):
599
600mostlyclean-libtool:
601	-rm -f *.lo
602
603clean-libtool:
604	-rm -rf .libs _libs
605
606# This directory's subdirectories are mostly independent; you can cd
607# into them and run 'make' without going through this Makefile.
608# To change the values of 'make' variables: instead of editing Makefiles,
609# (1) if the variable is set in 'config.status', edit 'config.status'
610#     (which will cause the Makefiles to be regenerated when you run 'make');
611# (2) otherwise, pass the desired values on the 'make' command line.
612$(am__recursive_targets):
613	@fail=; \
614	if $(am__make_keepgoing); then \
615	  failcom='fail=yes'; \
616	else \
617	  failcom='exit 1'; \
618	fi; \
619	dot_seen=no; \
620	target=`echo $@ | sed s/-recursive//`; \
621	case "$@" in \
622	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
623	  *) list='$(SUBDIRS)' ;; \
624	esac; \
625	for subdir in $$list; do \
626	  echo "Making $$target in $$subdir"; \
627	  if test "$$subdir" = "."; then \
628	    dot_seen=yes; \
629	    local_target="$$target-am"; \
630	  else \
631	    local_target="$$target"; \
632	  fi; \
633	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
634	  || eval $$failcom; \
635	done; \
636	if test "$$dot_seen" = "no"; then \
637	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
638	fi; test -z "$$fail"
639
640ID: $(am__tagged_files)
641	$(am__define_uniq_tagged_files); mkid -fID $$unique
642tags: tags-recursive
643TAGS: tags
644
645tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
646	set x; \
647	here=`pwd`; \
648	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
649	  include_option=--etags-include; \
650	  empty_fix=.; \
651	else \
652	  include_option=--include; \
653	  empty_fix=; \
654	fi; \
655	list='$(SUBDIRS)'; for subdir in $$list; do \
656	  if test "$$subdir" = .; then :; else \
657	    test ! -f $$subdir/TAGS || \
658	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
659	  fi; \
660	done; \
661	$(am__define_uniq_tagged_files); \
662	shift; \
663	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
664	  test -n "$$unique" || unique=$$empty_fix; \
665	  if test $$# -gt 0; then \
666	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
667	      "$$@" $$unique; \
668	  else \
669	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
670	      $$unique; \
671	  fi; \
672	fi
673ctags: ctags-recursive
674
675CTAGS: ctags
676ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
677	$(am__define_uniq_tagged_files); \
678	test -z "$(CTAGS_ARGS)$$unique" \
679	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
680	     $$unique
681
682GTAGS:
683	here=`$(am__cd) $(top_builddir) && pwd` \
684	  && $(am__cd) $(top_srcdir) \
685	  && gtags -i $(GTAGS_ARGS) "$$here"
686cscopelist: cscopelist-recursive
687
688cscopelist-am: $(am__tagged_files)
689	list='$(am__tagged_files)'; \
690	case "$(srcdir)" in \
691	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
692	  *) sdir=$(subdir)/$(srcdir) ;; \
693	esac; \
694	for i in $$list; do \
695	  if test -f "$$i"; then \
696	    echo "$(subdir)/$$i"; \
697	  else \
698	    echo "$$sdir/$$i"; \
699	  fi; \
700	done >> $(top_builddir)/cscope.files
701
702distclean-tags:
703	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
704
705distdir: $(DISTFILES)
706	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
707	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
708	list='$(DISTFILES)'; \
709	  dist_files=`for file in $$list; do echo $$file; done | \
710	  sed -e "s|^$$srcdirstrip/||;t" \
711	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
712	case $$dist_files in \
713	  */*) $(MKDIR_P) `echo "$$dist_files" | \
714			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
715			   sort -u` ;; \
716	esac; \
717	for file in $$dist_files; do \
718	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
719	  if test -d $$d/$$file; then \
720	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
721	    if test -d "$(distdir)/$$file"; then \
722	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
723	    fi; \
724	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
725	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
726	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
727	    fi; \
728	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
729	  else \
730	    test -f "$(distdir)/$$file" \
731	    || cp -p $$d/$$file "$(distdir)/$$file" \
732	    || exit 1; \
733	  fi; \
734	done
735	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
736	  if test "$$subdir" = .; then :; else \
737	    $(am__make_dryrun) \
738	      || test -d "$(distdir)/$$subdir" \
739	      || $(MKDIR_P) "$(distdir)/$$subdir" \
740	      || exit 1; \
741	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
742	    $(am__relativize); \
743	    new_distdir=$$reldir; \
744	    dir1=$$subdir; dir2="$(top_distdir)"; \
745	    $(am__relativize); \
746	    new_top_distdir=$$reldir; \
747	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
748	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
749	    ($(am__cd) $$subdir && \
750	      $(MAKE) $(AM_MAKEFLAGS) \
751	        top_distdir="$$new_top_distdir" \
752	        distdir="$$new_distdir" \
753		am__remove_distdir=: \
754		am__skip_length_check=: \
755		am__skip_mode_fix=: \
756	        distdir) \
757	      || exit 1; \
758	  fi; \
759	done
760check-am: all-am
761check: check-recursive
762all-am: Makefile $(HEADERS)
763installdirs: installdirs-recursive
764installdirs-am:
765install: install-recursive
766install-exec: install-exec-recursive
767install-data: install-data-recursive
768uninstall: uninstall-recursive
769
770install-am: all-am
771	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
772
773installcheck: installcheck-recursive
774install-strip:
775	if test -z '$(STRIP)'; then \
776	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
777	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
778	      install; \
779	else \
780	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
781	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
782	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
783	fi
784mostlyclean-generic:
785
786clean-generic:
787
788distclean-generic:
789	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
790	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
791
792maintainer-clean-generic:
793	@echo "This command is intended for maintainers to use"
794	@echo "it deletes files that may require special tools to rebuild."
795clean: clean-recursive
796
797clean-am: clean-generic clean-libtool mostlyclean-am
798
799distclean: distclean-recursive
800	-rm -f Makefile
801distclean-am: clean-am distclean-generic distclean-tags
802
803dvi: dvi-recursive
804
805dvi-am:
806
807html: html-recursive
808
809html-am:
810
811info: info-recursive
812
813info-am:
814
815install-data-am:
816
817install-dvi: install-dvi-recursive
818
819install-dvi-am:
820
821install-exec-am:
822
823install-html: install-html-recursive
824
825install-html-am:
826
827install-info: install-info-recursive
828
829install-info-am:
830
831install-man:
832
833install-pdf: install-pdf-recursive
834
835install-pdf-am:
836
837install-ps: install-ps-recursive
838
839install-ps-am:
840
841installcheck-am:
842
843maintainer-clean: maintainer-clean-recursive
844	-rm -f Makefile
845maintainer-clean-am: distclean-am maintainer-clean-generic
846
847mostlyclean: mostlyclean-recursive
848
849mostlyclean-am: mostlyclean-generic mostlyclean-libtool
850
851pdf: pdf-recursive
852
853pdf-am:
854
855ps: ps-recursive
856
857ps-am:
858
859uninstall-am:
860
861.MAKE: $(am__recursive_targets) install-am install-strip
862
863.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
864	check-am clean clean-generic clean-libtool cscopelist-am ctags \
865	ctags-am distclean distclean-generic distclean-libtool \
866	distclean-tags distdir dvi dvi-am html html-am info info-am \
867	install install-am install-data install-data-am install-dvi \
868	install-dvi-am install-exec install-exec-am install-html \
869	install-html-am install-info install-info-am install-man \
870	install-pdf install-pdf-am install-ps install-ps-am \
871	install-strip installcheck installcheck-am installdirs \
872	installdirs-am maintainer-clean maintainer-clean-generic \
873	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
874	ps ps-am tags tags-am uninstall uninstall-am
875
876.PRECIOUS: Makefile
877
878
879# Tell versions [3.59,3.63) of GNU make to not export all variables.
880# Otherwise a system limit (for SysV at least) may be exceeded.
881.NOEXPORT:
882