Makefile.in revision 290001
1# Makefile.in generated by automake 1.15 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16VPATH = @srcdir@
17am__is_gnu_make = { \
18  if test -z '$(MAKELEVEL)'; then \
19    false; \
20  elif test -n '$(MAKE_HOST)'; then \
21    true; \
22  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23    true; \
24  else \
25    false; \
26  fi; \
27}
28am__make_running_with_option = \
29  case $${target_option-} in \
30      ?) ;; \
31      *) echo "am__make_running_with_option: internal error: invalid" \
32              "target option '$${target_option-}' specified" >&2; \
33         exit 1;; \
34  esac; \
35  has_opt=no; \
36  sane_makeflags=$$MAKEFLAGS; \
37  if $(am__is_gnu_make); then \
38    sane_makeflags=$$MFLAGS; \
39  else \
40    case $$MAKEFLAGS in \
41      *\\[\ \	]*) \
42        bs=\\; \
43        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45    esac; \
46  fi; \
47  skip_next=no; \
48  strip_trailopt () \
49  { \
50    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51  }; \
52  for flg in $$sane_makeflags; do \
53    test $$skip_next = yes && { skip_next=no; continue; }; \
54    case $$flg in \
55      *=*|--*) continue;; \
56        -*I) strip_trailopt 'I'; skip_next=yes;; \
57      -*I?*) strip_trailopt 'I';; \
58        -*O) strip_trailopt 'O'; skip_next=yes;; \
59      -*O?*) strip_trailopt 'O';; \
60        -*l) strip_trailopt 'l'; skip_next=yes;; \
61      -*l?*) strip_trailopt 'l';; \
62      -[dEDm]) skip_next=yes;; \
63      -[JT]) skip_next=yes;; \
64    esac; \
65    case $$flg in \
66      *$$target_option*) has_opt=yes; break;; \
67    esac; \
68  done; \
69  test $$has_opt = yes
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = .
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
93	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
94	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
95	$(top_srcdir)/sntp/m4/define_dir.m4 \
96	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
97	$(top_srcdir)/sntp/m4/libtool.m4 \
98	$(top_srcdir)/sntp/m4/ltoptions.m4 \
99	$(top_srcdir)/sntp/m4/ltsugar.m4 \
100	$(top_srcdir)/sntp/m4/ltversion.m4 \
101	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
102	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
103	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
104	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
105	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
106	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
107	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
108	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
109	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
110	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
111	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
112	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
113	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
114	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
115	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
116	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
117	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
118	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
119	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
120	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
121	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
122	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
123	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
124	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
125	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
126	$(top_srcdir)/sntp/m4/openldap.m4 \
127	$(top_srcdir)/sntp/m4/os_cflags.m4 \
128	$(top_srcdir)/sntp/m4/snprintf.m4 \
129	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
130am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
131	$(ACLOCAL_M4)
132DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
133	$(am__configure_deps) $(am__DIST_COMMON)
134am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
135 configure.lineno config.status.lineno
136mkinstalldirs = $(install_sh) -d
137CONFIG_HEADER = config.h
138CONFIG_CLEAN_FILES =
139CONFIG_CLEAN_VPATH_FILES =
140AM_V_P = $(am__v_P_@AM_V@)
141am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
142am__v_P_0 = false
143am__v_P_1 = :
144AM_V_GEN = $(am__v_GEN_@AM_V@)
145am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
146am__v_GEN_0 = @echo "  GEN     " $@;
147am__v_GEN_1 = 
148AM_V_at = $(am__v_at_@AM_V@)
149am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
150am__v_at_0 = @
151am__v_at_1 = 
152SOURCES =
153DIST_SOURCES =
154RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
155	ctags-recursive dvi-recursive html-recursive info-recursive \
156	install-data-recursive install-dvi-recursive \
157	install-exec-recursive install-html-recursive \
158	install-info-recursive install-pdf-recursive \
159	install-ps-recursive install-recursive installcheck-recursive \
160	installdirs-recursive pdf-recursive ps-recursive \
161	tags-recursive uninstall-recursive
162am__can_run_installinfo = \
163  case $$AM_UPDATE_INFO_DIR in \
164    n|no|NO) false;; \
165    *) (install-info --version) >/dev/null 2>&1;; \
166  esac
167RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
168  distclean-recursive maintainer-clean-recursive
169am__recursive_targets = \
170  $(RECURSIVE_TARGETS) \
171  $(RECURSIVE_CLEAN_TARGETS) \
172  $(am__extra_recursive_targets)
173AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
174	cscope distdir dist dist-all distcheck
175am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
176	$(LISP)config.h.in
177# Read a list of newline-separated strings from the standard input,
178# and print each of them once, without duplicates.  Input order is
179# *not* preserved.
180am__uniquify_input = $(AWK) '\
181  BEGIN { nonempty = 0; } \
182  { items[$$0] = 1; nonempty = 1; } \
183  END { if (nonempty) { for (i in items) print i; }; } \
184'
185# Make sure the list of sources is unique.  This is necessary because,
186# e.g., the same source file might be shared among _SOURCES variables
187# for different programs/libraries.
188am__define_uniq_tagged_files = \
189  list='$(am__tagged_files)'; \
190  unique=`for i in $$list; do \
191    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
192  done | $(am__uniquify_input)`
193ETAGS = etags
194CTAGS = ctags
195CSCOPE = cscope
196DIST_SUBDIRS = $(SUBDIRS)
197am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
198	$(top_srcdir)/sntp/libevent/build-aux/ar-lib \
199	$(top_srcdir)/sntp/libevent/build-aux/compile \
200	$(top_srcdir)/sntp/libevent/build-aux/config.guess \
201	$(top_srcdir)/sntp/libevent/build-aux/config.sub \
202	$(top_srcdir)/sntp/libevent/build-aux/install-sh \
203	$(top_srcdir)/sntp/libevent/build-aux/ltmain.sh \
204	$(top_srcdir)/sntp/libevent/build-aux/missing ChangeLog \
205	INSTALL NEWS README TODO compile config.guess config.sub \
206	depcomp install-sh ltmain.sh missing \
207	sntp/libevent/build-aux/ar-lib sntp/libevent/build-aux/compile \
208	sntp/libevent/build-aux/config.guess \
209	sntp/libevent/build-aux/config.sub \
210	sntp/libevent/build-aux/depcomp \
211	sntp/libevent/build-aux/install-sh \
212	sntp/libevent/build-aux/ltmain.sh \
213	sntp/libevent/build-aux/missing sntp/libevent/build-aux/ylwrap \
214	ylwrap
215DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
216distdir = $(PACKAGE)-$(VERSION)
217top_distdir = $(distdir)
218am__remove_distdir = \
219  if test -d "$(distdir)"; then \
220    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
221      && rm -rf "$(distdir)" \
222      || { sleep 5 && rm -rf "$(distdir)"; }; \
223  else :; fi
224am__post_remove_distdir = $(am__remove_distdir)
225am__relativize = \
226  dir0=`pwd`; \
227  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
228  sed_rest='s,^[^/]*/*,,'; \
229  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
230  sed_butlast='s,/*[^/]*$$,,'; \
231  while test -n "$$dir1"; do \
232    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
233    if test "$$first" != "."; then \
234      if test "$$first" = ".."; then \
235        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
236        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
237      else \
238        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
239        if test "$$first2" = "$$first"; then \
240          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
241        else \
242          dir2="../$$dir2"; \
243        fi; \
244        dir0="$$dir0"/"$$first"; \
245      fi; \
246    fi; \
247    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
248  done; \
249  reldir="$$dir2"
250DIST_ARCHIVES = $(distdir).tar.gz
251GZIP_ENV = --best
252DIST_TARGETS = dist-gzip
253distuninstallcheck_listfiles = find . -type f -print
254am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
255  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
256distcleancheck_listfiles = find . -type f -print
257ACLOCAL = @ACLOCAL@
258ALLOCA = @ALLOCA@
259AMTAR = @AMTAR@
260AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
261AR = @AR@
262AUTOCONF = @AUTOCONF@
263AUTOHEADER = @AUTOHEADER@
264AUTOMAKE = @AUTOMAKE@
265AWK = @AWK@
266BUILD_THREAD = @BUILD_THREAD@
267CALC_TICKADJ_DB = @CALC_TICKADJ_DB@
268CALC_TICKADJ_DL = @CALC_TICKADJ_DL@
269CALC_TICKADJ_DS = @CALC_TICKADJ_DS@
270CALC_TICKADJ_MS = @CALC_TICKADJ_MS@
271CALC_TICKADJ_NI = @CALC_TICKADJ_NI@
272CC = @CC@
273CCDEPMODE = @CCDEPMODE@
274CFLAGS = @CFLAGS@
275CFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
276CFLAGS_NTP = @CFLAGS_NTP@
277CHUTEST = @CHUTEST@
278CONFIG_SHELL = @CONFIG_SHELL@
279CPP = @CPP@
280CPPFLAGS = @CPPFLAGS@
281CPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
282CPPFLAGS_NTP = @CPPFLAGS_NTP@
283CXX = @CXX@
284CXXCPP = @CXXCPP@
285CXXDEPMODE = @CXXDEPMODE@
286CXXFLAGS = @CXXFLAGS@
287CYGPATH_W = @CYGPATH_W@
288DCFD = @DCFD@
289DEFS = @DEFS@
290DEPDIR = @DEPDIR@
291DLLTOOL = @DLLTOOL@
292DSYMUTIL = @DSYMUTIL@
293DUMPBIN = @DUMPBIN@
294ECHO_C = @ECHO_C@
295ECHO_N = @ECHO_N@
296ECHO_T = @ECHO_T@
297EDITLINE_LIBS = @EDITLINE_LIBS@
298EGREP = @EGREP@
299EXEEXT = @EXEEXT@
300FGREP = @FGREP@
301GREP = @GREP@
302GTEST_CONFIG = @GTEST_CONFIG@
303GTEST_CPPFLAGS = @GTEST_CPPFLAGS@
304GTEST_CXXFLAGS = @GTEST_CXXFLAGS@
305GTEST_LDFLAGS = @GTEST_LDFLAGS@
306GTEST_LIBS = @GTEST_LIBS@
307HAVE_INLINE = @HAVE_INLINE@
308HAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
309HAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
310HAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
311INSTALL = @INSTALL@
312INSTALL_DATA = @INSTALL_DATA@
313INSTALL_PROGRAM = @INSTALL_PROGRAM@
314INSTALL_SCRIPT = @INSTALL_SCRIPT@
315INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
316LD = @LD@
317LDADD_LIBEVENT = @LDADD_LIBEVENT@
318LDADD_LIBNTP = @LDADD_LIBNTP@
319LDADD_LIBUTIL = @LDADD_LIBUTIL@
320LDADD_NLIST = @LDADD_NLIST@
321LDADD_NTP = @LDADD_NTP@
322LDFLAGS = @LDFLAGS@
323LDFLAGS_NTP = @LDFLAGS_NTP@
324LIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
325LIBM = @LIBM@
326LIBOBJS = @LIBOBJS@
327LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
328LIBOPTS_DIR = @LIBOPTS_DIR@
329LIBOPTS_LDADD = @LIBOPTS_LDADD@
330LIBPARSE = @LIBPARSE@
331LIBS = @LIBS@
332LIBTOOL = @LIBTOOL@
333LIBTOOL_DEPS = @LIBTOOL_DEPS@
334LIPO = @LIPO@
335LN_S = @LN_S@
336LSCF = @LSCF@
337LTHREAD_LIBS = @LTHREAD_LIBS@
338LTLIBOBJS = @LTLIBOBJS@
339MAKEINFO = @MAKEINFO@
340MAKE_ADJTIMED = @MAKE_ADJTIMED@
341MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
342MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
343MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
344MAKE_LIBPARSE = @MAKE_LIBPARSE@
345MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
346MAKE_NTPDSIM = @MAKE_NTPDSIM@
347MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
348MAKE_NTPTIME = @MAKE_NTPTIME@
349MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
350MAKE_TICKADJ = @MAKE_TICKADJ@
351MAKE_TIMETRIM = @MAKE_TIMETRIM@
352MANIFEST_TOOL = @MANIFEST_TOOL@
353MANTAGFMT = @MANTAGFMT@
354MKDIR_P = @MKDIR_P@
355NM = @NM@
356NMEDIT = @NMEDIT@
357NTPDATE_DB = @NTPDATE_DB@
358NTPDATE_DL = @NTPDATE_DL@
359NTPDATE_DS = @NTPDATE_DS@
360NTPDATE_MS = @NTPDATE_MS@
361NTPDATE_NI = @NTPDATE_NI@
362NTPDC_DB = @NTPDC_DB@
363NTPDC_DL = @NTPDC_DL@
364NTPDC_DS = @NTPDC_DS@
365NTPDC_MS = @NTPDC_MS@
366NTPDC_NI = @NTPDC_NI@
367NTPDSIM_DB = @NTPDSIM_DB@
368NTPDSIM_DL = @NTPDSIM_DL@
369NTPDSIM_DS = @NTPDSIM_DS@
370NTPDSIM_MS = @NTPDSIM_MS@
371NTPDSIM_NI = @NTPDSIM_NI@
372NTPD_DB = @NTPD_DB@
373NTPD_DL = @NTPD_DL@
374NTPD_DS = @NTPD_DS@
375NTPD_MS = @NTPD_MS@
376NTPD_NI = @NTPD_NI@
377NTPQ_DB = @NTPQ_DB@
378NTPQ_DL = @NTPQ_DL@
379NTPQ_DS = @NTPQ_DS@
380NTPQ_MS = @NTPQ_MS@
381NTPQ_NI = @NTPQ_NI@
382NTPSNMPD_DB = @NTPSNMPD_DB@
383NTPSNMPD_DL = @NTPSNMPD_DL@
384NTPSNMPD_DS = @NTPSNMPD_DS@
385NTPSNMPD_MS = @NTPSNMPD_MS@
386NTPSNMPD_NI = @NTPSNMPD_NI@
387NTPSWEEP_DB = @NTPSWEEP_DB@
388NTPSWEEP_DL = @NTPSWEEP_DL@
389NTPSWEEP_DS = @NTPSWEEP_DS@
390NTPSWEEP_MS = @NTPSWEEP_MS@
391NTPSWEEP_NI = @NTPSWEEP_NI@
392NTPTIME_DB = @NTPTIME_DB@
393NTPTIME_DL = @NTPTIME_DL@
394NTPTIME_DS = @NTPTIME_DS@
395NTPTIME_MS = @NTPTIME_MS@
396NTPTIME_NI = @NTPTIME_NI@
397NTPTRACE_DB = @NTPTRACE_DB@
398NTPTRACE_DL = @NTPTRACE_DL@
399NTPTRACE_DS = @NTPTRACE_DS@
400NTPTRACE_MS = @NTPTRACE_MS@
401NTPTRACE_NI = @NTPTRACE_NI@
402NTP_KEYGEN_DB = @NTP_KEYGEN_DB@
403NTP_KEYGEN_DL = @NTP_KEYGEN_DL@
404NTP_KEYGEN_DS = @NTP_KEYGEN_DS@
405NTP_KEYGEN_MS = @NTP_KEYGEN_MS@
406NTP_KEYGEN_NI = @NTP_KEYGEN_NI@
407NTP_KEYSDIR = @NTP_KEYSDIR@
408NTP_WAIT_DB = @NTP_WAIT_DB@
409NTP_WAIT_DL = @NTP_WAIT_DL@
410NTP_WAIT_DS = @NTP_WAIT_DS@
411NTP_WAIT_MS = @NTP_WAIT_MS@
412NTP_WAIT_NI = @NTP_WAIT_NI@
413OBJDUMP = @OBJDUMP@
414OBJEXT = @OBJEXT@
415OTOOL = @OTOOL@
416OTOOL64 = @OTOOL64@
417PACKAGE = @PACKAGE@
418PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
419PACKAGE_NAME = @PACKAGE_NAME@
420PACKAGE_STRING = @PACKAGE_STRING@
421PACKAGE_TARNAME = @PACKAGE_TARNAME@
422PACKAGE_URL = @PACKAGE_URL@
423PACKAGE_VERSION = @PACKAGE_VERSION@
424PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
425PATH_PERL = @PATH_PERL@
426PATH_RUBY = @PATH_RUBY@
427PATH_SEPARATOR = @PATH_SEPARATOR@
428PATH_TEST = @PATH_TEST@
429PERLLIBDIR = @PERLLIBDIR@
430PKG_CONFIG = @PKG_CONFIG@
431POSIX_SHELL = @POSIX_SHELL@
432PROPDELAY = @PROPDELAY@
433PTHREAD_LIBS = @PTHREAD_LIBS@
434RANLIB = @RANLIB@
435SED = @SED@
436SET_MAKE = @SET_MAKE@
437SHELL = @SHELL@
438SNMP_CFLAGS = @SNMP_CFLAGS@
439SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
440SNMP_LIBS = @SNMP_LIBS@
441SNTP = @SNTP@
442SNTP_DB = @SNTP_DB@
443SNTP_DL = @SNTP_DL@
444SNTP_DS = @SNTP_DS@
445SNTP_MS = @SNTP_MS@
446SNTP_NI = @SNTP_NI@
447STDNORETURN_H = @STDNORETURN_H@
448STRIP = @STRIP@
449TESTDCF = @TESTDCF@
450TICKADJ_DB = @TICKADJ_DB@
451TICKADJ_DL = @TICKADJ_DL@
452TICKADJ_DS = @TICKADJ_DS@
453TICKADJ_MS = @TICKADJ_MS@
454TICKADJ_NI = @TICKADJ_NI@
455TIMETRIM_DB = @TIMETRIM_DB@
456TIMETRIM_DL = @TIMETRIM_DL@
457TIMETRIM_DS = @TIMETRIM_DS@
458TIMETRIM_MS = @TIMETRIM_MS@
459TIMETRIM_NI = @TIMETRIM_NI@
460UPDATE_LEAP_DB = @UPDATE_LEAP_DB@
461UPDATE_LEAP_DL = @UPDATE_LEAP_DL@
462UPDATE_LEAP_DS = @UPDATE_LEAP_DS@
463UPDATE_LEAP_MS = @UPDATE_LEAP_MS@
464UPDATE_LEAP_NI = @UPDATE_LEAP_NI@
465VERSION = @VERSION@
466VER_SUFFIX = @VER_SUFFIX@
467YACC = @YACC@
468YFLAGS = @YFLAGS@
469abs_builddir = @abs_builddir@
470abs_srcdir = @abs_srcdir@
471abs_top_builddir = @abs_top_builddir@
472abs_top_srcdir = @abs_top_srcdir@
473ac_ct_AR = @ac_ct_AR@
474ac_ct_CC = @ac_ct_CC@
475ac_ct_CXX = @ac_ct_CXX@
476ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
477am__include = @am__include@
478am__leading_dot = @am__leading_dot@
479am__quote = @am__quote@
480am__tar = @am__tar@
481am__untar = @am__untar@
482bindir = @bindir@
483build = @build@
484build_alias = @build_alias@
485build_cpu = @build_cpu@
486build_os = @build_os@
487build_vendor = @build_vendor@
488builddir = @builddir@
489datadir = @datadir@
490datarootdir = @datarootdir@
491docdir = @docdir@
492dvidir = @dvidir@
493exec_prefix = @exec_prefix@
494host = @host@
495host_alias = @host_alias@
496host_cpu = @host_cpu@
497host_os = @host_os@
498host_vendor = @host_vendor@
499htmldir = @htmldir@
500includedir = @includedir@
501infodir = @infodir@
502install_sh = @install_sh@
503libdir = @libdir@
504libexecdir = @libexecdir@
505localedir = @localedir@
506localstatedir = @localstatedir@
507mandir = @mandir@
508mkdir_p = @mkdir_p@
509oldincludedir = @oldincludedir@
510pdfdir = @pdfdir@
511prefix = @prefix@
512program_transform_name = @program_transform_name@
513psdir = @psdir@
514sbindir = @sbindir@
515sharedstatedir = @sharedstatedir@
516srcdir = @srcdir@
517subdirs = @subdirs@
518sysconfdir = @sysconfdir@
519target_alias = @target_alias@
520top_build_prefix = @top_build_prefix@
521top_builddir = @top_builddir@
522top_srcdir = @top_srcdir@
523ACLOCAL_AMFLAGS = -I sntp/m4 -I sntp/libevent/m4 -I sntp/libopts/m4
524NULL = 
525
526# moved sntp first to get libtool and libevent built.
527SUBDIRS = \
528	sntp		\
529	scripts		\
530	include		\
531	libntp		\
532	libparse	\
533	ntpd		\
534	ntpdate		\
535	ntpdc		\
536	ntpq		\
537	ntpsnmpd	\
538	parseutil	\
539	adjtimed	\
540	clockstuff	\
541	kernel		\
542	util		\
543	tests		\
544	$(NULL)
545
546DISTCHECK_CONFIGURE_FLAGS = -C --with-sntp --enable-local-libevent $(NTP_DCF)
547EXTRA_DIST = \
548	$(srcdir)/COPYRIGHT	\
549	ChangeLog		\
550	CommitLog		\
551	CommitLog-4.1.0		\
552	NEWS			\
553	NOTES.y2kfixes		\
554	README.bk		\
555	README.hackers		\
556	README.leapsmear	\
557	README.patches		\
558	README.refclocks	\
559	README.versions		\
560	TODO			\
561	WHERE-TO-START		\
562	bootstrap		\
563	build			\
564	config.h.in		\
565	dot.emacs		\
566	flock-build		\
567	packageinfo.sh		\
568	readme.y2kfixes		\
569	results.y2kfixes	\
570	\
571	conf			\
572	html			\
573	lib/isc			\
574	libjsmn			\
575	ports			\
576	\
577	deps-ver		\
578	\
579	$(NULL)
580
581CLEANFILES = 
582DISTCLEANFILES = .gcc-warning
583
584# HMS: Keep .gcc-warning first, as that way it gets printed first.
585BUILT_SOURCES = \
586	.gcc-warning			\
587	libtool				\
588	html/.datecheck			\
589	$(srcdir)/COPYRIGHT		\
590	$(srcdir)/.checkChangeLog	\
591	$(NULL)
592
593
594# HMS: The following seems to be a work-in-progress...
595CVO = `$(srcdir)/sntp/libevent/build-aux/config.guess`
596BHOST = `(hostname || uname -n)`
597all: $(BUILT_SOURCES) config.h
598	$(MAKE) $(AM_MAKEFLAGS) all-recursive
599
600.SUFFIXES:
601am--refresh: Makefile
602	@:
603$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
604	@for dep in $?; do \
605	  case '$(am__configure_deps)' in \
606	    *$$dep*) \
607	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
608	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
609		&& exit 0; \
610	      exit 1;; \
611	  esac; \
612	done; \
613	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
614	$(am__cd) $(top_srcdir) && \
615	  $(AUTOMAKE) --foreign Makefile
616Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
617	@case '$?' in \
618	  *config.status*) \
619	    echo ' $(SHELL) ./config.status'; \
620	    $(SHELL) ./config.status;; \
621	  *) \
622	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
623	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
624	esac;
625
626$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
627	$(SHELL) ./config.status --recheck
628
629$(top_srcdir)/configure:  $(am__configure_deps)
630	$(am__cd) $(srcdir) && $(AUTOCONF)
631$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
632	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
633$(am__aclocal_m4_deps):
634
635config.h: stamp-h1
636	@test -f $@ || rm -f stamp-h1
637	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
638
639stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
640	@rm -f stamp-h1
641	cd $(top_builddir) && $(SHELL) ./config.status config.h
642$(srcdir)/config.h.in:  $(am__configure_deps) 
643	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
644	rm -f stamp-h1
645	touch $@
646
647distclean-hdr:
648	-rm -f config.h stamp-h1
649
650mostlyclean-libtool:
651	-rm -f *.lo
652
653clean-libtool:
654	-rm -rf .libs _libs
655
656distclean-libtool:
657	-rm -f libtool config.lt
658
659# This directory's subdirectories are mostly independent; you can cd
660# into them and run 'make' without going through this Makefile.
661# To change the values of 'make' variables: instead of editing Makefiles,
662# (1) if the variable is set in 'config.status', edit 'config.status'
663#     (which will cause the Makefiles to be regenerated when you run 'make');
664# (2) otherwise, pass the desired values on the 'make' command line.
665$(am__recursive_targets):
666	@fail=; \
667	if $(am__make_keepgoing); then \
668	  failcom='fail=yes'; \
669	else \
670	  failcom='exit 1'; \
671	fi; \
672	dot_seen=no; \
673	target=`echo $@ | sed s/-recursive//`; \
674	case "$@" in \
675	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
676	  *) list='$(SUBDIRS)' ;; \
677	esac; \
678	for subdir in $$list; do \
679	  echo "Making $$target in $$subdir"; \
680	  if test "$$subdir" = "."; then \
681	    dot_seen=yes; \
682	    local_target="$$target-am"; \
683	  else \
684	    local_target="$$target"; \
685	  fi; \
686	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
687	  || eval $$failcom; \
688	done; \
689	if test "$$dot_seen" = "no"; then \
690	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
691	fi; test -z "$$fail"
692
693ID: $(am__tagged_files)
694	$(am__define_uniq_tagged_files); mkid -fID $$unique
695tags: tags-recursive
696TAGS: tags
697
698tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
699	set x; \
700	here=`pwd`; \
701	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
702	  include_option=--etags-include; \
703	  empty_fix=.; \
704	else \
705	  include_option=--include; \
706	  empty_fix=; \
707	fi; \
708	list='$(SUBDIRS)'; for subdir in $$list; do \
709	  if test "$$subdir" = .; then :; else \
710	    test ! -f $$subdir/TAGS || \
711	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
712	  fi; \
713	done; \
714	$(am__define_uniq_tagged_files); \
715	shift; \
716	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
717	  test -n "$$unique" || unique=$$empty_fix; \
718	  if test $$# -gt 0; then \
719	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
720	      "$$@" $$unique; \
721	  else \
722	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
723	      $$unique; \
724	  fi; \
725	fi
726ctags: ctags-recursive
727
728CTAGS: ctags
729ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
730	$(am__define_uniq_tagged_files); \
731	test -z "$(CTAGS_ARGS)$$unique" \
732	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
733	     $$unique
734
735GTAGS:
736	here=`$(am__cd) $(top_builddir) && pwd` \
737	  && $(am__cd) $(top_srcdir) \
738	  && gtags -i $(GTAGS_ARGS) "$$here"
739cscope: cscope.files
740	test ! -s cscope.files \
741	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
742clean-cscope:
743	-rm -f cscope.files
744cscope.files: clean-cscope cscopelist
745cscopelist: cscopelist-recursive
746
747cscopelist-am: $(am__tagged_files)
748	list='$(am__tagged_files)'; \
749	case "$(srcdir)" in \
750	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
751	  *) sdir=$(subdir)/$(srcdir) ;; \
752	esac; \
753	for i in $$list; do \
754	  if test -f "$$i"; then \
755	    echo "$(subdir)/$$i"; \
756	  else \
757	    echo "$$sdir/$$i"; \
758	  fi; \
759	done >> $(top_builddir)/cscope.files
760
761distclean-tags:
762	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
763	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
764
765distdir: $(DISTFILES)
766	$(am__remove_distdir)
767	test -d "$(distdir)" || mkdir "$(distdir)"
768	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
769	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
770	list='$(DISTFILES)'; \
771	  dist_files=`for file in $$list; do echo $$file; done | \
772	  sed -e "s|^$$srcdirstrip/||;t" \
773	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
774	case $$dist_files in \
775	  */*) $(MKDIR_P) `echo "$$dist_files" | \
776			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
777			   sort -u` ;; \
778	esac; \
779	for file in $$dist_files; do \
780	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
781	  if test -d $$d/$$file; then \
782	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
783	    if test -d "$(distdir)/$$file"; then \
784	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
785	    fi; \
786	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
787	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
788	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
789	    fi; \
790	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
791	  else \
792	    test -f "$(distdir)/$$file" \
793	    || cp -p $$d/$$file "$(distdir)/$$file" \
794	    || exit 1; \
795	  fi; \
796	done
797	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
798	  if test "$$subdir" = .; then :; else \
799	    $(am__make_dryrun) \
800	      || test -d "$(distdir)/$$subdir" \
801	      || $(MKDIR_P) "$(distdir)/$$subdir" \
802	      || exit 1; \
803	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
804	    $(am__relativize); \
805	    new_distdir=$$reldir; \
806	    dir1=$$subdir; dir2="$(top_distdir)"; \
807	    $(am__relativize); \
808	    new_top_distdir=$$reldir; \
809	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
810	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
811	    ($(am__cd) $$subdir && \
812	      $(MAKE) $(AM_MAKEFLAGS) \
813	        top_distdir="$$new_top_distdir" \
814	        distdir="$$new_distdir" \
815		am__remove_distdir=: \
816		am__skip_length_check=: \
817		am__skip_mode_fix=: \
818	        distdir) \
819	      || exit 1; \
820	  fi; \
821	done
822	$(MAKE) $(AM_MAKEFLAGS) \
823	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
824	  dist-hook
825	-test -n "$(am__skip_mode_fix)" \
826	|| find "$(distdir)" -type d ! -perm -755 \
827		-exec chmod u+rwx,go+rx {} \; -o \
828	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
829	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
830	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
831	|| chmod -R a+r "$(distdir)"
832dist-gzip: distdir
833	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
834	$(am__post_remove_distdir)
835
836dist-bzip2: distdir
837	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
838	$(am__post_remove_distdir)
839
840dist-lzip: distdir
841	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
842	$(am__post_remove_distdir)
843
844dist-xz: distdir
845	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
846	$(am__post_remove_distdir)
847
848dist-tarZ: distdir
849	@echo WARNING: "Support for distribution archives compressed with" \
850		       "legacy program 'compress' is deprecated." >&2
851	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
852	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
853	$(am__post_remove_distdir)
854
855dist-shar: distdir
856	@echo WARNING: "Support for shar distribution archives is" \
857	               "deprecated." >&2
858	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
859	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
860	$(am__post_remove_distdir)
861
862dist-zip: distdir
863	-rm -f $(distdir).zip
864	zip -rq $(distdir).zip $(distdir)
865	$(am__post_remove_distdir)
866
867dist dist-all:
868	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
869	$(am__post_remove_distdir)
870
871# This target untars the dist file and tries a VPATH configuration.  Then
872# it guarantees that the distribution is self-contained by making another
873# tarfile.
874distcheck: dist
875	case '$(DIST_ARCHIVES)' in \
876	*.tar.gz*) \
877	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
878	*.tar.bz2*) \
879	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
880	*.tar.lz*) \
881	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
882	*.tar.xz*) \
883	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
884	*.tar.Z*) \
885	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
886	*.shar.gz*) \
887	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
888	*.zip*) \
889	  unzip $(distdir).zip ;;\
890	esac
891	chmod -R a-w $(distdir)
892	chmod u+w $(distdir)
893	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
894	chmod a-w $(distdir)
895	test -d $(distdir)/_build || exit 0; \
896	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
897	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
898	  && am__cwd=`pwd` \
899	  && $(am__cd) $(distdir)/_build/sub \
900	  && ../../configure \
901	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
902	    $(DISTCHECK_CONFIGURE_FLAGS) \
903	    --srcdir=../.. --prefix="$$dc_install_base" \
904	  && $(MAKE) $(AM_MAKEFLAGS) \
905	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
906	  && $(MAKE) $(AM_MAKEFLAGS) check \
907	  && $(MAKE) $(AM_MAKEFLAGS) install \
908	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
909	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
910	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
911	        distuninstallcheck \
912	  && chmod -R a-w "$$dc_install_base" \
913	  && ({ \
914	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
915	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
916	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
917	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
918	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
919	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
920	  && rm -rf "$$dc_destdir" \
921	  && $(MAKE) $(AM_MAKEFLAGS) dist \
922	  && rm -rf $(DIST_ARCHIVES) \
923	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
924	  && cd "$$am__cwd" \
925	  || exit 1
926	$(am__post_remove_distdir)
927	@(echo "$(distdir) archives ready for distribution: "; \
928	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
929	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
930distuninstallcheck:
931	@test -n '$(distuninstallcheck_dir)' || { \
932	  echo 'ERROR: trying to run $@ with an empty' \
933	       '$$(distuninstallcheck_dir)' >&2; \
934	  exit 1; \
935	}; \
936	$(am__cd) '$(distuninstallcheck_dir)' || { \
937	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
938	  exit 1; \
939	}; \
940	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
941	   || { echo "ERROR: files left after uninstall:" ; \
942	        if test -n "$(DESTDIR)"; then \
943	          echo "  (check DESTDIR support)"; \
944	        fi ; \
945	        $(distuninstallcheck_listfiles) ; \
946	        exit 1; } >&2
947distcleancheck: distclean
948	@if test '$(srcdir)' = . ; then \
949	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
950	  exit 1 ; \
951	fi
952	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
953	  || { echo "ERROR: files left in build directory after distclean:" ; \
954	       $(distcleancheck_listfiles) ; \
955	       exit 1; } >&2
956check-am: all-am
957check: $(BUILT_SOURCES)
958	$(MAKE) $(AM_MAKEFLAGS) check-recursive
959all-am: Makefile config.h
960installdirs: installdirs-recursive
961installdirs-am:
962install: $(BUILT_SOURCES)
963	$(MAKE) $(AM_MAKEFLAGS) install-recursive
964install-exec: install-exec-recursive
965install-data: install-data-recursive
966uninstall: uninstall-recursive
967
968install-am: all-am
969	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
970
971installcheck: installcheck-recursive
972install-strip:
973	if test -z '$(STRIP)'; then \
974	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
975	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
976	      install; \
977	else \
978	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
979	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
980	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
981	fi
982mostlyclean-generic:
983
984clean-generic:
985	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
986
987distclean-generic:
988	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
989	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
990	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
991
992maintainer-clean-generic:
993	@echo "This command is intended for maintainers to use"
994	@echo "it deletes files that may require special tools to rebuild."
995	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
996clean: clean-recursive
997
998clean-am: clean-generic clean-libtool mostlyclean-am
999
1000distclean: distclean-recursive
1001	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1002	-rm -f Makefile
1003distclean-am: clean-am distclean-generic distclean-hdr \
1004	distclean-libtool distclean-tags
1005
1006dvi: dvi-recursive
1007
1008dvi-am:
1009
1010html: html-recursive
1011
1012html-am:
1013
1014info: info-recursive
1015
1016info-am:
1017
1018install-data-am: install-data-local
1019
1020install-dvi: install-dvi-recursive
1021
1022install-dvi-am:
1023
1024install-exec-am:
1025
1026install-html: install-html-recursive
1027
1028install-html-am:
1029
1030install-info: install-info-recursive
1031
1032install-info-am:
1033
1034install-man:
1035
1036install-pdf: install-pdf-recursive
1037
1038install-pdf-am:
1039
1040install-ps: install-ps-recursive
1041
1042install-ps-am:
1043
1044installcheck-am:
1045
1046maintainer-clean: maintainer-clean-recursive
1047	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1048	-rm -rf $(top_srcdir)/autom4te.cache
1049	-rm -f Makefile
1050maintainer-clean-am: distclean-am maintainer-clean-generic
1051
1052mostlyclean: mostlyclean-recursive
1053
1054mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1055
1056pdf: pdf-recursive
1057
1058pdf-am:
1059
1060ps: ps-recursive
1061
1062ps-am:
1063
1064uninstall-am: uninstall-local
1065
1066.MAKE: $(am__recursive_targets) all check install install-am \
1067	install-strip
1068
1069.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1070	am--refresh check check-am clean clean-cscope clean-generic \
1071	clean-libtool cscope cscopelist-am ctags ctags-am dist \
1072	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1073	dist-tarZ dist-xz dist-zip distcheck distclean \
1074	distclean-generic distclean-hdr distclean-libtool \
1075	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1076	dvi-am html html-am info info-am install install-am \
1077	install-data install-data-am install-data-local install-dvi \
1078	install-dvi-am install-exec install-exec-am install-html \
1079	install-html-am install-info install-info-am install-man \
1080	install-pdf install-pdf-am install-ps install-ps-am \
1081	install-strip installcheck installcheck-am installdirs \
1082	installdirs-am maintainer-clean maintainer-clean-generic \
1083	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1084	ps ps-am tags tags-am uninstall uninstall-am uninstall-local
1085
1086.PRECIOUS: Makefile
1087
1088
1089.gcc-warning:
1090	@echo "Compiling with GCC now generates lots of new warnings."
1091	@echo " "
1092	@echo "Don't be concerned. They're just warnings."
1093	@echo " "
1094	@echo "Don't send bug reports about the warnings, either."
1095	@echo " "
1096	@echo "Feel free to send patches that fix these warnings, though."
1097	@echo " "
1098	@sleep 1
1099	@touch $@
1100
1101html/.datecheck: FRC.html
1102	cd $(srcdir)/html && \
1103	../scripts/build/checkHtmlFileDates
1104
1105libtool: $(LIBTOOL_DEPS)
1106	./config.status --recheck
1107
1108sntp/built-sources-only: FRC.sntp
1109	@cd sntp && $(MAKE) $(AM_MAKEFLAGS) built-sources-only
1110
1111$(srcdir)/COPYRIGHT: $(srcdir)/html/copyright.html
1112	{ echo "This file is automatically generated from html/copyright.html" ; \
1113	  lynx -dump $(srcdir)/html/copyright.html ;} > COPYRIGHT.new \
1114	&& mv -f COPYRIGHT.new $(srcdir)/COPYRIGHT
1115
1116COPYRIGHT-please: $(srcdir)/COPYRIGHT
1117	@: do-nothing action to prevent default \
1118	   This target is needed by sntp/Makefile.am on decrepit \
1119	   FreeBSD 6.x make which fails with "make COPYRIGHT" \
1120	   configured in $(srcdir) but "make ./COPYRIGHT" succeeds. \
1121	   Rather than determine our $(srcdir) from sntp/Makefile.am \
1122	   COPYRIGHT-please serves as a fixed target.
1123
1124$(srcdir)/.checkChangeLog: $(srcdir)/ChangeLog $(srcdir)/scripts/build/checkChangeLog
1125	cd $(srcdir) && \
1126	./scripts/build/checkChangeLog
1127
1128dist-hook:
1129	@find $(distdir) -type d -name SCCS -print | xargs rm -rf
1130
1131install-data-local:
1132	@echo "Installing stand-alone HTML documentation"
1133	@( cd $(srcdir) && \
1134		for i in `find html -type d | grep -v SCCS` ; \
1135		do $(INSTALL) -d $(DESTDIR)$(htmldir)/$$i ; done )
1136	@( cd $(srcdir) && \
1137		for i in `find html -type f | grep -v SCCS` ; \
1138		do $(INSTALL_DATA) $$i $(DESTDIR)$(htmldir)/$$i ; done )
1139
1140uninstall-local:
1141		rm -rf $(DESTDIR)$(htmldir)/html
1142
1143CommitLog: FRC.CommitLog
1144	cd $(srcdir)					\
1145	&& $(PATH_TEST) -e CommitLog			\
1146		-a SCCS/s.ChangeSet -ot CommitLog	\
1147	|| scripts/build/genCommitLog
1148
1149.buildcvo:
1150	echo "$(CVO)" > .buildcvo
1151
1152.checkcvo: .buildcvo FRC.checkcvo
1153	@if [ "`cat .buildcvo`" != "$(CVO)" ];then	\
1154		echo "This directory was configured for `cat .buildcvo`"; \
1155		echo "but this machine is a $(CVO)";	\
1156		exit 1;	\
1157	fi
1158
1159.buildhost:
1160	echo "$(BHOST)" > .buildhost
1161
1162.checkhost: .buildhost FRC.checkhost
1163	@if [ "`cat .buildhost`" != "$(BHOST)" ];then	\
1164		echo "Built on `cat .buildhost` but this is $(BHOST)"; \
1165		echo " "; \
1166	fi
1167
1168FRC.CommitLog FRC.checkcvo FRC.checkhost FRC.distwarn FRC.html FRC.sntp:
1169	@: do-nothing action prevents any default
1170
1171# HMS: what was I trying to do with this?
1172#dot.emacs: FRC.distwarn
1173
1174# Tell versions [3.59,3.63) of GNU make to not export all variables.
1175# Otherwise a system limit (for SysV at least) may be exceeded.
1176.NOEXPORT:
1177