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