1290000Sglebius# Makefile.in generated by automake 1.15 from Makefile.am.
2132451Sroberto# @configure_input@
354359Sroberto
4290000Sglebius# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5290000Sglebius
654359Sroberto# This Makefile.in is free software; the Free Software Foundation
754359Sroberto# gives unlimited permission to copy and/or distribute it,
854359Sroberto# with or without modifications, as long as this notice is preserved.
954359Sroberto
1054359Sroberto# This program is distributed in the hope that it will be useful,
1154359Sroberto# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1254359Sroberto# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1354359Sroberto# PARTICULAR PURPOSE.
1454359Sroberto
15106163Sroberto@SET_MAKE@
1654359SrobertoVPATH = @srcdir@
17290000Sglebiusam__is_gnu_make = { \
18290000Sglebius  if test -z '$(MAKELEVEL)'; then \
19290000Sglebius    false; \
20290000Sglebius  elif test -n '$(MAKE_HOST)'; then \
21290000Sglebius    true; \
22290000Sglebius  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23290000Sglebius    true; \
24290000Sglebius  else \
25290000Sglebius    false; \
26290000Sglebius  fi; \
27290000Sglebius}
28290000Sglebiusam__make_running_with_option = \
29290000Sglebius  case $${target_option-} in \
30290000Sglebius      ?) ;; \
31290000Sglebius      *) echo "am__make_running_with_option: internal error: invalid" \
32290000Sglebius              "target option '$${target_option-}' specified" >&2; \
33290000Sglebius         exit 1;; \
34290000Sglebius  esac; \
35290000Sglebius  has_opt=no; \
36290000Sglebius  sane_makeflags=$$MAKEFLAGS; \
37290000Sglebius  if $(am__is_gnu_make); then \
38290000Sglebius    sane_makeflags=$$MFLAGS; \
39290000Sglebius  else \
40290000Sglebius    case $$MAKEFLAGS in \
41290000Sglebius      *\\[\ \	]*) \
42290000Sglebius        bs=\\; \
43290000Sglebius        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44290000Sglebius          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
45290000Sglebius    esac; \
46290000Sglebius  fi; \
47290000Sglebius  skip_next=no; \
48290000Sglebius  strip_trailopt () \
49290000Sglebius  { \
50290000Sglebius    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51290000Sglebius  }; \
52290000Sglebius  for flg in $$sane_makeflags; do \
53290000Sglebius    test $$skip_next = yes && { skip_next=no; continue; }; \
54290000Sglebius    case $$flg in \
55290000Sglebius      *=*|--*) continue;; \
56290000Sglebius        -*I) strip_trailopt 'I'; skip_next=yes;; \
57290000Sglebius      -*I?*) strip_trailopt 'I';; \
58290000Sglebius        -*O) strip_trailopt 'O'; skip_next=yes;; \
59290000Sglebius      -*O?*) strip_trailopt 'O';; \
60290000Sglebius        -*l) strip_trailopt 'l'; skip_next=yes;; \
61290000Sglebius      -*l?*) strip_trailopt 'l';; \
62290000Sglebius      -[dEDm]) skip_next=yes;; \
63290000Sglebius      -[JT]) skip_next=yes;; \
64290000Sglebius    esac; \
65290000Sglebius    case $$flg in \
66290000Sglebius      *$$target_option*) has_opt=yes; break;; \
67290000Sglebius    esac; \
68290000Sglebius  done; \
69290000Sglebius  test $$has_opt = yes
70290000Sglebiusam__make_dryrun = (target_option=n; $(am__make_running_with_option))
71290000Sglebiusam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
7254359Srobertopkgdatadir = $(datadir)/@PACKAGE@
73200576Srobertopkgincludedir = $(includedir)/@PACKAGE@
7454359Srobertopkglibdir = $(libdir)/@PACKAGE@
75200576Srobertopkglibexecdir = $(libexecdir)/@PACKAGE@
76132451Srobertoam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77132451Srobertoinstall_sh_DATA = $(install_sh) -c -m 644
78132451Srobertoinstall_sh_PROGRAM = $(install_sh) -c
79132451Srobertoinstall_sh_SCRIPT = $(install_sh) -c
8082498SrobertoINSTALL_HEADER = $(INSTALL_DATA)
81132451Srobertotransform = $(program_transform_name)
8254359SrobertoNORMAL_INSTALL = :
8354359SrobertoPRE_INSTALL = :
8454359SrobertoPOST_INSTALL = :
8554359SrobertoNORMAL_UNINSTALL = :
8654359SrobertoPRE_UNINSTALL = :
8754359SrobertoPOST_UNINSTALL = :
8854359Srobertobuild_triplet = @build@
8954359Srobertohost_triplet = @host@
90200576Srobertosubdir = .
91182007SrobertoACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92290000Sglebiusam__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
93290000Sglebius	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
94290000Sglebius	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
95290000Sglebius	$(top_srcdir)/sntp/m4/define_dir.m4 \
96290000Sglebius	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
97290000Sglebius	$(top_srcdir)/sntp/m4/libtool.m4 \
98290000Sglebius	$(top_srcdir)/sntp/m4/ltoptions.m4 \
99290000Sglebius	$(top_srcdir)/sntp/m4/ltsugar.m4 \
100290000Sglebius	$(top_srcdir)/sntp/m4/ltversion.m4 \
101290000Sglebius	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
102290000Sglebius	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
103290000Sglebius	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
104290000Sglebius	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
105290000Sglebius	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
106290000Sglebius	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
107290000Sglebius	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
108290000Sglebius	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
109290000Sglebius	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
110290000Sglebius	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
111290000Sglebius	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
112290000Sglebius	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
113290000Sglebius	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
114290000Sglebius	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
115290000Sglebius	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
116290000Sglebius	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
117290000Sglebius	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
118290000Sglebius	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
119290000Sglebius	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
120290000Sglebius	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
121290000Sglebius	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
122290000Sglebius	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
123290000Sglebius	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
124290000Sglebius	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
125290000Sglebius	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
126290000Sglebius	$(top_srcdir)/sntp/m4/openldap.m4 \
127290000Sglebius	$(top_srcdir)/sntp/m4/os_cflags.m4 \
128290000Sglebius	$(top_srcdir)/sntp/m4/snprintf.m4 \
129290000Sglebius	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
130182007Srobertoam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
131182007Sroberto	$(ACLOCAL_M4)
132290000SglebiusDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
133290000Sglebius	$(am__configure_deps) $(am__DIST_COMMON)
134182007Srobertoam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
135200576Sroberto configure.lineno config.status.lineno
136182007Srobertomkinstalldirs = $(install_sh) -d
137182007SrobertoCONFIG_HEADER = config.h
138182007SrobertoCONFIG_CLEAN_FILES =
139200576SrobertoCONFIG_CLEAN_VPATH_FILES =
140290000SglebiusAM_V_P = $(am__v_P_@AM_V@)
141290000Sglebiusam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
142290000Sglebiusam__v_P_0 = false
143290000Sglebiusam__v_P_1 = :
144290000SglebiusAM_V_GEN = $(am__v_GEN_@AM_V@)
145290000Sglebiusam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
146290000Sglebiusam__v_GEN_0 = @echo "  GEN     " $@;
147290000Sglebiusam__v_GEN_1 = 
148290000SglebiusAM_V_at = $(am__v_at_@AM_V@)
149290000Sglebiusam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
150290000Sglebiusam__v_at_0 = @
151290000Sglebiusam__v_at_1 = 
152182007SrobertoSOURCES =
153182007SrobertoDIST_SOURCES =
154290000SglebiusRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
155290000Sglebius	ctags-recursive dvi-recursive html-recursive info-recursive \
156290000Sglebius	install-data-recursive install-dvi-recursive \
157290000Sglebius	install-exec-recursive install-html-recursive \
158290000Sglebius	install-info-recursive install-pdf-recursive \
159290000Sglebius	install-ps-recursive install-recursive installcheck-recursive \
160290000Sglebius	installdirs-recursive pdf-recursive ps-recursive \
161290000Sglebius	tags-recursive uninstall-recursive
162290000Sglebiusam__can_run_installinfo = \
163290000Sglebius  case $$AM_UPDATE_INFO_DIR in \
164290000Sglebius    n|no|NO) false;; \
165290000Sglebius    *) (install-info --version) >/dev/null 2>&1;; \
166290000Sglebius  esac
167200576SrobertoRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
168200576Sroberto  distclean-recursive maintainer-clean-recursive
169290000Sglebiusam__recursive_targets = \
170290000Sglebius  $(RECURSIVE_TARGETS) \
171290000Sglebius  $(RECURSIVE_CLEAN_TARGETS) \
172290000Sglebius  $(am__extra_recursive_targets)
173290000SglebiusAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
174290000Sglebius	cscope distdir dist dist-all distcheck
175290000Sglebiusam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
176290000Sglebius	$(LISP)config.h.in
177290000Sglebius# Read a list of newline-separated strings from the standard input,
178290000Sglebius# and print each of them once, without duplicates.  Input order is
179290000Sglebius# *not* preserved.
180290000Sglebiusam__uniquify_input = $(AWK) '\
181290000Sglebius  BEGIN { nonempty = 0; } \
182290000Sglebius  { items[$$0] = 1; nonempty = 1; } \
183290000Sglebius  END { if (nonempty) { for (i in items) print i; }; } \
184290000Sglebius'
185290000Sglebius# Make sure the list of sources is unique.  This is necessary because,
186290000Sglebius# e.g., the same source file might be shared among _SOURCES variables
187290000Sglebius# for different programs/libraries.
188290000Sglebiusam__define_uniq_tagged_files = \
189290000Sglebius  list='$(am__tagged_files)'; \
190290000Sglebius  unique=`for i in $$list; do \
191290000Sglebius    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
192290000Sglebius  done | $(am__uniquify_input)`
193182007SrobertoETAGS = etags
194182007SrobertoCTAGS = ctags
195290000SglebiusCSCOPE = cscope
196290000SglebiusDIST_SUBDIRS = $(SUBDIRS)
197290000Sglebiusam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
198290000Sglebius	$(top_srcdir)/sntp/libevent/build-aux/ar-lib \
199290000Sglebius	$(top_srcdir)/sntp/libevent/build-aux/compile \
200290000Sglebius	$(top_srcdir)/sntp/libevent/build-aux/config.guess \
201290000Sglebius	$(top_srcdir)/sntp/libevent/build-aux/config.sub \
202290000Sglebius	$(top_srcdir)/sntp/libevent/build-aux/install-sh \
203290000Sglebius	$(top_srcdir)/sntp/libevent/build-aux/ltmain.sh \
204290000Sglebius	$(top_srcdir)/sntp/libevent/build-aux/missing ChangeLog \
205290000Sglebius	INSTALL NEWS README TODO compile config.guess config.sub \
206290000Sglebius	depcomp install-sh ltmain.sh missing \
207290000Sglebius	sntp/libevent/build-aux/ar-lib sntp/libevent/build-aux/compile \
208290000Sglebius	sntp/libevent/build-aux/config.guess \
209290000Sglebius	sntp/libevent/build-aux/config.sub \
210290000Sglebius	sntp/libevent/build-aux/depcomp \
211290000Sglebius	sntp/libevent/build-aux/install-sh \
212290000Sglebius	sntp/libevent/build-aux/ltmain.sh \
213290000Sglebius	sntp/libevent/build-aux/missing sntp/libevent/build-aux/ylwrap \
214290000Sglebius	ylwrap
215182007SrobertoDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
216182007Srobertodistdir = $(PACKAGE)-$(VERSION)
217182007Srobertotop_distdir = $(distdir)
218182007Srobertoam__remove_distdir = \
219290000Sglebius  if test -d "$(distdir)"; then \
220290000Sglebius    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
221290000Sglebius      && rm -rf "$(distdir)" \
222290000Sglebius      || { sleep 5 && rm -rf "$(distdir)"; }; \
223290000Sglebius  else :; fi
224290000Sglebiusam__post_remove_distdir = $(am__remove_distdir)
225200576Srobertoam__relativize = \
226200576Sroberto  dir0=`pwd`; \
227200576Sroberto  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
228200576Sroberto  sed_rest='s,^[^/]*/*,,'; \
229200576Sroberto  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
230200576Sroberto  sed_butlast='s,/*[^/]*$$,,'; \
231200576Sroberto  while test -n "$$dir1"; do \
232200576Sroberto    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
233200576Sroberto    if test "$$first" != "."; then \
234200576Sroberto      if test "$$first" = ".."; then \
235200576Sroberto        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
236200576Sroberto        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
237200576Sroberto      else \
238200576Sroberto        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
239200576Sroberto        if test "$$first2" = "$$first"; then \
240200576Sroberto          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
241200576Sroberto        else \
242200576Sroberto          dir2="../$$dir2"; \
243200576Sroberto        fi; \
244200576Sroberto        dir0="$$dir0"/"$$first"; \
245200576Sroberto      fi; \
246200576Sroberto    fi; \
247200576Sroberto    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
248200576Sroberto  done; \
249200576Sroberto  reldir="$$dir2"
250182007SrobertoDIST_ARCHIVES = $(distdir).tar.gz
251182007SrobertoGZIP_ENV = --best
252290000SglebiusDIST_TARGETS = dist-gzip
253182007Srobertodistuninstallcheck_listfiles = find . -type f -print
254290000Sglebiusam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
255290000Sglebius  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
256182007Srobertodistcleancheck_listfiles = find . -type f -print
257132451SrobertoACLOCAL = @ACLOCAL@
258290000SglebiusALLOCA = @ALLOCA@
25954359SrobertoAMTAR = @AMTAR@
260290000SglebiusAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
261182007SrobertoAR = @AR@
262132451SrobertoAUTOCONF = @AUTOCONF@
263132451SrobertoAUTOHEADER = @AUTOHEADER@
264132451SrobertoAUTOMAKE = @AUTOMAKE@
26554359SrobertoAWK = @AWK@
266290000SglebiusBUILD_THREAD = @BUILD_THREAD@
267290000SglebiusCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
268290000SglebiusCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
269290000SglebiusCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
270290000SglebiusCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
271290000SglebiusCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
27254359SrobertoCC = @CC@
273132451SrobertoCCDEPMODE = @CCDEPMODE@
27454359SrobertoCFLAGS = @CFLAGS@
275290000SglebiusCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
276290000SglebiusCFLAGS_NTP = @CFLAGS_NTP@
27754359SrobertoCHUTEST = @CHUTEST@
278290000SglebiusCONFIG_SHELL = @CONFIG_SHELL@
27954359SrobertoCPP = @CPP@
280132451SrobertoCPPFLAGS = @CPPFLAGS@
281290000SglebiusCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
282290000SglebiusCPPFLAGS_NTP = @CPPFLAGS_NTP@
283290000SglebiusCXX = @CXX@
284290000SglebiusCXXCPP = @CXXCPP@
285290000SglebiusCXXDEPMODE = @CXXDEPMODE@
286290000SglebiusCXXFLAGS = @CXXFLAGS@
287132451SrobertoCYGPATH_W = @CYGPATH_W@
28854359SrobertoDCFD = @DCFD@
289132451SrobertoDEFS = @DEFS@
29056746SrobertoDEPDIR = @DEPDIR@
291290000SglebiusDLLTOOL = @DLLTOOL@
292290000SglebiusDSYMUTIL = @DSYMUTIL@
293290000SglebiusDUMPBIN = @DUMPBIN@
294132451SrobertoECHO_C = @ECHO_C@
295132451SrobertoECHO_N = @ECHO_N@
296132451SrobertoECHO_T = @ECHO_T@
297290000SglebiusEDITLINE_LIBS = @EDITLINE_LIBS@
298132451SrobertoEGREP = @EGREP@
299106163SrobertoEXEEXT = @EXEEXT@
300290000SglebiusFGREP = @FGREP@
301200576SrobertoGREP = @GREP@
302290000SglebiusGTEST_CONFIG = @GTEST_CONFIG@
303290000SglebiusGTEST_CPPFLAGS = @GTEST_CPPFLAGS@
304290000SglebiusGTEST_CXXFLAGS = @GTEST_CXXFLAGS@
305290000SglebiusGTEST_LDFLAGS = @GTEST_LDFLAGS@
306290000SglebiusGTEST_LIBS = @GTEST_LIBS@
307200576SrobertoHAVE_INLINE = @HAVE_INLINE@
308290000SglebiusHAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
309290000SglebiusHAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
310290000SglebiusHAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
311200576SrobertoINSTALL = @INSTALL@
312132451SrobertoINSTALL_DATA = @INSTALL_DATA@
313132451SrobertoINSTALL_PROGRAM = @INSTALL_PROGRAM@
314132451SrobertoINSTALL_SCRIPT = @INSTALL_SCRIPT@
31582498SrobertoINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
316290000SglebiusLD = @LD@
317290000SglebiusLDADD_LIBEVENT = @LDADD_LIBEVENT@
318290000SglebiusLDADD_LIBNTP = @LDADD_LIBNTP@
319290000SglebiusLDADD_LIBUTIL = @LDADD_LIBUTIL@
320290000SglebiusLDADD_NLIST = @LDADD_NLIST@
321290000SglebiusLDADD_NTP = @LDADD_NTP@
32254359SrobertoLDFLAGS = @LDFLAGS@
323290000SglebiusLDFLAGS_NTP = @LDFLAGS_NTP@
324290000SglebiusLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
325290000SglebiusLIBM = @LIBM@
326132451SrobertoLIBOBJS = @LIBOBJS@
327182007SrobertoLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
328182007SrobertoLIBOPTS_DIR = @LIBOPTS_DIR@
329182007SrobertoLIBOPTS_LDADD = @LIBOPTS_LDADD@
33054359SrobertoLIBPARSE = @LIBPARSE@
331132451SrobertoLIBS = @LIBS@
332182007SrobertoLIBTOOL = @LIBTOOL@
333290000SglebiusLIBTOOL_DEPS = @LIBTOOL_DEPS@
334290000SglebiusLIPO = @LIPO@
33554359SrobertoLN_S = @LN_S@
336200576SrobertoLSCF = @LSCF@
337290000SglebiusLTHREAD_LIBS = @LTHREAD_LIBS@
338132451SrobertoLTLIBOBJS = @LTLIBOBJS@
339132451SrobertoMAKEINFO = @MAKEINFO@
34054359SrobertoMAKE_ADJTIMED = @MAKE_ADJTIMED@
341182007SrobertoMAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
34254359SrobertoMAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
343132451SrobertoMAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
34454359SrobertoMAKE_LIBPARSE = @MAKE_LIBPARSE@
34554359SrobertoMAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
346132451SrobertoMAKE_NTPDSIM = @MAKE_NTPDSIM@
347290000SglebiusMAKE_NTPSNMPD = @MAKE_NTPSNMPD@
34854359SrobertoMAKE_NTPTIME = @MAKE_NTPTIME@
34954359SrobertoMAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
35054359SrobertoMAKE_TICKADJ = @MAKE_TICKADJ@
35182498SrobertoMAKE_TIMETRIM = @MAKE_TIMETRIM@
352290000SglebiusMANIFEST_TOOL = @MANIFEST_TOOL@
353290000SglebiusMANTAGFMT = @MANTAGFMT@
354200576SrobertoMKDIR_P = @MKDIR_P@
355290000SglebiusNM = @NM@
356290000SglebiusNMEDIT = @NMEDIT@
357290000SglebiusNTPDATE_DB = @NTPDATE_DB@
358290000SglebiusNTPDATE_DL = @NTPDATE_DL@
359290000SglebiusNTPDATE_DS = @NTPDATE_DS@
360290000SglebiusNTPDATE_MS = @NTPDATE_MS@
361290000SglebiusNTPDATE_NI = @NTPDATE_NI@
362290000SglebiusNTPDC_DB = @NTPDC_DB@
363290000SglebiusNTPDC_DL = @NTPDC_DL@
364290000SglebiusNTPDC_DS = @NTPDC_DS@
365290000SglebiusNTPDC_MS = @NTPDC_MS@
366290000SglebiusNTPDC_NI = @NTPDC_NI@
367290000SglebiusNTPDSIM_DB = @NTPDSIM_DB@
368290000SglebiusNTPDSIM_DL = @NTPDSIM_DL@
369290000SglebiusNTPDSIM_DS = @NTPDSIM_DS@
370290000SglebiusNTPDSIM_MS = @NTPDSIM_MS@
371290000SglebiusNTPDSIM_NI = @NTPDSIM_NI@
372290000SglebiusNTPD_DB = @NTPD_DB@
373290000SglebiusNTPD_DL = @NTPD_DL@
374290000SglebiusNTPD_DS = @NTPD_DS@
375290000SglebiusNTPD_MS = @NTPD_MS@
376290000SglebiusNTPD_NI = @NTPD_NI@
377290000SglebiusNTPQ_DB = @NTPQ_DB@
378290000SglebiusNTPQ_DL = @NTPQ_DL@
379290000SglebiusNTPQ_DS = @NTPQ_DS@
380290000SglebiusNTPQ_MS = @NTPQ_MS@
381290000SglebiusNTPQ_NI = @NTPQ_NI@
382290000SglebiusNTPSNMPD_DB = @NTPSNMPD_DB@
383290000SglebiusNTPSNMPD_DL = @NTPSNMPD_DL@
384290000SglebiusNTPSNMPD_DS = @NTPSNMPD_DS@
385290000SglebiusNTPSNMPD_MS = @NTPSNMPD_MS@
386290000SglebiusNTPSNMPD_NI = @NTPSNMPD_NI@
387290000SglebiusNTPSWEEP_DB = @NTPSWEEP_DB@
388290000SglebiusNTPSWEEP_DL = @NTPSWEEP_DL@
389290000SglebiusNTPSWEEP_DS = @NTPSWEEP_DS@
390290000SglebiusNTPSWEEP_MS = @NTPSWEEP_MS@
391290000SglebiusNTPSWEEP_NI = @NTPSWEEP_NI@
392290000SglebiusNTPTIME_DB = @NTPTIME_DB@
393290000SglebiusNTPTIME_DL = @NTPTIME_DL@
394290000SglebiusNTPTIME_DS = @NTPTIME_DS@
395290000SglebiusNTPTIME_MS = @NTPTIME_MS@
396290000SglebiusNTPTIME_NI = @NTPTIME_NI@
397290000SglebiusNTPTRACE_DB = @NTPTRACE_DB@
398290000SglebiusNTPTRACE_DL = @NTPTRACE_DL@
399290000SglebiusNTPTRACE_DS = @NTPTRACE_DS@
400290000SglebiusNTPTRACE_MS = @NTPTRACE_MS@
401290000SglebiusNTPTRACE_NI = @NTPTRACE_NI@
402290000SglebiusNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
403290000SglebiusNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
404290000SglebiusNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
405290000SglebiusNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
406290000SglebiusNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
407290000SglebiusNTP_KEYSDIR = @NTP_KEYSDIR@
408290000SglebiusNTP_WAIT_DB = @NTP_WAIT_DB@
409290000SglebiusNTP_WAIT_DL = @NTP_WAIT_DL@
410290000SglebiusNTP_WAIT_DS = @NTP_WAIT_DS@
411290000SglebiusNTP_WAIT_MS = @NTP_WAIT_MS@
412290000SglebiusNTP_WAIT_NI = @NTP_WAIT_NI@
413290000SglebiusOBJDUMP = @OBJDUMP@
414106163SrobertoOBJEXT = @OBJEXT@
415290000SglebiusOTOOL = @OTOOL@
416290000SglebiusOTOOL64 = @OTOOL64@
41754359SrobertoPACKAGE = @PACKAGE@
418132451SrobertoPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
419132451SrobertoPACKAGE_NAME = @PACKAGE_NAME@
420132451SrobertoPACKAGE_STRING = @PACKAGE_STRING@
421132451SrobertoPACKAGE_TARNAME = @PACKAGE_TARNAME@
422200576SrobertoPACKAGE_URL = @PACKAGE_URL@
423132451SrobertoPACKAGE_VERSION = @PACKAGE_VERSION@
424290000SglebiusPATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
42582498SrobertoPATH_PERL = @PATH_PERL@
426290000SglebiusPATH_RUBY = @PATH_RUBY@
427132451SrobertoPATH_SEPARATOR = @PATH_SEPARATOR@
428290000SglebiusPATH_TEST = @PATH_TEST@
429290000SglebiusPERLLIBDIR = @PERLLIBDIR@
430290000SglebiusPKG_CONFIG = @PKG_CONFIG@
431290000SglebiusPOSIX_SHELL = @POSIX_SHELL@
43254359SrobertoPROPDELAY = @PROPDELAY@
433290000SglebiusPTHREAD_LIBS = @PTHREAD_LIBS@
43454359SrobertoRANLIB = @RANLIB@
435290000SglebiusSED = @SED@
436132451SrobertoSET_MAKE = @SET_MAKE@
437132451SrobertoSHELL = @SHELL@
438290000SglebiusSNMP_CFLAGS = @SNMP_CFLAGS@
439290000SglebiusSNMP_CPPFLAGS = @SNMP_CPPFLAGS@
440290000SglebiusSNMP_LIBS = @SNMP_LIBS@
441290000SglebiusSNTP = @SNTP@
442290000SglebiusSNTP_DB = @SNTP_DB@
443290000SglebiusSNTP_DL = @SNTP_DL@
444290000SglebiusSNTP_DS = @SNTP_DS@
445290000SglebiusSNTP_MS = @SNTP_MS@
446290000SglebiusSNTP_NI = @SNTP_NI@
447290000SglebiusSTDNORETURN_H = @STDNORETURN_H@
448132451SrobertoSTRIP = @STRIP@
44954359SrobertoTESTDCF = @TESTDCF@
450290000SglebiusTICKADJ_DB = @TICKADJ_DB@
451290000SglebiusTICKADJ_DL = @TICKADJ_DL@
452290000SglebiusTICKADJ_DS = @TICKADJ_DS@
453290000SglebiusTICKADJ_MS = @TICKADJ_MS@
454290000SglebiusTICKADJ_NI = @TICKADJ_NI@
455290000SglebiusTIMETRIM_DB = @TIMETRIM_DB@
456290000SglebiusTIMETRIM_DL = @TIMETRIM_DL@
457290000SglebiusTIMETRIM_DS = @TIMETRIM_DS@
458290000SglebiusTIMETRIM_MS = @TIMETRIM_MS@
459290000SglebiusTIMETRIM_NI = @TIMETRIM_NI@
460290000SglebiusUPDATE_LEAP_DB = @UPDATE_LEAP_DB@
461290000SglebiusUPDATE_LEAP_DL = @UPDATE_LEAP_DL@
462290000SglebiusUPDATE_LEAP_DS = @UPDATE_LEAP_DS@
463290000SglebiusUPDATE_LEAP_MS = @UPDATE_LEAP_MS@
464290000SglebiusUPDATE_LEAP_NI = @UPDATE_LEAP_NI@
46554359SrobertoVERSION = @VERSION@
466290000SglebiusVER_SUFFIX = @VER_SUFFIX@
467290000SglebiusYACC = @YACC@
468290000SglebiusYFLAGS = @YFLAGS@
469200576Srobertoabs_builddir = @abs_builddir@
470200576Srobertoabs_srcdir = @abs_srcdir@
471200576Srobertoabs_top_builddir = @abs_top_builddir@
472200576Srobertoabs_top_srcdir = @abs_top_srcdir@
473290000Sglebiusac_ct_AR = @ac_ct_AR@
474132451Srobertoac_ct_CC = @ac_ct_CC@
475290000Sglebiusac_ct_CXX = @ac_ct_CXX@
476290000Sglebiusac_ct_DUMPBIN = @ac_ct_DUMPBIN@
477106163Srobertoam__include = @am__include@
478132451Srobertoam__leading_dot = @am__leading_dot@
479106163Srobertoam__quote = @am__quote@
480182007Srobertoam__tar = @am__tar@
481182007Srobertoam__untar = @am__untar@
482132451Srobertobindir = @bindir@
483132451Srobertobuild = @build@
484132451Srobertobuild_alias = @build_alias@
485132451Srobertobuild_cpu = @build_cpu@
486132451Srobertobuild_os = @build_os@
487132451Srobertobuild_vendor = @build_vendor@
488200576Srobertobuilddir = @builddir@
489132451Srobertodatadir = @datadir@
490200576Srobertodatarootdir = @datarootdir@
491200576Srobertodocdir = @docdir@
492200576Srobertodvidir = @dvidir@
493132451Srobertoexec_prefix = @exec_prefix@
494132451Srobertohost = @host@
495132451Srobertohost_alias = @host_alias@
496132451Srobertohost_cpu = @host_cpu@
497132451Srobertohost_os = @host_os@
498132451Srobertohost_vendor = @host_vendor@
499200576Srobertohtmldir = @htmldir@
500132451Srobertoincludedir = @includedir@
501132451Srobertoinfodir = @infodir@
50256746Srobertoinstall_sh = @install_sh@
503132451Srobertolibdir = @libdir@
504132451Srobertolibexecdir = @libexecdir@
505200576Srobertolocaledir = @localedir@
506132451Srobertolocalstatedir = @localstatedir@
507132451Srobertomandir = @mandir@
508182007Srobertomkdir_p = @mkdir_p@
509132451Srobertooldincludedir = @oldincludedir@
510200576Srobertopdfdir = @pdfdir@
511132451Srobertoprefix = @prefix@
512132451Srobertoprogram_transform_name = @program_transform_name@
513200576Srobertopsdir = @psdir@
514132451Srobertosbindir = @sbindir@
515132451Srobertosharedstatedir = @sharedstatedir@
516200576Srobertosrcdir = @srcdir@
517132451Srobertosubdirs = @subdirs@
518132451Srobertosysconfdir = @sysconfdir@
519132451Srobertotarget_alias = @target_alias@
520200576Srobertotop_build_prefix = @top_build_prefix@
521200576Srobertotop_builddir = @top_builddir@
522200576Srobertotop_srcdir = @top_srcdir@
523290000SglebiusACLOCAL_AMFLAGS = -I sntp/m4 -I sntp/libevent/m4 -I sntp/libopts/m4
524290000SglebiusNULL = 
52554359Sroberto
526290000Sglebius# moved sntp first to get libtool and libevent built.
527290000SglebiusSUBDIRS = \
528290000Sglebius	sntp		\
529182007Sroberto	scripts		\
530182007Sroberto	include		\
531182007Sroberto	libntp		\
532132451Sroberto	libparse	\
533182007Sroberto	ntpd		\
534182007Sroberto	ntpdate		\
535182007Sroberto	ntpdc		\
536182007Sroberto	ntpq		\
537290000Sglebius	ntpsnmpd	\
538132451Sroberto	parseutil	\
539132451Sroberto	adjtimed	\
540132451Sroberto	clockstuff	\
541182007Sroberto	kernel		\
542182007Sroberto	util		\
543290000Sglebius	tests		\
544182007Sroberto	$(NULL)
545132451Sroberto
546290000SglebiusDISTCHECK_CONFIGURE_FLAGS = -C --with-sntp --enable-local-libevent $(NTP_DCF)
54782498SrobertoEXTRA_DIST = \
548290000Sglebius	$(srcdir)/COPYRIGHT	\
549290000Sglebius	ChangeLog		\
550290000Sglebius	CommitLog		\
551290000Sglebius	CommitLog-4.1.0		\
552290000Sglebius	NEWS			\
553290000Sglebius	NOTES.y2kfixes		\
554290000Sglebius	README.bk		\
555290000Sglebius	README.hackers		\
556290000Sglebius	README.leapsmear	\
557290000Sglebius	README.patches		\
558298770Sdelphij	README.pullrequests	\
559290000Sglebius	README.refclocks	\
560290000Sglebius	README.versions		\
561290000Sglebius	TODO			\
562290000Sglebius	WHERE-TO-START		\
563290000Sglebius	bootstrap		\
564290000Sglebius	build			\
565290000Sglebius	config.h.in		\
566290000Sglebius	dot.emacs		\
567290000Sglebius	flock-build		\
568290000Sglebius	packageinfo.sh		\
569290000Sglebius	readme.y2kfixes		\
570182007Sroberto	results.y2kfixes	\
571182007Sroberto	\
572290000Sglebius	conf			\
573290000Sglebius	html			\
574290000Sglebius	lib/isc			\
575290000Sglebius	libjsmn			\
576290000Sglebius	ports			\
577182007Sroberto	\
578290000Sglebius	deps-ver		\
579182007Sroberto	\
580182007Sroberto	$(NULL)
58182498Sroberto
582290000SglebiusCLEANFILES = 
583182007SrobertoDISTCLEANFILES = .gcc-warning
58482498Sroberto
585290000Sglebius# HMS: Keep .gcc-warning first, as that way it gets printed first.
586290000SglebiusBUILT_SOURCES = \
587290000Sglebius	.gcc-warning			\
588290000Sglebius	libtool				\
589290000Sglebius	html/.datecheck			\
590290000Sglebius	$(srcdir)/COPYRIGHT		\
591290000Sglebius	$(srcdir)/.checkChangeLog	\
592290000Sglebius	$(NULL)
59382498Sroberto
59454359Sroberto
595106163Sroberto# HMS: The following seems to be a work-in-progress...
596290000SglebiusCVO = `$(srcdir)/sntp/libevent/build-aux/config.guess`
59754359SrobertoBHOST = `(hostname || uname -n)`
59882498Srobertoall: $(BUILT_SOURCES) config.h
59982498Sroberto	$(MAKE) $(AM_MAKEFLAGS) all-recursive
60054359Sroberto
60154359Sroberto.SUFFIXES:
602290000Sglebiusam--refresh: Makefile
603182007Sroberto	@:
604182007Sroberto$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
605182007Sroberto	@for dep in $?; do \
606182007Sroberto	  case '$(am__configure_deps)' in \
607182007Sroberto	    *$$dep*) \
608200576Sroberto	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
609200576Sroberto	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
610182007Sroberto		&& exit 0; \
611182007Sroberto	      exit 1;; \
612182007Sroberto	  esac; \
613182007Sroberto	done; \
614200576Sroberto	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
615200576Sroberto	$(am__cd) $(top_srcdir) && \
616200576Sroberto	  $(AUTOMAKE) --foreign Makefile
617182007SrobertoMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
618182007Sroberto	@case '$?' in \
619182007Sroberto	  *config.status*) \
620182007Sroberto	    echo ' $(SHELL) ./config.status'; \
621182007Sroberto	    $(SHELL) ./config.status;; \
622182007Sroberto	  *) \
623182007Sroberto	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
624182007Sroberto	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
625182007Sroberto	esac;
62654359Sroberto
627182007Sroberto$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
62854359Sroberto	$(SHELL) ./config.status --recheck
629182007Sroberto
630182007Sroberto$(top_srcdir)/configure:  $(am__configure_deps)
631200576Sroberto	$(am__cd) $(srcdir) && $(AUTOCONF)
632182007Sroberto$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
633200576Sroberto	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
634200576Sroberto$(am__aclocal_m4_deps):
635132451Sroberto
636132451Srobertoconfig.h: stamp-h1
637290000Sglebius	@test -f $@ || rm -f stamp-h1
638290000Sglebius	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
639132451Sroberto
640132451Srobertostamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
641132451Sroberto	@rm -f stamp-h1
642132451Sroberto	cd $(top_builddir) && $(SHELL) ./config.status config.h
643182007Sroberto$(srcdir)/config.h.in:  $(am__configure_deps) 
644200576Sroberto	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
645182007Sroberto	rm -f stamp-h1
646182007Sroberto	touch $@
64754359Sroberto
64854359Srobertodistclean-hdr:
649132451Sroberto	-rm -f config.h stamp-h1
650182007Sroberto
651182007Srobertomostlyclean-libtool:
652182007Sroberto	-rm -f *.lo
653182007Sroberto
654182007Srobertoclean-libtool:
655182007Sroberto	-rm -rf .libs _libs
656182007Sroberto
657182007Srobertodistclean-libtool:
658200576Sroberto	-rm -f libtool config.lt
65954359Sroberto
66054359Sroberto# This directory's subdirectories are mostly independent; you can cd
661290000Sglebius# into them and run 'make' without going through this Makefile.
662290000Sglebius# To change the values of 'make' variables: instead of editing Makefiles,
663290000Sglebius# (1) if the variable is set in 'config.status', edit 'config.status'
664290000Sglebius#     (which will cause the Makefiles to be regenerated when you run 'make');
665290000Sglebius# (2) otherwise, pass the desired values on the 'make' command line.
666290000Sglebius$(am__recursive_targets):
667290000Sglebius	@fail=; \
668290000Sglebius	if $(am__make_keepgoing); then \
669290000Sglebius	  failcom='fail=yes'; \
670290000Sglebius	else \
671290000Sglebius	  failcom='exit 1'; \
672290000Sglebius	fi; \
67354359Sroberto	dot_seen=no; \
67454359Sroberto	target=`echo $@ | sed s/-recursive//`; \
675290000Sglebius	case "$@" in \
676290000Sglebius	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
677290000Sglebius	  *) list='$(SUBDIRS)' ;; \
678290000Sglebius	esac; \
679290000Sglebius	for subdir in $$list; do \
68054359Sroberto	  echo "Making $$target in $$subdir"; \
68154359Sroberto	  if test "$$subdir" = "."; then \
68254359Sroberto	    dot_seen=yes; \
68354359Sroberto	    local_target="$$target-am"; \
68454359Sroberto	  else \
68554359Sroberto	    local_target="$$target"; \
68654359Sroberto	  fi; \
687200576Sroberto	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
688182007Sroberto	  || eval $$failcom; \
68954359Sroberto	done; \
69054359Sroberto	if test "$$dot_seen" = "no"; then \
69154359Sroberto	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
69254359Sroberto	fi; test -z "$$fail"
69354359Sroberto
694290000SglebiusID: $(am__tagged_files)
695290000Sglebius	$(am__define_uniq_tagged_files); mkid -fID $$unique
696290000Sglebiustags: tags-recursive
697290000SglebiusTAGS: tags
69854359Sroberto
699290000Sglebiustags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
700200576Sroberto	set x; \
70154359Sroberto	here=`pwd`; \
702182007Sroberto	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
703132451Sroberto	  include_option=--etags-include; \
704182007Sroberto	  empty_fix=.; \
705132451Sroberto	else \
706132451Sroberto	  include_option=--include; \
707182007Sroberto	  empty_fix=; \
708132451Sroberto	fi; \
70954359Sroberto	list='$(SUBDIRS)'; for subdir in $$list; do \
710106163Sroberto	  if test "$$subdir" = .; then :; else \
711182007Sroberto	    test ! -f $$subdir/TAGS || \
712200576Sroberto	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
713106163Sroberto	  fi; \
71454359Sroberto	done; \
715290000Sglebius	$(am__define_uniq_tagged_files); \
716200576Sroberto	shift; \
717200576Sroberto	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
718182007Sroberto	  test -n "$$unique" || unique=$$empty_fix; \
719200576Sroberto	  if test $$# -gt 0; then \
720200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
721200576Sroberto	      "$$@" $$unique; \
722200576Sroberto	  else \
723200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
724200576Sroberto	      $$unique; \
725200576Sroberto	  fi; \
726182007Sroberto	fi
727290000Sglebiusctags: ctags-recursive
728290000Sglebius
729290000SglebiusCTAGS: ctags
730290000Sglebiusctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
731290000Sglebius	$(am__define_uniq_tagged_files); \
732200576Sroberto	test -z "$(CTAGS_ARGS)$$unique" \
733132451Sroberto	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
734200576Sroberto	     $$unique
735132451Sroberto
73682498SrobertoGTAGS:
737132451Sroberto	here=`$(am__cd) $(top_builddir) && pwd` \
738200576Sroberto	  && $(am__cd) $(top_srcdir) \
739200576Sroberto	  && gtags -i $(GTAGS_ARGS) "$$here"
740290000Sglebiuscscope: cscope.files
741290000Sglebius	test ! -s cscope.files \
742290000Sglebius	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
743290000Sglebiusclean-cscope:
744290000Sglebius	-rm -f cscope.files
745290000Sglebiuscscope.files: clean-cscope cscopelist
746290000Sglebiuscscopelist: cscopelist-recursive
74754359Sroberto
748290000Sglebiuscscopelist-am: $(am__tagged_files)
749290000Sglebius	list='$(am__tagged_files)'; \
750290000Sglebius	case "$(srcdir)" in \
751290000Sglebius	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
752290000Sglebius	  *) sdir=$(subdir)/$(srcdir) ;; \
753290000Sglebius	esac; \
754290000Sglebius	for i in $$list; do \
755290000Sglebius	  if test -f "$$i"; then \
756290000Sglebius	    echo "$(subdir)/$$i"; \
757290000Sglebius	  else \
758290000Sglebius	    echo "$$sdir/$$i"; \
759290000Sglebius	  fi; \
760290000Sglebius	done >> $(top_builddir)/cscope.files
761290000Sglebius
76254359Srobertodistclean-tags:
763132451Sroberto	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
764290000Sglebius	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
76554359Sroberto
76682498Srobertodistdir: $(DISTFILES)
767132451Sroberto	$(am__remove_distdir)
768200576Sroberto	test -d "$(distdir)" || mkdir "$(distdir)"
769200576Sroberto	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
770200576Sroberto	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
771200576Sroberto	list='$(DISTFILES)'; \
772200576Sroberto	  dist_files=`for file in $$list; do echo $$file; done | \
773200576Sroberto	  sed -e "s|^$$srcdirstrip/||;t" \
774200576Sroberto	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
775200576Sroberto	case $$dist_files in \
776200576Sroberto	  */*) $(MKDIR_P) `echo "$$dist_files" | \
777200576Sroberto			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
778200576Sroberto			   sort -u` ;; \
779200576Sroberto	esac; \
780200576Sroberto	for file in $$dist_files; do \
781132451Sroberto	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
78282498Sroberto	  if test -d $$d/$$file; then \
783200576Sroberto	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
784200576Sroberto	    if test -d "$(distdir)/$$file"; then \
785200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
786200576Sroberto	    fi; \
787132451Sroberto	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
788200576Sroberto	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
789200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
790132451Sroberto	    fi; \
791200576Sroberto	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
79282498Sroberto	  else \
793200576Sroberto	    test -f "$(distdir)/$$file" \
794200576Sroberto	    || cp -p $$d/$$file "$(distdir)/$$file" \
79582498Sroberto	    || exit 1; \
79682498Sroberto	  fi; \
79782498Sroberto	done
798200576Sroberto	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
79982498Sroberto	  if test "$$subdir" = .; then :; else \
800290000Sglebius	    $(am__make_dryrun) \
801290000Sglebius	      || test -d "$(distdir)/$$subdir" \
802290000Sglebius	      || $(MKDIR_P) "$(distdir)/$$subdir" \
803290000Sglebius	      || exit 1; \
804200576Sroberto	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
805200576Sroberto	    $(am__relativize); \
806200576Sroberto	    new_distdir=$$reldir; \
807200576Sroberto	    dir1=$$subdir; dir2="$(top_distdir)"; \
808200576Sroberto	    $(am__relativize); \
809200576Sroberto	    new_top_distdir=$$reldir; \
810200576Sroberto	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
811200576Sroberto	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
812200576Sroberto	    ($(am__cd) $$subdir && \
81382498Sroberto	      $(MAKE) $(AM_MAKEFLAGS) \
814200576Sroberto	        top_distdir="$$new_top_distdir" \
815200576Sroberto	        distdir="$$new_distdir" \
816200576Sroberto		am__remove_distdir=: \
817200576Sroberto		am__skip_length_check=: \
818200576Sroberto		am__skip_mode_fix=: \
81982498Sroberto	        distdir) \
82082498Sroberto	      || exit 1; \
82182498Sroberto	  fi; \
82282498Sroberto	done
82382498Sroberto	$(MAKE) $(AM_MAKEFLAGS) \
824132451Sroberto	  top_distdir="$(top_distdir)" distdir="$(distdir)" \
82582498Sroberto	  dist-hook
826200576Sroberto	-test -n "$(am__skip_mode_fix)" \
827290000Sglebius	|| find "$(distdir)" -type d ! -perm -755 \
828290000Sglebius		-exec chmod u+rwx,go+rx {} \; -o \
82982498Sroberto	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
83082498Sroberto	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
831200576Sroberto	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
832200576Sroberto	|| chmod -R a+r "$(distdir)"
833132451Srobertodist-gzip: distdir
834182007Sroberto	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
835290000Sglebius	$(am__post_remove_distdir)
836106163Sroberto
837182007Srobertodist-bzip2: distdir
838290000Sglebius	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
839290000Sglebius	$(am__post_remove_distdir)
840182007Sroberto
841290000Sglebiusdist-lzip: distdir
842290000Sglebius	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
843290000Sglebius	$(am__post_remove_distdir)
844200576Sroberto
845200576Srobertodist-xz: distdir
846290000Sglebius	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
847290000Sglebius	$(am__post_remove_distdir)
848200576Sroberto
849182007Srobertodist-tarZ: distdir
850290000Sglebius	@echo WARNING: "Support for distribution archives compressed with" \
851290000Sglebius		       "legacy program 'compress' is deprecated." >&2
852290000Sglebius	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
853182007Sroberto	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
854290000Sglebius	$(am__post_remove_distdir)
855182007Sroberto
856182007Srobertodist-shar: distdir
857290000Sglebius	@echo WARNING: "Support for shar distribution archives is" \
858290000Sglebius	               "deprecated." >&2
859290000Sglebius	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
860182007Sroberto	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
861290000Sglebius	$(am__post_remove_distdir)
862182007Sroberto
863182007Srobertodist-zip: distdir
864182007Sroberto	-rm -f $(distdir).zip
865182007Sroberto	zip -rq $(distdir).zip $(distdir)
866290000Sglebius	$(am__post_remove_distdir)
867182007Sroberto
868290000Sglebiusdist dist-all:
869290000Sglebius	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
870290000Sglebius	$(am__post_remove_distdir)
871132451Sroberto
87254359Sroberto# This target untars the dist file and tries a VPATH configuration.  Then
87354359Sroberto# it guarantees that the distribution is self-contained by making another
87454359Sroberto# tarfile.
87554359Srobertodistcheck: dist
876182007Sroberto	case '$(DIST_ARCHIVES)' in \
877182007Sroberto	*.tar.gz*) \
878290000Sglebius	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
879182007Sroberto	*.tar.bz2*) \
880290000Sglebius	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
881290000Sglebius	*.tar.lz*) \
882290000Sglebius	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
883200576Sroberto	*.tar.xz*) \
884200576Sroberto	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
885182007Sroberto	*.tar.Z*) \
886182007Sroberto	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
887182007Sroberto	*.shar.gz*) \
888290000Sglebius	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
889182007Sroberto	*.zip*) \
890182007Sroberto	  unzip $(distdir).zip ;;\
891182007Sroberto	esac
892290000Sglebius	chmod -R a-w $(distdir)
893290000Sglebius	chmod u+w $(distdir)
894290000Sglebius	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
89556746Sroberto	chmod a-w $(distdir)
896200576Sroberto	test -d $(distdir)/_build || exit 0; \
897132451Sroberto	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
898132451Sroberto	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
899200576Sroberto	  && am__cwd=`pwd` \
900290000Sglebius	  && $(am__cd) $(distdir)/_build/sub \
901290000Sglebius	  && ../../configure \
902290000Sglebius	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
903132451Sroberto	    $(DISTCHECK_CONFIGURE_FLAGS) \
904290000Sglebius	    --srcdir=../.. --prefix="$$dc_install_base" \
90554359Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) \
90654359Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
90754359Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) check \
90854359Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) install \
90954359Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
91056746Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
911132451Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
912132451Sroberto	        distuninstallcheck \
913132451Sroberto	  && chmod -R a-w "$$dc_install_base" \
914132451Sroberto	  && ({ \
915182007Sroberto	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
916132451Sroberto	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
917132451Sroberto	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
918132451Sroberto	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
919132451Sroberto	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
920132451Sroberto	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
921132451Sroberto	  && rm -rf "$$dc_destdir" \
922182007Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) dist \
923182007Sroberto	  && rm -rf $(DIST_ARCHIVES) \
924200576Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
925200576Sroberto	  && cd "$$am__cwd" \
926200576Sroberto	  || exit 1
927290000Sglebius	$(am__post_remove_distdir)
928182007Sroberto	@(echo "$(distdir) archives ready for distribution: "; \
929182007Sroberto	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
930200576Sroberto	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
931132451Srobertodistuninstallcheck:
932290000Sglebius	@test -n '$(distuninstallcheck_dir)' || { \
933290000Sglebius	  echo 'ERROR: trying to run $@ with an empty' \
934290000Sglebius	       '$$(distuninstallcheck_dir)' >&2; \
935290000Sglebius	  exit 1; \
936290000Sglebius	}; \
937290000Sglebius	$(am__cd) '$(distuninstallcheck_dir)' || { \
938290000Sglebius	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
939290000Sglebius	  exit 1; \
940290000Sglebius	}; \
941290000Sglebius	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
942132451Sroberto	   || { echo "ERROR: files left after uninstall:" ; \
943132451Sroberto	        if test -n "$(DESTDIR)"; then \
944132451Sroberto	          echo "  (check DESTDIR support)"; \
945132451Sroberto	        fi ; \
946132451Sroberto	        $(distuninstallcheck_listfiles) ; \
947132451Sroberto	        exit 1; } >&2
948132451Srobertodistcleancheck: distclean
949132451Sroberto	@if test '$(srcdir)' = . ; then \
950132451Sroberto	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
951132451Sroberto	  exit 1 ; \
952132451Sroberto	fi
953132451Sroberto	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
954132451Sroberto	  || { echo "ERROR: files left in build directory after distclean:" ; \
955132451Sroberto	       $(distcleancheck_listfiles) ; \
956132451Sroberto	       exit 1; } >&2
95754359Srobertocheck-am: all-am
958132451Srobertocheck: $(BUILT_SOURCES)
959132451Sroberto	$(MAKE) $(AM_MAKEFLAGS) check-recursive
96082498Srobertoall-am: Makefile config.h
96182498Srobertoinstalldirs: installdirs-recursive
96282498Srobertoinstalldirs-am:
963132451Srobertoinstall: $(BUILT_SOURCES)
964132451Sroberto	$(MAKE) $(AM_MAKEFLAGS) install-recursive
96554359Srobertoinstall-exec: install-exec-recursive
96654359Srobertoinstall-data: install-data-recursive
96782498Srobertouninstall: uninstall-recursive
96854359Sroberto
96954359Srobertoinstall-am: all-am
97054359Sroberto	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
97182498Sroberto
97282498Srobertoinstallcheck: installcheck-recursive
97354359Srobertoinstall-strip:
974290000Sglebius	if test -z '$(STRIP)'; then \
975290000Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
976290000Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
977290000Sglebius	      install; \
978290000Sglebius	else \
979290000Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
980290000Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
981290000Sglebius	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
982290000Sglebius	fi
98354359Srobertomostlyclean-generic:
98454359Sroberto
98554359Srobertoclean-generic:
986290000Sglebius	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
98754359Sroberto
98854359Srobertodistclean-generic:
989182007Sroberto	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
990200576Sroberto	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
99182498Sroberto	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
99254359Sroberto
99354359Srobertomaintainer-clean-generic:
99482498Sroberto	@echo "This command is intended for maintainers to use"
99582498Sroberto	@echo "it deletes files that may require special tools to rebuild."
99654359Sroberto	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
99782498Srobertoclean: clean-recursive
99854359Sroberto
999182007Srobertoclean-am: clean-generic clean-libtool mostlyclean-am
100054359Sroberto
100154359Srobertodistclean: distclean-recursive
1002132451Sroberto	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1003132451Sroberto	-rm -f Makefile
1004182007Srobertodistclean-am: clean-am distclean-generic distclean-hdr \
1005182007Sroberto	distclean-libtool distclean-tags
100654359Sroberto
1007106163Srobertodvi: dvi-recursive
100882498Sroberto
100982498Srobertodvi-am:
101082498Sroberto
1011182007Srobertohtml: html-recursive
1012182007Sroberto
1013200576Srobertohtml-am:
1014200576Sroberto
1015106163Srobertoinfo: info-recursive
101682498Sroberto
101782498Srobertoinfo-am:
101882498Sroberto
1019290000Sglebiusinstall-data-am: install-data-local
102082498Sroberto
1021200576Srobertoinstall-dvi: install-dvi-recursive
1022200576Sroberto
1023200576Srobertoinstall-dvi-am:
1024200576Sroberto
102582498Srobertoinstall-exec-am:
102682498Sroberto
1027200576Srobertoinstall-html: install-html-recursive
1028200576Sroberto
1029200576Srobertoinstall-html-am:
1030200576Sroberto
1031106163Srobertoinstall-info: install-info-recursive
103282498Sroberto
1033200576Srobertoinstall-info-am:
1034200576Sroberto
103582498Srobertoinstall-man:
103682498Sroberto
1037200576Srobertoinstall-pdf: install-pdf-recursive
1038200576Sroberto
1039200576Srobertoinstall-pdf-am:
1040200576Sroberto
1041200576Srobertoinstall-ps: install-ps-recursive
1042200576Sroberto
1043200576Srobertoinstall-ps-am:
1044200576Sroberto
104582498Srobertoinstallcheck-am:
104682498Sroberto
104754359Srobertomaintainer-clean: maintainer-clean-recursive
1048132451Sroberto	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1049132451Sroberto	-rm -rf $(top_srcdir)/autom4te.cache
1050132451Sroberto	-rm -f Makefile
105182498Srobertomaintainer-clean-am: distclean-am maintainer-clean-generic
105254359Sroberto
105382498Srobertomostlyclean: mostlyclean-recursive
105454359Sroberto
1055182007Srobertomostlyclean-am: mostlyclean-generic mostlyclean-libtool
105682498Sroberto
1057132451Srobertopdf: pdf-recursive
1058132451Sroberto
1059132451Srobertopdf-am:
1060132451Sroberto
1061132451Srobertops: ps-recursive
1062132451Sroberto
1063132451Srobertops-am:
1064132451Sroberto
1065290000Sglebiusuninstall-am: uninstall-local
1066106163Sroberto
1067290000Sglebius.MAKE: $(am__recursive_targets) all check install install-am \
1068290000Sglebius	install-strip
1069106163Sroberto
1070290000Sglebius.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1071290000Sglebius	am--refresh check check-am clean clean-cscope clean-generic \
1072290000Sglebius	clean-libtool cscope cscopelist-am ctags ctags-am dist \
1073290000Sglebius	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1074290000Sglebius	dist-tarZ dist-xz dist-zip distcheck distclean \
1075290000Sglebius	distclean-generic distclean-hdr distclean-libtool \
1076290000Sglebius	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1077290000Sglebius	dvi-am html html-am info info-am install install-am \
1078290000Sglebius	install-data install-data-am install-data-local install-dvi \
1079200576Sroberto	install-dvi-am install-exec install-exec-am install-html \
1080200576Sroberto	install-html-am install-info install-info-am install-man \
1081200576Sroberto	install-pdf install-pdf-am install-ps install-ps-am \
1082182007Sroberto	install-strip installcheck installcheck-am installdirs \
1083182007Sroberto	installdirs-am maintainer-clean maintainer-clean-generic \
1084200576Sroberto	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
1085290000Sglebius	ps ps-am tags tags-am uninstall uninstall-am uninstall-local
108682498Sroberto
1087290000Sglebius.PRECIOUS: Makefile
108882498Sroberto
108954359Sroberto
1090182007Sroberto.gcc-warning:
1091106163Sroberto	@echo "Compiling with GCC now generates lots of new warnings."
1092106163Sroberto	@echo " "
1093106163Sroberto	@echo "Don't be concerned. They're just warnings."
1094106163Sroberto	@echo " "
1095106163Sroberto	@echo "Don't send bug reports about the warnings, either."
1096106163Sroberto	@echo " "
1097106163Sroberto	@echo "Feel free to send patches that fix these warnings, though."
1098106163Sroberto	@echo " "
1099106163Sroberto	@sleep 1
1100182007Sroberto	@touch $@
110154359Sroberto
1102290000Sglebiushtml/.datecheck: FRC.html
1103290000Sglebius	cd $(srcdir)/html && \
1104290000Sglebius	../scripts/build/checkHtmlFileDates
1105290000Sglebius
1106290000Sglebiuslibtool: $(LIBTOOL_DEPS)
1107290000Sglebius	./config.status --recheck
1108290000Sglebius
1109290000Sglebiussntp/built-sources-only: FRC.sntp
1110290000Sglebius	@cd sntp && $(MAKE) $(AM_MAKEFLAGS) built-sources-only
1111290000Sglebius
1112290000Sglebius$(srcdir)/COPYRIGHT: $(srcdir)/html/copyright.html
1113290000Sglebius	{ echo "This file is automatically generated from html/copyright.html" ; \
1114290000Sglebius	  lynx -dump $(srcdir)/html/copyright.html ;} > COPYRIGHT.new \
1115290000Sglebius	&& mv -f COPYRIGHT.new $(srcdir)/COPYRIGHT
1116290000Sglebius
1117290000SglebiusCOPYRIGHT-please: $(srcdir)/COPYRIGHT
1118290000Sglebius	@: do-nothing action to prevent default \
1119290000Sglebius	   This target is needed by sntp/Makefile.am on decrepit \
1120290000Sglebius	   FreeBSD 6.x make which fails with "make COPYRIGHT" \
1121290000Sglebius	   configured in $(srcdir) but "make ./COPYRIGHT" succeeds. \
1122290000Sglebius	   Rather than determine our $(srcdir) from sntp/Makefile.am \
1123290000Sglebius	   COPYRIGHT-please serves as a fixed target.
1124290000Sglebius
1125290000Sglebius$(srcdir)/.checkChangeLog: $(srcdir)/ChangeLog $(srcdir)/scripts/build/checkChangeLog
1126290000Sglebius	cd $(srcdir) && \
1127290000Sglebius	./scripts/build/checkChangeLog
1128290000Sglebius
1129290000Sglebiusdist-hook:
1130290000Sglebius	@find $(distdir) -type d -name SCCS -print | xargs rm -rf
1131290000Sglebius
1132290000Sglebiusinstall-data-local:
1133290000Sglebius	@echo "Installing stand-alone HTML documentation"
1134290000Sglebius	@( cd $(srcdir) && \
1135290000Sglebius		for i in `find html -type d | grep -v SCCS` ; \
1136290000Sglebius		do $(INSTALL) -d $(DESTDIR)$(htmldir)/$$i ; done )
1137290000Sglebius	@( cd $(srcdir) && \
1138290000Sglebius		for i in `find html -type f | grep -v SCCS` ; \
1139290000Sglebius		do $(INSTALL_DATA) $$i $(DESTDIR)$(htmldir)/$$i ; done )
1140290000Sglebius
1141290000Sglebiusuninstall-local:
1142290000Sglebius		rm -rf $(DESTDIR)$(htmldir)/html
1143290000Sglebius
1144182007SrobertoCommitLog: FRC.CommitLog
1145182007Sroberto	cd $(srcdir)					\
1146290000Sglebius	&& $(PATH_TEST) -e CommitLog			\
1147182007Sroberto		-a SCCS/s.ChangeSet -ot CommitLog	\
1148290000Sglebius	|| scripts/build/genCommitLog
1149182007Sroberto
115054359Sroberto.buildcvo:
115154359Sroberto	echo "$(CVO)" > .buildcvo
115254359Sroberto
115354359Sroberto.checkcvo: .buildcvo FRC.checkcvo
115454359Sroberto	@if [ "`cat .buildcvo`" != "$(CVO)" ];then	\
115554359Sroberto		echo "This directory was configured for `cat .buildcvo`"; \
115654359Sroberto		echo "but this machine is a $(CVO)";	\
115754359Sroberto		exit 1;	\
115854359Sroberto	fi
115954359Sroberto
116054359Sroberto.buildhost:
116154359Sroberto	echo "$(BHOST)" > .buildhost
116254359Sroberto
116354359Sroberto.checkhost: .buildhost FRC.checkhost
116454359Sroberto	@if [ "`cat .buildhost`" != "$(BHOST)" ];then	\
116554359Sroberto		echo "Built on `cat .buildhost` but this is $(BHOST)"; \
116654359Sroberto		echo " "; \
116754359Sroberto	fi
116854359Sroberto
1169290000SglebiusFRC.CommitLog FRC.checkcvo FRC.checkhost FRC.distwarn FRC.html FRC.sntp:
1170290000Sglebius	@: do-nothing action prevents any default
117154359Sroberto
1172106163Sroberto# HMS: what was I trying to do with this?
1173106163Sroberto#dot.emacs: FRC.distwarn
1174200576Sroberto
117554359Sroberto# Tell versions [3.59,3.63) of GNU make to not export all variables.
117654359Sroberto# Otherwise a system limit (for SysV at least) may be exceeded.
117754359Sroberto.NOEXPORT:
1178