1290001Sglebius# Makefile.in generated by automake 1.15 from Makefile.am.
2132451Sroberto# @configure_input@
3132451Sroberto
4290001Sglebius# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5290001Sglebius
6132451Sroberto# This Makefile.in is free software; the Free Software Foundation
7132451Sroberto# gives unlimited permission to copy and/or distribute it,
8132451Sroberto# with or without modifications, as long as this notice is preserved.
9132451Sroberto
10132451Sroberto# This program is distributed in the hope that it will be useful,
11132451Sroberto# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12132451Sroberto# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13132451Sroberto# PARTICULAR PURPOSE.
14132451Sroberto
15132451Sroberto@SET_MAKE@
16132451Sroberto
17182007Sroberto# we traditionally installed software in bindir, while it should have gone
18182007Sroberto# in sbindir.  Now that we offer a choice, look in the "other" installation
19182007Sroberto# subdir to warn folks if there is another version there.
20132451Sroberto
21290001Sglebius
22290001Sglebius
23290001Sglebius
24132451SrobertoVPATH = @srcdir@
25290001Sglebiusam__is_gnu_make = { \
26290001Sglebius  if test -z '$(MAKELEVEL)'; then \
27290001Sglebius    false; \
28290001Sglebius  elif test -n '$(MAKE_HOST)'; then \
29290001Sglebius    true; \
30290001Sglebius  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31290001Sglebius    true; \
32290001Sglebius  else \
33290001Sglebius    false; \
34290001Sglebius  fi; \
35290001Sglebius}
36290001Sglebiusam__make_running_with_option = \
37290001Sglebius  case $${target_option-} in \
38290001Sglebius      ?) ;; \
39290001Sglebius      *) echo "am__make_running_with_option: internal error: invalid" \
40290001Sglebius              "target option '$${target_option-}' specified" >&2; \
41290001Sglebius         exit 1;; \
42290001Sglebius  esac; \
43290001Sglebius  has_opt=no; \
44290001Sglebius  sane_makeflags=$$MAKEFLAGS; \
45290001Sglebius  if $(am__is_gnu_make); then \
46290001Sglebius    sane_makeflags=$$MFLAGS; \
47290001Sglebius  else \
48290001Sglebius    case $$MAKEFLAGS in \
49290001Sglebius      *\\[\ \	]*) \
50290001Sglebius        bs=\\; \
51290001Sglebius        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
52290001Sglebius          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
53290001Sglebius    esac; \
54290001Sglebius  fi; \
55290001Sglebius  skip_next=no; \
56290001Sglebius  strip_trailopt () \
57290001Sglebius  { \
58290001Sglebius    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
59290001Sglebius  }; \
60290001Sglebius  for flg in $$sane_makeflags; do \
61290001Sglebius    test $$skip_next = yes && { skip_next=no; continue; }; \
62290001Sglebius    case $$flg in \
63290001Sglebius      *=*|--*) continue;; \
64290001Sglebius        -*I) strip_trailopt 'I'; skip_next=yes;; \
65290001Sglebius      -*I?*) strip_trailopt 'I';; \
66290001Sglebius        -*O) strip_trailopt 'O'; skip_next=yes;; \
67290001Sglebius      -*O?*) strip_trailopt 'O';; \
68290001Sglebius        -*l) strip_trailopt 'l'; skip_next=yes;; \
69290001Sglebius      -*l?*) strip_trailopt 'l';; \
70290001Sglebius      -[dEDm]) skip_next=yes;; \
71290001Sglebius      -[JT]) skip_next=yes;; \
72290001Sglebius    esac; \
73290001Sglebius    case $$flg in \
74290001Sglebius      *$$target_option*) has_opt=yes; break;; \
75290001Sglebius    esac; \
76290001Sglebius  done; \
77290001Sglebius  test $$has_opt = yes
78290001Sglebiusam__make_dryrun = (target_option=n; $(am__make_running_with_option))
79290001Sglebiusam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
80132451Srobertopkgdatadir = $(datadir)/@PACKAGE@
81200576Srobertopkgincludedir = $(includedir)/@PACKAGE@
82132451Srobertopkglibdir = $(libdir)/@PACKAGE@
83200576Srobertopkglibexecdir = $(libexecdir)/@PACKAGE@
84132451Srobertoam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
85132451Srobertoinstall_sh_DATA = $(install_sh) -c -m 644
86132451Srobertoinstall_sh_PROGRAM = $(install_sh) -c
87132451Srobertoinstall_sh_SCRIPT = $(install_sh) -c
88132451SrobertoINSTALL_HEADER = $(INSTALL_DATA)
89132451Srobertotransform = $(program_transform_name)
90132451SrobertoNORMAL_INSTALL = :
91132451SrobertoPRE_INSTALL = :
92132451SrobertoPOST_INSTALL = :
93132451SrobertoNORMAL_UNINSTALL = :
94132451SrobertoPRE_UNINSTALL = :
95132451SrobertoPOST_UNINSTALL = :
96132451Srobertobuild_triplet = @build@
97132451Srobertohost_triplet = @host@
98290001SglebiusEXTRA_PROGRAMS = sntp$(EXEEXT)
99290001Sglebius@BUILD_LIBEVENT_TRUE@am__append_1 = libevent
100290001Sglebius@BUILD_LIBEVENT_FALSE@am__append_2 = "--enable-local-libevent"
101290001Sglebius@NEED_LIBOPTS_TRUE@am__append_3 = libopts
102290001Sglebius@BUILD_SNTP_TRUE@am__append_4 = tests
103182007Srobertosubdir = .
104182007SrobertoACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105182007Srobertoam__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
106290001Sglebius	$(top_srcdir)/libopts/m4/stdnoreturn.m4 \
107290001Sglebius	$(top_srcdir)/m4/hms_search_lib.m4 $(top_srcdir)/m4/libtool.m4 \
108290001Sglebius	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
109290001Sglebius	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
110290001Sglebius	$(top_srcdir)/m4/ntp_cacheversion.m4 \
111290001Sglebius	$(top_srcdir)/m4/ntp_compiler.m4 \
112290001Sglebius	$(top_srcdir)/m4/ntp_crosscompile.m4 \
113290001Sglebius	$(top_srcdir)/m4/ntp_debug.m4 $(top_srcdir)/m4/ntp_dir_sep.m4 \
114290001Sglebius	$(top_srcdir)/m4/ntp_facilitynames.m4 \
115290001Sglebius	$(top_srcdir)/m4/ntp_googletest.m4 \
116290001Sglebius	$(top_srcdir)/m4/ntp_ipv6.m4 $(top_srcdir)/m4/ntp_lib_m.m4 \
117290001Sglebius	$(top_srcdir)/m4/ntp_libevent.m4 \
118290001Sglebius	$(top_srcdir)/m4/ntp_libntp.m4 \
119290001Sglebius	$(top_srcdir)/m4/ntp_lineeditlibs.m4 \
120290001Sglebius	$(top_srcdir)/m4/ntp_locinfo.m4 \
121290001Sglebius	$(top_srcdir)/m4/ntp_openssl.m4 \
122290001Sglebius	$(top_srcdir)/m4/ntp_pkg_config.m4 \
123290001Sglebius	$(top_srcdir)/m4/ntp_prog_cc.m4 $(top_srcdir)/m4/ntp_sntp.m4 \
124290001Sglebius	$(top_srcdir)/m4/ntp_sysexits.m4 \
125290001Sglebius	$(top_srcdir)/m4/ntp_unitytest.m4 \
126290001Sglebius	$(top_srcdir)/m4/ntp_ver_suffix.m4 \
127290001Sglebius	$(top_srcdir)/m4/openldap-thread-check.m4 \
128290001Sglebius	$(top_srcdir)/m4/openldap.m4 $(top_srcdir)/m4/os_cflags.m4 \
129301301Sdelphij	$(top_srcdir)/m4/snprintf.m4 \
130301301Sdelphij	$(top_srcdir)/m4/sntp_problemtests.m4 \
131301301Sdelphij	$(top_srcdir)/m4/version.m4 $(top_srcdir)/configure.ac
132182007Srobertoam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
133182007Sroberto	$(ACLOCAL_M4)
134290001SglebiusDIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
135290001Sglebius	$(am__configure_deps) $(noinst_HEADERS) $(am__DIST_COMMON)
136182007Srobertoam__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
137200576Sroberto configure.lineno config.status.lineno
138182007Srobertomkinstalldirs = $(install_sh) -d
139182007SrobertoCONFIG_HEADER = config.h
140182007SrobertoCONFIG_CLEAN_FILES =
141200576SrobertoCONFIG_CLEAN_VPATH_FILES =
142290001SglebiusLIBRARIES = $(noinst_LIBRARIES)
143290001SglebiusARFLAGS = cru
144290001SglebiusAM_V_AR = $(am__v_AR_@AM_V@)
145290001Sglebiusam__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
146290001Sglebiusam__v_AR_0 = @echo "  AR      " $@;
147290001Sglebiusam__v_AR_1 = 
148290001Sglebiuslibsntp_a_AR = $(AR) $(ARFLAGS)
149290001Sglebiuslibsntp_a_LIBADD =
150182007Srobertoam__objects_1 =
151290001Sglebiusam_libsntp_a_OBJECTS = crypto.$(OBJEXT) kod_management.$(OBJEXT) \
152290001Sglebius	log.$(OBJEXT) main.$(OBJEXT) networking.$(OBJEXT) \
153290001Sglebius	sntp-opts.$(OBJEXT) utilities.$(OBJEXT) $(am__objects_1)
154290001Sglebiuslibsntp_a_OBJECTS = $(am_libsntp_a_OBJECTS)
155290001Sglebiusam__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
156290001Sglebius	"$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \
157290001Sglebius	"$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"
158290001SglebiusPROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(sbin_PROGRAMS)
159290001Sglebiusam_sntp_OBJECTS = sntp.$(OBJEXT) $(am__objects_1)
160182007Srobertosntp_OBJECTS = $(am_sntp_OBJECTS)
161182007Srobertosntp_LDADD = $(LDADD)
162182007Srobertoam__DEPENDENCIES_1 =
163290001Sglebiussntp_DEPENDENCIES = version.o libsntp.a $(am__DEPENDENCIES_1) \
164290001Sglebius	$(am__DEPENDENCIES_1) ../libntp/libntp.a $(am__DEPENDENCIES_1) \
165290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
166290001Sglebius	$(am__DEPENDENCIES_1)
167290001SglebiusAM_V_lt = $(am__v_lt_@AM_V@)
168290001Sglebiusam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
169290001Sglebiusam__v_lt_0 = --silent
170290001Sglebiusam__v_lt_1 = 
171290001SglebiusAM_V_P = $(am__v_P_@AM_V@)
172290001Sglebiusam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
173290001Sglebiusam__v_P_0 = false
174290001Sglebiusam__v_P_1 = :
175290001SglebiusAM_V_GEN = $(am__v_GEN_@AM_V@)
176290001Sglebiusam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
177290001Sglebiusam__v_GEN_0 = @echo "  GEN     " $@;
178290001Sglebiusam__v_GEN_1 = 
179290001SglebiusAM_V_at = $(am__v_at_@AM_V@)
180290001Sglebiusam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
181290001Sglebiusam__v_at_0 = @
182290001Sglebiusam__v_at_1 = 
183200576SrobertoDEFAULT_INCLUDES = -I.@am__isrc@
184290001Sglebiusdepcomp = $(SHELL) $(top_srcdir)/libevent/build-aux/depcomp
185182007Srobertoam__depfiles_maybe = depfiles
186200576Srobertoam__mv = mv -f
187182007SrobertoCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
188182007Sroberto	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
189290001SglebiusLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
190290001Sglebius	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
191290001Sglebius	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
192290001Sglebius	$(AM_CFLAGS) $(CFLAGS)
193290001SglebiusAM_V_CC = $(am__v_CC_@AM_V@)
194290001Sglebiusam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
195290001Sglebiusam__v_CC_0 = @echo "  CC      " $@;
196290001Sglebiusam__v_CC_1 = 
197182007SrobertoCCLD = $(CC)
198290001SglebiusLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
199290001Sglebius	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
200290001Sglebius	$(AM_LDFLAGS) $(LDFLAGS) -o $@
201290001SglebiusAM_V_CCLD = $(am__v_CCLD_@AM_V@)
202290001Sglebiusam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
203290001Sglebiusam__v_CCLD_0 = @echo "  CCLD    " $@;
204290001Sglebiusam__v_CCLD_1 = 
205290001SglebiusSOURCES = $(libsntp_a_SOURCES) $(sntp_SOURCES)
206290001SglebiusDIST_SOURCES = $(libsntp_a_SOURCES) $(sntp_SOURCES)
207290001SglebiusRECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
208290001Sglebius	ctags-recursive dvi-recursive html-recursive info-recursive \
209290001Sglebius	install-data-recursive install-dvi-recursive \
210290001Sglebius	install-exec-recursive install-html-recursive \
211290001Sglebius	install-info-recursive install-pdf-recursive \
212290001Sglebius	install-ps-recursive install-recursive installcheck-recursive \
213290001Sglebius	installdirs-recursive pdf-recursive ps-recursive \
214290001Sglebius	tags-recursive uninstall-recursive
215290001Sglebiusam__can_run_installinfo = \
216290001Sglebius  case $$AM_UPDATE_INFO_DIR in \
217290001Sglebius    n|no|NO) false;; \
218290001Sglebius    *) (install-info --version) >/dev/null 2>&1;; \
219290001Sglebius  esac
220200576Srobertoam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
221200576Srobertoam__vpath_adj = case $$p in \
222200576Sroberto    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
223200576Sroberto    *) f=$$p;; \
224200576Sroberto  esac;
225200576Srobertoam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
226200576Srobertoam__install_max = 40
227200576Srobertoam__nobase_strip_setup = \
228200576Sroberto  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
229200576Srobertoam__nobase_strip = \
230200576Sroberto  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
231200576Srobertoam__nobase_list = $(am__nobase_strip_setup); \
232200576Sroberto  for p in $$list; do echo "$$p $$p"; done | \
233200576Sroberto  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
234200576Sroberto  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
235200576Sroberto    if (++n[$$2] == $(am__install_max)) \
236200576Sroberto      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
237200576Sroberto    END { for (dir in files) print dir, files[dir] }'
238200576Srobertoam__base_list = \
239200576Sroberto  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
240200576Sroberto  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
241290001Sglebiusam__uninstall_files_from_dir = { \
242290001Sglebius  test -z "$$files" \
243290001Sglebius    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
244290001Sglebius    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
245290001Sglebius         $(am__cd) "$$dir" && rm -f $$files; }; \
246290001Sglebius  }
247182007Srobertoman1dir = $(mandir)/man1
248290001Sglebiusman8dir = $(mandir)/man8
249182007SrobertoNROFF = nroff
250290001SglebiusMANS = $(man1_MANS) $(man8_MANS) $(man_MANS)
251290001SglebiusDATA = $(html_DATA) $(noinst_DATA)
252290001SglebiusHEADERS = $(noinst_HEADERS)
253200576SrobertoRECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
254200576Sroberto  distclean-recursive maintainer-clean-recursive
255290001Sglebiusam__recursive_targets = \
256290001Sglebius  $(RECURSIVE_TARGETS) \
257290001Sglebius  $(RECURSIVE_CLEAN_TARGETS) \
258290001Sglebius  $(am__extra_recursive_targets)
259290001SglebiusAM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
260290001Sglebius	cscope distdir dist dist-all distcheck
261290001Sglebiusam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
262290001Sglebius	$(LISP)config.h.in
263290001Sglebius# Read a list of newline-separated strings from the standard input,
264290001Sglebius# and print each of them once, without duplicates.  Input order is
265290001Sglebius# *not* preserved.
266290001Sglebiusam__uniquify_input = $(AWK) '\
267290001Sglebius  BEGIN { nonempty = 0; } \
268290001Sglebius  { items[$$0] = 1; nonempty = 1; } \
269290001Sglebius  END { if (nonempty) { for (i in items) print i; }; } \
270290001Sglebius'
271290001Sglebius# Make sure the list of sources is unique.  This is necessary because,
272290001Sglebius# e.g., the same source file might be shared among _SOURCES variables
273290001Sglebius# for different programs/libraries.
274290001Sglebiusam__define_uniq_tagged_files = \
275290001Sglebius  list='$(am__tagged_files)'; \
276290001Sglebius  unique=`for i in $$list; do \
277290001Sglebius    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
278290001Sglebius  done | $(am__uniquify_input)`
279182007SrobertoETAGS = etags
280182007SrobertoCTAGS = ctags
281290001SglebiusCSCOPE = cscope
282290001SglebiusDIST_SUBDIRS = include scripts unity libevent libopts tests
283290001Sglebiusam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
284290001Sglebius	$(top_srcdir)/bincheck.mf $(top_srcdir)/check-libntp.mf \
285290001Sglebius	$(top_srcdir)/check-libopts.mf $(top_srcdir)/depsver.mf \
286290001Sglebius	$(top_srcdir)/includes.mf \
287290001Sglebius	$(top_srcdir)/libevent/build-aux/ar-lib \
288290001Sglebius	$(top_srcdir)/libevent/build-aux/compile \
289290001Sglebius	$(top_srcdir)/libevent/build-aux/config.guess \
290290001Sglebius	$(top_srcdir)/libevent/build-aux/config.sub \
291290001Sglebius	$(top_srcdir)/libevent/build-aux/depcomp \
292290001Sglebius	$(top_srcdir)/libevent/build-aux/install-sh \
293290001Sglebius	$(top_srcdir)/libevent/build-aux/ltmain.sh \
294290001Sglebius	$(top_srcdir)/libevent/build-aux/missing compile config.guess \
295290001Sglebius	config.sub depcomp install-sh libevent/build-aux/ar-lib \
296290001Sglebius	libevent/build-aux/compile libevent/build-aux/config.guess \
297290001Sglebius	libevent/build-aux/config.sub libevent/build-aux/depcomp \
298290001Sglebius	libevent/build-aux/install-sh libevent/build-aux/ltmain.sh \
299290001Sglebius	libevent/build-aux/missing libevent/build-aux/ylwrap ltmain.sh \
300290001Sglebius	missing
301182007SrobertoDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
302182007Srobertodistdir = $(PACKAGE)-$(VERSION)
303182007Srobertotop_distdir = $(distdir)
304182007Srobertoam__remove_distdir = \
305290001Sglebius  if test -d "$(distdir)"; then \
306290001Sglebius    find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
307290001Sglebius      && rm -rf "$(distdir)" \
308290001Sglebius      || { sleep 5 && rm -rf "$(distdir)"; }; \
309290001Sglebius  else :; fi
310290001Sglebiusam__post_remove_distdir = $(am__remove_distdir)
311200576Srobertoam__relativize = \
312200576Sroberto  dir0=`pwd`; \
313200576Sroberto  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
314200576Sroberto  sed_rest='s,^[^/]*/*,,'; \
315200576Sroberto  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
316200576Sroberto  sed_butlast='s,/*[^/]*$$,,'; \
317200576Sroberto  while test -n "$$dir1"; do \
318200576Sroberto    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
319200576Sroberto    if test "$$first" != "."; then \
320200576Sroberto      if test "$$first" = ".."; then \
321200576Sroberto        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
322200576Sroberto        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
323200576Sroberto      else \
324200576Sroberto        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
325200576Sroberto        if test "$$first2" = "$$first"; then \
326200576Sroberto          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
327200576Sroberto        else \
328200576Sroberto          dir2="../$$dir2"; \
329200576Sroberto        fi; \
330200576Sroberto        dir0="$$dir0"/"$$first"; \
331200576Sroberto      fi; \
332200576Sroberto    fi; \
333200576Sroberto    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
334200576Sroberto  done; \
335200576Sroberto  reldir="$$dir2"
336182007SrobertoDIST_ARCHIVES = $(distdir).tar.gz
337182007SrobertoGZIP_ENV = --best
338290001SglebiusDIST_TARGETS = dist-gzip
339182007Srobertodistuninstallcheck_listfiles = find . -type f -print
340290001Sglebiusam__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
341290001Sglebius  | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
342182007Srobertodistcleancheck_listfiles = find . -type f -print
343132451SrobertoACLOCAL = @ACLOCAL@
344290001SglebiusALLOCA = @ALLOCA@
345132451SrobertoAMTAR = @AMTAR@
346290001SglebiusAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
347182007SrobertoAR = @AR@
348132451SrobertoAUTOCONF = @AUTOCONF@
349132451SrobertoAUTOHEADER = @AUTOHEADER@
350132451SrobertoAUTOMAKE = @AUTOMAKE@
351132451SrobertoAWK = @AWK@
352290001SglebiusBUILD_THREAD = @BUILD_THREAD@
353290001SglebiusCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
354290001SglebiusCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
355290001SglebiusCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
356290001SglebiusCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
357290001SglebiusCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
358132451SrobertoCC = @CC@
359132451SrobertoCCDEPMODE = @CCDEPMODE@
360132451SrobertoCFLAGS = @CFLAGS@
361290001SglebiusCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
362290001SglebiusCFLAGS_NTP = @CFLAGS_NTP@
363132451SrobertoCPP = @CPP@
364132451SrobertoCPPFLAGS = @CPPFLAGS@
365290001SglebiusCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
366290001SglebiusCPPFLAGS_NTP = @CPPFLAGS_NTP@
367290001SglebiusCXX = @CXX@
368290001SglebiusCXXCPP = @CXXCPP@
369290001SglebiusCXXDEPMODE = @CXXDEPMODE@
370290001SglebiusCXXFLAGS = @CXXFLAGS@
371132451SrobertoCYGPATH_W = @CYGPATH_W@
372132451SrobertoDEFS = @DEFS@
373132451SrobertoDEPDIR = @DEPDIR@
374290001SglebiusDLLTOOL = @DLLTOOL@
375290001SglebiusDSYMUTIL = @DSYMUTIL@
376290001SglebiusDUMPBIN = @DUMPBIN@
377132451SrobertoECHO_C = @ECHO_C@
378132451SrobertoECHO_N = @ECHO_N@
379132451SrobertoECHO_T = @ECHO_T@
380290001SglebiusEDITLINE_LIBS = @EDITLINE_LIBS@
381132451SrobertoEGREP = @EGREP@
382132451SrobertoEXEEXT = @EXEEXT@
383290001SglebiusFGREP = @FGREP@
384200576SrobertoGREP = @GREP@
385290001SglebiusGTEST_CONFIG = @GTEST_CONFIG@
386290001SglebiusGTEST_CPPFLAGS = @GTEST_CPPFLAGS@
387290001SglebiusGTEST_CXXFLAGS = @GTEST_CXXFLAGS@
388290001SglebiusGTEST_LDFLAGS = @GTEST_LDFLAGS@
389290001SglebiusGTEST_LIBS = @GTEST_LIBS@
390200576SrobertoHAVE_INLINE = @HAVE_INLINE@
391200576SrobertoINSTALL = @INSTALL@
392132451SrobertoINSTALL_DATA = @INSTALL_DATA@
393132451SrobertoINSTALL_PROGRAM = @INSTALL_PROGRAM@
394132451SrobertoINSTALL_SCRIPT = @INSTALL_SCRIPT@
395132451SrobertoINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
396290001SglebiusLD = @LD@
397290001SglebiusLDADD_LIBEVENT = @LDADD_LIBEVENT@
398290001SglebiusLDADD_LIBNTP = @LDADD_LIBNTP@
399290001SglebiusLDADD_LIBUTIL = @LDADD_LIBUTIL@
400290001SglebiusLDADD_NTP = @LDADD_NTP@
401132451SrobertoLDFLAGS = @LDFLAGS@
402290001SglebiusLDFLAGS_NTP = @LDFLAGS_NTP@
403290001SglebiusLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
404290001SglebiusLIBM = @LIBM@
405132451SrobertoLIBOBJS = @LIBOBJS@
406182007SrobertoLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
407182007SrobertoLIBOPTS_DIR = @LIBOPTS_DIR@
408182007SrobertoLIBOPTS_LDADD = @LIBOPTS_LDADD@
409132451SrobertoLIBS = @LIBS@
410182007SrobertoLIBTOOL = @LIBTOOL@
411290001SglebiusLIBTOOL_DEPS = @LIBTOOL_DEPS@
412290001SglebiusLIB_SYSLOG = @LIB_SYSLOG@
413290001SglebiusLIPO = @LIPO@
414182007SrobertoLN_S = @LN_S@
415290001SglebiusLTHREAD_LIBS = @LTHREAD_LIBS@
416132451SrobertoLTLIBOBJS = @LTLIBOBJS@
417132451SrobertoMAKEINFO = @MAKEINFO@
418290001SglebiusMANIFEST_TOOL = @MANIFEST_TOOL@
419290001SglebiusMANTAGFMT = @MANTAGFMT@
420200576SrobertoMKDIR_P = @MKDIR_P@
421290001SglebiusNM = @NM@
422290001SglebiusNMEDIT = @NMEDIT@
423290001SglebiusNTPDATE_DB = @NTPDATE_DB@
424290001SglebiusNTPDATE_DL = @NTPDATE_DL@
425290001SglebiusNTPDATE_DS = @NTPDATE_DS@
426290001SglebiusNTPDATE_MS = @NTPDATE_MS@
427290001SglebiusNTPDATE_NI = @NTPDATE_NI@
428290001SglebiusNTPDC_DB = @NTPDC_DB@
429290001SglebiusNTPDC_DL = @NTPDC_DL@
430290001SglebiusNTPDC_DS = @NTPDC_DS@
431290001SglebiusNTPDC_MS = @NTPDC_MS@
432290001SglebiusNTPDC_NI = @NTPDC_NI@
433290001SglebiusNTPDSIM_DB = @NTPDSIM_DB@
434290001SglebiusNTPDSIM_DL = @NTPDSIM_DL@
435290001SglebiusNTPDSIM_DS = @NTPDSIM_DS@
436290001SglebiusNTPDSIM_MS = @NTPDSIM_MS@
437290001SglebiusNTPDSIM_NI = @NTPDSIM_NI@
438290001SglebiusNTPD_DB = @NTPD_DB@
439290001SglebiusNTPD_DL = @NTPD_DL@
440290001SglebiusNTPD_DS = @NTPD_DS@
441290001SglebiusNTPD_MS = @NTPD_MS@
442290001SglebiusNTPD_NI = @NTPD_NI@
443290001SglebiusNTPQ_DB = @NTPQ_DB@
444290001SglebiusNTPQ_DL = @NTPQ_DL@
445290001SglebiusNTPQ_DS = @NTPQ_DS@
446290001SglebiusNTPQ_MS = @NTPQ_MS@
447290001SglebiusNTPQ_NI = @NTPQ_NI@
448290001SglebiusNTPSNMPD_DB = @NTPSNMPD_DB@
449290001SglebiusNTPSNMPD_DL = @NTPSNMPD_DL@
450290001SglebiusNTPSNMPD_DS = @NTPSNMPD_DS@
451290001SglebiusNTPSNMPD_MS = @NTPSNMPD_MS@
452290001SglebiusNTPSNMPD_NI = @NTPSNMPD_NI@
453290001SglebiusNTPSWEEP_DB = @NTPSWEEP_DB@
454290001SglebiusNTPSWEEP_DL = @NTPSWEEP_DL@
455290001SglebiusNTPSWEEP_DS = @NTPSWEEP_DS@
456290001SglebiusNTPSWEEP_MS = @NTPSWEEP_MS@
457290001SglebiusNTPSWEEP_NI = @NTPSWEEP_NI@
458290001SglebiusNTPTIME_DB = @NTPTIME_DB@
459290001SglebiusNTPTIME_DL = @NTPTIME_DL@
460290001SglebiusNTPTIME_DS = @NTPTIME_DS@
461290001SglebiusNTPTIME_MS = @NTPTIME_MS@
462290001SglebiusNTPTIME_NI = @NTPTIME_NI@
463290001SglebiusNTPTRACE_DB = @NTPTRACE_DB@
464290001SglebiusNTPTRACE_DL = @NTPTRACE_DL@
465290001SglebiusNTPTRACE_DS = @NTPTRACE_DS@
466290001SglebiusNTPTRACE_MS = @NTPTRACE_MS@
467290001SglebiusNTPTRACE_NI = @NTPTRACE_NI@
468290001SglebiusNTP_FORCE_LIBEVENT_DIST = @NTP_FORCE_LIBEVENT_DIST@
469290001SglebiusNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
470290001SglebiusNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
471290001SglebiusNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
472290001SglebiusNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
473290001SglebiusNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
474290001SglebiusNTP_WAIT_DB = @NTP_WAIT_DB@
475290001SglebiusNTP_WAIT_DL = @NTP_WAIT_DL@
476290001SglebiusNTP_WAIT_DS = @NTP_WAIT_DS@
477290001SglebiusNTP_WAIT_MS = @NTP_WAIT_MS@
478290001SglebiusNTP_WAIT_NI = @NTP_WAIT_NI@
479290001SglebiusOBJDUMP = @OBJDUMP@
480132451SrobertoOBJEXT = @OBJEXT@
481290001SglebiusOTOOL = @OTOOL@
482290001SglebiusOTOOL64 = @OTOOL64@
483132451SrobertoPACKAGE = @PACKAGE@
484132451SrobertoPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
485132451SrobertoPACKAGE_NAME = @PACKAGE_NAME@
486132451SrobertoPACKAGE_STRING = @PACKAGE_STRING@
487132451SrobertoPACKAGE_TARNAME = @PACKAGE_TARNAME@
488200576SrobertoPACKAGE_URL = @PACKAGE_URL@
489132451SrobertoPACKAGE_VERSION = @PACKAGE_VERSION@
490290001SglebiusPATH_RUBY = @PATH_RUBY@
491132451SrobertoPATH_SEPARATOR = @PATH_SEPARATOR@
492290001SglebiusPKG_CONFIG = @PKG_CONFIG@
493290001SglebiusPOSIX_SHELL = @POSIX_SHELL@
494290001SglebiusPTHREAD_LIBS = @PTHREAD_LIBS@
495182007SrobertoRANLIB = @RANLIB@
496290001SglebiusSED = @SED@
497132451SrobertoSET_MAKE = @SET_MAKE@
498132451SrobertoSHELL = @SHELL@
499290001SglebiusSNTP = @SNTP@
500290001SglebiusSNTP_DB = @SNTP_DB@
501290001SglebiusSNTP_DL = @SNTP_DL@
502290001SglebiusSNTP_DS = @SNTP_DS@
503290001SglebiusSNTP_MS = @SNTP_MS@
504290001SglebiusSNTP_NI = @SNTP_NI@
505290001SglebiusSTDNORETURN_H = @STDNORETURN_H@
506132451SrobertoSTRIP = @STRIP@
507290001SglebiusTICKADJ_DB = @TICKADJ_DB@
508290001SglebiusTICKADJ_DL = @TICKADJ_DL@
509290001SglebiusTICKADJ_DS = @TICKADJ_DS@
510290001SglebiusTICKADJ_MS = @TICKADJ_MS@
511290001SglebiusTICKADJ_NI = @TICKADJ_NI@
512290001SglebiusTIMETRIM_DB = @TIMETRIM_DB@
513290001SglebiusTIMETRIM_DL = @TIMETRIM_DL@
514290001SglebiusTIMETRIM_DS = @TIMETRIM_DS@
515290001SglebiusTIMETRIM_MS = @TIMETRIM_MS@
516290001SglebiusTIMETRIM_NI = @TIMETRIM_NI@
517290001SglebiusUPDATE_LEAP_DB = @UPDATE_LEAP_DB@
518290001SglebiusUPDATE_LEAP_DL = @UPDATE_LEAP_DL@
519290001SglebiusUPDATE_LEAP_DS = @UPDATE_LEAP_DS@
520290001SglebiusUPDATE_LEAP_MS = @UPDATE_LEAP_MS@
521290001SglebiusUPDATE_LEAP_NI = @UPDATE_LEAP_NI@
522132451SrobertoVERSION = @VERSION@
523290001SglebiusVER_SUFFIX = @VER_SUFFIX@
524200576Srobertoabs_builddir = @abs_builddir@
525200576Srobertoabs_srcdir = @abs_srcdir@
526200576Srobertoabs_top_builddir = @abs_top_builddir@
527200576Srobertoabs_top_srcdir = @abs_top_srcdir@
528290001Sglebiusac_ct_AR = @ac_ct_AR@
529132451Srobertoac_ct_CC = @ac_ct_CC@
530290001Sglebiusac_ct_CXX = @ac_ct_CXX@
531290001Sglebiusac_ct_DUMPBIN = @ac_ct_DUMPBIN@
532132451Srobertoam__include = @am__include@
533132451Srobertoam__leading_dot = @am__leading_dot@
534132451Srobertoam__quote = @am__quote@
535182007Srobertoam__tar = @am__tar@
536182007Srobertoam__untar = @am__untar@
537290001Sglebiusbindir = @bindir@
538132451Srobertobuild = @build@
539132451Srobertobuild_alias = @build_alias@
540132451Srobertobuild_cpu = @build_cpu@
541132451Srobertobuild_os = @build_os@
542132451Srobertobuild_vendor = @build_vendor@
543200576Srobertobuilddir = @builddir@
544132451Srobertodatadir = @datadir@
545200576Srobertodatarootdir = @datarootdir@
546200576Srobertodocdir = @docdir@
547200576Srobertodvidir = @dvidir@
548132451Srobertoexec_prefix = @exec_prefix@
549132451Srobertohost = @host@
550132451Srobertohost_alias = @host_alias@
551132451Srobertohost_cpu = @host_cpu@
552132451Srobertohost_os = @host_os@
553132451Srobertohost_vendor = @host_vendor@
554200576Srobertohtmldir = @htmldir@
555132451Srobertoincludedir = @includedir@
556132451Srobertoinfodir = @infodir@
557132451Srobertoinstall_sh = @install_sh@
558132451Srobertolibdir = @libdir@
559132451Srobertolibexecdir = @libexecdir@
560200576Srobertolocaledir = @localedir@
561132451Srobertolocalstatedir = @localstatedir@
562132451Srobertomandir = @mandir@
563182007Srobertomkdir_p = @mkdir_p@
564132451Srobertooldincludedir = @oldincludedir@
565200576Srobertopdfdir = @pdfdir@
566132451Srobertoprefix = @prefix@
567132451Srobertoprogram_transform_name = @program_transform_name@
568200576Srobertopsdir = @psdir@
569132451Srobertosbindir = @sbindir@
570132451Srobertosharedstatedir = @sharedstatedir@
571200576Srobertosrcdir = @srcdir@
572290001Sglebiussubdirs = @subdirs@
573132451Srobertosysconfdir = @sysconfdir@
574132451Srobertotarget_alias = @target_alias@
575200576Srobertotop_build_prefix = @top_build_prefix@
576200576Srobertotop_builddir = @top_builddir@
577200576Srobertotop_srcdir = @top_srcdir@
578290001SglebiusACLOCAL_AMFLAGS = -I m4 -I libevent/m4 -I libopts/m4
579182007SrobertoNULL = 
580290001SglebiusAM_CFLAGS = $(CFLAGS_NTP)
581290001SglebiusAM_CPPFLAGS = $(SNTP_INCS) $(LIBOPTS_CFLAGS) $(CPPFLAGS_LIBEVENT) \
582290001Sglebius	$(CPPFLAGS_NTP)
583290001SglebiusAM_LDFLAGS = $(LDFLAGS_NTP)
584290001SglebiusLDADD = version.o libsntp.a $(LIBOPTS_LDADD) $(LDADD_LIBEVENT) \
585290001Sglebius	../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM) $(PTHREAD_LIBS) \
586290001Sglebius	$(LDADD_NTP)
587290001Sglebiusrun_ag = cd $(srcdir) &&	env PATH="$(abs_builddir):$(PATH)" AUTOGEN_DNE_DATE=-D	\
588290001Sglebius		autogen -L include -L ag-tpl --writable
589290001Sglebius
590290001Sglebiusstd_def_list = \
591290001Sglebius	$(srcdir)/include/debug-opt.def			\
592290001Sglebius	$(srcdir)/include/autogen-version.def 		\
593290001Sglebius	$(srcdir)/include/copyright.def 		\
594290001Sglebius	$(srcdir)/include/homerc.def 			\
595290001Sglebius	$(srcdir)/include/ntp.lic 			\
596290001Sglebius	$(srcdir)/include/version.def			\
597290001Sglebius	$(NULL)
598290001Sglebius
599290001Sglebiusbin_PROGRAMS = @SNTP_DB@
600290001Sglebiuslibexec_PROGRAMS = @SNTP_DL@
601290001Sglebiussbin_PROGRAMS = @SNTP_DS@
602290001SglebiusSUBDIRS = include scripts unity $(am__append_1) $(am__append_3) \
603290001Sglebius	$(am__append_4)
604290001SglebiusDIST_FAIL = $(am__append_2)
605290001Sglebius@BUILD_SNTP_TRUE@noinst_LIBRARIES = libsntp.a
606290001Sglebiuslibsntp_a_SOURCES = \
607290001Sglebius	crypto.c		\
608290001Sglebius	kod_management.c	\
609290001Sglebius	log.c			\
610290001Sglebius	main.c			\
611290001Sglebius	networking.c		\
612290001Sglebius	sntp-opts.c		\
613290001Sglebius	utilities.c		\
614290001Sglebius	$(NULL)
615290001Sglebius
616132451Srobertosntp_SOURCES = \
617290001Sglebius	sntp.c		\
618182007Sroberto	$(NULL)
619132451Sroberto
620290001Sglebiusnoinst_HEADERS = \
621290001Sglebius	crypto.h		\
622290001Sglebius	data_formats.h		\
623290001Sglebius	kod_management.h	\
624290001Sglebius	log.h			\
625290001Sglebius	main.h			\
626290001Sglebius	networking.h		\
627290001Sglebius	sntp-opts.h		\
628290001Sglebius	utilities.h		\
629290001Sglebius	$(NULL)
630132451Sroberto
631290001SglebiusDISTCLEANFILES = \
632290001Sglebius	.version			\
633290001Sglebius	version.c			\
634290001Sglebius	config.log			\
635290001Sglebius	$(man_MANS)			\
636290001Sglebius	$(NULL)
637132451Sroberto
638290001SglebiusEXTRA_DIST = \
639290001Sglebius	$(srcdir)/COPYRIGHT		\
640290001Sglebius	ag-tpl				\
641290001Sglebius	deps-ver			\
642290001Sglebius	invoke-sntp.menu		\
643290001Sglebius	invoke-sntp.texi		\
644290001Sglebius	@NTP_FORCE_LIBEVENT_DIST@	\
645290001Sglebius	libpkgver 			\
646290001Sglebius	loc				\
647290001Sglebius	sntp-opts.def			\
648290001Sglebius	sntp.1sntpman			\
649290001Sglebius	sntp.1sntpmdoc			\
650290001Sglebius	sntp.man.in			\
651290001Sglebius	sntp.mdoc.in			\
652290001Sglebius	sntp.html			\
653290001Sglebius	sntp.texi			\
654290001Sglebius	unity/auto			\
655290001Sglebius	$(srcdir)/scm-rev		\
656290001Sglebius	$(srcdir)/m4/version.m4		\
657290001Sglebius	$(NULL)
658290001Sglebius
659290001SglebiusBUILT_SOURCES = $(srcdir)/COPYRIGHT libtool $(srcdir)/sntp-opts.c \
660290001Sglebius	$(srcdir)/sntp-opts.h check-scm-rev \
661290001Sglebius	$(srcdir)/include/version.def $(srcdir)/m4/version.m4 \
662290001Sglebius	$(srcdir)/include/version.texi $(NULL) check-libntp \
663290001Sglebius	check-libopts .deps-ver
664290001SglebiusCLEANFILES = built-sources-only check-COPYRIGHT-submake $(NULL) \
665290001Sglebius	check-libntp check-libopts .deps-ver
666290001Sglebiusman1_MANS = 
667290001Sglebiusman8_MANS = 
668290001Sglebiusman_MANS = sntp.$(SNTP_MS)
669290001Sglebiushtml_DATA = \
670290001Sglebius	$(srcdir)/sntp.html		\
671290001Sglebius	$(NULL)
672290001Sglebius
673290001Sglebiusnoinst_DATA = \
674290001Sglebius	$(srcdir)/invoke-sntp.menu	\
675290001Sglebius	$(srcdir)/invoke-sntp.texi	\
676290001Sglebius	$(srcdir)/sntp.man.in		\
677290001Sglebius	$(srcdir)/sntp.mdoc.in		\
678290001Sglebius	$(NULL)
679290001Sglebius
680290001SglebiusSNTP_INCS = -I$(top_srcdir)/../include \
681290001Sglebius	-I$(top_srcdir)/../lib/isc/include \
682290001Sglebius	-I$(top_srcdir)/../lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
683290001Sglebius	-I$(top_srcdir)/../lib/isc/unix/include
684182007Srobertoall: $(BUILT_SOURCES) config.h
685182007Sroberto	$(MAKE) $(AM_MAKEFLAGS) all-recursive
686132451Sroberto
687132451Sroberto.SUFFIXES:
688182007Sroberto.SUFFIXES: .c .lo .o .obj
689290001Sglebiusam--refresh: Makefile
690182007Sroberto	@:
691290001Sglebius$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps)
692182007Sroberto	@for dep in $?; do \
693182007Sroberto	  case '$(am__configure_deps)' in \
694182007Sroberto	    *$$dep*) \
695200576Sroberto	      echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
696200576Sroberto	      $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
697182007Sroberto		&& exit 0; \
698182007Sroberto	      exit 1;; \
699182007Sroberto	  esac; \
700182007Sroberto	done; \
701200576Sroberto	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
702200576Sroberto	$(am__cd) $(top_srcdir) && \
703200576Sroberto	  $(AUTOMAKE) --foreign Makefile
704182007SrobertoMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
705182007Sroberto	@case '$?' in \
706182007Sroberto	  *config.status*) \
707182007Sroberto	    echo ' $(SHELL) ./config.status'; \
708182007Sroberto	    $(SHELL) ./config.status;; \
709182007Sroberto	  *) \
710182007Sroberto	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
711182007Sroberto	    cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
712182007Sroberto	esac;
713290001Sglebius$(top_srcdir)/bincheck.mf $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty):
714132451Sroberto
715182007Sroberto$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
716132451Sroberto	$(SHELL) ./config.status --recheck
717182007Sroberto
718182007Sroberto$(top_srcdir)/configure:  $(am__configure_deps)
719200576Sroberto	$(am__cd) $(srcdir) && $(AUTOCONF)
720182007Sroberto$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
721200576Sroberto	$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
722200576Sroberto$(am__aclocal_m4_deps):
723132451Sroberto
724182007Srobertoconfig.h: stamp-h1
725290001Sglebius	@test -f $@ || rm -f stamp-h1
726290001Sglebius	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
727182007Sroberto
728182007Srobertostamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
729182007Sroberto	@rm -f stamp-h1
730182007Sroberto	cd $(top_builddir) && $(SHELL) ./config.status config.h
731182007Sroberto$(srcdir)/config.h.in:  $(am__configure_deps) 
732200576Sroberto	($(am__cd) $(top_srcdir) && $(AUTOHEADER))
733182007Sroberto	rm -f stamp-h1
734182007Sroberto	touch $@
735182007Sroberto
736182007Srobertodistclean-hdr:
737182007Sroberto	-rm -f config.h stamp-h1
738290001Sglebius
739290001Sglebiusclean-noinstLIBRARIES:
740290001Sglebius	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
741290001Sglebius
742290001Sglebiuslibsntp.a: $(libsntp_a_OBJECTS) $(libsntp_a_DEPENDENCIES) $(EXTRA_libsntp_a_DEPENDENCIES) 
743290001Sglebius	$(AM_V_at)-rm -f libsntp.a
744290001Sglebius	$(AM_V_AR)$(libsntp_a_AR) libsntp.a $(libsntp_a_OBJECTS) $(libsntp_a_LIBADD)
745290001Sglebius	$(AM_V_at)$(RANLIB) libsntp.a
746132451Srobertoinstall-binPROGRAMS: $(bin_PROGRAMS)
747132451Sroberto	@$(NORMAL_INSTALL)
748200576Sroberto	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
749290001Sglebius	if test -n "$$list"; then \
750290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
751290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
752290001Sglebius	fi; \
753200576Sroberto	for p in $$list; do echo "$$p $$p"; done | \
754200576Sroberto	sed 's/$(EXEEXT)$$//' | \
755290001Sglebius	while read p p1; do if test -f $$p \
756290001Sglebius	 || test -f $$p1 \
757290001Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
758200576Sroberto	done | \
759290001Sglebius	sed -e 'p;s,.*/,,;n;h' \
760290001Sglebius	    -e 's|.*|.|' \
761200576Sroberto	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
762200576Sroberto	sed 'N;N;N;s,\n, ,g' | \
763200576Sroberto	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
764200576Sroberto	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
765200576Sroberto	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
766200576Sroberto	    else { print "f", $$3 "/" $$4, $$1; } } \
767200576Sroberto	  END { for (d in files) print "f", d, files[d] }' | \
768200576Sroberto	while read type dir files; do \
769200576Sroberto	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
770200576Sroberto	    test -z "$$files" || { \
771200576Sroberto	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
772200576Sroberto	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
773200576Sroberto	    } \
774200576Sroberto	; done
775132451Sroberto
776132451Srobertouninstall-binPROGRAMS:
777132451Sroberto	@$(NORMAL_UNINSTALL)
778200576Sroberto	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
779200576Sroberto	files=`for p in $$list; do echo "$$p"; done | \
780200576Sroberto	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
781290001Sglebius	      -e 's/$$/$(EXEEXT)/' \
782290001Sglebius	`; \
783200576Sroberto	test -n "$$list" || exit 0; \
784200576Sroberto	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
785200576Sroberto	cd "$(DESTDIR)$(bindir)" && rm -f $$files
786132451Sroberto
787132451Srobertoclean-binPROGRAMS:
788200576Sroberto	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
789200576Sroberto	echo " rm -f" $$list; \
790200576Sroberto	rm -f $$list || exit $$?; \
791200576Sroberto	test -n "$(EXEEXT)" || exit 0; \
792200576Sroberto	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
793200576Sroberto	echo " rm -f" $$list; \
794200576Sroberto	rm -f $$list
795290001Sglebiusinstall-libexecPROGRAMS: $(libexec_PROGRAMS)
796290001Sglebius	@$(NORMAL_INSTALL)
797290001Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
798290001Sglebius	if test -n "$$list"; then \
799290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
800290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
801290001Sglebius	fi; \
802290001Sglebius	for p in $$list; do echo "$$p $$p"; done | \
803290001Sglebius	sed 's/$(EXEEXT)$$//' | \
804290001Sglebius	while read p p1; do if test -f $$p \
805290001Sglebius	 || test -f $$p1 \
806290001Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
807290001Sglebius	done | \
808290001Sglebius	sed -e 'p;s,.*/,,;n;h' \
809290001Sglebius	    -e 's|.*|.|' \
810290001Sglebius	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
811290001Sglebius	sed 'N;N;N;s,\n, ,g' | \
812290001Sglebius	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
813290001Sglebius	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
814290001Sglebius	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
815290001Sglebius	    else { print "f", $$3 "/" $$4, $$1; } } \
816290001Sglebius	  END { for (d in files) print "f", d, files[d] }' | \
817290001Sglebius	while read type dir files; do \
818290001Sglebius	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
819290001Sglebius	    test -z "$$files" || { \
820290001Sglebius	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
821290001Sglebius	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
822290001Sglebius	    } \
823290001Sglebius	; done
824290001Sglebius
825290001Sglebiusuninstall-libexecPROGRAMS:
826290001Sglebius	@$(NORMAL_UNINSTALL)
827290001Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
828290001Sglebius	files=`for p in $$list; do echo "$$p"; done | \
829290001Sglebius	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
830290001Sglebius	      -e 's/$$/$(EXEEXT)/' \
831290001Sglebius	`; \
832290001Sglebius	test -n "$$list" || exit 0; \
833290001Sglebius	echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
834290001Sglebius	cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
835290001Sglebius
836290001Sglebiusclean-libexecPROGRAMS:
837290001Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
838290001Sglebius	echo " rm -f" $$list; \
839290001Sglebius	rm -f $$list || exit $$?; \
840290001Sglebius	test -n "$(EXEEXT)" || exit 0; \
841290001Sglebius	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
842290001Sglebius	echo " rm -f" $$list; \
843290001Sglebius	rm -f $$list
844290001Sglebiusinstall-sbinPROGRAMS: $(sbin_PROGRAMS)
845290001Sglebius	@$(NORMAL_INSTALL)
846290001Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
847290001Sglebius	if test -n "$$list"; then \
848290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
849290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
850290001Sglebius	fi; \
851290001Sglebius	for p in $$list; do echo "$$p $$p"; done | \
852290001Sglebius	sed 's/$(EXEEXT)$$//' | \
853290001Sglebius	while read p p1; do if test -f $$p \
854290001Sglebius	 || test -f $$p1 \
855290001Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
856290001Sglebius	done | \
857290001Sglebius	sed -e 'p;s,.*/,,;n;h' \
858290001Sglebius	    -e 's|.*|.|' \
859290001Sglebius	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
860290001Sglebius	sed 'N;N;N;s,\n, ,g' | \
861290001Sglebius	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
862290001Sglebius	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
863290001Sglebius	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
864290001Sglebius	    else { print "f", $$3 "/" $$4, $$1; } } \
865290001Sglebius	  END { for (d in files) print "f", d, files[d] }' | \
866290001Sglebius	while read type dir files; do \
867290001Sglebius	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
868290001Sglebius	    test -z "$$files" || { \
869290001Sglebius	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
870290001Sglebius	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
871290001Sglebius	    } \
872290001Sglebius	; done
873290001Sglebius
874290001Sglebiusuninstall-sbinPROGRAMS:
875290001Sglebius	@$(NORMAL_UNINSTALL)
876290001Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
877290001Sglebius	files=`for p in $$list; do echo "$$p"; done | \
878290001Sglebius	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
879290001Sglebius	      -e 's/$$/$(EXEEXT)/' \
880290001Sglebius	`; \
881290001Sglebius	test -n "$$list" || exit 0; \
882290001Sglebius	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
883290001Sglebius	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
884290001Sglebius
885290001Sglebiusclean-sbinPROGRAMS:
886290001Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
887290001Sglebius	echo " rm -f" $$list; \
888290001Sglebius	rm -f $$list || exit $$?; \
889290001Sglebius	test -n "$(EXEEXT)" || exit 0; \
890290001Sglebius	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
891290001Sglebius	echo " rm -f" $$list; \
892290001Sglebius	rm -f $$list
893290001Sglebius
894290001Sglebiussntp$(EXEEXT): $(sntp_OBJECTS) $(sntp_DEPENDENCIES) $(EXTRA_sntp_DEPENDENCIES) 
895132451Sroberto	@rm -f sntp$(EXEEXT)
896290001Sglebius	$(AM_V_CCLD)$(LINK) $(sntp_OBJECTS) $(sntp_LDADD) $(LIBS)
897132451Sroberto
898132451Srobertomostlyclean-compile:
899182007Sroberto	-rm -f *.$(OBJEXT)
900132451Sroberto
901132451Srobertodistclean-compile:
902132451Sroberto	-rm -f *.tab.c
903132451Sroberto
904290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/crypto.Po@am__quote@
905290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kod_management.Po@am__quote@
906290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
907132451Sroberto@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
908290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/networking.Po@am__quote@
909182007Sroberto@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sntp-opts.Po@am__quote@
910290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sntp.Po@am__quote@
911290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utilities.Po@am__quote@
912132451Sroberto
913132451Sroberto.c.o:
914290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
915290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
916290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
917182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
918290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
919132451Sroberto
920132451Sroberto.c.obj:
921290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
922290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
923290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
924182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
925290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
926182007Sroberto
927182007Sroberto.c.lo:
928290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
929290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
930290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
931182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
932290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
933182007Sroberto
934182007Srobertomostlyclean-libtool:
935182007Sroberto	-rm -f *.lo
936182007Sroberto
937182007Srobertoclean-libtool:
938182007Sroberto	-rm -rf .libs _libs
939182007Sroberto
940182007Srobertodistclean-libtool:
941200576Sroberto	-rm -f libtool config.lt
942290001Sglebiusinstall-man1: $(man1_MANS) $(man_MANS)
943182007Sroberto	@$(NORMAL_INSTALL)
944290001Sglebius	@list1='$(man1_MANS)'; \
945290001Sglebius	list2='$(man_MANS)'; \
946290001Sglebius	test -n "$(man1dir)" \
947290001Sglebius	  && test -n "`echo $$list1$$list2`" \
948290001Sglebius	  || exit 0; \
949290001Sglebius	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
950290001Sglebius	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
951290001Sglebius	{ for i in $$list1; do echo "$$i"; done;  \
952290001Sglebius	if test -n "$$list2"; then \
953290001Sglebius	  for i in $$list2; do echo "$$i"; done \
954290001Sglebius	    | sed -n '/\.1[a-z]*$$/p'; \
955290001Sglebius	fi; \
956200576Sroberto	} | while read p; do \
957200576Sroberto	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
958200576Sroberto	  echo "$$d$$p"; echo "$$p"; \
959200576Sroberto	done | \
960200576Sroberto	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
961200576Sroberto	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
962200576Sroberto	sed 'N;N;s,\n, ,g' | { \
963200576Sroberto	list=; while read file base inst; do \
964200576Sroberto	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
965200576Sroberto	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
966200576Sroberto	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
967200576Sroberto	  fi; \
968182007Sroberto	done; \
969200576Sroberto	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
970200576Sroberto	while read files; do \
971200576Sroberto	  test -z "$$files" || { \
972200576Sroberto	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
973200576Sroberto	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
974200576Sroberto	done; }
975200576Sroberto
976182007Srobertouninstall-man1:
977182007Sroberto	@$(NORMAL_UNINSTALL)
978290001Sglebius	@list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
979200576Sroberto	files=`{ for i in $$list; do echo "$$i"; done; \
980290001Sglebius	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
981200576Sroberto	  sed -n '/\.1[a-z]*$$/p'; \
982200576Sroberto	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
983200576Sroberto	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
984290001Sglebius	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
985290001Sglebiusinstall-man8: $(man8_MANS) $(man_MANS)
986290001Sglebius	@$(NORMAL_INSTALL)
987290001Sglebius	@list1='$(man8_MANS)'; \
988290001Sglebius	list2='$(man_MANS)'; \
989290001Sglebius	test -n "$(man8dir)" \
990290001Sglebius	  && test -n "`echo $$list1$$list2`" \
991290001Sglebius	  || exit 0; \
992290001Sglebius	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
993290001Sglebius	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
994290001Sglebius	{ for i in $$list1; do echo "$$i"; done;  \
995290001Sglebius	if test -n "$$list2"; then \
996290001Sglebius	  for i in $$list2; do echo "$$i"; done \
997290001Sglebius	    | sed -n '/\.8[a-z]*$$/p'; \
998290001Sglebius	fi; \
999290001Sglebius	} | while read p; do \
1000290001Sglebius	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1001290001Sglebius	  echo "$$d$$p"; echo "$$p"; \
1002290001Sglebius	done | \
1003290001Sglebius	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
1004290001Sglebius	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1005290001Sglebius	sed 'N;N;s,\n, ,g' | { \
1006290001Sglebius	list=; while read file base inst; do \
1007290001Sglebius	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1008290001Sglebius	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
1009290001Sglebius	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
1010290001Sglebius	  fi; \
1011290001Sglebius	done; \
1012290001Sglebius	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1013290001Sglebius	while read files; do \
1014290001Sglebius	  test -z "$$files" || { \
1015290001Sglebius	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
1016290001Sglebius	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
1017290001Sglebius	done; }
1018132451Sroberto
1019290001Sglebiusuninstall-man8:
1020290001Sglebius	@$(NORMAL_UNINSTALL)
1021290001Sglebius	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
1022290001Sglebius	files=`{ for i in $$list; do echo "$$i"; done; \
1023290001Sglebius	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1024290001Sglebius	  sed -n '/\.8[a-z]*$$/p'; \
1025290001Sglebius	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
1026290001Sglebius	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1027290001Sglebius	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
1028290001Sglebiusinstall-htmlDATA: $(html_DATA)
1029290001Sglebius	@$(NORMAL_INSTALL)
1030290001Sglebius	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
1031290001Sglebius	if test -n "$$list"; then \
1032290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
1033290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
1034290001Sglebius	fi; \
1035290001Sglebius	for p in $$list; do \
1036290001Sglebius	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1037290001Sglebius	  echo "$$d$$p"; \
1038290001Sglebius	done | $(am__base_list) | \
1039290001Sglebius	while read files; do \
1040290001Sglebius	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
1041290001Sglebius	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
1042290001Sglebius	done
1043290001Sglebius
1044290001Sglebiusuninstall-htmlDATA:
1045290001Sglebius	@$(NORMAL_UNINSTALL)
1046290001Sglebius	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
1047290001Sglebius	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1048290001Sglebius	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
1049290001Sglebius
1050182007Sroberto# This directory's subdirectories are mostly independent; you can cd
1051290001Sglebius# into them and run 'make' without going through this Makefile.
1052290001Sglebius# To change the values of 'make' variables: instead of editing Makefiles,
1053290001Sglebius# (1) if the variable is set in 'config.status', edit 'config.status'
1054290001Sglebius#     (which will cause the Makefiles to be regenerated when you run 'make');
1055290001Sglebius# (2) otherwise, pass the desired values on the 'make' command line.
1056290001Sglebius$(am__recursive_targets):
1057290001Sglebius	@fail=; \
1058290001Sglebius	if $(am__make_keepgoing); then \
1059290001Sglebius	  failcom='fail=yes'; \
1060290001Sglebius	else \
1061290001Sglebius	  failcom='exit 1'; \
1062290001Sglebius	fi; \
1063182007Sroberto	dot_seen=no; \
1064182007Sroberto	target=`echo $@ | sed s/-recursive//`; \
1065290001Sglebius	case "$@" in \
1066290001Sglebius	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
1067290001Sglebius	  *) list='$(SUBDIRS)' ;; \
1068290001Sglebius	esac; \
1069290001Sglebius	for subdir in $$list; do \
1070182007Sroberto	  echo "Making $$target in $$subdir"; \
1071182007Sroberto	  if test "$$subdir" = "."; then \
1072182007Sroberto	    dot_seen=yes; \
1073182007Sroberto	    local_target="$$target-am"; \
1074182007Sroberto	  else \
1075182007Sroberto	    local_target="$$target"; \
1076182007Sroberto	  fi; \
1077200576Sroberto	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1078182007Sroberto	  || eval $$failcom; \
1079182007Sroberto	done; \
1080182007Sroberto	if test "$$dot_seen" = "no"; then \
1081182007Sroberto	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
1082182007Sroberto	fi; test -z "$$fail"
1083132451Sroberto
1084290001SglebiusID: $(am__tagged_files)
1085290001Sglebius	$(am__define_uniq_tagged_files); mkid -fID $$unique
1086290001Sglebiustags: tags-recursive
1087290001SglebiusTAGS: tags
1088132451Sroberto
1089290001Sglebiustags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1090200576Sroberto	set x; \
1091132451Sroberto	here=`pwd`; \
1092182007Sroberto	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
1093182007Sroberto	  include_option=--etags-include; \
1094182007Sroberto	  empty_fix=.; \
1095182007Sroberto	else \
1096182007Sroberto	  include_option=--include; \
1097182007Sroberto	  empty_fix=; \
1098182007Sroberto	fi; \
1099182007Sroberto	list='$(SUBDIRS)'; for subdir in $$list; do \
1100182007Sroberto	  if test "$$subdir" = .; then :; else \
1101182007Sroberto	    test ! -f $$subdir/TAGS || \
1102200576Sroberto	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1103182007Sroberto	  fi; \
1104182007Sroberto	done; \
1105290001Sglebius	$(am__define_uniq_tagged_files); \
1106200576Sroberto	shift; \
1107200576Sroberto	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1108182007Sroberto	  test -n "$$unique" || unique=$$empty_fix; \
1109200576Sroberto	  if test $$# -gt 0; then \
1110200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1111200576Sroberto	      "$$@" $$unique; \
1112200576Sroberto	  else \
1113200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1114200576Sroberto	      $$unique; \
1115200576Sroberto	  fi; \
1116182007Sroberto	fi
1117290001Sglebiusctags: ctags-recursive
1118290001Sglebius
1119290001SglebiusCTAGS: ctags
1120290001Sglebiusctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1121290001Sglebius	$(am__define_uniq_tagged_files); \
1122200576Sroberto	test -z "$(CTAGS_ARGS)$$unique" \
1123132451Sroberto	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1124200576Sroberto	     $$unique
1125132451Sroberto
1126132451SrobertoGTAGS:
1127132451Sroberto	here=`$(am__cd) $(top_builddir) && pwd` \
1128200576Sroberto	  && $(am__cd) $(top_srcdir) \
1129200576Sroberto	  && gtags -i $(GTAGS_ARGS) "$$here"
1130290001Sglebiuscscope: cscope.files
1131290001Sglebius	test ! -s cscope.files \
1132290001Sglebius	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
1133290001Sglebiusclean-cscope:
1134290001Sglebius	-rm -f cscope.files
1135290001Sglebiuscscope.files: clean-cscope cscopelist
1136290001Sglebiuscscopelist: cscopelist-recursive
1137132451Sroberto
1138290001Sglebiuscscopelist-am: $(am__tagged_files)
1139290001Sglebius	list='$(am__tagged_files)'; \
1140290001Sglebius	case "$(srcdir)" in \
1141290001Sglebius	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1142290001Sglebius	  *) sdir=$(subdir)/$(srcdir) ;; \
1143290001Sglebius	esac; \
1144290001Sglebius	for i in $$list; do \
1145290001Sglebius	  if test -f "$$i"; then \
1146290001Sglebius	    echo "$(subdir)/$$i"; \
1147290001Sglebius	  else \
1148290001Sglebius	    echo "$$sdir/$$i"; \
1149290001Sglebius	  fi; \
1150290001Sglebius	done >> $(top_builddir)/cscope.files
1151290001Sglebius
1152132451Srobertodistclean-tags:
1153132451Sroberto	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1154290001Sglebius	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
1155132451Sroberto
1156132451Srobertodistdir: $(DISTFILES)
1157132451Sroberto	$(am__remove_distdir)
1158200576Sroberto	test -d "$(distdir)" || mkdir "$(distdir)"
1159200576Sroberto	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1160200576Sroberto	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1161200576Sroberto	list='$(DISTFILES)'; \
1162200576Sroberto	  dist_files=`for file in $$list; do echo $$file; done | \
1163200576Sroberto	  sed -e "s|^$$srcdirstrip/||;t" \
1164200576Sroberto	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1165200576Sroberto	case $$dist_files in \
1166200576Sroberto	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1167200576Sroberto			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1168200576Sroberto			   sort -u` ;; \
1169200576Sroberto	esac; \
1170200576Sroberto	for file in $$dist_files; do \
1171132451Sroberto	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1172132451Sroberto	  if test -d $$d/$$file; then \
1173200576Sroberto	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1174200576Sroberto	    if test -d "$(distdir)/$$file"; then \
1175200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1176200576Sroberto	    fi; \
1177132451Sroberto	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1178200576Sroberto	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1179200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1180132451Sroberto	    fi; \
1181200576Sroberto	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1182132451Sroberto	  else \
1183200576Sroberto	    test -f "$(distdir)/$$file" \
1184200576Sroberto	    || cp -p $$d/$$file "$(distdir)/$$file" \
1185132451Sroberto	    || exit 1; \
1186132451Sroberto	  fi; \
1187132451Sroberto	done
1188200576Sroberto	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1189182007Sroberto	  if test "$$subdir" = .; then :; else \
1190290001Sglebius	    $(am__make_dryrun) \
1191290001Sglebius	      || test -d "$(distdir)/$$subdir" \
1192290001Sglebius	      || $(MKDIR_P) "$(distdir)/$$subdir" \
1193290001Sglebius	      || exit 1; \
1194200576Sroberto	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
1195200576Sroberto	    $(am__relativize); \
1196200576Sroberto	    new_distdir=$$reldir; \
1197200576Sroberto	    dir1=$$subdir; dir2="$(top_distdir)"; \
1198200576Sroberto	    $(am__relativize); \
1199200576Sroberto	    new_top_distdir=$$reldir; \
1200200576Sroberto	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
1201200576Sroberto	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
1202200576Sroberto	    ($(am__cd) $$subdir && \
1203182007Sroberto	      $(MAKE) $(AM_MAKEFLAGS) \
1204200576Sroberto	        top_distdir="$$new_top_distdir" \
1205200576Sroberto	        distdir="$$new_distdir" \
1206200576Sroberto		am__remove_distdir=: \
1207200576Sroberto		am__skip_length_check=: \
1208200576Sroberto		am__skip_mode_fix=: \
1209182007Sroberto	        distdir) \
1210182007Sroberto	      || exit 1; \
1211182007Sroberto	  fi; \
1212182007Sroberto	done
1213200576Sroberto	-test -n "$(am__skip_mode_fix)" \
1214290001Sglebius	|| find "$(distdir)" -type d ! -perm -755 \
1215290001Sglebius		-exec chmod u+rwx,go+rx {} \; -o \
1216132451Sroberto	  ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1217132451Sroberto	  ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1218200576Sroberto	  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1219200576Sroberto	|| chmod -R a+r "$(distdir)"
1220132451Srobertodist-gzip: distdir
1221182007Sroberto	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1222290001Sglebius	$(am__post_remove_distdir)
1223132451Sroberto
1224182007Srobertodist-bzip2: distdir
1225290001Sglebius	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1226290001Sglebius	$(am__post_remove_distdir)
1227182007Sroberto
1228290001Sglebiusdist-lzip: distdir
1229290001Sglebius	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1230290001Sglebius	$(am__post_remove_distdir)
1231200576Sroberto
1232200576Srobertodist-xz: distdir
1233290001Sglebius	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1234290001Sglebius	$(am__post_remove_distdir)
1235200576Sroberto
1236182007Srobertodist-tarZ: distdir
1237290001Sglebius	@echo WARNING: "Support for distribution archives compressed with" \
1238290001Sglebius		       "legacy program 'compress' is deprecated." >&2
1239290001Sglebius	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1240182007Sroberto	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1241290001Sglebius	$(am__post_remove_distdir)
1242182007Sroberto
1243182007Srobertodist-shar: distdir
1244290001Sglebius	@echo WARNING: "Support for shar distribution archives is" \
1245290001Sglebius	               "deprecated." >&2
1246290001Sglebius	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1247182007Sroberto	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1248290001Sglebius	$(am__post_remove_distdir)
1249182007Sroberto
1250182007Srobertodist-zip: distdir
1251182007Sroberto	-rm -f $(distdir).zip
1252182007Sroberto	zip -rq $(distdir).zip $(distdir)
1253290001Sglebius	$(am__post_remove_distdir)
1254182007Sroberto
1255290001Sglebiusdist dist-all:
1256290001Sglebius	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1257290001Sglebius	$(am__post_remove_distdir)
1258132451Sroberto
1259132451Sroberto# This target untars the dist file and tries a VPATH configuration.  Then
1260132451Sroberto# it guarantees that the distribution is self-contained by making another
1261132451Sroberto# tarfile.
1262132451Srobertodistcheck: dist
1263182007Sroberto	case '$(DIST_ARCHIVES)' in \
1264182007Sroberto	*.tar.gz*) \
1265290001Sglebius	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1266182007Sroberto	*.tar.bz2*) \
1267290001Sglebius	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1268290001Sglebius	*.tar.lz*) \
1269290001Sglebius	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1270200576Sroberto	*.tar.xz*) \
1271200576Sroberto	  xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1272182007Sroberto	*.tar.Z*) \
1273182007Sroberto	  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1274182007Sroberto	*.shar.gz*) \
1275290001Sglebius	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1276182007Sroberto	*.zip*) \
1277182007Sroberto	  unzip $(distdir).zip ;;\
1278182007Sroberto	esac
1279290001Sglebius	chmod -R a-w $(distdir)
1280290001Sglebius	chmod u+w $(distdir)
1281290001Sglebius	mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1282132451Sroberto	chmod a-w $(distdir)
1283200576Sroberto	test -d $(distdir)/_build || exit 0; \
1284132451Sroberto	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1285132451Sroberto	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1286200576Sroberto	  && am__cwd=`pwd` \
1287290001Sglebius	  && $(am__cd) $(distdir)/_build/sub \
1288290001Sglebius	  && ../../configure \
1289290001Sglebius	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1290132451Sroberto	    $(DISTCHECK_CONFIGURE_FLAGS) \
1291290001Sglebius	    --srcdir=../.. --prefix="$$dc_install_base" \
1292132451Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) \
1293132451Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
1294132451Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) check \
1295132451Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) install \
1296132451Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1297132451Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1298132451Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1299132451Sroberto	        distuninstallcheck \
1300132451Sroberto	  && chmod -R a-w "$$dc_install_base" \
1301132451Sroberto	  && ({ \
1302182007Sroberto	       (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1303132451Sroberto	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1304132451Sroberto	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1305132451Sroberto	       && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1306132451Sroberto	            distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1307132451Sroberto	      } || { rm -rf "$$dc_destdir"; exit 1; }) \
1308132451Sroberto	  && rm -rf "$$dc_destdir" \
1309182007Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) dist \
1310182007Sroberto	  && rm -rf $(DIST_ARCHIVES) \
1311200576Sroberto	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1312200576Sroberto	  && cd "$$am__cwd" \
1313200576Sroberto	  || exit 1
1314290001Sglebius	$(am__post_remove_distdir)
1315182007Sroberto	@(echo "$(distdir) archives ready for distribution: "; \
1316182007Sroberto	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1317200576Sroberto	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1318132451Srobertodistuninstallcheck:
1319290001Sglebius	@test -n '$(distuninstallcheck_dir)' || { \
1320290001Sglebius	  echo 'ERROR: trying to run $@ with an empty' \
1321290001Sglebius	       '$$(distuninstallcheck_dir)' >&2; \
1322290001Sglebius	  exit 1; \
1323290001Sglebius	}; \
1324290001Sglebius	$(am__cd) '$(distuninstallcheck_dir)' || { \
1325290001Sglebius	  echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1326290001Sglebius	  exit 1; \
1327290001Sglebius	}; \
1328290001Sglebius	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1329132451Sroberto	   || { echo "ERROR: files left after uninstall:" ; \
1330132451Sroberto	        if test -n "$(DESTDIR)"; then \
1331132451Sroberto	          echo "  (check DESTDIR support)"; \
1332132451Sroberto	        fi ; \
1333132451Sroberto	        $(distuninstallcheck_listfiles) ; \
1334132451Sroberto	        exit 1; } >&2
1335132451Srobertodistcleancheck: distclean
1336132451Sroberto	@if test '$(srcdir)' = . ; then \
1337132451Sroberto	  echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1338132451Sroberto	  exit 1 ; \
1339132451Sroberto	fi
1340132451Sroberto	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1341132451Sroberto	  || { echo "ERROR: files left in build directory after distclean:" ; \
1342132451Sroberto	       $(distcleancheck_listfiles) ; \
1343132451Sroberto	       exit 1; } >&2
1344132451Srobertocheck-am: all-am
1345182007Srobertocheck: $(BUILT_SOURCES)
1346182007Sroberto	$(MAKE) $(AM_MAKEFLAGS) check-recursive
1347290001Sglebiusall-am: Makefile $(LIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS) \
1348290001Sglebius		config.h
1349182007Srobertoinstalldirs: installdirs-recursive
1350182007Srobertoinstalldirs-am:
1351290001Sglebius	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"; do \
1352200576Sroberto	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1353182007Sroberto	done
1354182007Srobertoinstall: $(BUILT_SOURCES)
1355182007Sroberto	$(MAKE) $(AM_MAKEFLAGS) install-recursive
1356182007Srobertoinstall-exec: install-exec-recursive
1357182007Srobertoinstall-data: install-data-recursive
1358182007Srobertouninstall: uninstall-recursive
1359132451Sroberto
1360132451Srobertoinstall-am: all-am
1361132451Sroberto	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1362132451Sroberto
1363182007Srobertoinstallcheck: installcheck-recursive
1364132451Srobertoinstall-strip:
1365290001Sglebius	if test -z '$(STRIP)'; then \
1366290001Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1367290001Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1368290001Sglebius	      install; \
1369290001Sglebius	else \
1370290001Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1371290001Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1372290001Sglebius	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1373290001Sglebius	fi
1374132451Srobertomostlyclean-generic:
1375132451Sroberto
1376132451Srobertoclean-generic:
1377290001Sglebius	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1378132451Sroberto
1379132451Srobertodistclean-generic:
1380182007Sroberto	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1381200576Sroberto	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1382290001Sglebius	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1383132451Sroberto
1384132451Srobertomaintainer-clean-generic:
1385132451Sroberto	@echo "This command is intended for maintainers to use"
1386132451Sroberto	@echo "it deletes files that may require special tools to rebuild."
1387182007Sroberto	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1388182007Srobertoclean: clean-recursive
1389132451Sroberto
1390290001Sglebiusclean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
1391290001Sglebius	clean-libtool clean-noinstLIBRARIES clean-sbinPROGRAMS \
1392290001Sglebius	mostlyclean-am
1393132451Sroberto
1394182007Srobertodistclean: distclean-recursive
1395132451Sroberto	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1396132451Sroberto	-rm -rf ./$(DEPDIR)
1397132451Sroberto	-rm -f Makefile
1398132451Srobertodistclean-am: clean-am distclean-compile distclean-generic \
1399182007Sroberto	distclean-hdr distclean-libtool distclean-tags
1400132451Sroberto
1401182007Srobertodvi: dvi-recursive
1402132451Sroberto
1403132451Srobertodvi-am:
1404132451Sroberto
1405182007Srobertohtml: html-recursive
1406132451Sroberto
1407200576Srobertohtml-am:
1408200576Sroberto
1409182007Srobertoinfo: info-recursive
1410182007Sroberto
1411132451Srobertoinfo-am:
1412132451Sroberto
1413290001Sglebiusinstall-data-am: install-data-local install-htmlDATA install-man
1414132451Sroberto
1415200576Srobertoinstall-dvi: install-dvi-recursive
1416200576Sroberto
1417200576Srobertoinstall-dvi-am:
1418200576Sroberto
1419290001Sglebiusinstall-exec-am: install-binPROGRAMS install-libexecPROGRAMS \
1420290001Sglebius	install-sbinPROGRAMS
1421182007Sroberto	@$(NORMAL_INSTALL)
1422182007Sroberto	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1423200576Srobertoinstall-html: install-html-recursive
1424132451Sroberto
1425200576Srobertoinstall-html-am:
1426200576Sroberto
1427182007Srobertoinstall-info: install-info-recursive
1428132451Sroberto
1429200576Srobertoinstall-info-am:
1430200576Sroberto
1431290001Sglebiusinstall-man: install-man1 install-man8
1432132451Sroberto
1433200576Srobertoinstall-pdf: install-pdf-recursive
1434200576Sroberto
1435200576Srobertoinstall-pdf-am:
1436200576Sroberto
1437200576Srobertoinstall-ps: install-ps-recursive
1438200576Sroberto
1439200576Srobertoinstall-ps-am:
1440200576Sroberto
1441132451Srobertoinstallcheck-am:
1442132451Sroberto
1443182007Srobertomaintainer-clean: maintainer-clean-recursive
1444132451Sroberto	-rm -f $(am__CONFIG_DISTCLEAN_FILES)
1445132451Sroberto	-rm -rf $(top_srcdir)/autom4te.cache
1446132451Sroberto	-rm -rf ./$(DEPDIR)
1447132451Sroberto	-rm -f Makefile
1448132451Srobertomaintainer-clean-am: distclean-am maintainer-clean-generic
1449132451Sroberto
1450182007Srobertomostlyclean: mostlyclean-recursive
1451132451Sroberto
1452182007Srobertomostlyclean-am: mostlyclean-compile mostlyclean-generic \
1453182007Sroberto	mostlyclean-libtool
1454132451Sroberto
1455182007Srobertopdf: pdf-recursive
1456132451Sroberto
1457132451Srobertopdf-am:
1458132451Sroberto
1459182007Srobertops: ps-recursive
1460132451Sroberto
1461132451Srobertops-am:
1462132451Sroberto
1463290001Sglebiusuninstall-am: uninstall-binPROGRAMS uninstall-htmlDATA \
1464290001Sglebius	uninstall-libexecPROGRAMS uninstall-man uninstall-sbinPROGRAMS
1465132451Sroberto
1466290001Sglebiusuninstall-man: uninstall-man1 uninstall-man8
1467182007Sroberto
1468290001Sglebius.MAKE: $(am__recursive_targets) all check install install-am \
1469290001Sglebius	install-exec-am install-strip
1470200576Sroberto
1471290001Sglebius.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1472290001Sglebius	am--refresh check check-am clean clean-binPROGRAMS \
1473290001Sglebius	clean-cscope clean-generic clean-libexecPROGRAMS clean-libtool \
1474290001Sglebius	clean-noinstLIBRARIES clean-sbinPROGRAMS cscope cscopelist-am \
1475290001Sglebius	ctags ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
1476290001Sglebius	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
1477290001Sglebius	distclean-compile distclean-generic distclean-hdr \
1478290001Sglebius	distclean-libtool distclean-tags distcleancheck distdir \
1479290001Sglebius	distuninstallcheck dvi dvi-am html html-am info info-am \
1480290001Sglebius	install install-am install-binPROGRAMS install-data \
1481290001Sglebius	install-data-am install-data-local install-dvi install-dvi-am \
1482290001Sglebius	install-exec install-exec-am install-exec-hook install-html \
1483290001Sglebius	install-html-am install-htmlDATA install-info install-info-am \
1484290001Sglebius	install-libexecPROGRAMS install-man install-man1 install-man8 \
1485290001Sglebius	install-pdf install-pdf-am install-ps install-ps-am \
1486290001Sglebius	install-sbinPROGRAMS install-strip installcheck \
1487290001Sglebius	installcheck-am installdirs installdirs-am maintainer-clean \
1488200576Sroberto	maintainer-clean-generic mostlyclean mostlyclean-compile \
1489200576Sroberto	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1490290001Sglebius	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1491290001Sglebius	uninstall-htmlDATA uninstall-libexecPROGRAMS uninstall-man \
1492290001Sglebius	uninstall-man1 uninstall-man8 uninstall-sbinPROGRAMS
1493182007Sroberto
1494290001Sglebius.PRECIOUS: Makefile
1495182007Sroberto
1496290001Sglebius
1497290001Sglebiusinstall-data-local: install-html
1498290001Sglebius
1499182007SrobertoFRC:
1500290001Sglebius	@: do-nothing action to prevent default SCCS get
1501290001Sglebius	@: FRC "force" depends on nothing and is not a file, so is
1502290001Sglebius	@: always out-of-date causing targets which depend on it to
1503290001Sglebius	@: similarly always be outdated causing their rules to fire
1504290001Sglebius	@: each time they or a dependent is built.
1505290001Sglebius
1506290001Sglebius$(PROGRAMS): version.o
1507290001Sglebius
1508290001Sglebiusversion.c: $(sntp_OBJECTS) ../libntp/libntp.a Makefile $(srcdir)/scm-rev
1509290001Sglebius	env CSET=`cat $(srcdir)/scm-rev` $(top_builddir)/../scripts/build/mkver sntp
1510290001Sglebius
1511290001Sglebiusversion.o: version.c
1512290001Sglebius	env CCACHE_DISABLE=1 $(COMPILE) -c version.c -o version.o
1513290001Sglebius
1514182007Srobertocheck-autogen-version.def: FRC
1515182007Sroberto	@cd $(srcdir)							\
1516182007Sroberto	&& test -r ../include/autogen-version.def			\
1517182007Sroberto	&& ( if cmp -s ../include/autogen-version.def autogen-version.def; \
1518182007Sroberto	   then : ;							\
1519182007Sroberto	   else cp ../include/autogen-version.def autogen-version.def;	 \
1520182007Sroberto		echo "Installing new sntp/autogen-version.def file";	\
1521182007Sroberto	   fi )
1522182007Sroberto
1523290001Sglebius$(srcdir)/autogen-version.def:
1524290001Sglebius	$(MAKE) $(AM_MAKEFLAGS) check-autogen-version.def
1525182007Sroberto
1526290001Sglebiusbuilt-sources-only: $(BUILT_SOURCES)
1527290001Sglebius	@: do-nothing action to avoid default SCCS get
1528290001Sglebius
1529290001Sglebiuscheck-scm-rev: $(srcdir)/scm-rev
1530290001Sglebius	@: do-nothing
1531290001Sglebius
1532290001Sglebius$(srcdir)/scm-rev:
1533290001Sglebius	-test -r $(srcdir)/../SCCS/s.ChangeSet &&		\
1534290001Sglebius	    (bk version) >/dev/null 2>&1 &&			\
1535290001Sglebius	    cd $(srcdir)/.. &&					\
1536290001Sglebius	    x=`bk -R prs -hr+ -nd:I: ChangeSet` &&		\
1537290001Sglebius	    y=`cat sntp/scm-rev 2>/dev/null` || true &&		\
1538290001Sglebius	    case "$$x" in ''|$$y) ;; *) echo $$x > sntp/scm-rev ;; esac
1539290001Sglebius
1540290001Sglebius$(srcdir)/m4/version.m4: $(srcdir)/../packageinfo.sh
1541290001Sglebius	TEMPDIR=`pwd` && export TEMPDIR && cd $(srcdir) && \
1542290001Sglebius	../scripts/build/genver m4/version.m4
1543290001Sglebius
1544290001Sglebius$(srcdir)/include/version.def: $(srcdir)/../packageinfo.sh
1545290001Sglebius	TEMPDIR=`pwd` && export TEMPDIR && cd $(srcdir) && \
1546290001Sglebius	../scripts/build/genver include/version.def
1547290001Sglebius
1548290001Sglebius$(srcdir)/include/version.texi: $(srcdir)/../packageinfo.sh
1549290001Sglebius	TEMPDIR=`pwd` && export TEMPDIR && cd $(srcdir) && \
1550290001Sglebius	../scripts/build/genver include/version.texi
1551290001Sglebius
1552290001Sglebius$(srcdir)/../COPYRIGHT:
1553290001Sglebius	cd .. && $(MAKE) $(AM_MAKEFLAGS) COPYRIGHT-please
1554290001Sglebius
1555290001Sglebiuscheck-COPYRIGHT-submake: $(srcdir)/../COPYRIGHT
1556290001Sglebius	@cmp -s $(srcdir)/../COPYRIGHT $(srcdir)/COPYRIGHT	\
1557290001Sglebius	 || { cp $(srcdir)/../COPYRIGHT $(srcdir)		\
1558290001Sglebius	      && echo 'updated sntp/COPYRIGHT installed' ;}
1559290001Sglebius	@echo 'submake avoided if this file is newer than parent COPYRIGHT' > $@
1560290001Sglebius
1561290001Sglebiuscheck-COPYRIGHT: FRC
1562290001Sglebius	[ ! -r $(srcdir)/../COPYRIGHT ]					\
1563290001Sglebius	|| [ check-COPYRIGHT-submake -nt $(srcdir)/../COPYRIGHT ]	\
1564290001Sglebius	|| $(MAKE) $(AM_MAKEFLAGS) check-COPYRIGHT-submake
1565290001Sglebius
1566290001Sglebius$(srcdir)/COPYRIGHT: check-COPYRIGHT
1567290001Sglebius	@: do-nothing action to prevent any default
1568290001Sglebius
1569182007Sroberto$(srcdir)/sntp-opts.h: $(srcdir)/sntp-opts.c
1570290001Sglebius	@: do-nothing action to avoid default SCCS get, .h built with .c
1571290001Sglebius
1572290001Sglebius$(srcdir)/sntp-opts.c: $(srcdir)/sntp-opts.def $(std_def_list)
1573182007Sroberto	$(run_ag) sntp-opts.def
1574182007Sroberto
1575290001Sglebius###
1576182007Sroberto
1577290001Sglebius$(srcdir)/sntp.1sntpman: $(srcdir)/sntp-opts.def $(std_def_list)
1578290001Sglebius	$(run_ag) -DMAN_SECTION=1sntpman -Tagman-cmd.tpl sntp-opts.def
1579182007Sroberto
1580290001Sglebius$(srcdir)/sntp.man.in: $(srcdir)/sntp.1sntpman $(srcdir)/scripts/mansec2subst.sed
1581290001Sglebius	sed -f $(srcdir)/scripts/mansec2subst.sed $(srcdir)/sntp.1sntpman > $(srcdir)/sntp.man.in+
1582290001Sglebius	mv $(srcdir)/sntp.man.in+ $(srcdir)/sntp.man.in
1583290001Sglebius
1584290001Sglebius###
1585290001Sglebius
1586290001Sglebius$(srcdir)/sntp.1sntpmdoc: $(srcdir)/sntp-opts.def $(std_def_list)
1587290001Sglebius	$(run_ag) -DMAN_SECTION=1sntpmdoc -Tagmdoc-cmd.tpl sntp-opts.def
1588290001Sglebius
1589290001Sglebius$(srcdir)/sntp.mdoc.in: $(srcdir)/sntp.1sntpmdoc $(srcdir)/scripts/mansec2subst.sed
1590290001Sglebius	sed -f $(srcdir)/scripts/mansec2subst.sed $(srcdir)/sntp.1sntpmdoc > $(srcdir)/sntp.mdoc.in+
1591290001Sglebius	mv $(srcdir)/sntp.mdoc.in+ $(srcdir)/sntp.mdoc.in
1592290001Sglebius
1593290001Sglebius###
1594290001Sglebius
1595290001Sglebiussntp.$(SNTP_MS): $(srcdir)/sntp.$(MANTAGFMT).in $(top_builddir)/config.status
1596290001Sglebius	$(top_builddir)/config.status --file=sntp.$(SNTP_MS)+:$(srcdir)/sntp.$(MANTAGFMT).in
1597290001Sglebius	mv sntp.$(SNTP_MS)+ sntp.$(SNTP_MS)
1598290001Sglebius
1599290001Sglebius###
1600290001Sglebius
1601290001Sglebius$(srcdir)/invoke-sntp.menu: $(srcdir)/invoke-sntp.texi
1602290001Sglebius	@: do-nothing action to avoid default SCCS get, .menu built with .texi
1603290001Sglebius
1604290001Sglebius$(srcdir)/invoke-sntp.texi: $(srcdir)/sntp-opts.def $(std_def_list)
1605290001Sglebius	$(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section sntp-opts.def
1606290001Sglebius	$(top_srcdir)/../scripts/build/check--help $@
1607290001Sglebius
1608290001Sglebius$(srcdir)/sntp.html: $(srcdir)/invoke-sntp.menu $(srcdir)/invoke-sntp.texi $(srcdir)/sntp.texi $(srcdir)/include/version.texi
1609290001Sglebius	cd $(srcdir) && ( makeinfo --force --html --no-split -o sntp.html sntp.texi || true )
1610290001Sglebius
1611290001Sglebiuslibtool: $(LIBTOOL_DEPS)
1612290001Sglebius	./config.status --recheck
1613290001Sglebius
1614290001Sglebius# HMS: libevent/ is a target if it's in EXTRA_DIST via NTP_FORCE_LIBEVENT_DIST.
1615290001Sglebius# Note that libevent/ is already in DIST_SUBDIRS (implicit in Makefile.am
1616290001Sglebius# but explicit in Makefile.in).  This check doesn't help with distclean.
1617290001Sglebiuslibevent: distdir-pre-check
1618290001Sglebius
1619290001Sglebius# HMS: Stops the build for gmake or pmake
1620290001Sglebiusdistdir-pre-check:
1621290001Sglebius	case "$(DIST_FAIL)" in	\
1622290001Sglebius	 '')  ;;		\
1623290001Sglebius	 *) $(error re-run configure adding $(DIST_FAIL) if you want to make a distribution.);	\
1624290001Sglebius	    echo "re-run configure adding $(DIST_FAIL) if you want to make a distribution.";	\
1625290001Sglebius	    exit 1 ;;		\
1626290001Sglebius	esac
1627290001Sglebius
1628182007Srobertoinstall-exec-hook:
1629290001Sglebius	@test -z "${bin_PROGRAMS}${bin_SCRIPTS}"		\
1630290001Sglebius	|| for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do	\
1631290001Sglebius	   test ! -f ${sbindir}/$$i				\
1632290001Sglebius		|| echo "*** $$i is also in ${sbindir}!";	\
1633182007Sroberto	done
1634290001Sglebius	@test -z "${sbin_PROGRAMS}${asbin_SCRIPTS}"		\
1635290001Sglebius	|| for i in ${sbin_PROGRAMS} ${sbin_SCRIPTS} " "; do	\
1636290001Sglebius	   test ! -f ${bindir}/$$i				\
1637290001Sglebius		|| echo "*** $$i is also in ${bindir}!";	\
1638290001Sglebius	done
1639182007Sroberto
1640182007Sroberto#
1641200576Sroberto
1642290001Sglebiuscheck-libntp: ../libntp/libntp.a
1643290001Sglebius	@echo stamp > $@
1644290001Sglebius
1645290001Sglebius../libntp/libntp.a:
1646290001Sglebius	cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
1647290001Sglebius
1648290001Sglebiuscheck-libopts: libopts/libopts.la
1649290001Sglebius	@echo stamp > $@
1650290001Sglebius
1651290001Sglebiuslibopts/libopts.la:
1652290001Sglebius	-cd libopts && $(MAKE) $(AM_MAKEFLAGS) libopts.la
1653290001Sglebius$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
1654290001Sglebius	@[ -f $@ ] ||							\
1655290001Sglebius		cp $(top_srcdir)/deps-ver $@
1656290001Sglebius	@[ -w $@ ] ||							\
1657290001Sglebius		chmod ug+w $@
1658290001Sglebius	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
1659290001Sglebius		$(MAKE) $(AM_MAKEFLAGS) clean &&					\
1660290001Sglebius		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
1661290001Sglebius		cat $@ &&						\
1662290001Sglebius		rm -rf $(DEPDIR) &&					\
1663290001Sglebius		mkdir $(DEPDIR) && 					\
1664290001Sglebius		case "$(top_builddir)" in				\
1665290001Sglebius		 .)							\
1666290001Sglebius		    ./config.status Makefile depfiles			\
1667290001Sglebius		    ;;							\
1668290001Sglebius		 *)							\
1669290001Sglebius		    cd "$(top_builddir)" &&				\
1670290001Sglebius		    ./config.status $(subdir)/Makefile depfiles &&	\
1671290001Sglebius		    cd $(subdir)					\
1672290001Sglebius		    ;;							\
1673290001Sglebius		esac &&							\
1674290001Sglebius		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
1675290001Sglebius		cat $(top_srcdir)/deps-ver				\
1676290001Sglebius	)
1677290001Sglebius	cp $(top_srcdir)/deps-ver $@
1678290001Sglebius
1679290001Sglebius.deps-ver: $(top_srcdir)/deps-ver
1680290001Sglebius	@[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
1681290001Sglebius	@touch $@
1682290001Sglebius
1683290001Sglebius#
1684290001Sglebius# depsver.mf	included in Makefile.am for directories with .deps
1685290001Sglebius#
1686290001Sglebius# When building in the same directory with sources that change over
1687290001Sglebius# time, such as when tracking using bk, the .deps files can become
1688290001Sglebius# stale with respect to moved, deleted, or superceded headers.  Most
1689290001Sglebius# commonly, this would exhibit as make reporting a failure to make a
1690290001Sglebius# header file which is no longer in the location given.  To address
1691290001Sglebius# this issue, we use a deps-ver file which is updated with each change
1692290001Sglebius# that breaks old .deps files.  A copy of deps-ver is made into
1693290001Sglebius# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
1694290001Sglebius# with different contents than deps-ver, we make clean to ensure all
1695290001Sglebius# .o files built before the incompatible change are rebuilt along with
1696290001Sglebius# their updated .deps files, then remove $(DEPDIR) and recreate it as
1697290001Sglebius# empty stubs.
1698290001Sglebius#
1699290001Sglebius# It is normal when configured with --disable-dependency-tracking for
1700290001Sglebius# the DEPDIR to not have been created.  For this reason, we use the
1701290001Sglebius# intermediate target .deps-ver, which invokes make recursively if
1702290001Sglebius# DEPDIR exists.
1703290001Sglebius#
1704290001Sglebius# If you modify depsver.mf, please make the changes to the master
1705290001Sglebius# copy, the one in sntp is copied by the bootstrap script from it.
1706290001Sglebius#
1707290001Sglebius# This comment block follows rather than leads the related code so that
1708290001Sglebius# it stays with it in the generated Makefile.in and Makefile.
1709290001Sglebius#
1710290001Sglebius
1711132451Sroberto# Tell versions [3.59,3.63) of GNU make to not export all variables.
1712132451Sroberto# Otherwise a system limit (for SysV at least) may be exceeded.
1713132451Sroberto.NOEXPORT:
1714