xref: /freebsd/contrib/ntp/libntp/Makefile.in (revision f5f40dd63bc7acbb5312b26ac1ea1103c12352a6)
1a466cc55SCy Schubert# Makefile.in generated by automake 1.16.5 from Makefile.am.
29c2daa00SOllivier Robert# @configure_input@
3c0b746e5SOllivier Robert
4a466cc55SCy Schubert# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5276da39aSCy Schubert
6c0b746e5SOllivier Robert# This Makefile.in is free software; the Free Software Foundation
7c0b746e5SOllivier Robert# gives unlimited permission to copy and/or distribute it,
8c0b746e5SOllivier Robert# with or without modifications, as long as this notice is preserved.
9c0b746e5SOllivier Robert
10c0b746e5SOllivier Robert# This program is distributed in the hope that it will be useful,
11c0b746e5SOllivier Robert# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12c0b746e5SOllivier Robert# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13c0b746e5SOllivier Robert# PARTICULAR PURPOSE.
14c0b746e5SOllivier Robert
15ce265a54SOllivier Robert@SET_MAKE@
16ce265a54SOllivier Robert
17a466cc55SCy Schubert
18c0b746e5SOllivier RobertVPATH = @srcdir@
19276da39aSCy Schubertam__is_gnu_make = { \
20276da39aSCy Schubert  if test -z '$(MAKELEVEL)'; then \
21276da39aSCy Schubert    false; \
22276da39aSCy Schubert  elif test -n '$(MAKE_HOST)'; then \
23276da39aSCy Schubert    true; \
24276da39aSCy Schubert  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25276da39aSCy Schubert    true; \
26276da39aSCy Schubert  else \
27276da39aSCy Schubert    false; \
28276da39aSCy Schubert  fi; \
29276da39aSCy Schubert}
30276da39aSCy Schubertam__make_running_with_option = \
31276da39aSCy Schubert  case $${target_option-} in \
32276da39aSCy Schubert      ?) ;; \
33276da39aSCy Schubert      *) echo "am__make_running_with_option: internal error: invalid" \
34276da39aSCy Schubert              "target option '$${target_option-}' specified" >&2; \
35276da39aSCy Schubert         exit 1;; \
36276da39aSCy Schubert  esac; \
37276da39aSCy Schubert  has_opt=no; \
38276da39aSCy Schubert  sane_makeflags=$$MAKEFLAGS; \
39276da39aSCy Schubert  if $(am__is_gnu_make); then \
40276da39aSCy Schubert    sane_makeflags=$$MFLAGS; \
41276da39aSCy Schubert  else \
42276da39aSCy Schubert    case $$MAKEFLAGS in \
43276da39aSCy Schubert      *\\[\ \	]*) \
44276da39aSCy Schubert        bs=\\; \
45276da39aSCy Schubert        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46276da39aSCy Schubert          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47276da39aSCy Schubert    esac; \
48276da39aSCy Schubert  fi; \
49276da39aSCy Schubert  skip_next=no; \
50276da39aSCy Schubert  strip_trailopt () \
51276da39aSCy Schubert  { \
52276da39aSCy Schubert    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53276da39aSCy Schubert  }; \
54276da39aSCy Schubert  for flg in $$sane_makeflags; do \
55276da39aSCy Schubert    test $$skip_next = yes && { skip_next=no; continue; }; \
56276da39aSCy Schubert    case $$flg in \
57276da39aSCy Schubert      *=*|--*) continue;; \
58276da39aSCy Schubert        -*I) strip_trailopt 'I'; skip_next=yes;; \
59276da39aSCy Schubert      -*I?*) strip_trailopt 'I';; \
60276da39aSCy Schubert        -*O) strip_trailopt 'O'; skip_next=yes;; \
61276da39aSCy Schubert      -*O?*) strip_trailopt 'O';; \
62276da39aSCy Schubert        -*l) strip_trailopt 'l'; skip_next=yes;; \
63276da39aSCy Schubert      -*l?*) strip_trailopt 'l';; \
64276da39aSCy Schubert      -[dEDm]) skip_next=yes;; \
65276da39aSCy Schubert      -[JT]) skip_next=yes;; \
66276da39aSCy Schubert    esac; \
67276da39aSCy Schubert    case $$flg in \
68276da39aSCy Schubert      *$$target_option*) has_opt=yes; break;; \
69276da39aSCy Schubert    esac; \
70276da39aSCy Schubert  done; \
71276da39aSCy Schubert  test $$has_opt = yes
72276da39aSCy Schubertam__make_dryrun = (target_option=n; $(am__make_running_with_option))
73276da39aSCy Schubertam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74c0b746e5SOllivier Robertpkgdatadir = $(datadir)/@PACKAGE@
75c0b746e5SOllivier Robertpkgincludedir = $(includedir)/@PACKAGE@
76eb6d21b4SOllivier Robertpkglibdir = $(libdir)/@PACKAGE@
77eb6d21b4SOllivier Robertpkglibexecdir = $(libexecdir)/@PACKAGE@
789c2daa00SOllivier Robertam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
799c2daa00SOllivier Robertinstall_sh_DATA = $(install_sh) -c -m 644
809c2daa00SOllivier Robertinstall_sh_PROGRAM = $(install_sh) -c
819c2daa00SOllivier Robertinstall_sh_SCRIPT = $(install_sh) -c
82224ba2bdSOllivier RobertINSTALL_HEADER = $(INSTALL_DATA)
839c2daa00SOllivier Roberttransform = $(program_transform_name)
84c0b746e5SOllivier RobertNORMAL_INSTALL = :
85c0b746e5SOllivier RobertPRE_INSTALL = :
86c0b746e5SOllivier RobertPOST_INSTALL = :
87c0b746e5SOllivier RobertNORMAL_UNINSTALL = :
88c0b746e5SOllivier RobertPRE_UNINSTALL = :
89c0b746e5SOllivier RobertPOST_UNINSTALL = :
90c0b746e5SOllivier Robertbuild_triplet = @build@
91c0b746e5SOllivier Roberthost_triplet = @host@
92a466cc55SCy Schubert
93a466cc55SCy Schubert# ntp_crypto_rnd.c includes libevent headers for use when
94a466cc55SCy Schubert# neither OpenSSL nor arc4random_buf are available.  Those
95a466cc55SCy Schubert# include event2/event-config.h which is built, so if we
96a466cc55SCy Schubert# are building our libevent tearoff, build it before this.
97a466cc55SCy Schubert@BUILD_LIBEVENT_TRUE@am__append_1 = libevent_first
98a466cc55SCy Schubert@BUILD_LIBEVENT_TRUE@am__append_2 = libevent_first
99a466cc55SCy Schubert@PTHREADS_TRUE@am__append_3 = \
100a466cc55SCy Schubert@PTHREADS_TRUE@	lib/isc/pthreads/condition.c			\
101a466cc55SCy Schubert@PTHREADS_TRUE@	lib/isc/pthreads/mutex.c			\
102a466cc55SCy Schubert@PTHREADS_TRUE@	lib/isc/pthreads/thread.c			\
103a466cc55SCy Schubert@PTHREADS_TRUE@	$(NULL)
104a466cc55SCy Schubert
105a466cc55SCy Schubert@PTHREADS_FALSE@am__append_4 = \
106a466cc55SCy Schubert@PTHREADS_FALSE@	lib/isc/nothreads/condition.c			\
107a466cc55SCy Schubert@PTHREADS_FALSE@	lib/isc/nothreads/thread.c			\
108a466cc55SCy Schubert@PTHREADS_FALSE@	$(NULL)
109a466cc55SCy Schubert
110ea906c41SOllivier Robertsubdir = libntp
111ea906c41SOllivier RobertACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1122b15cb3dSCy Schubertam__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
1132b15cb3dSCy Schubert	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
114a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
1152b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/define_dir.m4 \
1162b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
1172b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/libtool.m4 \
1182b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ltoptions.m4 \
1192b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ltsugar.m4 \
1202b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ltversion.m4 \
1212b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
12209100258SXin LI	$(top_srcdir)/sntp/m4/ntp_af_unspec.m4 \
1232b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
1242b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
1252b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
1262b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
1272b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
1282b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
1292b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
130f0574f5cSXin LI	$(top_srcdir)/sntp/m4/ntp_harden.m4 \
1312b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
1322b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
1332b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
1342b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
1352b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
1362b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
1372b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
1382b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
1399034852cSGleb Smirnoff	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
1402b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
1412b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
1422b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
143276da39aSCy Schubert	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
1442b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
1452b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
146a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
147a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/openldap.m4 \
1482b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/os_cflags.m4 \
149a466cc55SCy Schubert	$(top_srcdir)/sntp/m4/realpath.m4 \
1502b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/snprintf.m4 \
1512b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
152ea906c41SOllivier Robertam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
153ea906c41SOllivier Robert	$(ACLOCAL_M4)
154a466cc55SCy SchubertDIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
155a466cc55SCy Schubert	$(am__DIST_COMMON)
156ea906c41SOllivier Robertmkinstalldirs = $(install_sh) -d
157ea906c41SOllivier RobertCONFIG_HEADER = $(top_builddir)/config.h
158ea906c41SOllivier RobertCONFIG_CLEAN_FILES =
159eb6d21b4SOllivier RobertCONFIG_CLEAN_VPATH_FILES =
160ea906c41SOllivier RobertLIBRARIES = $(noinst_LIBRARIES)
16137a60314SEitan AdlerARFLAGS = @ARFLAGS@
162276da39aSCy SchubertAM_V_AR = $(am__v_AR_@AM_V@)
163276da39aSCy Schubertam__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
1642b15cb3dSCy Schubertam__v_AR_0 = @echo "  AR      " $@;
165276da39aSCy Schubertam__v_AR_1 =
166ea906c41SOllivier Robertlibntp_a_AR = $(AR) $(ARFLAGS)
167ea906c41SOllivier Robertlibntp_a_LIBADD =
1682b15cb3dSCy Schubertam__libntp_a_SOURCES_DIST = systime.c a_md5encrypt.c adjtime.c \
1692b15cb3dSCy Schubert	atoint.c atolfp.c atouint.c audio.c authkeys.c authreadkeys.c \
1702b15cb3dSCy Schubert	authusekey.c bsd_strerror.c buftvtots.c caljulian.c caltontp.c \
1712b15cb3dSCy Schubert	calyearstart.c clocktime.c clocktypes.c decodenetnum.c \
1722b15cb3dSCy Schubert	dofptoa.c dolfptoa.c emalloc.c findconfig.c getopt.c \
1732b15cb3dSCy Schubert	hextoint.c hextolfp.c humandate.c icom.c iosignal.c \
174f391d6bcSXin LI	is_ip_address.c lib_strbuf.c libssl_compat.c machines.c \
175f391d6bcSXin LI	mktime.c modetoa.c mstolfp.c msyslog.c netof.c ntp_calendar.c \
1762d4e511cSCy Schubert	ntp_calgps.c ntp_crypto_rnd.c ntp_intres.c ntp_libopts.c \
177a466cc55SCy Schubert	ntp_lineedit.c ntp_random.c ntp_realpath.c ntp_rfc2553.c \
178*f5f40dd6SCy Schubert	ntp_worker.c numtoa.c octtoint.c prettydate.c refidsmear.c \
179*f5f40dd6SCy Schubert	recvbuff.c refnumtoa.c snprintf.c socket.c socktoa.c \
180*f5f40dd6SCy Schubert	socktohost.c ssl_init.c statestr.c strdup.c strl_obsd.c \
181*f5f40dd6SCy Schubert	syssignal.c timespecops.c timetoa.c timevalops.c timexsup.c \
182*f5f40dd6SCy Schubert	uglydate.c vint64ops.c work_fork.c work_thread.c xsbprintf.c \
183*f5f40dd6SCy Schubert	ymd2yd.c lib/isc/assertions.c lib/isc/buffer.c \
184a466cc55SCy Schubert	lib/isc/backtrace-emptytbl.c lib/isc/backtrace.c \
185a466cc55SCy Schubert	lib/isc/unix/dir.c lib/isc/error.c lib/isc/unix/errno2result.c \
186a466cc55SCy Schubert	lib/isc/event.c lib/isc/unix/file.c lib/isc/inet_ntop.c \
187a466cc55SCy Schubert	lib/isc/inet_pton.c lib/isc/unix/interfaceiter.c lib/isc/lib.c \
188a466cc55SCy Schubert	lib/isc/log.c lib/isc/md5.c lib/isc/nls/msgcat.c \
189a466cc55SCy Schubert	lib/isc/unix/net.c lib/isc/netaddr.c lib/isc/netscope.c \
190a466cc55SCy Schubert	lib/isc/ondestroy.c lib/isc/random.c lib/isc/result.c \
191a466cc55SCy Schubert	lib/isc/unix/stdio.c lib/isc/unix/stdtime.c \
192a466cc55SCy Schubert	lib/isc/unix/strerror.c lib/isc/task.c lib/isc/unix/time.c \
193a466cc55SCy Schubert	lib/isc/sha1.c lib/isc/sockaddr.c lib/isc/tsmemcmp.c \
194a466cc55SCy Schubert	lib/isc/pthreads/condition.c lib/isc/pthreads/mutex.c \
195a466cc55SCy Schubert	lib/isc/pthreads/thread.c lib/isc/nothreads/condition.c \
196a466cc55SCy Schubert	lib/isc/nothreads/thread.c
197a466cc55SCy Schubertam__dirstamp = $(am__leading_dot)dirstamp
1982b15cb3dSCy Schubertam__objects_1 =
199a466cc55SCy Schubert@PTHREADS_TRUE@am__objects_2 = lib/isc/pthreads/condition.$(OBJEXT) \
200a466cc55SCy Schubert@PTHREADS_TRUE@	lib/isc/pthreads/mutex.$(OBJEXT) \
201a466cc55SCy Schubert@PTHREADS_TRUE@	lib/isc/pthreads/thread.$(OBJEXT) \
202a466cc55SCy Schubert@PTHREADS_TRUE@	$(am__objects_1)
203a466cc55SCy Schubert@PTHREADS_FALSE@am__objects_3 = lib/isc/nothreads/condition.$(OBJEXT) \
204a466cc55SCy Schubert@PTHREADS_FALSE@	lib/isc/nothreads/thread.$(OBJEXT) \
205a466cc55SCy Schubert@PTHREADS_FALSE@	$(am__objects_1)
206a466cc55SCy Schubertam__objects_4 = lib/isc/assertions.$(OBJEXT) lib/isc/buffer.$(OBJEXT) \
207a466cc55SCy Schubert	lib/isc/backtrace-emptytbl.$(OBJEXT) \
208a466cc55SCy Schubert	lib/isc/backtrace.$(OBJEXT) lib/isc/unix/dir.$(OBJEXT) \
209a466cc55SCy Schubert	lib/isc/error.$(OBJEXT) lib/isc/unix/errno2result.$(OBJEXT) \
210a466cc55SCy Schubert	lib/isc/event.$(OBJEXT) lib/isc/unix/file.$(OBJEXT) \
211a466cc55SCy Schubert	lib/isc/inet_ntop.$(OBJEXT) lib/isc/inet_pton.$(OBJEXT) \
212a466cc55SCy Schubert	lib/isc/unix/interfaceiter.$(OBJEXT) lib/isc/lib.$(OBJEXT) \
213a466cc55SCy Schubert	lib/isc/log.$(OBJEXT) lib/isc/md5.$(OBJEXT) \
214a466cc55SCy Schubert	lib/isc/nls/msgcat.$(OBJEXT) lib/isc/unix/net.$(OBJEXT) \
215a466cc55SCy Schubert	lib/isc/netaddr.$(OBJEXT) lib/isc/netscope.$(OBJEXT) \
216a466cc55SCy Schubert	lib/isc/ondestroy.$(OBJEXT) lib/isc/random.$(OBJEXT) \
217a466cc55SCy Schubert	lib/isc/result.$(OBJEXT) lib/isc/unix/stdio.$(OBJEXT) \
218a466cc55SCy Schubert	lib/isc/unix/stdtime.$(OBJEXT) lib/isc/unix/strerror.$(OBJEXT) \
219a466cc55SCy Schubert	lib/isc/task.$(OBJEXT) lib/isc/unix/time.$(OBJEXT) \
220a466cc55SCy Schubert	lib/isc/sha1.$(OBJEXT) lib/isc/sockaddr.$(OBJEXT) \
221a466cc55SCy Schubert	lib/isc/tsmemcmp.$(OBJEXT) $(am__objects_1) $(am__objects_2) \
222a466cc55SCy Schubert	$(am__objects_3)
223a466cc55SCy Schubertam__objects_5 = a_md5encrypt.$(OBJEXT) adjtime.$(OBJEXT) \
2242b15cb3dSCy Schubert	atoint.$(OBJEXT) atolfp.$(OBJEXT) atouint.$(OBJEXT) \
2252b15cb3dSCy Schubert	audio.$(OBJEXT) authkeys.$(OBJEXT) authreadkeys.$(OBJEXT) \
2262b15cb3dSCy Schubert	authusekey.$(OBJEXT) bsd_strerror.$(OBJEXT) \
2272b15cb3dSCy Schubert	buftvtots.$(OBJEXT) caljulian.$(OBJEXT) caltontp.$(OBJEXT) \
2282b15cb3dSCy Schubert	calyearstart.$(OBJEXT) clocktime.$(OBJEXT) \
2292b15cb3dSCy Schubert	clocktypes.$(OBJEXT) decodenetnum.$(OBJEXT) dofptoa.$(OBJEXT) \
2302b15cb3dSCy Schubert	dolfptoa.$(OBJEXT) emalloc.$(OBJEXT) findconfig.$(OBJEXT) \
2312b15cb3dSCy Schubert	getopt.$(OBJEXT) hextoint.$(OBJEXT) hextolfp.$(OBJEXT) \
2322b15cb3dSCy Schubert	humandate.$(OBJEXT) icom.$(OBJEXT) iosignal.$(OBJEXT) \
23368ba7e87SXin LI	is_ip_address.$(OBJEXT) lib_strbuf.$(OBJEXT) \
234f391d6bcSXin LI	libssl_compat.$(OBJEXT) machines.$(OBJEXT) mktime.$(OBJEXT) \
235f391d6bcSXin LI	modetoa.$(OBJEXT) mstolfp.$(OBJEXT) msyslog.$(OBJEXT) \
2362d4e511cSCy Schubert	netof.$(OBJEXT) ntp_calendar.$(OBJEXT) ntp_calgps.$(OBJEXT) \
237f391d6bcSXin LI	ntp_crypto_rnd.$(OBJEXT) ntp_intres.$(OBJEXT) \
238f391d6bcSXin LI	ntp_libopts.$(OBJEXT) ntp_lineedit.$(OBJEXT) \
239a466cc55SCy Schubert	ntp_random.$(OBJEXT) ntp_realpath.$(OBJEXT) \
240a466cc55SCy Schubert	ntp_rfc2553.$(OBJEXT) ntp_worker.$(OBJEXT) numtoa.$(OBJEXT) \
241*f5f40dd6SCy Schubert	octtoint.$(OBJEXT) prettydate.$(OBJEXT) refidsmear.$(OBJEXT) \
242*f5f40dd6SCy Schubert	recvbuff.$(OBJEXT) refnumtoa.$(OBJEXT) snprintf.$(OBJEXT) \
243*f5f40dd6SCy Schubert	socket.$(OBJEXT) socktoa.$(OBJEXT) socktohost.$(OBJEXT) \
244*f5f40dd6SCy Schubert	ssl_init.$(OBJEXT) statestr.$(OBJEXT) strdup.$(OBJEXT) \
245*f5f40dd6SCy Schubert	strl_obsd.$(OBJEXT) syssignal.$(OBJEXT) timespecops.$(OBJEXT) \
246*f5f40dd6SCy Schubert	timetoa.$(OBJEXT) timevalops.$(OBJEXT) timexsup.$(OBJEXT) \
247*f5f40dd6SCy Schubert	uglydate.$(OBJEXT) vint64ops.$(OBJEXT) work_fork.$(OBJEXT) \
248*f5f40dd6SCy Schubert	work_thread.$(OBJEXT) xsbprintf.$(OBJEXT) ymd2yd.$(OBJEXT) \
249*f5f40dd6SCy Schubert	$(am__objects_4) $(am__objects_1)
250a466cc55SCy Schubertam_libntp_a_OBJECTS = systime.$(OBJEXT) $(am__objects_5)
251ea906c41SOllivier Robertlibntp_a_OBJECTS = $(am_libntp_a_OBJECTS)
252ea906c41SOllivier Robertlibntpsim_a_AR = $(AR) $(ARFLAGS)
253ea906c41SOllivier Robertlibntpsim_a_LIBADD =
2542b15cb3dSCy Schubertam__libntpsim_a_SOURCES_DIST = systime_s.c a_md5encrypt.c adjtime.c \
2552b15cb3dSCy Schubert	atoint.c atolfp.c atouint.c audio.c authkeys.c authreadkeys.c \
2562b15cb3dSCy Schubert	authusekey.c bsd_strerror.c buftvtots.c caljulian.c caltontp.c \
2572b15cb3dSCy Schubert	calyearstart.c clocktime.c clocktypes.c decodenetnum.c \
2582b15cb3dSCy Schubert	dofptoa.c dolfptoa.c emalloc.c findconfig.c getopt.c \
2592b15cb3dSCy Schubert	hextoint.c hextolfp.c humandate.c icom.c iosignal.c \
260f391d6bcSXin LI	is_ip_address.c lib_strbuf.c libssl_compat.c machines.c \
261f391d6bcSXin LI	mktime.c modetoa.c mstolfp.c msyslog.c netof.c ntp_calendar.c \
2622d4e511cSCy Schubert	ntp_calgps.c ntp_crypto_rnd.c ntp_intres.c ntp_libopts.c \
263a466cc55SCy Schubert	ntp_lineedit.c ntp_random.c ntp_realpath.c ntp_rfc2553.c \
264*f5f40dd6SCy Schubert	ntp_worker.c numtoa.c octtoint.c prettydate.c refidsmear.c \
265*f5f40dd6SCy Schubert	recvbuff.c refnumtoa.c snprintf.c socket.c socktoa.c \
266*f5f40dd6SCy Schubert	socktohost.c ssl_init.c statestr.c strdup.c strl_obsd.c \
267*f5f40dd6SCy Schubert	syssignal.c timespecops.c timetoa.c timevalops.c timexsup.c \
268*f5f40dd6SCy Schubert	uglydate.c vint64ops.c work_fork.c work_thread.c xsbprintf.c \
269*f5f40dd6SCy Schubert	ymd2yd.c lib/isc/assertions.c lib/isc/buffer.c \
270a466cc55SCy Schubert	lib/isc/backtrace-emptytbl.c lib/isc/backtrace.c \
271a466cc55SCy Schubert	lib/isc/unix/dir.c lib/isc/error.c lib/isc/unix/errno2result.c \
272a466cc55SCy Schubert	lib/isc/event.c lib/isc/unix/file.c lib/isc/inet_ntop.c \
273a466cc55SCy Schubert	lib/isc/inet_pton.c lib/isc/unix/interfaceiter.c lib/isc/lib.c \
274a466cc55SCy Schubert	lib/isc/log.c lib/isc/md5.c lib/isc/nls/msgcat.c \
275a466cc55SCy Schubert	lib/isc/unix/net.c lib/isc/netaddr.c lib/isc/netscope.c \
276a466cc55SCy Schubert	lib/isc/ondestroy.c lib/isc/random.c lib/isc/result.c \
277a466cc55SCy Schubert	lib/isc/unix/stdio.c lib/isc/unix/stdtime.c \
278a466cc55SCy Schubert	lib/isc/unix/strerror.c lib/isc/task.c lib/isc/unix/time.c \
279a466cc55SCy Schubert	lib/isc/sha1.c lib/isc/sockaddr.c lib/isc/tsmemcmp.c \
280a466cc55SCy Schubert	lib/isc/pthreads/condition.c lib/isc/pthreads/mutex.c \
281a466cc55SCy Schubert	lib/isc/pthreads/thread.c lib/isc/nothreads/condition.c \
282a466cc55SCy Schubert	lib/isc/nothreads/thread.c
283a466cc55SCy Schubertam_libntpsim_a_OBJECTS = systime_s.$(OBJEXT) $(am__objects_5)
284ea906c41SOllivier Robertlibntpsim_a_OBJECTS = $(am_libntpsim_a_OBJECTS)
285276da39aSCy SchubertAM_V_P = $(am__v_P_@AM_V@)
286276da39aSCy Schubertam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
287276da39aSCy Schubertam__v_P_0 = false
288276da39aSCy Schubertam__v_P_1 = :
289276da39aSCy SchubertAM_V_GEN = $(am__v_GEN_@AM_V@)
290276da39aSCy Schubertam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
291276da39aSCy Schubertam__v_GEN_0 = @echo "  GEN     " $@;
292276da39aSCy Schubertam__v_GEN_1 =
293276da39aSCy SchubertAM_V_at = $(am__v_at_@AM_V@)
294276da39aSCy Schubertam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
295276da39aSCy Schubertam__v_at_0 = @
296276da39aSCy Schubertam__v_at_1 =
297eb6d21b4SOllivier RobertDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
2982b15cb3dSCy Schubertdepcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp
299a466cc55SCy Schubertam__maybe_remake_depfiles = depfiles
300a466cc55SCy Schubertam__depfiles_remade = ./$(DEPDIR)/a_md5encrypt.Po \
301a466cc55SCy Schubert	./$(DEPDIR)/adjtime.Po ./$(DEPDIR)/adjtimex.Po \
302a466cc55SCy Schubert	./$(DEPDIR)/atoint.Po ./$(DEPDIR)/atolfp.Po \
303a466cc55SCy Schubert	./$(DEPDIR)/atouint.Po ./$(DEPDIR)/audio.Po \
304a466cc55SCy Schubert	./$(DEPDIR)/authkeys.Po ./$(DEPDIR)/authreadkeys.Po \
305a466cc55SCy Schubert	./$(DEPDIR)/authusekey.Po ./$(DEPDIR)/bsd_strerror.Po \
306a466cc55SCy Schubert	./$(DEPDIR)/buftvtots.Po ./$(DEPDIR)/caljulian.Po \
307a466cc55SCy Schubert	./$(DEPDIR)/caltontp.Po ./$(DEPDIR)/calyearstart.Po \
308a466cc55SCy Schubert	./$(DEPDIR)/clocktime.Po ./$(DEPDIR)/clocktypes.Po \
309a466cc55SCy Schubert	./$(DEPDIR)/decodenetnum.Po ./$(DEPDIR)/dofptoa.Po \
310a466cc55SCy Schubert	./$(DEPDIR)/dolfptoa.Po ./$(DEPDIR)/emalloc.Po \
311a466cc55SCy Schubert	./$(DEPDIR)/findconfig.Po ./$(DEPDIR)/getopt.Po \
312a466cc55SCy Schubert	./$(DEPDIR)/hextoint.Po ./$(DEPDIR)/hextolfp.Po \
313a466cc55SCy Schubert	./$(DEPDIR)/humandate.Po ./$(DEPDIR)/icom.Po \
314a466cc55SCy Schubert	./$(DEPDIR)/iosignal.Po ./$(DEPDIR)/is_ip_address.Po \
315a466cc55SCy Schubert	./$(DEPDIR)/lib_strbuf.Po ./$(DEPDIR)/libssl_compat.Po \
316a466cc55SCy Schubert	./$(DEPDIR)/machines.Po ./$(DEPDIR)/mktime.Po \
317a466cc55SCy Schubert	./$(DEPDIR)/modetoa.Po ./$(DEPDIR)/mstolfp.Po \
318a466cc55SCy Schubert	./$(DEPDIR)/msyslog.Po ./$(DEPDIR)/netof.Po \
319a466cc55SCy Schubert	./$(DEPDIR)/ntp_calendar.Po ./$(DEPDIR)/ntp_calgps.Po \
320a466cc55SCy Schubert	./$(DEPDIR)/ntp_crypto_rnd.Po ./$(DEPDIR)/ntp_intres.Po \
321a466cc55SCy Schubert	./$(DEPDIR)/ntp_libopts.Po ./$(DEPDIR)/ntp_lineedit.Po \
322a466cc55SCy Schubert	./$(DEPDIR)/ntp_random.Po ./$(DEPDIR)/ntp_realpath.Po \
323a466cc55SCy Schubert	./$(DEPDIR)/ntp_rfc2553.Po ./$(DEPDIR)/ntp_worker.Po \
324*f5f40dd6SCy Schubert	./$(DEPDIR)/numtoa.Po ./$(DEPDIR)/octtoint.Po \
325*f5f40dd6SCy Schubert	./$(DEPDIR)/prettydate.Po ./$(DEPDIR)/recvbuff.Po \
326*f5f40dd6SCy Schubert	./$(DEPDIR)/refidsmear.Po ./$(DEPDIR)/refnumtoa.Po \
327*f5f40dd6SCy Schubert	./$(DEPDIR)/snprintf.Po ./$(DEPDIR)/socket.Po \
328*f5f40dd6SCy Schubert	./$(DEPDIR)/socktoa.Po ./$(DEPDIR)/socktohost.Po \
329*f5f40dd6SCy Schubert	./$(DEPDIR)/ssl_init.Po ./$(DEPDIR)/statestr.Po \
330*f5f40dd6SCy Schubert	./$(DEPDIR)/strdup.Po ./$(DEPDIR)/strl_obsd.Po \
331*f5f40dd6SCy Schubert	./$(DEPDIR)/syssignal.Po ./$(DEPDIR)/systime.Po \
332*f5f40dd6SCy Schubert	./$(DEPDIR)/systime_s.Po ./$(DEPDIR)/timespecops.Po \
333*f5f40dd6SCy Schubert	./$(DEPDIR)/timetoa.Po ./$(DEPDIR)/timevalops.Po \
334*f5f40dd6SCy Schubert	./$(DEPDIR)/timexsup.Po ./$(DEPDIR)/uglydate.Po \
335*f5f40dd6SCy Schubert	./$(DEPDIR)/vint64ops.Po ./$(DEPDIR)/work_fork.Po \
336*f5f40dd6SCy Schubert	./$(DEPDIR)/work_thread.Po ./$(DEPDIR)/xsbprintf.Po \
337*f5f40dd6SCy Schubert	./$(DEPDIR)/ymd2yd.Po lib/isc/$(DEPDIR)/assertions.Po \
338a466cc55SCy Schubert	lib/isc/$(DEPDIR)/backtrace-emptytbl.Po \
339a466cc55SCy Schubert	lib/isc/$(DEPDIR)/backtrace.Po lib/isc/$(DEPDIR)/buffer.Po \
340a466cc55SCy Schubert	lib/isc/$(DEPDIR)/error.Po lib/isc/$(DEPDIR)/event.Po \
341a466cc55SCy Schubert	lib/isc/$(DEPDIR)/inet_ntop.Po lib/isc/$(DEPDIR)/inet_pton.Po \
342a466cc55SCy Schubert	lib/isc/$(DEPDIR)/lib.Po lib/isc/$(DEPDIR)/log.Po \
343a466cc55SCy Schubert	lib/isc/$(DEPDIR)/md5.Po lib/isc/$(DEPDIR)/netaddr.Po \
344a466cc55SCy Schubert	lib/isc/$(DEPDIR)/netscope.Po lib/isc/$(DEPDIR)/ondestroy.Po \
345a466cc55SCy Schubert	lib/isc/$(DEPDIR)/random.Po lib/isc/$(DEPDIR)/result.Po \
346a466cc55SCy Schubert	lib/isc/$(DEPDIR)/sha1.Po lib/isc/$(DEPDIR)/sockaddr.Po \
347a466cc55SCy Schubert	lib/isc/$(DEPDIR)/task.Po lib/isc/$(DEPDIR)/tsmemcmp.Po \
348a466cc55SCy Schubert	lib/isc/nls/$(DEPDIR)/msgcat.Po \
349a466cc55SCy Schubert	lib/isc/nothreads/$(DEPDIR)/condition.Po \
350a466cc55SCy Schubert	lib/isc/nothreads/$(DEPDIR)/thread.Po \
351a466cc55SCy Schubert	lib/isc/pthreads/$(DEPDIR)/condition.Po \
352a466cc55SCy Schubert	lib/isc/pthreads/$(DEPDIR)/mutex.Po \
353a466cc55SCy Schubert	lib/isc/pthreads/$(DEPDIR)/thread.Po \
354a466cc55SCy Schubert	lib/isc/unix/$(DEPDIR)/dir.Po \
355a466cc55SCy Schubert	lib/isc/unix/$(DEPDIR)/errno2result.Po \
356a466cc55SCy Schubert	lib/isc/unix/$(DEPDIR)/file.Po \
357a466cc55SCy Schubert	lib/isc/unix/$(DEPDIR)/interfaceiter.Po \
358a466cc55SCy Schubert	lib/isc/unix/$(DEPDIR)/net.Po lib/isc/unix/$(DEPDIR)/stdio.Po \
359a466cc55SCy Schubert	lib/isc/unix/$(DEPDIR)/stdtime.Po \
360a466cc55SCy Schubert	lib/isc/unix/$(DEPDIR)/strerror.Po \
361a466cc55SCy Schubert	lib/isc/unix/$(DEPDIR)/time.Po
362eb6d21b4SOllivier Robertam__mv = mv -f
363a466cc55SCy SchubertCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
364a466cc55SCy Schubert	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
365276da39aSCy SchubertAM_V_lt = $(am__v_lt_@AM_V@)
366276da39aSCy Schubertam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
3672b15cb3dSCy Schubertam__v_lt_0 = --silent
368276da39aSCy Schubertam__v_lt_1 =
3692b15cb3dSCy SchubertLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
3702b15cb3dSCy Schubert	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
3712b15cb3dSCy Schubert	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
3722b15cb3dSCy Schubert	$(AM_CFLAGS) $(CFLAGS)
373276da39aSCy SchubertAM_V_CC = $(am__v_CC_@AM_V@)
374276da39aSCy Schubertam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
3752b15cb3dSCy Schubertam__v_CC_0 = @echo "  CC      " $@;
376276da39aSCy Schubertam__v_CC_1 =
377ea906c41SOllivier RobertCCLD = $(CC)
3782b15cb3dSCy SchubertLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
3792b15cb3dSCy Schubert	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
3802b15cb3dSCy Schubert	$(AM_LDFLAGS) $(LDFLAGS) -o $@
381276da39aSCy SchubertAM_V_CCLD = $(am__v_CCLD_@AM_V@)
382276da39aSCy Schubertam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
3832b15cb3dSCy Schubertam__v_CCLD_0 = @echo "  CCLD    " $@;
384276da39aSCy Schubertam__v_CCLD_1 =
385ea906c41SOllivier RobertSOURCES = $(libntp_a_SOURCES) $(EXTRA_libntp_a_SOURCES) \
386ea906c41SOllivier Robert	$(libntpsim_a_SOURCES)
3872b15cb3dSCy SchubertDIST_SOURCES = $(am__libntp_a_SOURCES_DIST) $(EXTRA_libntp_a_SOURCES) \
3882b15cb3dSCy Schubert	$(am__libntpsim_a_SOURCES_DIST)
389276da39aSCy Schubertam__can_run_installinfo = \
390276da39aSCy Schubert  case $$AM_UPDATE_INFO_DIR in \
391276da39aSCy Schubert    n|no|NO) false;; \
392276da39aSCy Schubert    *) (install-info --version) >/dev/null 2>&1;; \
393276da39aSCy Schubert  esac
394a466cc55SCy SchubertHEADERS = $(noinst_HEADERS)
395276da39aSCy Schubertam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
396276da39aSCy Schubert# Read a list of newline-separated strings from the standard input,
397276da39aSCy Schubert# and print each of them once, without duplicates.  Input order is
398276da39aSCy Schubert# *not* preserved.
399276da39aSCy Schubertam__uniquify_input = $(AWK) '\
400276da39aSCy Schubert  BEGIN { nonempty = 0; } \
401276da39aSCy Schubert  { items[$$0] = 1; nonempty = 1; } \
402276da39aSCy Schubert  END { if (nonempty) { for (i in items) print i; }; } \
403276da39aSCy Schubert'
404276da39aSCy Schubert# Make sure the list of sources is unique.  This is necessary because,
405276da39aSCy Schubert# e.g., the same source file might be shared among _SOURCES variables
406276da39aSCy Schubert# for different programs/libraries.
407276da39aSCy Schubertam__define_uniq_tagged_files = \
408276da39aSCy Schubert  list='$(am__tagged_files)'; \
409276da39aSCy Schubert  unique=`for i in $$list; do \
410276da39aSCy Schubert    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411276da39aSCy Schubert  done | $(am__uniquify_input)`
412276da39aSCy Schubertam__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depsver.mf \
413276da39aSCy Schubert	$(top_srcdir)/includes.mf \
414276da39aSCy Schubert	$(top_srcdir)/sntp/libevent/build-aux/depcomp README
415ea906c41SOllivier RobertDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
4169c2daa00SOllivier RobertACLOCAL = @ACLOCAL@
4172b15cb3dSCy SchubertALLOCA = @ALLOCA@
418c0b746e5SOllivier RobertAMTAR = @AMTAR@
4192b15cb3dSCy SchubertAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
420ea906c41SOllivier RobertAR = @AR@
4219c2daa00SOllivier RobertAUTOCONF = @AUTOCONF@
4229c2daa00SOllivier RobertAUTOHEADER = @AUTOHEADER@
4239c2daa00SOllivier RobertAUTOMAKE = @AUTOMAKE@
424c0b746e5SOllivier RobertAWK = @AWK@
4259034852cSGleb SmirnoffBUILD_THREAD = @BUILD_THREAD@
4262b15cb3dSCy SchubertCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
4272b15cb3dSCy SchubertCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
4282b15cb3dSCy SchubertCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
4292b15cb3dSCy SchubertCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
4302b15cb3dSCy SchubertCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
431c0b746e5SOllivier RobertCC = @CC@
4329c2daa00SOllivier RobertCCDEPMODE = @CCDEPMODE@
433a466cc55SCy SchubertCC_NOFORMAT = @CC_NOFORMAT@
434c0b746e5SOllivier RobertCFLAGS = @CFLAGS@
4359034852cSGleb SmirnoffCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
4362b15cb3dSCy SchubertCFLAGS_NTP = @CFLAGS_NTP@
437c0b746e5SOllivier RobertCHUTEST = @CHUTEST@
4382b15cb3dSCy SchubertCONFIG_SHELL = @CONFIG_SHELL@
439c0b746e5SOllivier RobertCPP = @CPP@
4409c2daa00SOllivier RobertCPPFLAGS = @CPPFLAGS@
4412b15cb3dSCy SchubertCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
4422b15cb3dSCy SchubertCPPFLAGS_NTP = @CPPFLAGS_NTP@
443a466cc55SCy SchubertCSCOPE = @CSCOPE@
444a466cc55SCy SchubertCTAGS = @CTAGS@
4459c2daa00SOllivier RobertCYGPATH_W = @CYGPATH_W@
446c0b746e5SOllivier RobertDCFD = @DCFD@
4479c2daa00SOllivier RobertDEFS = @DEFS@
448a151a66cSOllivier RobertDEPDIR = @DEPDIR@
4492b15cb3dSCy SchubertDLLTOOL = @DLLTOOL@
4502b15cb3dSCy SchubertDSYMUTIL = @DSYMUTIL@
4512b15cb3dSCy SchubertDUMPBIN = @DUMPBIN@
4529c2daa00SOllivier RobertECHO_C = @ECHO_C@
4539c2daa00SOllivier RobertECHO_N = @ECHO_N@
4549c2daa00SOllivier RobertECHO_T = @ECHO_T@
4552b15cb3dSCy SchubertEDITLINE_LIBS = @EDITLINE_LIBS@
4569c2daa00SOllivier RobertEGREP = @EGREP@
457a466cc55SCy SchubertETAGS = @ETAGS@
458ce265a54SOllivier RobertEXEEXT = @EXEEXT@
4592b15cb3dSCy SchubertFGREP = @FGREP@
460eb6d21b4SOllivier RobertGREP = @GREP@
461eb6d21b4SOllivier RobertHAVE_INLINE = @HAVE_INLINE@
462276da39aSCy SchubertHAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
4632b15cb3dSCy SchubertHAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
4642b15cb3dSCy SchubertHAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
465eb6d21b4SOllivier RobertINSTALL = @INSTALL@
4669c2daa00SOllivier RobertINSTALL_DATA = @INSTALL_DATA@
4679c2daa00SOllivier RobertINSTALL_PROGRAM = @INSTALL_PROGRAM@
4689c2daa00SOllivier RobertINSTALL_SCRIPT = @INSTALL_SCRIPT@
469224ba2bdSOllivier RobertINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
4702b15cb3dSCy SchubertLD = @LD@
4712b15cb3dSCy SchubertLDADD_LIBEVENT = @LDADD_LIBEVENT@
4722b15cb3dSCy SchubertLDADD_LIBNTP = @LDADD_LIBNTP@
4732b15cb3dSCy SchubertLDADD_LIBUTIL = @LDADD_LIBUTIL@
4742b15cb3dSCy SchubertLDADD_NLIST = @LDADD_NLIST@
4752b15cb3dSCy SchubertLDADD_NTP = @LDADD_NTP@
476c0b746e5SOllivier RobertLDFLAGS = @LDFLAGS@
4772b15cb3dSCy SchubertLDFLAGS_NTP = @LDFLAGS_NTP@
4782b15cb3dSCy SchubertLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
4792b15cb3dSCy SchubertLIBM = @LIBM@
4809c2daa00SOllivier RobertLIBOBJS = @LIBOBJS@
481ea906c41SOllivier RobertLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
482ea906c41SOllivier RobertLIBOPTS_DIR = @LIBOPTS_DIR@
483ea906c41SOllivier RobertLIBOPTS_LDADD = @LIBOPTS_LDADD@
484c0b746e5SOllivier RobertLIBPARSE = @LIBPARSE@
4859c2daa00SOllivier RobertLIBS = @LIBS@
486ea906c41SOllivier RobertLIBTOOL = @LIBTOOL@
4872b15cb3dSCy SchubertLIBTOOL_DEPS = @LIBTOOL_DEPS@
4882b15cb3dSCy SchubertLIPO = @LIPO@
489c0b746e5SOllivier RobertLN_S = @LN_S@
490eb6d21b4SOllivier RobertLSCF = @LSCF@
4919034852cSGleb SmirnoffLTHREAD_LIBS = @LTHREAD_LIBS@
4929c2daa00SOllivier RobertLTLIBOBJS = @LTLIBOBJS@
493f0574f5cSXin LILT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
4949c2daa00SOllivier RobertMAKEINFO = @MAKEINFO@
495c0b746e5SOllivier RobertMAKE_ADJTIMED = @MAKE_ADJTIMED@
496ea906c41SOllivier RobertMAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
497c0b746e5SOllivier RobertMAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
4989c2daa00SOllivier RobertMAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
499c0b746e5SOllivier RobertMAKE_LIBPARSE = @MAKE_LIBPARSE@
500c0b746e5SOllivier RobertMAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
5019c2daa00SOllivier RobertMAKE_NTPDSIM = @MAKE_NTPDSIM@
5022b15cb3dSCy SchubertMAKE_NTPSNMPD = @MAKE_NTPSNMPD@
503c0b746e5SOllivier RobertMAKE_NTPTIME = @MAKE_NTPTIME@
504c0b746e5SOllivier RobertMAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
505c0b746e5SOllivier RobertMAKE_TICKADJ = @MAKE_TICKADJ@
506224ba2bdSOllivier RobertMAKE_TIMETRIM = @MAKE_TIMETRIM@
5072b15cb3dSCy SchubertMANIFEST_TOOL = @MANIFEST_TOOL@
5082b15cb3dSCy SchubertMANTAGFMT = @MANTAGFMT@
509eb6d21b4SOllivier RobertMKDIR_P = @MKDIR_P@
5102b15cb3dSCy SchubertNM = @NM@
5112b15cb3dSCy SchubertNMEDIT = @NMEDIT@
5122b15cb3dSCy SchubertNTPDATE_DB = @NTPDATE_DB@
5132b15cb3dSCy SchubertNTPDATE_DL = @NTPDATE_DL@
5142b15cb3dSCy SchubertNTPDATE_DS = @NTPDATE_DS@
5152b15cb3dSCy SchubertNTPDATE_MS = @NTPDATE_MS@
5162b15cb3dSCy SchubertNTPDATE_NI = @NTPDATE_NI@
5172b15cb3dSCy SchubertNTPDC_DB = @NTPDC_DB@
5182b15cb3dSCy SchubertNTPDC_DL = @NTPDC_DL@
5192b15cb3dSCy SchubertNTPDC_DS = @NTPDC_DS@
5202b15cb3dSCy SchubertNTPDC_MS = @NTPDC_MS@
5212b15cb3dSCy SchubertNTPDC_NI = @NTPDC_NI@
5222b15cb3dSCy SchubertNTPDSIM_DB = @NTPDSIM_DB@
5232b15cb3dSCy SchubertNTPDSIM_DL = @NTPDSIM_DL@
5242b15cb3dSCy SchubertNTPDSIM_DS = @NTPDSIM_DS@
5252b15cb3dSCy SchubertNTPDSIM_MS = @NTPDSIM_MS@
5262b15cb3dSCy SchubertNTPDSIM_NI = @NTPDSIM_NI@
5272b15cb3dSCy SchubertNTPD_DB = @NTPD_DB@
5282b15cb3dSCy SchubertNTPD_DL = @NTPD_DL@
5292b15cb3dSCy SchubertNTPD_DS = @NTPD_DS@
5302b15cb3dSCy SchubertNTPD_MS = @NTPD_MS@
5312b15cb3dSCy SchubertNTPD_NI = @NTPD_NI@
5322b15cb3dSCy SchubertNTPQ_DB = @NTPQ_DB@
5332b15cb3dSCy SchubertNTPQ_DL = @NTPQ_DL@
5342b15cb3dSCy SchubertNTPQ_DS = @NTPQ_DS@
5352b15cb3dSCy SchubertNTPQ_MS = @NTPQ_MS@
5362b15cb3dSCy SchubertNTPQ_NI = @NTPQ_NI@
5372b15cb3dSCy SchubertNTPSNMPD_DB = @NTPSNMPD_DB@
5382b15cb3dSCy SchubertNTPSNMPD_DL = @NTPSNMPD_DL@
5392b15cb3dSCy SchubertNTPSNMPD_DS = @NTPSNMPD_DS@
5402b15cb3dSCy SchubertNTPSNMPD_MS = @NTPSNMPD_MS@
5412b15cb3dSCy SchubertNTPSNMPD_NI = @NTPSNMPD_NI@
5422b15cb3dSCy SchubertNTPSWEEP_DB = @NTPSWEEP_DB@
5432b15cb3dSCy SchubertNTPSWEEP_DL = @NTPSWEEP_DL@
5442b15cb3dSCy SchubertNTPSWEEP_DS = @NTPSWEEP_DS@
5452b15cb3dSCy SchubertNTPSWEEP_MS = @NTPSWEEP_MS@
5462b15cb3dSCy SchubertNTPSWEEP_NI = @NTPSWEEP_NI@
5472b15cb3dSCy SchubertNTPTIME_DB = @NTPTIME_DB@
5482b15cb3dSCy SchubertNTPTIME_DL = @NTPTIME_DL@
5492b15cb3dSCy SchubertNTPTIME_DS = @NTPTIME_DS@
5502b15cb3dSCy SchubertNTPTIME_MS = @NTPTIME_MS@
5512b15cb3dSCy SchubertNTPTIME_NI = @NTPTIME_NI@
5522b15cb3dSCy SchubertNTPTRACE_DB = @NTPTRACE_DB@
5532b15cb3dSCy SchubertNTPTRACE_DL = @NTPTRACE_DL@
5542b15cb3dSCy SchubertNTPTRACE_DS = @NTPTRACE_DS@
5552b15cb3dSCy SchubertNTPTRACE_MS = @NTPTRACE_MS@
5562b15cb3dSCy SchubertNTPTRACE_NI = @NTPTRACE_NI@
557f0574f5cSXin LINTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@
558f0574f5cSXin LINTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@
559f0574f5cSXin LINTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@
5602b15cb3dSCy SchubertNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
5612b15cb3dSCy SchubertNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
5622b15cb3dSCy SchubertNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
5632b15cb3dSCy SchubertNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
5642b15cb3dSCy SchubertNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
5652b15cb3dSCy SchubertNTP_KEYSDIR = @NTP_KEYSDIR@
5662b15cb3dSCy SchubertNTP_WAIT_DB = @NTP_WAIT_DB@
5672b15cb3dSCy SchubertNTP_WAIT_DL = @NTP_WAIT_DL@
5682b15cb3dSCy SchubertNTP_WAIT_DS = @NTP_WAIT_DS@
5692b15cb3dSCy SchubertNTP_WAIT_MS = @NTP_WAIT_MS@
5702b15cb3dSCy SchubertNTP_WAIT_NI = @NTP_WAIT_NI@
5712b15cb3dSCy SchubertOBJDUMP = @OBJDUMP@
572ce265a54SOllivier RobertOBJEXT = @OBJEXT@
5732b15cb3dSCy SchubertOTOOL = @OTOOL@
5742b15cb3dSCy SchubertOTOOL64 = @OTOOL64@
575c0b746e5SOllivier RobertPACKAGE = @PACKAGE@
5769c2daa00SOllivier RobertPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
5779c2daa00SOllivier RobertPACKAGE_NAME = @PACKAGE_NAME@
5789c2daa00SOllivier RobertPACKAGE_STRING = @PACKAGE_STRING@
5799c2daa00SOllivier RobertPACKAGE_TARNAME = @PACKAGE_TARNAME@
580eb6d21b4SOllivier RobertPACKAGE_URL = @PACKAGE_URL@
5819c2daa00SOllivier RobertPACKAGE_VERSION = @PACKAGE_VERSION@
5822b15cb3dSCy SchubertPATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
583*f5f40dd6SCy SchubertPATH_OPENSSL = @PATH_OPENSSL@
584224ba2bdSOllivier RobertPATH_PERL = @PATH_PERL@
585276da39aSCy SchubertPATH_RUBY = @PATH_RUBY@
5869c2daa00SOllivier RobertPATH_SEPARATOR = @PATH_SEPARATOR@
5872b15cb3dSCy SchubertPATH_TEST = @PATH_TEST@
5882b15cb3dSCy SchubertPERLLIBDIR = @PERLLIBDIR@
5892b15cb3dSCy SchubertPKG_CONFIG = @PKG_CONFIG@
5902b15cb3dSCy SchubertPOSIX_SHELL = @POSIX_SHELL@
591c0b746e5SOllivier RobertPROPDELAY = @PROPDELAY@
5922b15cb3dSCy SchubertPTHREAD_LIBS = @PTHREAD_LIBS@
593c0b746e5SOllivier RobertRANLIB = @RANLIB@
5942b15cb3dSCy SchubertSED = @SED@
5959c2daa00SOllivier RobertSET_MAKE = @SET_MAKE@
5969c2daa00SOllivier RobertSHELL = @SHELL@
5972b15cb3dSCy SchubertSNMP_CFLAGS = @SNMP_CFLAGS@
5982b15cb3dSCy SchubertSNMP_CPPFLAGS = @SNMP_CPPFLAGS@
5992b15cb3dSCy SchubertSNMP_LIBS = @SNMP_LIBS@
6002b15cb3dSCy SchubertSNTP = @SNTP@
6012b15cb3dSCy SchubertSNTP_DB = @SNTP_DB@
6022b15cb3dSCy SchubertSNTP_DL = @SNTP_DL@
6032b15cb3dSCy SchubertSNTP_DS = @SNTP_DS@
6042b15cb3dSCy SchubertSNTP_MS = @SNTP_MS@
6052b15cb3dSCy SchubertSNTP_NI = @SNTP_NI@
6062b15cb3dSCy SchubertSTDNORETURN_H = @STDNORETURN_H@
6079c2daa00SOllivier RobertSTRIP = @STRIP@
608c0b746e5SOllivier RobertTESTDCF = @TESTDCF@
6092b15cb3dSCy SchubertTICKADJ_DB = @TICKADJ_DB@
6102b15cb3dSCy SchubertTICKADJ_DL = @TICKADJ_DL@
6112b15cb3dSCy SchubertTICKADJ_DS = @TICKADJ_DS@
6122b15cb3dSCy SchubertTICKADJ_MS = @TICKADJ_MS@
6132b15cb3dSCy SchubertTICKADJ_NI = @TICKADJ_NI@
6142b15cb3dSCy SchubertTIMETRIM_DB = @TIMETRIM_DB@
6152b15cb3dSCy SchubertTIMETRIM_DL = @TIMETRIM_DL@
6162b15cb3dSCy SchubertTIMETRIM_DS = @TIMETRIM_DS@
6172b15cb3dSCy SchubertTIMETRIM_MS = @TIMETRIM_MS@
6182b15cb3dSCy SchubertTIMETRIM_NI = @TIMETRIM_NI@
619a25439b6SCy SchubertUPDATE_LEAP_DB = @UPDATE_LEAP_DB@
620a25439b6SCy SchubertUPDATE_LEAP_DL = @UPDATE_LEAP_DL@
621a25439b6SCy SchubertUPDATE_LEAP_DS = @UPDATE_LEAP_DS@
622a25439b6SCy SchubertUPDATE_LEAP_MS = @UPDATE_LEAP_MS@
623a25439b6SCy SchubertUPDATE_LEAP_NI = @UPDATE_LEAP_NI@
624c0b746e5SOllivier RobertVERSION = @VERSION@
6252b15cb3dSCy SchubertVER_SUFFIX = @VER_SUFFIX@
6262b15cb3dSCy SchubertYACC = @YACC@
6272b15cb3dSCy SchubertYFLAGS = @YFLAGS@
628eb6d21b4SOllivier Robertabs_builddir = @abs_builddir@
629eb6d21b4SOllivier Robertabs_srcdir = @abs_srcdir@
630eb6d21b4SOllivier Robertabs_top_builddir = @abs_top_builddir@
631eb6d21b4SOllivier Robertabs_top_srcdir = @abs_top_srcdir@
6322b15cb3dSCy Schubertac_ct_AR = @ac_ct_AR@
6339c2daa00SOllivier Robertac_ct_CC = @ac_ct_CC@
6342b15cb3dSCy Schubertac_ct_DUMPBIN = @ac_ct_DUMPBIN@
635ce265a54SOllivier Robertam__include = @am__include@
6369c2daa00SOllivier Robertam__leading_dot = @am__leading_dot@
637ce265a54SOllivier Robertam__quote = @am__quote@
638ea906c41SOllivier Robertam__tar = @am__tar@
639ea906c41SOllivier Robertam__untar = @am__untar@
6409c2daa00SOllivier Robertbindir = @bindir@
6419c2daa00SOllivier Robertbuild = @build@
6429c2daa00SOllivier Robertbuild_alias = @build_alias@
6439c2daa00SOllivier Robertbuild_cpu = @build_cpu@
6449c2daa00SOllivier Robertbuild_os = @build_os@
6459c2daa00SOllivier Robertbuild_vendor = @build_vendor@
646eb6d21b4SOllivier Robertbuilddir = @builddir@
6479c2daa00SOllivier Robertdatadir = @datadir@
648eb6d21b4SOllivier Robertdatarootdir = @datarootdir@
649eb6d21b4SOllivier Robertdocdir = @docdir@
650eb6d21b4SOllivier Robertdvidir = @dvidir@
6519c2daa00SOllivier Robertexec_prefix = @exec_prefix@
6529c2daa00SOllivier Roberthost = @host@
6539c2daa00SOllivier Roberthost_alias = @host_alias@
6549c2daa00SOllivier Roberthost_cpu = @host_cpu@
6559c2daa00SOllivier Roberthost_os = @host_os@
6569c2daa00SOllivier Roberthost_vendor = @host_vendor@
657eb6d21b4SOllivier Roberthtmldir = @htmldir@
6589c2daa00SOllivier Robertincludedir = @includedir@
6599c2daa00SOllivier Robertinfodir = @infodir@
660a151a66cSOllivier Robertinstall_sh = @install_sh@
6619c2daa00SOllivier Robertlibdir = @libdir@
6629c2daa00SOllivier Robertlibexecdir = @libexecdir@
663eb6d21b4SOllivier Robertlocaledir = @localedir@
6649c2daa00SOllivier Robertlocalstatedir = @localstatedir@
6659c2daa00SOllivier Robertmandir = @mandir@
666ea906c41SOllivier Robertmkdir_p = @mkdir_p@
6679c2daa00SOllivier Robertoldincludedir = @oldincludedir@
668eb6d21b4SOllivier Robertpdfdir = @pdfdir@
6699c2daa00SOllivier Robertprefix = @prefix@
6709c2daa00SOllivier Robertprogram_transform_name = @program_transform_name@
671eb6d21b4SOllivier Robertpsdir = @psdir@
672a466cc55SCy Schubertrunstatedir = @runstatedir@
6739c2daa00SOllivier Robertsbindir = @sbindir@
6749c2daa00SOllivier Robertsharedstatedir = @sharedstatedir@
675eb6d21b4SOllivier Robertsrcdir = @srcdir@
6769c2daa00SOllivier Robertsubdirs = @subdirs@
6779c2daa00SOllivier Robertsysconfdir = @sysconfdir@
6789c2daa00SOllivier Roberttarget_alias = @target_alias@
679eb6d21b4SOllivier Roberttop_build_prefix = @top_build_prefix@
680eb6d21b4SOllivier Roberttop_builddir = @top_builddir@
681eb6d21b4SOllivier Roberttop_srcdir = @top_srcdir@
6822b15cb3dSCy SchubertNULL =
683a466cc55SCy SchubertBUILT_SOURCES = $(am__append_1) .deps-ver
684a466cc55SCy SchubertCLEANFILES = $(am__append_2) .deps-ver
685a466cc55SCy SchubertDISTCLEANFILES = $(DEPDIR)/deps-ver
6869c2daa00SOllivier Robertnoinst_LIBRARIES = libntp.a @MAKE_LIBNTPSIM@
6879c2daa00SOllivier RobertEXTRA_LIBRARIES = libntpsim.a
688a466cc55SCy Schubertnoinst_HEADERS = \
689a466cc55SCy Schubert	lib/isc/task_p.h			\
690a466cc55SCy Schubert	lib/isc/include/isc/app.h		\
691a466cc55SCy Schubert	lib/isc/include/isc/assertions.h	\
692a466cc55SCy Schubert	lib/isc/include/isc/backtrace.h		\
693a466cc55SCy Schubert	lib/isc/include/isc/bind9.h		\
694a466cc55SCy Schubert	lib/isc/include/isc/buffer.h		\
695a466cc55SCy Schubert	lib/isc/include/isc/boolean.h		\
696a466cc55SCy Schubert	lib/isc/include/isc/error.h		\
697a466cc55SCy Schubert	lib/isc/include/isc/event.h		\
698a466cc55SCy Schubert	lib/isc/include/isc/eventclass.h	\
699a466cc55SCy Schubert	lib/isc/include/isc/file.h		\
700a466cc55SCy Schubert	lib/isc/include/isc/formatcheck.h	\
701a466cc55SCy Schubert	lib/isc/include/isc/hash.h		\
702a466cc55SCy Schubert	lib/isc/include/isc/interfaceiter.h	\
703a466cc55SCy Schubert	lib/isc/include/isc/lang.h		\
704a466cc55SCy Schubert	lib/isc/include/isc/lib.h		\
705a466cc55SCy Schubert	lib/isc/include/isc/list.h		\
706a466cc55SCy Schubert	lib/isc/include/isc/log.h		\
707a466cc55SCy Schubert	lib/isc/include/isc/magic.h		\
708a466cc55SCy Schubert	lib/isc/include/isc/md5.h		\
709a466cc55SCy Schubert	lib/isc/include/isc/msgs.h		\
710a466cc55SCy Schubert	lib/isc/include/isc/msgcat.h		\
711a466cc55SCy Schubert	lib/isc/include/isc/namespace.h		\
712a466cc55SCy Schubert	lib/isc/include/isc/netscope.h		\
713a466cc55SCy Schubert	lib/isc/include/isc/netaddr.h		\
714a466cc55SCy Schubert	lib/isc/include/isc/ondestroy.h		\
715a466cc55SCy Schubert	lib/isc/include/isc/platform.h		\
716a466cc55SCy Schubert	lib/isc/include/isc/print.h		\
717a466cc55SCy Schubert	lib/isc/include/isc/random.h		\
718a466cc55SCy Schubert	lib/isc/include/isc/region.h		\
719a466cc55SCy Schubert	lib/isc/include/isc/result.h		\
720a466cc55SCy Schubert	lib/isc/include/isc/resultclass.h	\
721a466cc55SCy Schubert	lib/isc/include/isc/sha1.h		\
722a466cc55SCy Schubert	lib/isc/include/isc/sockaddr.h		\
723a466cc55SCy Schubert	lib/isc/include/isc/socket.h		\
724a466cc55SCy Schubert	lib/isc/include/isc/stdio.h		\
725a466cc55SCy Schubert	lib/isc/include/isc/string.h		\
726a466cc55SCy Schubert	lib/isc/include/isc/task.h		\
727a466cc55SCy Schubert	lib/isc/include/isc/timer.h		\
728a466cc55SCy Schubert	lib/isc/include/isc/types.h		\
729a466cc55SCy Schubert	lib/isc/include/isc/util.h		\
730a466cc55SCy Schubert	lib/isc/include/isc/xml.h		\
731a466cc55SCy Schubert	lib/isc/unix/errno2result.h		\
732a466cc55SCy Schubert	lib/isc/unix/include/isc/dir.h		\
733a466cc55SCy Schubert	lib/isc/unix/include/isc/int.h		\
734a466cc55SCy Schubert	lib/isc/unix/include/isc/net.h		\
735a466cc55SCy Schubert	lib/isc/unix/include/isc/offset.h	\
736a466cc55SCy Schubert	lib/isc/unix/include/isc/stat.h		\
737a466cc55SCy Schubert	lib/isc/unix/include/isc/stdtime.h	\
738a466cc55SCy Schubert	lib/isc/unix/include/isc/strerror.h	\
739a466cc55SCy Schubert	lib/isc/unix/include/isc/time.h		\
740a466cc55SCy Schubert	lib/isc/win32/include/isc/condition.h	\
741a466cc55SCy Schubert	lib/isc/win32/include/isc/dir.h		\
742a466cc55SCy Schubert	lib/isc/win32/include/isc/int.h		\
743a466cc55SCy Schubert	lib/isc/win32/include/isc/ipv6.h	\
744a466cc55SCy Schubert	lib/isc/win32/include/isc/mutex.h	\
745a466cc55SCy Schubert	lib/isc/win32/include/isc/net.h		\
746a466cc55SCy Schubert	lib/isc/win32/include/isc/offset.h	\
747a466cc55SCy Schubert	lib/isc/win32/include/isc/once.h	\
748a466cc55SCy Schubert	lib/isc/win32/include/isc/platform.h	\
749a466cc55SCy Schubert	lib/isc/win32/include/isc/stat.h	\
750a466cc55SCy Schubert	lib/isc/win32/include/isc/stdtime.h	\
751a466cc55SCy Schubert	lib/isc/win32/include/isc/strerror.h	\
752a466cc55SCy Schubert	lib/isc/win32/include/isc/thread.h	\
753a466cc55SCy Schubert	lib/isc/win32/include/isc/time.h	\
754a466cc55SCy Schubert	lib/isc/win32/include/isc/win32os.h	\
755a466cc55SCy Schubert	$(NULL)
756a466cc55SCy Schubert
757a466cc55SCy Schubertlibisc_SRCS = lib/isc/assertions.c lib/isc/buffer.c \
758a466cc55SCy Schubert	lib/isc/backtrace-emptytbl.c lib/isc/backtrace.c \
759a466cc55SCy Schubert	lib/isc/unix/dir.c lib/isc/error.c lib/isc/unix/errno2result.c \
760a466cc55SCy Schubert	lib/isc/event.c lib/isc/unix/file.c lib/isc/inet_ntop.c \
761a466cc55SCy Schubert	lib/isc/inet_pton.c lib/isc/unix/interfaceiter.c lib/isc/lib.c \
762a466cc55SCy Schubert	lib/isc/log.c lib/isc/md5.c lib/isc/nls/msgcat.c \
763a466cc55SCy Schubert	lib/isc/unix/net.c lib/isc/netaddr.c lib/isc/netscope.c \
764a466cc55SCy Schubert	lib/isc/ondestroy.c lib/isc/random.c lib/isc/result.c \
765a466cc55SCy Schubert	lib/isc/unix/stdio.c lib/isc/unix/stdtime.c \
766a466cc55SCy Schubert	lib/isc/unix/strerror.c lib/isc/task.c lib/isc/unix/time.c \
767a466cc55SCy Schubert	lib/isc/sha1.c lib/isc/sockaddr.c lib/isc/tsmemcmp.c $(NULL) \
768a466cc55SCy Schubert	$(am__append_3) $(am__append_4)
769a466cc55SCy Schubertlibisc_XTRA = \
770a466cc55SCy Schubert	lib/isc/pthreads/condition.c			\
771a466cc55SCy Schubert	lib/isc/pthreads/mutex.c			\
772a466cc55SCy Schubert	lib/isc/pthreads/thread.c			\
773a466cc55SCy Schubert	lib/isc/nothreads/condition.c			\
774a466cc55SCy Schubert	lib/isc/nothreads/thread.c			\
775a466cc55SCy Schubert	$(NULL)
776a466cc55SCy Schubert
7772b15cb3dSCy Schubertlibntp_a_SRCS = \
7782b15cb3dSCy Schubert	a_md5encrypt.c					\
7792b15cb3dSCy Schubert	adjtime.c					\
7802b15cb3dSCy Schubert	atoint.c					\
7812b15cb3dSCy Schubert	atolfp.c					\
7822b15cb3dSCy Schubert	atouint.c					\
7832b15cb3dSCy Schubert	audio.c						\
7842b15cb3dSCy Schubert	authkeys.c					\
7852b15cb3dSCy Schubert	authreadkeys.c					\
7862b15cb3dSCy Schubert	authusekey.c					\
7872b15cb3dSCy Schubert	bsd_strerror.c					\
7882b15cb3dSCy Schubert	buftvtots.c					\
7892b15cb3dSCy Schubert	caljulian.c					\
7902b15cb3dSCy Schubert	caltontp.c					\
7912b15cb3dSCy Schubert	calyearstart.c					\
7922b15cb3dSCy Schubert	clocktime.c					\
7932b15cb3dSCy Schubert	clocktypes.c					\
7942b15cb3dSCy Schubert	decodenetnum.c					\
7952b15cb3dSCy Schubert	dofptoa.c					\
7962b15cb3dSCy Schubert	dolfptoa.c					\
7972b15cb3dSCy Schubert	emalloc.c					\
7982b15cb3dSCy Schubert	findconfig.c					\
7992b15cb3dSCy Schubert	getopt.c					\
8002b15cb3dSCy Schubert	hextoint.c					\
8012b15cb3dSCy Schubert	hextolfp.c					\
8022b15cb3dSCy Schubert	humandate.c					\
8032b15cb3dSCy Schubert	icom.c						\
8042b15cb3dSCy Schubert	iosignal.c					\
80568ba7e87SXin LI	is_ip_address.c					\
8062b15cb3dSCy Schubert	lib_strbuf.c					\
807f391d6bcSXin LI	libssl_compat.c					\
8082b15cb3dSCy Schubert	machines.c					\
8092b15cb3dSCy Schubert	mktime.c					\
8102b15cb3dSCy Schubert	modetoa.c					\
8112b15cb3dSCy Schubert	mstolfp.c					\
8122b15cb3dSCy Schubert	msyslog.c					\
8132b15cb3dSCy Schubert	netof.c						\
8142b15cb3dSCy Schubert	ntp_calendar.c					\
8152d4e511cSCy Schubert	ntp_calgps.c					\
8162b15cb3dSCy Schubert	ntp_crypto_rnd.c				\
8172b15cb3dSCy Schubert	ntp_intres.c					\
8182b15cb3dSCy Schubert	ntp_libopts.c					\
8192b15cb3dSCy Schubert	ntp_lineedit.c					\
8202b15cb3dSCy Schubert	ntp_random.c					\
821a466cc55SCy Schubert	ntp_realpath.c					\
8222b15cb3dSCy Schubert	ntp_rfc2553.c					\
8232b15cb3dSCy Schubert	ntp_worker.c					\
8242b15cb3dSCy Schubert	numtoa.c					\
8252b15cb3dSCy Schubert	octtoint.c					\
8262b15cb3dSCy Schubert	prettydate.c					\
827276da39aSCy Schubert	refidsmear.c					\
8282b15cb3dSCy Schubert	recvbuff.c					\
8292b15cb3dSCy Schubert	refnumtoa.c					\
8302b15cb3dSCy Schubert	snprintf.c					\
8312b15cb3dSCy Schubert	socket.c					\
8322b15cb3dSCy Schubert	socktoa.c					\
8332b15cb3dSCy Schubert	socktohost.c					\
8342b15cb3dSCy Schubert	ssl_init.c					\
8352b15cb3dSCy Schubert	statestr.c					\
8362b15cb3dSCy Schubert	strdup.c					\
8372b15cb3dSCy Schubert	strl_obsd.c					\
8382b15cb3dSCy Schubert	syssignal.c					\
8392d4e511cSCy Schubert	timespecops.c					\
8402b15cb3dSCy Schubert	timetoa.c					\
8412b15cb3dSCy Schubert	timevalops.c					\
8422d4e511cSCy Schubert	timexsup.c					\
8432b15cb3dSCy Schubert	uglydate.c					\
8442b15cb3dSCy Schubert	vint64ops.c					\
8452b15cb3dSCy Schubert	work_fork.c					\
8462b15cb3dSCy Schubert	work_thread.c					\
847052d159aSCy Schubert	xsbprintf.c					\
8482b15cb3dSCy Schubert	ymd2yd.c					\
8492b15cb3dSCy Schubert	$(libisc_SRCS)					\
8502b15cb3dSCy Schubert	$(NULL)
851c0b746e5SOllivier Robert
8529c2daa00SOllivier Robertlibntp_a_SOURCES = systime.c $(libntp_a_SRCS)
8539c2daa00SOllivier Robertlibntpsim_a_SOURCES = systime_s.c $(libntp_a_SRCS)
854a466cc55SCy SchubertEXTRA_libntp_a_SOURCES = \
855a466cc55SCy Schubert	adjtimex.c					\
856a466cc55SCy Schubert	$(libisc_XTRA)					\
857a466cc55SCy Schubert	$(NULL)
858a466cc55SCy Schubert
859f0574f5cSXin LIAM_CFLAGS = $(CFLAGS_NTP) $(NTP_HARD_CFLAGS)
860a466cc55SCy SchubertAM_CPPFLAGS = $(NTP_INCS) $(LIBOPTS_CFLAGS) $(CPPFLAGS_LIBEVENT) \
861a466cc55SCy Schubert	$(CPPFLAGS_NTP) $(NTP_HARD_CPPFLAGS)
862f0574f5cSXin LIAM_LDFLAGS = $(NTP_HARD_LDFLAGS)
863a466cc55SCy SchubertEXTRA_DIST = \
864a466cc55SCy Schubert	README					\
865a466cc55SCy Schubert	lib/isc/nothreads/include		\
866a466cc55SCy Schubert	lib/isc/pthreads/include		\
867a466cc55SCy Schubert	lib/isc/unix/ifiter_getifaddrs.c	\
868a466cc55SCy Schubert	lib/isc/unix/ifiter_ioctl.c		\
869a466cc55SCy Schubert	lib/isc/unix/ifiter_sysctl.c		\
870a466cc55SCy Schubert	lib/isc/win32/condition.c		\
871a466cc55SCy Schubert	lib/isc/win32/interfaceiter.c		\
872a466cc55SCy Schubert	lib/isc/win32/net.c			\
873a466cc55SCy Schubert	lib/isc/win32/once.c			\
874a466cc55SCy Schubert	lib/isc/win32/stdtime.c			\
875a466cc55SCy Schubert	lib/isc/win32/strerror.c		\
876a466cc55SCy Schubert	lib/isc/win32/thread.c			\
877a466cc55SCy Schubert	lib/isc/win32/time.c			\
878a466cc55SCy Schubert	lib/isc/win32/win32os.c			\
879a466cc55SCy Schubert	$(NULL)
880a466cc55SCy Schubert
881a466cc55SCy SchubertNTP_INCS = -I$(top_srcdir)/include \
882a466cc55SCy Schubert	-I$(top_srcdir)/libntp/lib/isc/include \
883a466cc55SCy Schubert	-I$(top_srcdir)/libntp/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
884a466cc55SCy Schubert	-I$(top_srcdir)/libntp/lib/isc/unix/include
8852b15cb3dSCy Schubertall: $(BUILT_SOURCES)
8862b15cb3dSCy Schubert	$(MAKE) $(AM_MAKEFLAGS) all-am
887224ba2bdSOllivier Robert
888c0b746e5SOllivier Robert.SUFFIXES:
889ea906c41SOllivier Robert.SUFFIXES: .c .lo .o .obj
8902b15cb3dSCy Schubert$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps)
891ea906c41SOllivier Robert	@for dep in $?; do \
892ea906c41SOllivier Robert	  case '$(am__configure_deps)' in \
893ea906c41SOllivier Robert	    *$$dep*) \
894eb6d21b4SOllivier Robert	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
895eb6d21b4SOllivier Robert	        && { if test -f $@; then exit 0; else break; fi; }; \
896ea906c41SOllivier Robert	      exit 1;; \
897ea906c41SOllivier Robert	  esac; \
898ea906c41SOllivier Robert	done; \
899ea906c41SOllivier Robert	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libntp/Makefile'; \
900eb6d21b4SOllivier Robert	$(am__cd) $(top_srcdir) && \
901ea906c41SOllivier Robert	  $(AUTOMAKE) --foreign libntp/Makefile
902224ba2bdSOllivier RobertMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
903ea906c41SOllivier Robert	@case '$?' in \
904ea906c41SOllivier Robert	  *config.status*) \
905ea906c41SOllivier Robert	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
906ea906c41SOllivier Robert	  *) \
907a466cc55SCy Schubert	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
908a466cc55SCy Schubert	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
909ea906c41SOllivier Robert	esac;
910276da39aSCy Schubert$(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty):
911c0b746e5SOllivier Robert
912ea906c41SOllivier Robert$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
913ea906c41SOllivier Robert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
914ea906c41SOllivier Robert
915ea906c41SOllivier Robert$(top_srcdir)/configure:  $(am__configure_deps)
916ea906c41SOllivier Robert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
917ea906c41SOllivier Robert$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
918ea906c41SOllivier Robert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
919eb6d21b4SOllivier Robert$(am__aclocal_m4_deps):
920ce265a54SOllivier Robert
921c0b746e5SOllivier Robertclean-noinstLIBRARIES:
922c0b746e5SOllivier Robert	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
923a466cc55SCy Schubertlib/isc/$(am__dirstamp):
924a466cc55SCy Schubert	@$(MKDIR_P) lib/isc
925a466cc55SCy Schubert	@: > lib/isc/$(am__dirstamp)
926a466cc55SCy Schubertlib/isc/$(DEPDIR)/$(am__dirstamp):
927a466cc55SCy Schubert	@$(MKDIR_P) lib/isc/$(DEPDIR)
928a466cc55SCy Schubert	@: > lib/isc/$(DEPDIR)/$(am__dirstamp)
929a466cc55SCy Schubertlib/isc/assertions.$(OBJEXT): lib/isc/$(am__dirstamp) \
930a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
931a466cc55SCy Schubertlib/isc/buffer.$(OBJEXT): lib/isc/$(am__dirstamp) \
932a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
933a466cc55SCy Schubertlib/isc/backtrace-emptytbl.$(OBJEXT): lib/isc/$(am__dirstamp) \
934a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
935a466cc55SCy Schubertlib/isc/backtrace.$(OBJEXT): lib/isc/$(am__dirstamp) \
936a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
937a466cc55SCy Schubertlib/isc/unix/$(am__dirstamp):
938a466cc55SCy Schubert	@$(MKDIR_P) lib/isc/unix
939a466cc55SCy Schubert	@: > lib/isc/unix/$(am__dirstamp)
940a466cc55SCy Schubertlib/isc/unix/$(DEPDIR)/$(am__dirstamp):
941a466cc55SCy Schubert	@$(MKDIR_P) lib/isc/unix/$(DEPDIR)
942a466cc55SCy Schubert	@: > lib/isc/unix/$(DEPDIR)/$(am__dirstamp)
943a466cc55SCy Schubertlib/isc/unix/dir.$(OBJEXT): lib/isc/unix/$(am__dirstamp) \
944a466cc55SCy Schubert	lib/isc/unix/$(DEPDIR)/$(am__dirstamp)
945a466cc55SCy Schubertlib/isc/error.$(OBJEXT): lib/isc/$(am__dirstamp) \
946a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
947a466cc55SCy Schubertlib/isc/unix/errno2result.$(OBJEXT): lib/isc/unix/$(am__dirstamp) \
948a466cc55SCy Schubert	lib/isc/unix/$(DEPDIR)/$(am__dirstamp)
949a466cc55SCy Schubertlib/isc/event.$(OBJEXT): lib/isc/$(am__dirstamp) \
950a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
951a466cc55SCy Schubertlib/isc/unix/file.$(OBJEXT): lib/isc/unix/$(am__dirstamp) \
952a466cc55SCy Schubert	lib/isc/unix/$(DEPDIR)/$(am__dirstamp)
953a466cc55SCy Schubertlib/isc/inet_ntop.$(OBJEXT): lib/isc/$(am__dirstamp) \
954a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
955a466cc55SCy Schubertlib/isc/inet_pton.$(OBJEXT): lib/isc/$(am__dirstamp) \
956a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
957a466cc55SCy Schubertlib/isc/unix/interfaceiter.$(OBJEXT): lib/isc/unix/$(am__dirstamp) \
958a466cc55SCy Schubert	lib/isc/unix/$(DEPDIR)/$(am__dirstamp)
959a466cc55SCy Schubertlib/isc/lib.$(OBJEXT): lib/isc/$(am__dirstamp) \
960a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
961a466cc55SCy Schubertlib/isc/log.$(OBJEXT): lib/isc/$(am__dirstamp) \
962a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
963a466cc55SCy Schubertlib/isc/md5.$(OBJEXT): lib/isc/$(am__dirstamp) \
964a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
965a466cc55SCy Schubertlib/isc/nls/$(am__dirstamp):
966a466cc55SCy Schubert	@$(MKDIR_P) lib/isc/nls
967a466cc55SCy Schubert	@: > lib/isc/nls/$(am__dirstamp)
968a466cc55SCy Schubertlib/isc/nls/$(DEPDIR)/$(am__dirstamp):
969a466cc55SCy Schubert	@$(MKDIR_P) lib/isc/nls/$(DEPDIR)
970a466cc55SCy Schubert	@: > lib/isc/nls/$(DEPDIR)/$(am__dirstamp)
971a466cc55SCy Schubertlib/isc/nls/msgcat.$(OBJEXT): lib/isc/nls/$(am__dirstamp) \
972a466cc55SCy Schubert	lib/isc/nls/$(DEPDIR)/$(am__dirstamp)
973a466cc55SCy Schubertlib/isc/unix/net.$(OBJEXT): lib/isc/unix/$(am__dirstamp) \
974a466cc55SCy Schubert	lib/isc/unix/$(DEPDIR)/$(am__dirstamp)
975a466cc55SCy Schubertlib/isc/netaddr.$(OBJEXT): lib/isc/$(am__dirstamp) \
976a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
977a466cc55SCy Schubertlib/isc/netscope.$(OBJEXT): lib/isc/$(am__dirstamp) \
978a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
979a466cc55SCy Schubertlib/isc/ondestroy.$(OBJEXT): lib/isc/$(am__dirstamp) \
980a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
981a466cc55SCy Schubertlib/isc/random.$(OBJEXT): lib/isc/$(am__dirstamp) \
982a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
983a466cc55SCy Schubertlib/isc/result.$(OBJEXT): lib/isc/$(am__dirstamp) \
984a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
985a466cc55SCy Schubertlib/isc/unix/stdio.$(OBJEXT): lib/isc/unix/$(am__dirstamp) \
986a466cc55SCy Schubert	lib/isc/unix/$(DEPDIR)/$(am__dirstamp)
987a466cc55SCy Schubertlib/isc/unix/stdtime.$(OBJEXT): lib/isc/unix/$(am__dirstamp) \
988a466cc55SCy Schubert	lib/isc/unix/$(DEPDIR)/$(am__dirstamp)
989a466cc55SCy Schubertlib/isc/unix/strerror.$(OBJEXT): lib/isc/unix/$(am__dirstamp) \
990a466cc55SCy Schubert	lib/isc/unix/$(DEPDIR)/$(am__dirstamp)
991a466cc55SCy Schubertlib/isc/task.$(OBJEXT): lib/isc/$(am__dirstamp) \
992a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
993a466cc55SCy Schubertlib/isc/unix/time.$(OBJEXT): lib/isc/unix/$(am__dirstamp) \
994a466cc55SCy Schubert	lib/isc/unix/$(DEPDIR)/$(am__dirstamp)
995a466cc55SCy Schubertlib/isc/sha1.$(OBJEXT): lib/isc/$(am__dirstamp) \
996a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
997a466cc55SCy Schubertlib/isc/sockaddr.$(OBJEXT): lib/isc/$(am__dirstamp) \
998a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
999a466cc55SCy Schubertlib/isc/tsmemcmp.$(OBJEXT): lib/isc/$(am__dirstamp) \
1000a466cc55SCy Schubert	lib/isc/$(DEPDIR)/$(am__dirstamp)
1001a466cc55SCy Schubertlib/isc/pthreads/$(am__dirstamp):
1002a466cc55SCy Schubert	@$(MKDIR_P) lib/isc/pthreads
1003a466cc55SCy Schubert	@: > lib/isc/pthreads/$(am__dirstamp)
1004a466cc55SCy Schubertlib/isc/pthreads/$(DEPDIR)/$(am__dirstamp):
1005a466cc55SCy Schubert	@$(MKDIR_P) lib/isc/pthreads/$(DEPDIR)
1006a466cc55SCy Schubert	@: > lib/isc/pthreads/$(DEPDIR)/$(am__dirstamp)
1007a466cc55SCy Schubertlib/isc/pthreads/condition.$(OBJEXT):  \
1008a466cc55SCy Schubert	lib/isc/pthreads/$(am__dirstamp) \
1009a466cc55SCy Schubert	lib/isc/pthreads/$(DEPDIR)/$(am__dirstamp)
1010a466cc55SCy Schubertlib/isc/pthreads/mutex.$(OBJEXT): lib/isc/pthreads/$(am__dirstamp) \
1011a466cc55SCy Schubert	lib/isc/pthreads/$(DEPDIR)/$(am__dirstamp)
1012a466cc55SCy Schubertlib/isc/pthreads/thread.$(OBJEXT): lib/isc/pthreads/$(am__dirstamp) \
1013a466cc55SCy Schubert	lib/isc/pthreads/$(DEPDIR)/$(am__dirstamp)
1014a466cc55SCy Schubertlib/isc/nothreads/$(am__dirstamp):
1015a466cc55SCy Schubert	@$(MKDIR_P) lib/isc/nothreads
1016a466cc55SCy Schubert	@: > lib/isc/nothreads/$(am__dirstamp)
1017a466cc55SCy Schubertlib/isc/nothreads/$(DEPDIR)/$(am__dirstamp):
1018a466cc55SCy Schubert	@$(MKDIR_P) lib/isc/nothreads/$(DEPDIR)
1019a466cc55SCy Schubert	@: > lib/isc/nothreads/$(DEPDIR)/$(am__dirstamp)
1020a466cc55SCy Schubertlib/isc/nothreads/condition.$(OBJEXT):  \
1021a466cc55SCy Schubert	lib/isc/nothreads/$(am__dirstamp) \
1022a466cc55SCy Schubert	lib/isc/nothreads/$(DEPDIR)/$(am__dirstamp)
1023a466cc55SCy Schubertlib/isc/nothreads/thread.$(OBJEXT): lib/isc/nothreads/$(am__dirstamp) \
1024a466cc55SCy Schubert	lib/isc/nothreads/$(DEPDIR)/$(am__dirstamp)
1025276da39aSCy Schubert
1026276da39aSCy Schubertlibntp.a: $(libntp_a_OBJECTS) $(libntp_a_DEPENDENCIES) $(EXTRA_libntp_a_DEPENDENCIES)
10272b15cb3dSCy Schubert	$(AM_V_at)-rm -f libntp.a
10282b15cb3dSCy Schubert	$(AM_V_AR)$(libntp_a_AR) libntp.a $(libntp_a_OBJECTS) $(libntp_a_LIBADD)
10292b15cb3dSCy Schubert	$(AM_V_at)$(RANLIB) libntp.a
1030276da39aSCy Schubert
1031276da39aSCy Schubertlibntpsim.a: $(libntpsim_a_OBJECTS) $(libntpsim_a_DEPENDENCIES) $(EXTRA_libntpsim_a_DEPENDENCIES)
10322b15cb3dSCy Schubert	$(AM_V_at)-rm -f libntpsim.a
10332b15cb3dSCy Schubert	$(AM_V_AR)$(libntpsim_a_AR) libntpsim.a $(libntpsim_a_OBJECTS) $(libntpsim_a_LIBADD)
10342b15cb3dSCy Schubert	$(AM_V_at)$(RANLIB) libntpsim.a
1035c0b746e5SOllivier Robert
1036c0b746e5SOllivier Robertmostlyclean-compile:
1037ea906c41SOllivier Robert	-rm -f *.$(OBJEXT)
1038a466cc55SCy Schubert	-rm -f lib/isc/*.$(OBJEXT)
1039a466cc55SCy Schubert	-rm -f lib/isc/nls/*.$(OBJEXT)
1040a466cc55SCy Schubert	-rm -f lib/isc/nothreads/*.$(OBJEXT)
1041a466cc55SCy Schubert	-rm -f lib/isc/pthreads/*.$(OBJEXT)
1042a466cc55SCy Schubert	-rm -f lib/isc/unix/*.$(OBJEXT)
1043c0b746e5SOllivier Robert
1044c0b746e5SOllivier Robertdistclean-compile:
1045c0b746e5SOllivier Robert	-rm -f *.tab.c
1046c0b746e5SOllivier Robert
1047a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/a_md5encrypt.Po@am__quote@ # am--include-marker
1048a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adjtime.Po@am__quote@ # am--include-marker
1049a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/adjtimex.Po@am__quote@ # am--include-marker
1050a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atoint.Po@am__quote@ # am--include-marker
1051a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atolfp.Po@am__quote@ # am--include-marker
1052a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/atouint.Po@am__quote@ # am--include-marker
1053a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio.Po@am__quote@ # am--include-marker
1054a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authkeys.Po@am__quote@ # am--include-marker
1055a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authreadkeys.Po@am__quote@ # am--include-marker
1056a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/authusekey.Po@am__quote@ # am--include-marker
1057a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bsd_strerror.Po@am__quote@ # am--include-marker
1058a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buftvtots.Po@am__quote@ # am--include-marker
1059a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/caljulian.Po@am__quote@ # am--include-marker
1060a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/caltontp.Po@am__quote@ # am--include-marker
1061a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/calyearstart.Po@am__quote@ # am--include-marker
1062a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clocktime.Po@am__quote@ # am--include-marker
1063a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clocktypes.Po@am__quote@ # am--include-marker
1064a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/decodenetnum.Po@am__quote@ # am--include-marker
1065a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dofptoa.Po@am__quote@ # am--include-marker
1066a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dolfptoa.Po@am__quote@ # am--include-marker
1067a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/emalloc.Po@am__quote@ # am--include-marker
1068a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/findconfig.Po@am__quote@ # am--include-marker
1069a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt.Po@am__quote@ # am--include-marker
1070a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hextoint.Po@am__quote@ # am--include-marker
1071a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hextolfp.Po@am__quote@ # am--include-marker
1072a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/humandate.Po@am__quote@ # am--include-marker
1073a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icom.Po@am__quote@ # am--include-marker
1074a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iosignal.Po@am__quote@ # am--include-marker
1075a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/is_ip_address.Po@am__quote@ # am--include-marker
1076a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lib_strbuf.Po@am__quote@ # am--include-marker
1077a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libssl_compat.Po@am__quote@ # am--include-marker
1078a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/machines.Po@am__quote@ # am--include-marker
1079a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mktime.Po@am__quote@ # am--include-marker
1080a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modetoa.Po@am__quote@ # am--include-marker
1081a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mstolfp.Po@am__quote@ # am--include-marker
1082a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msyslog.Po@am__quote@ # am--include-marker
1083a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netof.Po@am__quote@ # am--include-marker
1084a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_calendar.Po@am__quote@ # am--include-marker
1085a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_calgps.Po@am__quote@ # am--include-marker
1086a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_crypto_rnd.Po@am__quote@ # am--include-marker
1087a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_intres.Po@am__quote@ # am--include-marker
1088a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_libopts.Po@am__quote@ # am--include-marker
1089a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_lineedit.Po@am__quote@ # am--include-marker
1090a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_random.Po@am__quote@ # am--include-marker
1091a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_realpath.Po@am__quote@ # am--include-marker
1092a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_rfc2553.Po@am__quote@ # am--include-marker
1093a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_worker.Po@am__quote@ # am--include-marker
1094a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numtoa.Po@am__quote@ # am--include-marker
1095a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/octtoint.Po@am__quote@ # am--include-marker
1096a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/prettydate.Po@am__quote@ # am--include-marker
1097a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/recvbuff.Po@am__quote@ # am--include-marker
1098a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refidsmear.Po@am__quote@ # am--include-marker
1099a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refnumtoa.Po@am__quote@ # am--include-marker
1100a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/snprintf.Po@am__quote@ # am--include-marker
1101a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@ # am--include-marker
1102a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socktoa.Po@am__quote@ # am--include-marker
1103a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socktohost.Po@am__quote@ # am--include-marker
1104a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssl_init.Po@am__quote@ # am--include-marker
1105a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statestr.Po@am__quote@ # am--include-marker
1106a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strdup.Po@am__quote@ # am--include-marker
1107a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strl_obsd.Po@am__quote@ # am--include-marker
1108a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/syssignal.Po@am__quote@ # am--include-marker
1109a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/systime.Po@am__quote@ # am--include-marker
1110a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/systime_s.Po@am__quote@ # am--include-marker
1111a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timespecops.Po@am__quote@ # am--include-marker
1112a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timetoa.Po@am__quote@ # am--include-marker
1113a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timevalops.Po@am__quote@ # am--include-marker
1114a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timexsup.Po@am__quote@ # am--include-marker
1115a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uglydate.Po@am__quote@ # am--include-marker
1116a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vint64ops.Po@am__quote@ # am--include-marker
1117a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/work_fork.Po@am__quote@ # am--include-marker
1118a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/work_thread.Po@am__quote@ # am--include-marker
1119a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsbprintf.Po@am__quote@ # am--include-marker
1120a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ymd2yd.Po@am__quote@ # am--include-marker
1121a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/assertions.Po@am__quote@ # am--include-marker
1122a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/backtrace-emptytbl.Po@am__quote@ # am--include-marker
1123a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/backtrace.Po@am__quote@ # am--include-marker
1124a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/buffer.Po@am__quote@ # am--include-marker
1125a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/error.Po@am__quote@ # am--include-marker
1126a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/event.Po@am__quote@ # am--include-marker
1127a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/inet_ntop.Po@am__quote@ # am--include-marker
1128a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/inet_pton.Po@am__quote@ # am--include-marker
1129a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/lib.Po@am__quote@ # am--include-marker
1130a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/log.Po@am__quote@ # am--include-marker
1131a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/md5.Po@am__quote@ # am--include-marker
1132a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/netaddr.Po@am__quote@ # am--include-marker
1133a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/netscope.Po@am__quote@ # am--include-marker
1134a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/ondestroy.Po@am__quote@ # am--include-marker
1135a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/random.Po@am__quote@ # am--include-marker
1136a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/result.Po@am__quote@ # am--include-marker
1137a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/sha1.Po@am__quote@ # am--include-marker
1138a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/sockaddr.Po@am__quote@ # am--include-marker
1139a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/task.Po@am__quote@ # am--include-marker
1140a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/$(DEPDIR)/tsmemcmp.Po@am__quote@ # am--include-marker
1141a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/nls/$(DEPDIR)/msgcat.Po@am__quote@ # am--include-marker
1142a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/nothreads/$(DEPDIR)/condition.Po@am__quote@ # am--include-marker
1143a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/nothreads/$(DEPDIR)/thread.Po@am__quote@ # am--include-marker
1144a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/pthreads/$(DEPDIR)/condition.Po@am__quote@ # am--include-marker
1145a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/pthreads/$(DEPDIR)/mutex.Po@am__quote@ # am--include-marker
1146a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/pthreads/$(DEPDIR)/thread.Po@am__quote@ # am--include-marker
1147a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/unix/$(DEPDIR)/dir.Po@am__quote@ # am--include-marker
1148a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/unix/$(DEPDIR)/errno2result.Po@am__quote@ # am--include-marker
1149a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/unix/$(DEPDIR)/file.Po@am__quote@ # am--include-marker
1150a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/unix/$(DEPDIR)/interfaceiter.Po@am__quote@ # am--include-marker
1151a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/unix/$(DEPDIR)/net.Po@am__quote@ # am--include-marker
1152a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/unix/$(DEPDIR)/stdio.Po@am__quote@ # am--include-marker
1153a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/unix/$(DEPDIR)/stdtime.Po@am__quote@ # am--include-marker
1154a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/unix/$(DEPDIR)/strerror.Po@am__quote@ # am--include-marker
1155a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@lib/isc/unix/$(DEPDIR)/time.Po@am__quote@ # am--include-marker
1156a466cc55SCy Schubert
1157a466cc55SCy Schubert$(am__depfiles_remade):
1158a466cc55SCy Schubert	@$(MKDIR_P) $(@D)
1159a466cc55SCy Schubert	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
1160a466cc55SCy Schubert
1161a466cc55SCy Schubertam--depfiles: $(am__depfiles_remade)
1162ce265a54SOllivier Robert
1163ce265a54SOllivier Robert.c.o:
1164a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1165a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1166a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1167276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1168ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1169276da39aSCy Schubert@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1170ce265a54SOllivier Robert
1171ce265a54SOllivier Robert.c.obj:
1172a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1173a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1174a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1175276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1176ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1177276da39aSCy Schubert@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1178ea906c41SOllivier Robert
1179ea906c41SOllivier Robert.c.lo:
1180a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1181a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1182a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
1183276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1184ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1185276da39aSCy Schubert@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
11869c2daa00SOllivier Robert
1187ea906c41SOllivier Robertmostlyclean-libtool:
1188ea906c41SOllivier Robert	-rm -f *.lo
1189ea906c41SOllivier Robert
1190ea906c41SOllivier Robertclean-libtool:
1191ea906c41SOllivier Robert	-rm -rf .libs _libs
1192ea906c41SOllivier Robert
1193276da39aSCy SchubertID: $(am__tagged_files)
1194276da39aSCy Schubert	$(am__define_uniq_tagged_files); mkid -fID $$unique
1195276da39aSCy Schuberttags: tags-am
1196276da39aSCy SchubertTAGS: tags
1197c0b746e5SOllivier Robert
1198276da39aSCy Schuberttags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1199eb6d21b4SOllivier Robert	set x; \
1200c0b746e5SOllivier Robert	here=`pwd`; \
1201276da39aSCy Schubert	$(am__define_uniq_tagged_files); \
1202eb6d21b4SOllivier Robert	shift; \
1203eb6d21b4SOllivier Robert	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1204ea906c41SOllivier Robert	  test -n "$$unique" || unique=$$empty_fix; \
1205eb6d21b4SOllivier Robert	  if test $$# -gt 0; then \
1206ea906c41SOllivier Robert	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1207eb6d21b4SOllivier Robert	      "$$@" $$unique; \
1208eb6d21b4SOllivier Robert	  else \
1209eb6d21b4SOllivier Robert	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1210eb6d21b4SOllivier Robert	      $$unique; \
1211eb6d21b4SOllivier Robert	  fi; \
1212ea906c41SOllivier Robert	fi
1213276da39aSCy Schubertctags: ctags-am
1214276da39aSCy Schubert
1215276da39aSCy SchubertCTAGS: ctags
1216276da39aSCy Schubertctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1217276da39aSCy Schubert	$(am__define_uniq_tagged_files); \
1218eb6d21b4SOllivier Robert	test -z "$(CTAGS_ARGS)$$unique" \
12199c2daa00SOllivier Robert	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1220eb6d21b4SOllivier Robert	     $$unique
1221c0b746e5SOllivier Robert
1222224ba2bdSOllivier RobertGTAGS:
12239c2daa00SOllivier Robert	here=`$(am__cd) $(top_builddir) && pwd` \
1224eb6d21b4SOllivier Robert	  && $(am__cd) $(top_srcdir) \
1225eb6d21b4SOllivier Robert	  && gtags -i $(GTAGS_ARGS) "$$here"
1226276da39aSCy Schubertcscopelist: cscopelist-am
1227276da39aSCy Schubert
1228276da39aSCy Schubertcscopelist-am: $(am__tagged_files)
1229276da39aSCy Schubert	list='$(am__tagged_files)'; \
1230276da39aSCy Schubert	case "$(srcdir)" in \
1231276da39aSCy Schubert	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1232276da39aSCy Schubert	  *) sdir=$(subdir)/$(srcdir) ;; \
1233276da39aSCy Schubert	esac; \
1234276da39aSCy Schubert	for i in $$list; do \
1235276da39aSCy Schubert	  if test -f "$$i"; then \
1236276da39aSCy Schubert	    echo "$(subdir)/$$i"; \
1237276da39aSCy Schubert	  else \
1238276da39aSCy Schubert	    echo "$$sdir/$$i"; \
1239276da39aSCy Schubert	  fi; \
1240276da39aSCy Schubert	done >> $(top_builddir)/cscope.files
1241c0b746e5SOllivier Robert
1242c0b746e5SOllivier Robertdistclean-tags:
12439c2daa00SOllivier Robert	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1244a466cc55SCy Schubertdistdir: $(BUILT_SOURCES)
1245a466cc55SCy Schubert	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1246224ba2bdSOllivier Robert
1247a466cc55SCy Schubertdistdir-am: $(DISTFILES)
1248eb6d21b4SOllivier Robert	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1249eb6d21b4SOllivier Robert	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1250eb6d21b4SOllivier Robert	list='$(DISTFILES)'; \
1251eb6d21b4SOllivier Robert	  dist_files=`for file in $$list; do echo $$file; done | \
1252eb6d21b4SOllivier Robert	  sed -e "s|^$$srcdirstrip/||;t" \
1253eb6d21b4SOllivier Robert	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1254eb6d21b4SOllivier Robert	case $$dist_files in \
1255eb6d21b4SOllivier Robert	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1256eb6d21b4SOllivier Robert			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1257eb6d21b4SOllivier Robert			   sort -u` ;; \
12589c2daa00SOllivier Robert	esac; \
1259eb6d21b4SOllivier Robert	for file in $$dist_files; do \
12609c2daa00SOllivier Robert	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1261224ba2bdSOllivier Robert	  if test -d $$d/$$file; then \
1262eb6d21b4SOllivier Robert	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1263eb6d21b4SOllivier Robert	    if test -d "$(distdir)/$$file"; then \
1264eb6d21b4SOllivier Robert	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
12659c2daa00SOllivier Robert	    fi; \
1266eb6d21b4SOllivier Robert	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1267eb6d21b4SOllivier Robert	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1268eb6d21b4SOllivier Robert	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1269eb6d21b4SOllivier Robert	    fi; \
1270eb6d21b4SOllivier Robert	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1271224ba2bdSOllivier Robert	  else \
1272eb6d21b4SOllivier Robert	    test -f "$(distdir)/$$file" \
1273eb6d21b4SOllivier Robert	    || cp -p $$d/$$file "$(distdir)/$$file" \
1274224ba2bdSOllivier Robert	    || exit 1; \
1275224ba2bdSOllivier Robert	  fi; \
1276224ba2bdSOllivier Robert	done
1277c0b746e5SOllivier Robertcheck-am: all-am
12782b15cb3dSCy Schubertcheck: $(BUILT_SOURCES)
12792b15cb3dSCy Schubert	$(MAKE) $(AM_MAKEFLAGS) check-am
1280a466cc55SCy Schubertall-am: Makefile $(LIBRARIES) $(HEADERS)
1281224ba2bdSOllivier Robertinstalldirs:
12822b15cb3dSCy Schubertinstall: $(BUILT_SOURCES)
12832b15cb3dSCy Schubert	$(MAKE) $(AM_MAKEFLAGS) install-am
1284a466cc55SCy Schubertinstall-exec: $(BUILT_SOURCES)
1285a466cc55SCy Schubert	$(MAKE) $(AM_MAKEFLAGS) install-exec-am
1286c0b746e5SOllivier Robertinstall-data: install-data-am
1287224ba2bdSOllivier Robertuninstall: uninstall-am
1288c0b746e5SOllivier Robert
1289c0b746e5SOllivier Robertinstall-am: all-am
1290c0b746e5SOllivier Robert	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1291c0b746e5SOllivier Robert
1292224ba2bdSOllivier Robertinstallcheck: installcheck-am
1293224ba2bdSOllivier Robertinstall-strip:
1294276da39aSCy Schubert	if test -z '$(STRIP)'; then \
1295224ba2bdSOllivier Robert	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1296ea906c41SOllivier Robert	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1297276da39aSCy Schubert	      install; \
1298276da39aSCy Schubert	else \
1299276da39aSCy Schubert	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1300276da39aSCy Schubert	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1301276da39aSCy Schubert	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1302276da39aSCy Schubert	fi
1303c0b746e5SOllivier Robertmostlyclean-generic:
1304c0b746e5SOllivier Robert
1305c0b746e5SOllivier Robertclean-generic:
13062b15cb3dSCy Schubert	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1307c0b746e5SOllivier Robert
1308c0b746e5SOllivier Robertdistclean-generic:
1309ea906c41SOllivier Robert	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1310eb6d21b4SOllivier Robert	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1311a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/$(am__dirstamp)
1312a466cc55SCy Schubert	-rm -f lib/isc/$(am__dirstamp)
1313a466cc55SCy Schubert	-rm -f lib/isc/nls/$(DEPDIR)/$(am__dirstamp)
1314a466cc55SCy Schubert	-rm -f lib/isc/nls/$(am__dirstamp)
1315a466cc55SCy Schubert	-rm -f lib/isc/nothreads/$(DEPDIR)/$(am__dirstamp)
1316a466cc55SCy Schubert	-rm -f lib/isc/nothreads/$(am__dirstamp)
1317a466cc55SCy Schubert	-rm -f lib/isc/pthreads/$(DEPDIR)/$(am__dirstamp)
1318a466cc55SCy Schubert	-rm -f lib/isc/pthreads/$(am__dirstamp)
1319a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/$(am__dirstamp)
1320a466cc55SCy Schubert	-rm -f lib/isc/unix/$(am__dirstamp)
1321a466cc55SCy Schubert	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1322c0b746e5SOllivier Robert
1323c0b746e5SOllivier Robertmaintainer-clean-generic:
1324224ba2bdSOllivier Robert	@echo "This command is intended for maintainers to use"
1325224ba2bdSOllivier Robert	@echo "it deletes files that may require special tools to rebuild."
13262b15cb3dSCy Schubert	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1327c0b746e5SOllivier Robertclean: clean-am
1328c0b746e5SOllivier Robert
1329ea906c41SOllivier Robertclean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
1330ea906c41SOllivier Robert	mostlyclean-am
1331c0b746e5SOllivier Robert
1332c0b746e5SOllivier Robertdistclean: distclean-am
1333a466cc55SCy Schubert		-rm -f ./$(DEPDIR)/a_md5encrypt.Po
1334a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/adjtime.Po
1335a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/adjtimex.Po
1336a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/atoint.Po
1337a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/atolfp.Po
1338a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/atouint.Po
1339a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/audio.Po
1340a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/authkeys.Po
1341a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/authreadkeys.Po
1342a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/authusekey.Po
1343a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/bsd_strerror.Po
1344a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/buftvtots.Po
1345a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/caljulian.Po
1346a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/caltontp.Po
1347a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/calyearstart.Po
1348a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/clocktime.Po
1349a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/clocktypes.Po
1350a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/decodenetnum.Po
1351a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/dofptoa.Po
1352a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/dolfptoa.Po
1353a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/emalloc.Po
1354a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/findconfig.Po
1355a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/getopt.Po
1356a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/hextoint.Po
1357a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/hextolfp.Po
1358a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/humandate.Po
1359a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/icom.Po
1360a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/iosignal.Po
1361a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/is_ip_address.Po
1362a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/lib_strbuf.Po
1363a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/libssl_compat.Po
1364a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/machines.Po
1365a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/mktime.Po
1366a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/modetoa.Po
1367a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/mstolfp.Po
1368a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/msyslog.Po
1369a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/netof.Po
1370a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_calendar.Po
1371a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_calgps.Po
1372a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_crypto_rnd.Po
1373a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_intres.Po
1374a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_libopts.Po
1375a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_lineedit.Po
1376a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_random.Po
1377a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_realpath.Po
1378a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_rfc2553.Po
1379a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_worker.Po
1380a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/numtoa.Po
1381a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/octtoint.Po
1382a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/prettydate.Po
1383a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/recvbuff.Po
1384a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refidsmear.Po
1385a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refnumtoa.Po
1386a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/snprintf.Po
1387a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/socket.Po
1388a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/socktoa.Po
1389a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/socktohost.Po
1390a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ssl_init.Po
1391a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/statestr.Po
1392a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/strdup.Po
1393a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/strl_obsd.Po
1394a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/syssignal.Po
1395a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/systime.Po
1396a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/systime_s.Po
1397a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/timespecops.Po
1398a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/timetoa.Po
1399a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/timevalops.Po
1400a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/timexsup.Po
1401a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/uglydate.Po
1402a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/vint64ops.Po
1403a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/work_fork.Po
1404a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/work_thread.Po
1405a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/xsbprintf.Po
1406a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ymd2yd.Po
1407a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/assertions.Po
1408a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/backtrace-emptytbl.Po
1409a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/backtrace.Po
1410a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/buffer.Po
1411a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/error.Po
1412a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/event.Po
1413a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/inet_ntop.Po
1414a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/inet_pton.Po
1415a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/lib.Po
1416a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/log.Po
1417a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/md5.Po
1418a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/netaddr.Po
1419a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/netscope.Po
1420a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/ondestroy.Po
1421a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/random.Po
1422a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/result.Po
1423a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/sha1.Po
1424a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/sockaddr.Po
1425a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/task.Po
1426a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/tsmemcmp.Po
1427a466cc55SCy Schubert	-rm -f lib/isc/nls/$(DEPDIR)/msgcat.Po
1428a466cc55SCy Schubert	-rm -f lib/isc/nothreads/$(DEPDIR)/condition.Po
1429a466cc55SCy Schubert	-rm -f lib/isc/nothreads/$(DEPDIR)/thread.Po
1430a466cc55SCy Schubert	-rm -f lib/isc/pthreads/$(DEPDIR)/condition.Po
1431a466cc55SCy Schubert	-rm -f lib/isc/pthreads/$(DEPDIR)/mutex.Po
1432a466cc55SCy Schubert	-rm -f lib/isc/pthreads/$(DEPDIR)/thread.Po
1433a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/dir.Po
1434a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/errno2result.Po
1435a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/file.Po
1436a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/interfaceiter.Po
1437a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/net.Po
1438a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/stdio.Po
1439a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/stdtime.Po
1440a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/strerror.Po
1441a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/time.Po
14429c2daa00SOllivier Robert	-rm -f Makefile
14439c2daa00SOllivier Robertdistclean-am: clean-am distclean-compile distclean-generic \
1444eb6d21b4SOllivier Robert	distclean-tags
1445224ba2bdSOllivier Robert
1446ce265a54SOllivier Robertdvi: dvi-am
1447224ba2bdSOllivier Robert
1448224ba2bdSOllivier Robertdvi-am:
1449224ba2bdSOllivier Robert
1450ea906c41SOllivier Roberthtml: html-am
1451ea906c41SOllivier Robert
1452eb6d21b4SOllivier Roberthtml-am:
1453eb6d21b4SOllivier Robert
1454ce265a54SOllivier Robertinfo: info-am
1455224ba2bdSOllivier Robert
1456224ba2bdSOllivier Robertinfo-am:
1457224ba2bdSOllivier Robert
1458224ba2bdSOllivier Robertinstall-data-am:
1459224ba2bdSOllivier Robert
1460eb6d21b4SOllivier Robertinstall-dvi: install-dvi-am
1461eb6d21b4SOllivier Robert
1462eb6d21b4SOllivier Robertinstall-dvi-am:
1463eb6d21b4SOllivier Robert
1464224ba2bdSOllivier Robertinstall-exec-am:
1465224ba2bdSOllivier Robert
1466eb6d21b4SOllivier Robertinstall-html: install-html-am
1467eb6d21b4SOllivier Robert
1468eb6d21b4SOllivier Robertinstall-html-am:
1469eb6d21b4SOllivier Robert
1470ce265a54SOllivier Robertinstall-info: install-info-am
1471224ba2bdSOllivier Robert
1472eb6d21b4SOllivier Robertinstall-info-am:
1473eb6d21b4SOllivier Robert
1474224ba2bdSOllivier Robertinstall-man:
1475224ba2bdSOllivier Robert
1476eb6d21b4SOllivier Robertinstall-pdf: install-pdf-am
1477eb6d21b4SOllivier Robert
1478eb6d21b4SOllivier Robertinstall-pdf-am:
1479eb6d21b4SOllivier Robert
1480eb6d21b4SOllivier Robertinstall-ps: install-ps-am
1481eb6d21b4SOllivier Robert
1482eb6d21b4SOllivier Robertinstall-ps-am:
1483eb6d21b4SOllivier Robert
1484224ba2bdSOllivier Robertinstallcheck-am:
1485c0b746e5SOllivier Robert
1486c0b746e5SOllivier Robertmaintainer-clean: maintainer-clean-am
1487a466cc55SCy Schubert		-rm -f ./$(DEPDIR)/a_md5encrypt.Po
1488a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/adjtime.Po
1489a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/adjtimex.Po
1490a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/atoint.Po
1491a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/atolfp.Po
1492a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/atouint.Po
1493a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/audio.Po
1494a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/authkeys.Po
1495a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/authreadkeys.Po
1496a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/authusekey.Po
1497a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/bsd_strerror.Po
1498a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/buftvtots.Po
1499a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/caljulian.Po
1500a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/caltontp.Po
1501a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/calyearstart.Po
1502a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/clocktime.Po
1503a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/clocktypes.Po
1504a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/decodenetnum.Po
1505a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/dofptoa.Po
1506a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/dolfptoa.Po
1507a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/emalloc.Po
1508a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/findconfig.Po
1509a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/getopt.Po
1510a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/hextoint.Po
1511a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/hextolfp.Po
1512a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/humandate.Po
1513a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/icom.Po
1514a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/iosignal.Po
1515a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/is_ip_address.Po
1516a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/lib_strbuf.Po
1517a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/libssl_compat.Po
1518a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/machines.Po
1519a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/mktime.Po
1520a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/modetoa.Po
1521a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/mstolfp.Po
1522a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/msyslog.Po
1523a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/netof.Po
1524a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_calendar.Po
1525a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_calgps.Po
1526a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_crypto_rnd.Po
1527a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_intres.Po
1528a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_libopts.Po
1529a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_lineedit.Po
1530a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_random.Po
1531a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_realpath.Po
1532a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_rfc2553.Po
1533a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_worker.Po
1534a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/numtoa.Po
1535a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/octtoint.Po
1536a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/prettydate.Po
1537a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/recvbuff.Po
1538a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refidsmear.Po
1539a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refnumtoa.Po
1540a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/snprintf.Po
1541a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/socket.Po
1542a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/socktoa.Po
1543a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/socktohost.Po
1544a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ssl_init.Po
1545a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/statestr.Po
1546a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/strdup.Po
1547a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/strl_obsd.Po
1548a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/syssignal.Po
1549a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/systime.Po
1550a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/systime_s.Po
1551a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/timespecops.Po
1552a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/timetoa.Po
1553a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/timevalops.Po
1554a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/timexsup.Po
1555a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/uglydate.Po
1556a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/vint64ops.Po
1557a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/work_fork.Po
1558a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/work_thread.Po
1559a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/xsbprintf.Po
1560a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ymd2yd.Po
1561a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/assertions.Po
1562a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/backtrace-emptytbl.Po
1563a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/backtrace.Po
1564a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/buffer.Po
1565a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/error.Po
1566a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/event.Po
1567a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/inet_ntop.Po
1568a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/inet_pton.Po
1569a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/lib.Po
1570a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/log.Po
1571a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/md5.Po
1572a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/netaddr.Po
1573a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/netscope.Po
1574a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/ondestroy.Po
1575a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/random.Po
1576a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/result.Po
1577a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/sha1.Po
1578a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/sockaddr.Po
1579a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/task.Po
1580a466cc55SCy Schubert	-rm -f lib/isc/$(DEPDIR)/tsmemcmp.Po
1581a466cc55SCy Schubert	-rm -f lib/isc/nls/$(DEPDIR)/msgcat.Po
1582a466cc55SCy Schubert	-rm -f lib/isc/nothreads/$(DEPDIR)/condition.Po
1583a466cc55SCy Schubert	-rm -f lib/isc/nothreads/$(DEPDIR)/thread.Po
1584a466cc55SCy Schubert	-rm -f lib/isc/pthreads/$(DEPDIR)/condition.Po
1585a466cc55SCy Schubert	-rm -f lib/isc/pthreads/$(DEPDIR)/mutex.Po
1586a466cc55SCy Schubert	-rm -f lib/isc/pthreads/$(DEPDIR)/thread.Po
1587a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/dir.Po
1588a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/errno2result.Po
1589a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/file.Po
1590a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/interfaceiter.Po
1591a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/net.Po
1592a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/stdio.Po
1593a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/stdtime.Po
1594a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/strerror.Po
1595a466cc55SCy Schubert	-rm -f lib/isc/unix/$(DEPDIR)/time.Po
15969c2daa00SOllivier Robert	-rm -f Makefile
1597224ba2bdSOllivier Robertmaintainer-clean-am: distclean-am maintainer-clean-generic
1598224ba2bdSOllivier Robert
1599224ba2bdSOllivier Robertmostlyclean: mostlyclean-am
1600224ba2bdSOllivier Robert
16012b15cb3dSCy Schubertmostlyclean-am: mostlyclean-compile mostlyclean-generic \
1602ea906c41SOllivier Robert	mostlyclean-libtool
1603224ba2bdSOllivier Robert
16049c2daa00SOllivier Robertpdf: pdf-am
16059c2daa00SOllivier Robert
16069c2daa00SOllivier Robertpdf-am:
16079c2daa00SOllivier Robert
16089c2daa00SOllivier Robertps: ps-am
16099c2daa00SOllivier Robert
16109c2daa00SOllivier Robertps-am:
16119c2daa00SOllivier Robert
1612eb6d21b4SOllivier Robertuninstall-am:
1613eb6d21b4SOllivier Robert
1614a466cc55SCy Schubert.MAKE: all check install install-am install-exec install-strip
1615ce265a54SOllivier Robert
1616a466cc55SCy Schubert.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
1617a466cc55SCy Schubert	clean-generic clean-libtool clean-noinstLIBRARIES \
1618a466cc55SCy Schubert	cscopelist-am ctags ctags-am distclean distclean-compile \
1619a466cc55SCy Schubert	distclean-generic distclean-libtool distclean-tags distdir dvi \
1620a466cc55SCy Schubert	dvi-am html html-am info info-am install install-am \
1621a466cc55SCy Schubert	install-data install-data-am install-dvi install-dvi-am \
1622a466cc55SCy Schubert	install-exec install-exec-am install-html install-html-am \
1623a466cc55SCy Schubert	install-info install-info-am install-man install-pdf \
1624a466cc55SCy Schubert	install-pdf-am install-ps install-ps-am install-strip \
1625a466cc55SCy Schubert	installcheck installcheck-am installdirs maintainer-clean \
1626276da39aSCy Schubert	maintainer-clean-generic mostlyclean mostlyclean-compile \
1627276da39aSCy Schubert	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1628276da39aSCy Schubert	tags tags-am uninstall uninstall-am
1629276da39aSCy Schubert
1630276da39aSCy Schubert.PRECIOUS: Makefile
1631c0b746e5SOllivier Robert
1632a466cc55SCy Schubert
1633a466cc55SCy Schubert@BUILD_LIBEVENT_TRUE@libevent_first:
1634a466cc55SCy Schubert@BUILD_LIBEVENT_TRUE@	cd $(top_builddir)/sntp/libevent && $(MAKE) $(AM_MAKEFLAGS)
1635a466cc55SCy Schubert@BUILD_LIBEVENT_TRUE@	echo stamp > $@
16362b15cb3dSCy Schubert$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
16372b15cb3dSCy Schubert	@[ -f $@ ] ||							\
16382b15cb3dSCy Schubert		cp $(top_srcdir)/deps-ver $@
16392b15cb3dSCy Schubert	@[ -w $@ ] ||							\
1640a466cc55SCy Schubert		chmod u+w $@
16412b15cb3dSCy Schubert	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
16422b15cb3dSCy Schubert		$(MAKE) $(AM_MAKEFLAGS) clean &&			\
16432b15cb3dSCy Schubert		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
16442b15cb3dSCy Schubert		cat $@ &&						\
16452b15cb3dSCy Schubert		rm -rf $(DEPDIR) &&					\
16462b15cb3dSCy Schubert		mkdir $(DEPDIR) && 					\
16472b15cb3dSCy Schubert		case "$(top_builddir)" in				\
16482b15cb3dSCy Schubert		 .)							\
16492b15cb3dSCy Schubert		    ./config.status Makefile depfiles			\
16502b15cb3dSCy Schubert		    ;;							\
16512b15cb3dSCy Schubert		 *)							\
16522b15cb3dSCy Schubert		    cd "$(top_builddir)" &&				\
16532b15cb3dSCy Schubert		    ./config.status $(subdir)/Makefile depfiles &&	\
16542b15cb3dSCy Schubert		    cd $(subdir)					\
16552b15cb3dSCy Schubert		    ;;							\
16562b15cb3dSCy Schubert		esac &&							\
16572b15cb3dSCy Schubert		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
16582b15cb3dSCy Schubert		cat $(top_srcdir)/deps-ver				\
16592b15cb3dSCy Schubert	)
1660a466cc55SCy Schubert	$(AM_V_at)cp $(top_srcdir)/deps-ver $@
1661c0b746e5SOllivier Robert
16622b15cb3dSCy Schubert.deps-ver: $(top_srcdir)/deps-ver
16632b15cb3dSCy Schubert	@[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
16642b15cb3dSCy Schubert	@touch $@
16652b15cb3dSCy Schubert
16662b15cb3dSCy Schubert#
16672b15cb3dSCy Schubert# depsver.mf	included in Makefile.am for directories with .deps
16682b15cb3dSCy Schubert#
16692b15cb3dSCy Schubert# When building in the same directory with sources that change over
16702b15cb3dSCy Schubert# time, such as when tracking using bk, the .deps files can become
16712b15cb3dSCy Schubert# stale with respect to moved, deleted, or superceded headers.  Most
16722b15cb3dSCy Schubert# commonly, this would exhibit as make reporting a failure to make a
16732b15cb3dSCy Schubert# header file which is no longer in the location given.  To address
16742b15cb3dSCy Schubert# this issue, we use a deps-ver file which is updated with each change
16752b15cb3dSCy Schubert# that breaks old .deps files.  A copy of deps-ver is made into
16762b15cb3dSCy Schubert# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
16772b15cb3dSCy Schubert# with different contents than deps-ver, we make clean to ensure all
16782b15cb3dSCy Schubert# .o files built before the incompatible change are rebuilt along with
16792b15cb3dSCy Schubert# their updated .deps files, then remove $(DEPDIR) and recreate it as
16802b15cb3dSCy Schubert# empty stubs.
16812b15cb3dSCy Schubert#
16822b15cb3dSCy Schubert# It is normal when configured with --disable-dependency-tracking for
16832b15cb3dSCy Schubert# the DEPDIR to not have been created.  For this reason, we use the
16842b15cb3dSCy Schubert# intermediate target .deps-ver, which invokes make recursively if
16852b15cb3dSCy Schubert# DEPDIR exists.
16862b15cb3dSCy Schubert#
16872b15cb3dSCy Schubert# If you modify depsver.mf, please make the changes to the master
16882b15cb3dSCy Schubert# copy, the one in sntp is copied by the bootstrap script from it.
16892b15cb3dSCy Schubert#
1690a466cc55SCy Schubert# This comment block follows rather than leads the related rules so that
16912b15cb3dSCy Schubert# it stays with it in the generated Makefile.in and Makefile.
16922b15cb3dSCy Schubert#
1693eb6d21b4SOllivier Robert
1694c0b746e5SOllivier Robert# Tell versions [3.59,3.63) of GNU make to not export all variables.
1695c0b746e5SOllivier Robert# Otherwise a system limit (for SysV at least) may be exceeded.
1696c0b746e5SOllivier Robert.NOEXPORT:
1697