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