Makefile.in revision 290001
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_libopts.h	\
525	ntp_lineedit.h	\
526	ntp_lists.h	\
527	ntp_machine.h	\
528	ntp_malloc.h	\
529	ntp_md5.h	\
530	ntp_net.h	\
531	ntp_proto.h	\
532	ntp_random.h	\
533	ntp_refclock.h	\
534	ntp_request.h	\
535	ntp_rfc2553.h	\
536	ntp_select.h	\
537	ntp_stdlib.h	\
538	ntp_string.h	\
539	ntp_syscall.h	\
540	ntp_syslog.h	\
541	ntp_tty.h	\
542	ntp_types.h	\
543	ntp_unixtime.h	\
544	ntp_worker.h	\
545	ntp_workimpl.h	\
546	ntpd.h		\
547	ntpsim.h	\
548	parse.h		\
549	parse_conf.h	\
550	rc_cmdlength.h	\
551	recvbuff.h	\
552	refclock_atom.h	\
553	refidsmear.h	\
554	ssl_applink.c	\
555	timepps-SCO.h	\
556	timepps-Solaris.h	\
557	timepps-SunOS.h	\
558	timespecops.h	\
559	timetoa.h	\
560	timevalops.h	\
561	trimble.h	\
562	vint64ops.h	\
563	$(NULL)
564
565all: all-recursive
566
567.SUFFIXES:
568$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
569	@for dep in $?; do \
570	  case '$(am__configure_deps)' in \
571	    *$$dep*) \
572	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
573	        && { if test -f $@; then exit 0; else break; fi; }; \
574	      exit 1;; \
575	  esac; \
576	done; \
577	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign include/Makefile'; \
578	$(am__cd) $(top_srcdir) && \
579	  $(AUTOMAKE) --foreign include/Makefile
580Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
581	@case '$?' in \
582	  *config.status*) \
583	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
584	  *) \
585	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
586	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
587	esac;
588
589$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
590	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
591
592$(top_srcdir)/configure:  $(am__configure_deps)
593	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
594$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
595	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
596$(am__aclocal_m4_deps):
597
598mostlyclean-libtool:
599	-rm -f *.lo
600
601clean-libtool:
602	-rm -rf .libs _libs
603
604# This directory's subdirectories are mostly independent; you can cd
605# into them and run 'make' without going through this Makefile.
606# To change the values of 'make' variables: instead of editing Makefiles,
607# (1) if the variable is set in 'config.status', edit 'config.status'
608#     (which will cause the Makefiles to be regenerated when you run 'make');
609# (2) otherwise, pass the desired values on the 'make' command line.
610$(am__recursive_targets):
611	@fail=; \
612	if $(am__make_keepgoing); then \
613	  failcom='fail=yes'; \
614	else \
615	  failcom='exit 1'; \
616	fi; \
617	dot_seen=no; \
618	target=`echo $@ | sed s/-recursive//`; \
619	case "$@" in \
620	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
621	  *) list='$(SUBDIRS)' ;; \
622	esac; \
623	for subdir in $$list; do \
624	  echo "Making $$target in $$subdir"; \
625	  if test "$$subdir" = "."; then \
626	    dot_seen=yes; \
627	    local_target="$$target-am"; \
628	  else \
629	    local_target="$$target"; \
630	  fi; \
631	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
632	  || eval $$failcom; \
633	done; \
634	if test "$$dot_seen" = "no"; then \
635	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
636	fi; test -z "$$fail"
637
638ID: $(am__tagged_files)
639	$(am__define_uniq_tagged_files); mkid -fID $$unique
640tags: tags-recursive
641TAGS: tags
642
643tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
644	set x; \
645	here=`pwd`; \
646	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
647	  include_option=--etags-include; \
648	  empty_fix=.; \
649	else \
650	  include_option=--include; \
651	  empty_fix=; \
652	fi; \
653	list='$(SUBDIRS)'; for subdir in $$list; do \
654	  if test "$$subdir" = .; then :; else \
655	    test ! -f $$subdir/TAGS || \
656	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
657	  fi; \
658	done; \
659	$(am__define_uniq_tagged_files); \
660	shift; \
661	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
662	  test -n "$$unique" || unique=$$empty_fix; \
663	  if test $$# -gt 0; then \
664	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
665	      "$$@" $$unique; \
666	  else \
667	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
668	      $$unique; \
669	  fi; \
670	fi
671ctags: ctags-recursive
672
673CTAGS: ctags
674ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
675	$(am__define_uniq_tagged_files); \
676	test -z "$(CTAGS_ARGS)$$unique" \
677	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
678	     $$unique
679
680GTAGS:
681	here=`$(am__cd) $(top_builddir) && pwd` \
682	  && $(am__cd) $(top_srcdir) \
683	  && gtags -i $(GTAGS_ARGS) "$$here"
684cscopelist: cscopelist-recursive
685
686cscopelist-am: $(am__tagged_files)
687	list='$(am__tagged_files)'; \
688	case "$(srcdir)" in \
689	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
690	  *) sdir=$(subdir)/$(srcdir) ;; \
691	esac; \
692	for i in $$list; do \
693	  if test -f "$$i"; then \
694	    echo "$(subdir)/$$i"; \
695	  else \
696	    echo "$$sdir/$$i"; \
697	  fi; \
698	done >> $(top_builddir)/cscope.files
699
700distclean-tags:
701	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
702
703distdir: $(DISTFILES)
704	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
705	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
706	list='$(DISTFILES)'; \
707	  dist_files=`for file in $$list; do echo $$file; done | \
708	  sed -e "s|^$$srcdirstrip/||;t" \
709	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
710	case $$dist_files in \
711	  */*) $(MKDIR_P) `echo "$$dist_files" | \
712			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
713			   sort -u` ;; \
714	esac; \
715	for file in $$dist_files; do \
716	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
717	  if test -d $$d/$$file; then \
718	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
719	    if test -d "$(distdir)/$$file"; then \
720	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
721	    fi; \
722	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
723	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
724	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
725	    fi; \
726	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
727	  else \
728	    test -f "$(distdir)/$$file" \
729	    || cp -p $$d/$$file "$(distdir)/$$file" \
730	    || exit 1; \
731	  fi; \
732	done
733	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
734	  if test "$$subdir" = .; then :; else \
735	    $(am__make_dryrun) \
736	      || test -d "$(distdir)/$$subdir" \
737	      || $(MKDIR_P) "$(distdir)/$$subdir" \
738	      || exit 1; \
739	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
740	    $(am__relativize); \
741	    new_distdir=$$reldir; \
742	    dir1=$$subdir; dir2="$(top_distdir)"; \
743	    $(am__relativize); \
744	    new_top_distdir=$$reldir; \
745	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
746	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
747	    ($(am__cd) $$subdir && \
748	      $(MAKE) $(AM_MAKEFLAGS) \
749	        top_distdir="$$new_top_distdir" \
750	        distdir="$$new_distdir" \
751		am__remove_distdir=: \
752		am__skip_length_check=: \
753		am__skip_mode_fix=: \
754	        distdir) \
755	      || exit 1; \
756	  fi; \
757	done
758check-am: all-am
759check: check-recursive
760all-am: Makefile $(HEADERS)
761installdirs: installdirs-recursive
762installdirs-am:
763install: install-recursive
764install-exec: install-exec-recursive
765install-data: install-data-recursive
766uninstall: uninstall-recursive
767
768install-am: all-am
769	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
770
771installcheck: installcheck-recursive
772install-strip:
773	if test -z '$(STRIP)'; then \
774	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
775	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
776	      install; \
777	else \
778	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
779	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
780	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
781	fi
782mostlyclean-generic:
783
784clean-generic:
785
786distclean-generic:
787	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
788	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
789
790maintainer-clean-generic:
791	@echo "This command is intended for maintainers to use"
792	@echo "it deletes files that may require special tools to rebuild."
793clean: clean-recursive
794
795clean-am: clean-generic clean-libtool mostlyclean-am
796
797distclean: distclean-recursive
798	-rm -f Makefile
799distclean-am: clean-am distclean-generic distclean-tags
800
801dvi: dvi-recursive
802
803dvi-am:
804
805html: html-recursive
806
807html-am:
808
809info: info-recursive
810
811info-am:
812
813install-data-am:
814
815install-dvi: install-dvi-recursive
816
817install-dvi-am:
818
819install-exec-am:
820
821install-html: install-html-recursive
822
823install-html-am:
824
825install-info: install-info-recursive
826
827install-info-am:
828
829install-man:
830
831install-pdf: install-pdf-recursive
832
833install-pdf-am:
834
835install-ps: install-ps-recursive
836
837install-ps-am:
838
839installcheck-am:
840
841maintainer-clean: maintainer-clean-recursive
842	-rm -f Makefile
843maintainer-clean-am: distclean-am maintainer-clean-generic
844
845mostlyclean: mostlyclean-recursive
846
847mostlyclean-am: mostlyclean-generic mostlyclean-libtool
848
849pdf: pdf-recursive
850
851pdf-am:
852
853ps: ps-recursive
854
855ps-am:
856
857uninstall-am:
858
859.MAKE: $(am__recursive_targets) install-am install-strip
860
861.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
862	check-am clean clean-generic clean-libtool cscopelist-am ctags \
863	ctags-am distclean distclean-generic distclean-libtool \
864	distclean-tags distdir dvi dvi-am html html-am info info-am \
865	install install-am install-data install-data-am install-dvi \
866	install-dvi-am install-exec install-exec-am install-html \
867	install-html-am install-info install-info-am install-man \
868	install-pdf install-pdf-am install-ps install-ps-am \
869	install-strip installcheck installcheck-am installdirs \
870	installdirs-am maintainer-clean maintainer-clean-generic \
871	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
872	ps ps-am tags tags-am uninstall uninstall-am
873
874.PRECIOUS: Makefile
875
876
877# Tell versions [3.59,3.63) of GNU make to not export all variables.
878# Otherwise a system limit (for SysV at least) may be exceeded.
879.NOEXPORT:
880