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@
16106163Sroberto
17290000Sglebius# we traditionally installed software in bindir, while it should have gone
18290000Sglebius# in sbindir.  Now that we offer a choice, look in the "other" installation
19290000Sglebius# subdir to warn folks if there is another version there.
20290000Sglebius
21290000Sglebius
2254359SrobertoVPATH = @srcdir@
23290000Sglebiusam__is_gnu_make = { \
24290000Sglebius  if test -z '$(MAKELEVEL)'; then \
25290000Sglebius    false; \
26290000Sglebius  elif test -n '$(MAKE_HOST)'; then \
27290000Sglebius    true; \
28290000Sglebius  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29290000Sglebius    true; \
30290000Sglebius  else \
31290000Sglebius    false; \
32290000Sglebius  fi; \
33290000Sglebius}
34290000Sglebiusam__make_running_with_option = \
35290000Sglebius  case $${target_option-} in \
36290000Sglebius      ?) ;; \
37290000Sglebius      *) echo "am__make_running_with_option: internal error: invalid" \
38290000Sglebius              "target option '$${target_option-}' specified" >&2; \
39290000Sglebius         exit 1;; \
40290000Sglebius  esac; \
41290000Sglebius  has_opt=no; \
42290000Sglebius  sane_makeflags=$$MAKEFLAGS; \
43290000Sglebius  if $(am__is_gnu_make); then \
44290000Sglebius    sane_makeflags=$$MFLAGS; \
45290000Sglebius  else \
46290000Sglebius    case $$MAKEFLAGS in \
47290000Sglebius      *\\[\ \	]*) \
48290000Sglebius        bs=\\; \
49290000Sglebius        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50290000Sglebius          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
51290000Sglebius    esac; \
52290000Sglebius  fi; \
53290000Sglebius  skip_next=no; \
54290000Sglebius  strip_trailopt () \
55290000Sglebius  { \
56290000Sglebius    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57290000Sglebius  }; \
58290000Sglebius  for flg in $$sane_makeflags; do \
59290000Sglebius    test $$skip_next = yes && { skip_next=no; continue; }; \
60290000Sglebius    case $$flg in \
61290000Sglebius      *=*|--*) continue;; \
62290000Sglebius        -*I) strip_trailopt 'I'; skip_next=yes;; \
63290000Sglebius      -*I?*) strip_trailopt 'I';; \
64290000Sglebius        -*O) strip_trailopt 'O'; skip_next=yes;; \
65290000Sglebius      -*O?*) strip_trailopt 'O';; \
66290000Sglebius        -*l) strip_trailopt 'l'; skip_next=yes;; \
67290000Sglebius      -*l?*) strip_trailopt 'l';; \
68290000Sglebius      -[dEDm]) skip_next=yes;; \
69290000Sglebius      -[JT]) skip_next=yes;; \
70290000Sglebius    esac; \
71290000Sglebius    case $$flg in \
72290000Sglebius      *$$target_option*) has_opt=yes; break;; \
73290000Sglebius    esac; \
74290000Sglebius  done; \
75290000Sglebius  test $$has_opt = yes
76290000Sglebiusam__make_dryrun = (target_option=n; $(am__make_running_with_option))
77290000Sglebiusam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
7854359Srobertopkgdatadir = $(datadir)/@PACKAGE@
79200576Srobertopkgincludedir = $(includedir)/@PACKAGE@
8054359Srobertopkglibdir = $(libdir)/@PACKAGE@
81200576Srobertopkglibexecdir = $(libexecdir)/@PACKAGE@
82132451Srobertoam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
83132451Srobertoinstall_sh_DATA = $(install_sh) -c -m 644
84132451Srobertoinstall_sh_PROGRAM = $(install_sh) -c
85132451Srobertoinstall_sh_SCRIPT = $(install_sh) -c
8682498SrobertoINSTALL_HEADER = $(INSTALL_DATA)
87132451Srobertotransform = $(program_transform_name)
8854359SrobertoNORMAL_INSTALL = :
8954359SrobertoPRE_INSTALL = :
9054359SrobertoPOST_INSTALL = :
9154359SrobertoNORMAL_UNINSTALL = :
9254359SrobertoPRE_UNINSTALL = :
9354359SrobertoPOST_UNINSTALL = :
9454359Srobertobuild_triplet = @build@
9554359Srobertohost_triplet = @host@
96182007SrobertoEXTRA_PROGRAMS = audio-pcm$(EXEEXT) byteorder$(EXEEXT) hist$(EXEEXT) \
97182007Sroberto	jitter$(EXEEXT) kern$(EXEEXT) longsize$(EXEEXT) \
98290000Sglebius	ntp-keygen$(EXEEXT) ntptime$(EXEEXT) pps-api$(EXEEXT) \
99290000Sglebius	precision$(EXEEXT) sht$(EXEEXT) testrs6000$(EXEEXT) \
100290000Sglebius	tg$(EXEEXT) tg2$(EXEEXT) tickadj$(EXEEXT) timetrim$(EXEEXT)
101182007Srobertosubdir = util
102182007SrobertoACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103290000Sglebiusam__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
104290000Sglebius	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
105290000Sglebius	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
106290000Sglebius	$(top_srcdir)/sntp/m4/define_dir.m4 \
107290000Sglebius	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
108290000Sglebius	$(top_srcdir)/sntp/m4/libtool.m4 \
109290000Sglebius	$(top_srcdir)/sntp/m4/ltoptions.m4 \
110290000Sglebius	$(top_srcdir)/sntp/m4/ltsugar.m4 \
111290000Sglebius	$(top_srcdir)/sntp/m4/ltversion.m4 \
112290000Sglebius	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
113290000Sglebius	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
114290000Sglebius	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
115290000Sglebius	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
116290000Sglebius	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
117290000Sglebius	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
118290000Sglebius	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
119290000Sglebius	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
120290000Sglebius	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
121290000Sglebius	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
122290000Sglebius	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
123290000Sglebius	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
124290000Sglebius	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
125290000Sglebius	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
126290000Sglebius	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
127290000Sglebius	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
128290000Sglebius	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
129290000Sglebius	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
130290000Sglebius	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
131290000Sglebius	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
132290000Sglebius	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
133290000Sglebius	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
134290000Sglebius	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
135290000Sglebius	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
136290000Sglebius	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
137290000Sglebius	$(top_srcdir)/sntp/m4/openldap.m4 \
138290000Sglebius	$(top_srcdir)/sntp/m4/os_cflags.m4 \
139290000Sglebius	$(top_srcdir)/sntp/m4/snprintf.m4 \
140290000Sglebius	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
141182007Srobertoam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
142182007Sroberto	$(ACLOCAL_M4)
143290000SglebiusDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
144182007Srobertomkinstalldirs = $(install_sh) -d
145182007SrobertoCONFIG_HEADER = $(top_builddir)/config.h
146182007SrobertoCONFIG_CLEAN_FILES =
147200576SrobertoCONFIG_CLEAN_VPATH_FILES =
148290000Sglebiusam__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
149290000Sglebius	"$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \
150290000Sglebius	"$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"
151290000SglebiusPROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(sbin_PROGRAMS)
152182007Srobertoaudio_pcm_SOURCES = audio-pcm.c
153290000Sglebiusaudio_pcm_OBJECTS = audio-pcm.$(OBJEXT)
154182007Srobertoaudio_pcm_LDADD = $(LDADD)
155290000Sglebiusam__DEPENDENCIES_1 =
156290000Sglebiusaudio_pcm_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
157290000Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
158290000SglebiusAM_V_lt = $(am__v_lt_@AM_V@)
159290000Sglebiusam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
160290000Sglebiusam__v_lt_0 = --silent
161290000Sglebiusam__v_lt_1 = 
162182007Srobertobyteorder_SOURCES = byteorder.c
163290000Sglebiusbyteorder_OBJECTS = byteorder.$(OBJEXT)
164182007Srobertobyteorder_LDADD = $(LDADD)
165290000Sglebiusbyteorder_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
166290000Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
167182007Srobertohist_SOURCES = hist.c
168290000Sglebiushist_OBJECTS = hist.$(OBJEXT)
169182007Srobertohist_LDADD = $(LDADD)
170290000Sglebiushist_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
171290000Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
172290000Sglebiusam_jitter_OBJECTS = jitter.$(OBJEXT)
173182007Srobertojitter_OBJECTS = $(am_jitter_OBJECTS)
174182007Srobertojitter_DEPENDENCIES =
175182007Srobertokern_SOURCES = kern.c
176290000Sglebiuskern_OBJECTS = kern.$(OBJEXT)
177182007Srobertokern_LDADD = $(LDADD)
178290000Sglebiuskern_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
179290000Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
180182007Srobertolongsize_SOURCES = longsize.c
181290000Sglebiuslongsize_OBJECTS = longsize.$(OBJEXT)
182182007Srobertolongsize_LDADD = $(LDADD)
183290000Sglebiuslongsize_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
184290000Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
185290000Sglebiusam_ntp_keygen_OBJECTS = ntp-keygen.$(OBJEXT) ntp-keygen-opts.$(OBJEXT)
186182007Srobertontp_keygen_OBJECTS = $(am_ntp_keygen_OBJECTS)
187290000Sglebiusntp_keygen_DEPENDENCIES = version.o $(am__DEPENDENCIES_1) \
188290000Sglebius	../libntp/libntp.a $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
189290000Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
190290000Sglebius	$(am__DEPENDENCIES_1)
191182007Srobertontptime_SOURCES = ntptime.c
192290000Sglebiusntptime_OBJECTS = ntptime.$(OBJEXT)
193182007Srobertontptime_LDADD = $(LDADD)
194290000Sglebiusntptime_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
195290000Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
196182007Srobertopps_api_SOURCES = pps-api.c
197290000Sglebiuspps_api_OBJECTS = pps-api.$(OBJEXT)
198182007Srobertopps_api_LDADD = $(LDADD)
199290000Sglebiuspps_api_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
200290000Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
201182007Srobertoprecision_SOURCES = precision.c
202290000Sglebiusprecision_OBJECTS = precision.$(OBJEXT)
203182007Srobertoprecision_LDADD = $(LDADD)
204290000Sglebiusprecision_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
205290000Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
206182007Srobertosht_SOURCES = sht.c
207290000Sglebiussht_OBJECTS = sht.$(OBJEXT)
208182007Srobertosht_LDADD = $(LDADD)
209290000Sglebiussht_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
210290000Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
211182007Srobertotestrs6000_SOURCES = testrs6000.c
212290000Sglebiustestrs6000_OBJECTS = testrs6000.$(OBJEXT)
213182007Srobertotestrs6000_LDADD = $(LDADD)
214290000Sglebiustestrs6000_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
215290000Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
216182007Srobertotg_SOURCES = tg.c
217290000Sglebiustg_OBJECTS = tg.$(OBJEXT)
218182007Srobertotg_LDADD = $(LDADD)
219290000Sglebiustg_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
220290000Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
221290000Sglebiustg2_SOURCES = tg2.c
222290000Sglebiustg2_OBJECTS = tg2.$(OBJEXT)
223290000Sglebiustg2_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
224290000Sglebius	$(am__DEPENDENCIES_1)
225182007Srobertotickadj_SOURCES = tickadj.c
226290000Sglebiustickadj_OBJECTS = tickadj.$(OBJEXT)
227290000Sglebiustickadj_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
228290000Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
229290000Sglebius	$(am__DEPENDENCIES_1)
230182007Srobertotimetrim_SOURCES = timetrim.c
231290000Sglebiustimetrim_OBJECTS = timetrim.$(OBJEXT)
232182007Srobertotimetrim_LDADD = $(LDADD)
233290000Sglebiustimetrim_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
234290000Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
235290000SglebiusAM_V_P = $(am__v_P_@AM_V@)
236290000Sglebiusam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
237290000Sglebiusam__v_P_0 = false
238290000Sglebiusam__v_P_1 = :
239290000SglebiusAM_V_GEN = $(am__v_GEN_@AM_V@)
240290000Sglebiusam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
241290000Sglebiusam__v_GEN_0 = @echo "  GEN     " $@;
242290000Sglebiusam__v_GEN_1 = 
243290000SglebiusAM_V_at = $(am__v_at_@AM_V@)
244290000Sglebiusam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
245290000Sglebiusam__v_at_0 = @
246290000Sglebiusam__v_at_1 = 
247200576SrobertoDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
248290000Sglebiusdepcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp
249182007Srobertoam__depfiles_maybe = depfiles
250200576Srobertoam__mv = mv -f
251182007SrobertoCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
252182007Sroberto	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
253290000SglebiusLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
254290000Sglebius	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
255290000Sglebius	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
256290000Sglebius	$(AM_CFLAGS) $(CFLAGS)
257290000SglebiusAM_V_CC = $(am__v_CC_@AM_V@)
258290000Sglebiusam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
259290000Sglebiusam__v_CC_0 = @echo "  CC      " $@;
260290000Sglebiusam__v_CC_1 = 
261182007SrobertoCCLD = $(CC)
262290000SglebiusLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
263290000Sglebius	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
264290000Sglebius	$(AM_LDFLAGS) $(LDFLAGS) -o $@
265290000SglebiusAM_V_CCLD = $(am__v_CCLD_@AM_V@)
266290000Sglebiusam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
267290000Sglebiusam__v_CCLD_0 = @echo "  CCLD    " $@;
268290000Sglebiusam__v_CCLD_1 = 
269182007SrobertoSOURCES = audio-pcm.c byteorder.c hist.c $(jitter_SOURCES) kern.c \
270182007Sroberto	longsize.c $(ntp_keygen_SOURCES) ntptime.c pps-api.c \
271290000Sglebius	precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c
272182007SrobertoDIST_SOURCES = audio-pcm.c byteorder.c hist.c $(jitter_SOURCES) kern.c \
273182007Sroberto	longsize.c $(ntp_keygen_SOURCES) ntptime.c pps-api.c \
274290000Sglebius	precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c
275290000Sglebiusam__can_run_installinfo = \
276290000Sglebius  case $$AM_UPDATE_INFO_DIR in \
277290000Sglebius    n|no|NO) false;; \
278290000Sglebius    *) (install-info --version) >/dev/null 2>&1;; \
279290000Sglebius  esac
280200576Srobertoam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
281200576Srobertoam__vpath_adj = case $$p in \
282200576Sroberto    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
283200576Sroberto    *) f=$$p;; \
284200576Sroberto  esac;
285200576Srobertoam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
286200576Srobertoam__install_max = 40
287200576Srobertoam__nobase_strip_setup = \
288200576Sroberto  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
289200576Srobertoam__nobase_strip = \
290200576Sroberto  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
291200576Srobertoam__nobase_list = $(am__nobase_strip_setup); \
292200576Sroberto  for p in $$list; do echo "$$p $$p"; done | \
293200576Sroberto  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
294200576Sroberto  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
295200576Sroberto    if (++n[$$2] == $(am__install_max)) \
296200576Sroberto      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
297200576Sroberto    END { for (dir in files) print dir, files[dir] }'
298200576Srobertoam__base_list = \
299200576Sroberto  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
300200576Sroberto  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
301290000Sglebiusam__uninstall_files_from_dir = { \
302290000Sglebius  test -z "$$files" \
303290000Sglebius    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
304290000Sglebius    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
305290000Sglebius         $(am__cd) "$$dir" && rm -f $$files; }; \
306290000Sglebius  }
307182007Srobertoman1dir = $(mandir)/man1
308290000Sglebiusman8dir = $(mandir)/man8
309182007SrobertoNROFF = nroff
310290000SglebiusMANS = $(man1_MANS) $(man8_MANS) $(man_MANS)
311290000SglebiusDATA = $(html_DATA) $(noinst_DATA)
312290000Sglebiusam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
313290000Sglebius# Read a list of newline-separated strings from the standard input,
314290000Sglebius# and print each of them once, without duplicates.  Input order is
315290000Sglebius# *not* preserved.
316290000Sglebiusam__uniquify_input = $(AWK) '\
317290000Sglebius  BEGIN { nonempty = 0; } \
318290000Sglebius  { items[$$0] = 1; nonempty = 1; } \
319290000Sglebius  END { if (nonempty) { for (i in items) print i; }; } \
320290000Sglebius'
321290000Sglebius# Make sure the list of sources is unique.  This is necessary because,
322290000Sglebius# e.g., the same source file might be shared among _SOURCES variables
323290000Sglebius# for different programs/libraries.
324290000Sglebiusam__define_uniq_tagged_files = \
325290000Sglebius  list='$(am__tagged_files)'; \
326290000Sglebius  unique=`for i in $$list; do \
327290000Sglebius    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328290000Sglebius  done | $(am__uniquify_input)`
329182007SrobertoETAGS = etags
330182007SrobertoCTAGS = ctags
331290000Sglebiusam__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/bincheck.mf \
332290000Sglebius	$(top_srcdir)/check-libopts.mf $(top_srcdir)/depsver.mf \
333290000Sglebius	$(top_srcdir)/includes.mf $(top_srcdir)/sntp/check-libntp.mf \
334290000Sglebius	$(top_srcdir)/sntp/libevent/build-aux/depcomp README
335182007SrobertoDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
336132451SrobertoACLOCAL = @ACLOCAL@
337290000SglebiusALLOCA = @ALLOCA@
33854359SrobertoAMTAR = @AMTAR@
339290000SglebiusAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
340182007SrobertoAR = @AR@
341132451SrobertoAUTOCONF = @AUTOCONF@
342132451SrobertoAUTOHEADER = @AUTOHEADER@
343132451SrobertoAUTOMAKE = @AUTOMAKE@
34454359SrobertoAWK = @AWK@
345290000SglebiusBUILD_THREAD = @BUILD_THREAD@
346290000SglebiusCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
347290000SglebiusCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
348290000SglebiusCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
349290000SglebiusCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
350290000SglebiusCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
35154359SrobertoCC = @CC@
352132451SrobertoCCDEPMODE = @CCDEPMODE@
35354359SrobertoCFLAGS = @CFLAGS@
354290000SglebiusCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
355290000SglebiusCFLAGS_NTP = @CFLAGS_NTP@
35654359SrobertoCHUTEST = @CHUTEST@
357290000SglebiusCONFIG_SHELL = @CONFIG_SHELL@
35854359SrobertoCPP = @CPP@
359132451SrobertoCPPFLAGS = @CPPFLAGS@
360290000SglebiusCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
361290000SglebiusCPPFLAGS_NTP = @CPPFLAGS_NTP@
362290000SglebiusCXX = @CXX@
363290000SglebiusCXXCPP = @CXXCPP@
364290000SglebiusCXXDEPMODE = @CXXDEPMODE@
365290000SglebiusCXXFLAGS = @CXXFLAGS@
366132451SrobertoCYGPATH_W = @CYGPATH_W@
36754359SrobertoDCFD = @DCFD@
368132451SrobertoDEFS = @DEFS@
36956746SrobertoDEPDIR = @DEPDIR@
370290000SglebiusDLLTOOL = @DLLTOOL@
371290000SglebiusDSYMUTIL = @DSYMUTIL@
372290000SglebiusDUMPBIN = @DUMPBIN@
373132451SrobertoECHO_C = @ECHO_C@
374132451SrobertoECHO_N = @ECHO_N@
375132451SrobertoECHO_T = @ECHO_T@
376290000SglebiusEDITLINE_LIBS = @EDITLINE_LIBS@
377132451SrobertoEGREP = @EGREP@
378106163SrobertoEXEEXT = @EXEEXT@
379290000SglebiusFGREP = @FGREP@
380200576SrobertoGREP = @GREP@
381290000SglebiusGTEST_CONFIG = @GTEST_CONFIG@
382290000SglebiusGTEST_CPPFLAGS = @GTEST_CPPFLAGS@
383290000SglebiusGTEST_CXXFLAGS = @GTEST_CXXFLAGS@
384290000SglebiusGTEST_LDFLAGS = @GTEST_LDFLAGS@
385290000SglebiusGTEST_LIBS = @GTEST_LIBS@
386200576SrobertoHAVE_INLINE = @HAVE_INLINE@
387290000SglebiusHAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
388290000SglebiusHAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
389290000SglebiusHAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
390200576SrobertoINSTALL = @INSTALL@
391132451SrobertoINSTALL_DATA = @INSTALL_DATA@
392132451SrobertoINSTALL_PROGRAM = @INSTALL_PROGRAM@
393132451SrobertoINSTALL_SCRIPT = @INSTALL_SCRIPT@
39482498SrobertoINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
395290000SglebiusLD = @LD@
396290000SglebiusLDADD_LIBEVENT = @LDADD_LIBEVENT@
397290000SglebiusLDADD_LIBNTP = @LDADD_LIBNTP@
398290000SglebiusLDADD_LIBUTIL = @LDADD_LIBUTIL@
399290000SglebiusLDADD_NLIST = @LDADD_NLIST@
400290000SglebiusLDADD_NTP = @LDADD_NTP@
40154359SrobertoLDFLAGS = @LDFLAGS@
402290000SglebiusLDFLAGS_NTP = @LDFLAGS_NTP@
403290000SglebiusLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
404290000SglebiusLIBM = @LIBM@
405132451SrobertoLIBOBJS = @LIBOBJS@
406182007SrobertoLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
407182007SrobertoLIBOPTS_DIR = @LIBOPTS_DIR@
408182007SrobertoLIBOPTS_LDADD = @LIBOPTS_LDADD@
40954359SrobertoLIBPARSE = @LIBPARSE@
410132451SrobertoLIBS = @LIBS@
411182007SrobertoLIBTOOL = @LIBTOOL@
412290000SglebiusLIBTOOL_DEPS = @LIBTOOL_DEPS@
413290000SglebiusLIPO = @LIPO@
41454359SrobertoLN_S = @LN_S@
415200576SrobertoLSCF = @LSCF@
416290000SglebiusLTHREAD_LIBS = @LTHREAD_LIBS@
417132451SrobertoLTLIBOBJS = @LTLIBOBJS@
418132451SrobertoMAKEINFO = @MAKEINFO@
41954359SrobertoMAKE_ADJTIMED = @MAKE_ADJTIMED@
420182007SrobertoMAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
42154359SrobertoMAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
422132451SrobertoMAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
42354359SrobertoMAKE_LIBPARSE = @MAKE_LIBPARSE@
42454359SrobertoMAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
425132451SrobertoMAKE_NTPDSIM = @MAKE_NTPDSIM@
426290000SglebiusMAKE_NTPSNMPD = @MAKE_NTPSNMPD@
42754359SrobertoMAKE_NTPTIME = @MAKE_NTPTIME@
42854359SrobertoMAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
42954359SrobertoMAKE_TICKADJ = @MAKE_TICKADJ@
43082498SrobertoMAKE_TIMETRIM = @MAKE_TIMETRIM@
431290000SglebiusMANIFEST_TOOL = @MANIFEST_TOOL@
432290000SglebiusMANTAGFMT = @MANTAGFMT@
433200576SrobertoMKDIR_P = @MKDIR_P@
434290000SglebiusNM = @NM@
435290000SglebiusNMEDIT = @NMEDIT@
436290000SglebiusNTPDATE_DB = @NTPDATE_DB@
437290000SglebiusNTPDATE_DL = @NTPDATE_DL@
438290000SglebiusNTPDATE_DS = @NTPDATE_DS@
439290000SglebiusNTPDATE_MS = @NTPDATE_MS@
440290000SglebiusNTPDATE_NI = @NTPDATE_NI@
441290000SglebiusNTPDC_DB = @NTPDC_DB@
442290000SglebiusNTPDC_DL = @NTPDC_DL@
443290000SglebiusNTPDC_DS = @NTPDC_DS@
444290000SglebiusNTPDC_MS = @NTPDC_MS@
445290000SglebiusNTPDC_NI = @NTPDC_NI@
446290000SglebiusNTPDSIM_DB = @NTPDSIM_DB@
447290000SglebiusNTPDSIM_DL = @NTPDSIM_DL@
448290000SglebiusNTPDSIM_DS = @NTPDSIM_DS@
449290000SglebiusNTPDSIM_MS = @NTPDSIM_MS@
450290000SglebiusNTPDSIM_NI = @NTPDSIM_NI@
451290000SglebiusNTPD_DB = @NTPD_DB@
452290000SglebiusNTPD_DL = @NTPD_DL@
453290000SglebiusNTPD_DS = @NTPD_DS@
454290000SglebiusNTPD_MS = @NTPD_MS@
455290000SglebiusNTPD_NI = @NTPD_NI@
456290000SglebiusNTPQ_DB = @NTPQ_DB@
457290000SglebiusNTPQ_DL = @NTPQ_DL@
458290000SglebiusNTPQ_DS = @NTPQ_DS@
459290000SglebiusNTPQ_MS = @NTPQ_MS@
460290000SglebiusNTPQ_NI = @NTPQ_NI@
461290000SglebiusNTPSNMPD_DB = @NTPSNMPD_DB@
462290000SglebiusNTPSNMPD_DL = @NTPSNMPD_DL@
463290000SglebiusNTPSNMPD_DS = @NTPSNMPD_DS@
464290000SglebiusNTPSNMPD_MS = @NTPSNMPD_MS@
465290000SglebiusNTPSNMPD_NI = @NTPSNMPD_NI@
466290000SglebiusNTPSWEEP_DB = @NTPSWEEP_DB@
467290000SglebiusNTPSWEEP_DL = @NTPSWEEP_DL@
468290000SglebiusNTPSWEEP_DS = @NTPSWEEP_DS@
469290000SglebiusNTPSWEEP_MS = @NTPSWEEP_MS@
470290000SglebiusNTPSWEEP_NI = @NTPSWEEP_NI@
471290000SglebiusNTPTIME_DB = @NTPTIME_DB@
472290000SglebiusNTPTIME_DL = @NTPTIME_DL@
473290000SglebiusNTPTIME_DS = @NTPTIME_DS@
474290000SglebiusNTPTIME_MS = @NTPTIME_MS@
475290000SglebiusNTPTIME_NI = @NTPTIME_NI@
476290000SglebiusNTPTRACE_DB = @NTPTRACE_DB@
477290000SglebiusNTPTRACE_DL = @NTPTRACE_DL@
478290000SglebiusNTPTRACE_DS = @NTPTRACE_DS@
479290000SglebiusNTPTRACE_MS = @NTPTRACE_MS@
480290000SglebiusNTPTRACE_NI = @NTPTRACE_NI@
481290000SglebiusNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
482290000SglebiusNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
483290000SglebiusNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
484290000SglebiusNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
485290000SglebiusNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
486290000SglebiusNTP_KEYSDIR = @NTP_KEYSDIR@
487290000SglebiusNTP_WAIT_DB = @NTP_WAIT_DB@
488290000SglebiusNTP_WAIT_DL = @NTP_WAIT_DL@
489290000SglebiusNTP_WAIT_DS = @NTP_WAIT_DS@
490290000SglebiusNTP_WAIT_MS = @NTP_WAIT_MS@
491290000SglebiusNTP_WAIT_NI = @NTP_WAIT_NI@
492290000SglebiusOBJDUMP = @OBJDUMP@
493106163SrobertoOBJEXT = @OBJEXT@
494290000SglebiusOTOOL = @OTOOL@
495290000SglebiusOTOOL64 = @OTOOL64@
49654359SrobertoPACKAGE = @PACKAGE@
497132451SrobertoPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
498132451SrobertoPACKAGE_NAME = @PACKAGE_NAME@
499132451SrobertoPACKAGE_STRING = @PACKAGE_STRING@
500132451SrobertoPACKAGE_TARNAME = @PACKAGE_TARNAME@
501200576SrobertoPACKAGE_URL = @PACKAGE_URL@
502132451SrobertoPACKAGE_VERSION = @PACKAGE_VERSION@
503290000SglebiusPATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
50482498SrobertoPATH_PERL = @PATH_PERL@
505290000SglebiusPATH_RUBY = @PATH_RUBY@
506132451SrobertoPATH_SEPARATOR = @PATH_SEPARATOR@
507290000SglebiusPATH_TEST = @PATH_TEST@
508290000SglebiusPERLLIBDIR = @PERLLIBDIR@
509290000SglebiusPKG_CONFIG = @PKG_CONFIG@
510290000SglebiusPOSIX_SHELL = @POSIX_SHELL@
51154359SrobertoPROPDELAY = @PROPDELAY@
512290000SglebiusPTHREAD_LIBS = @PTHREAD_LIBS@
51354359SrobertoRANLIB = @RANLIB@
514290000SglebiusSED = @SED@
515132451SrobertoSET_MAKE = @SET_MAKE@
516132451SrobertoSHELL = @SHELL@
517290000SglebiusSNMP_CFLAGS = @SNMP_CFLAGS@
518290000SglebiusSNMP_CPPFLAGS = @SNMP_CPPFLAGS@
519290000SglebiusSNMP_LIBS = @SNMP_LIBS@
520290000SglebiusSNTP = @SNTP@
521290000SglebiusSNTP_DB = @SNTP_DB@
522290000SglebiusSNTP_DL = @SNTP_DL@
523290000SglebiusSNTP_DS = @SNTP_DS@
524290000SglebiusSNTP_MS = @SNTP_MS@
525290000SglebiusSNTP_NI = @SNTP_NI@
526290000SglebiusSTDNORETURN_H = @STDNORETURN_H@
527132451SrobertoSTRIP = @STRIP@
52854359SrobertoTESTDCF = @TESTDCF@
529290000SglebiusTICKADJ_DB = @TICKADJ_DB@
530290000SglebiusTICKADJ_DL = @TICKADJ_DL@
531290000SglebiusTICKADJ_DS = @TICKADJ_DS@
532290000SglebiusTICKADJ_MS = @TICKADJ_MS@
533290000SglebiusTICKADJ_NI = @TICKADJ_NI@
534290000SglebiusTIMETRIM_DB = @TIMETRIM_DB@
535290000SglebiusTIMETRIM_DL = @TIMETRIM_DL@
536290000SglebiusTIMETRIM_DS = @TIMETRIM_DS@
537290000SglebiusTIMETRIM_MS = @TIMETRIM_MS@
538290000SglebiusTIMETRIM_NI = @TIMETRIM_NI@
539290000SglebiusUPDATE_LEAP_DB = @UPDATE_LEAP_DB@
540290000SglebiusUPDATE_LEAP_DL = @UPDATE_LEAP_DL@
541290000SglebiusUPDATE_LEAP_DS = @UPDATE_LEAP_DS@
542290000SglebiusUPDATE_LEAP_MS = @UPDATE_LEAP_MS@
543290000SglebiusUPDATE_LEAP_NI = @UPDATE_LEAP_NI@
54454359SrobertoVERSION = @VERSION@
545290000SglebiusVER_SUFFIX = @VER_SUFFIX@
546290000SglebiusYACC = @YACC@
547290000SglebiusYFLAGS = @YFLAGS@
548200576Srobertoabs_builddir = @abs_builddir@
549200576Srobertoabs_srcdir = @abs_srcdir@
550200576Srobertoabs_top_builddir = @abs_top_builddir@
551200576Srobertoabs_top_srcdir = @abs_top_srcdir@
552290000Sglebiusac_ct_AR = @ac_ct_AR@
553132451Srobertoac_ct_CC = @ac_ct_CC@
554290000Sglebiusac_ct_CXX = @ac_ct_CXX@
555290000Sglebiusac_ct_DUMPBIN = @ac_ct_DUMPBIN@
556106163Srobertoam__include = @am__include@
557132451Srobertoam__leading_dot = @am__leading_dot@
558106163Srobertoam__quote = @am__quote@
559182007Srobertoam__tar = @am__tar@
560182007Srobertoam__untar = @am__untar@
561132451Srobertobindir = @bindir@
562132451Srobertobuild = @build@
563132451Srobertobuild_alias = @build_alias@
564132451Srobertobuild_cpu = @build_cpu@
565132451Srobertobuild_os = @build_os@
566132451Srobertobuild_vendor = @build_vendor@
567200576Srobertobuilddir = @builddir@
568132451Srobertodatadir = @datadir@
569200576Srobertodatarootdir = @datarootdir@
570200576Srobertodocdir = @docdir@
571200576Srobertodvidir = @dvidir@
572132451Srobertoexec_prefix = @exec_prefix@
573132451Srobertohost = @host@
574132451Srobertohost_alias = @host_alias@
575132451Srobertohost_cpu = @host_cpu@
576132451Srobertohost_os = @host_os@
577132451Srobertohost_vendor = @host_vendor@
578200576Srobertohtmldir = @htmldir@
579132451Srobertoincludedir = @includedir@
580132451Srobertoinfodir = @infodir@
58156746Srobertoinstall_sh = @install_sh@
582132451Srobertolibdir = @libdir@
583132451Srobertolibexecdir = @libexecdir@
584200576Srobertolocaledir = @localedir@
585132451Srobertolocalstatedir = @localstatedir@
586132451Srobertomandir = @mandir@
587182007Srobertomkdir_p = @mkdir_p@
588132451Srobertooldincludedir = @oldincludedir@
589200576Srobertopdfdir = @pdfdir@
590132451Srobertoprefix = @prefix@
591132451Srobertoprogram_transform_name = @program_transform_name@
592200576Srobertopsdir = @psdir@
593132451Srobertosbindir = @sbindir@
594132451Srobertosharedstatedir = @sharedstatedir@
595200576Srobertosrcdir = @srcdir@
596132451Srobertosubdirs = @subdirs@
597132451Srobertosysconfdir = @sysconfdir@
598132451Srobertotarget_alias = @target_alias@
599200576Srobertotop_build_prefix = @top_build_prefix@
600200576Srobertotop_builddir = @top_builddir@
601200576Srobertotop_srcdir = @top_srcdir@
602290000SglebiusNULL = 
603290000Sglebiusbin_PROGRAMS = $(NTP_KEYGEN_DB) $(NTPTIME_DB) $(TICKADJ_DB) $(TIMETRIM_DB)
604290000Sglebiuslibexec_PROGRAMS = $(NTP_KEYGEN_DL) $(NTPTIME_DL) $(TICKADJ_DL) $(TIMETRIM_DL)
605290000Sglebiussbin_PROGRAMS = $(NTP_KEYGEN_DS) $(NTPTIME_DS) $(TICKADJ_DS) $(TIMETRIM_DS)
606290000SglebiusAM_CFLAGS = $(CFLAGS_NTP)
607290000SglebiusAM_CPPFLAGS = $(NTP_INCS) $(LIBOPTS_CFLAGS) $(CPPFLAGS_NTP)
608290000SglebiusAM_LDFLAGS = $(LDFLAGS_NTP)
60954359Sroberto
61054359Sroberto# LDADD might need RESLIB and ADJLIB
611290000SglebiusLDADD = ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM) $(PTHREAD_LIBS)
612290000Sglebiustg2_LDADD = ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM)
613290000Sglebiusntp_keygen_LDADD = version.o $(LIBOPTS_LDADD) ../libntp/libntp.a \
614290000Sglebius	$(LDADD_LIBEVENT) $(LDADD_LIBNTP) $(PTHREAD_LIBS) $(LDADD_NTP) \
615290000Sglebius	$(LIBM)
616182007Srobertontp_keygen_SOURCES = ntp-keygen.c ntp-keygen-opts.c ntp-keygen-opts.h
617290000Sglebiustickadj_LDADD = ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM) $(PTHREAD_LIBS) $(LDADD_NLIST)
618290000SglebiusEXTRA_DIST = \
619290000Sglebius	invoke-ntp-keygen.menu		\
620290000Sglebius	invoke-ntp-keygen.texi		\
621290000Sglebius	ntp-keygen-opts.def		\
622290000Sglebius	ntp-keygen.1ntp-keygenman	\
623290000Sglebius	ntp-keygen.1ntp-keygenmdoc	\
624290000Sglebius	ntp-keygen.man.in		\
625290000Sglebius	ntp-keygen.mdoc.in		\
626290000Sglebius	ntp-keygen.mdoc.in		\
627290000Sglebius	ntp-keygen.html			\
628290000Sglebius	ntp-keygen.texi			\
629290000Sglebius	$(NULL)
63054359Sroberto
631290000SglebiusBUILT_SOURCES = ntp-keygen-opts.c ntp-keygen-opts.h check-libntp \
632290000Sglebius	check-libopts .deps-ver
633290000SglebiusCLEANFILES = check-libntp check-libopts .deps-ver
634290000SglebiusDISTCLEANFILES = .version version.c config.log $(man_MANS)
635290000Sglebiushtml_DATA = \
636290000Sglebius	$(srcdir)/ntp-keygen.html	\
637290000Sglebius	$(NULL)
638106163Sroberto
639290000Sglebiusnoinst_DATA = \
640290000Sglebius	$(srcdir)/invoke-ntp-keygen.menu	\
641290000Sglebius	$(srcdir)/invoke-ntp-keygen.texi	\
642290000Sglebius	$(srcdir)/ntp-keygen.man.in	\
643290000Sglebius	$(srcdir)/ntp-keygen.mdoc.in	\
644290000Sglebius	$(man_MANS)			\
645290000Sglebius	$(NULL)
646290000Sglebius
647290000Sglebiusman1_MANS = 
648290000Sglebiusman8_MANS = 
649290000Sglebiusman_MANS = ntp-keygen.$(NTP_KEYGEN_MS)
650290000Sglebiusrun_ag = cd $(srcdir) &&	env PATH="$(abs_builddir):$(PATH)" AUTOGEN_DNE_DATE=-D	\
651290000Sglebius		autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
652290000Sglebius
653290000Sglebiusstd_def_list = \
654290000Sglebius	$(top_srcdir)/sntp/include/debug-opt.def		\
655290000Sglebius	$(top_srcdir)/sntp/include/autogen-version.def 		\
656290000Sglebius	$(top_srcdir)/sntp/include/copyright.def 		\
657290000Sglebius	$(top_srcdir)/sntp/include/homerc.def 			\
658290000Sglebius	$(top_srcdir)/sntp/include/ntp.lic 			\
659290000Sglebius	$(top_srcdir)/sntp/include/version.def			\
660290000Sglebius	$(NULL)
661290000Sglebius
662290000Sglebiusjitter_SOURCES = jitter.c
663182007Srobertojitter_LDADD = 
664290000SglebiusNTP_INCS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
665290000Sglebius	-I$(top_srcdir)/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
666290000Sglebius	-I$(top_srcdir)/lib/isc/unix/include
667182007Srobertoall: $(BUILT_SOURCES)
668182007Sroberto	$(MAKE) $(AM_MAKEFLAGS) all-am
66954359Sroberto
67054359Sroberto.SUFFIXES:
671182007Sroberto.SUFFIXES: .c .lo .o .obj
672290000Sglebius$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/sntp/check-libntp.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps)
673182007Sroberto	@for dep in $?; do \
674182007Sroberto	  case '$(am__configure_deps)' in \
675182007Sroberto	    *$$dep*) \
676200576Sroberto	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
677200576Sroberto	        && { if test -f $@; then exit 0; else break; fi; }; \
678182007Sroberto	      exit 1;; \
679182007Sroberto	  esac; \
680182007Sroberto	done; \
681200576Sroberto	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign util/Makefile'; \
682200576Sroberto	$(am__cd) $(top_srcdir) && \
683200576Sroberto	  $(AUTOMAKE) --foreign util/Makefile
684182007SrobertoMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
685182007Sroberto	@case '$?' in \
686182007Sroberto	  *config.status*) \
687182007Sroberto	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
688182007Sroberto	  *) \
689182007Sroberto	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
690182007Sroberto	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
691182007Sroberto	esac;
692290000Sglebius$(top_srcdir)/bincheck.mf $(top_srcdir)/sntp/check-libntp.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty):
693182007Sroberto
694182007Sroberto$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
695182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
696182007Sroberto
697182007Sroberto$(top_srcdir)/configure:  $(am__configure_deps)
698182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
699182007Sroberto$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
700182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
701200576Sroberto$(am__aclocal_m4_deps):
70254359Srobertoinstall-binPROGRAMS: $(bin_PROGRAMS)
70354359Sroberto	@$(NORMAL_INSTALL)
704200576Sroberto	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
705290000Sglebius	if test -n "$$list"; then \
706290000Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
707290000Sglebius	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
708290000Sglebius	fi; \
709200576Sroberto	for p in $$list; do echo "$$p $$p"; done | \
710200576Sroberto	sed 's/$(EXEEXT)$$//' | \
711290000Sglebius	while read p p1; do if test -f $$p \
712290000Sglebius	 || test -f $$p1 \
713290000Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
714200576Sroberto	done | \
715290000Sglebius	sed -e 'p;s,.*/,,;n;h' \
716290000Sglebius	    -e 's|.*|.|' \
717200576Sroberto	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
718200576Sroberto	sed 'N;N;N;s,\n, ,g' | \
719200576Sroberto	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
720200576Sroberto	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
721200576Sroberto	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
722200576Sroberto	    else { print "f", $$3 "/" $$4, $$1; } } \
723200576Sroberto	  END { for (d in files) print "f", d, files[d] }' | \
724200576Sroberto	while read type dir files; do \
725200576Sroberto	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
726200576Sroberto	    test -z "$$files" || { \
727200576Sroberto	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
728200576Sroberto	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
729200576Sroberto	    } \
730200576Sroberto	; done
73154359Sroberto
73254359Srobertouninstall-binPROGRAMS:
73354359Sroberto	@$(NORMAL_UNINSTALL)
734200576Sroberto	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
735200576Sroberto	files=`for p in $$list; do echo "$$p"; done | \
736200576Sroberto	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
737290000Sglebius	      -e 's/$$/$(EXEEXT)/' \
738290000Sglebius	`; \
739200576Sroberto	test -n "$$list" || exit 0; \
740200576Sroberto	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
741200576Sroberto	cd "$(DESTDIR)$(bindir)" && rm -f $$files
74254359Sroberto
74382498Srobertoclean-binPROGRAMS:
744200576Sroberto	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
745200576Sroberto	echo " rm -f" $$list; \
746200576Sroberto	rm -f $$list || exit $$?; \
747200576Sroberto	test -n "$(EXEEXT)" || exit 0; \
748200576Sroberto	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
749200576Sroberto	echo " rm -f" $$list; \
750200576Sroberto	rm -f $$list
751290000Sglebiusinstall-libexecPROGRAMS: $(libexec_PROGRAMS)
752290000Sglebius	@$(NORMAL_INSTALL)
753290000Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
754290000Sglebius	if test -n "$$list"; then \
755290000Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
756290000Sglebius	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
757290000Sglebius	fi; \
758290000Sglebius	for p in $$list; do echo "$$p $$p"; done | \
759290000Sglebius	sed 's/$(EXEEXT)$$//' | \
760290000Sglebius	while read p p1; do if test -f $$p \
761290000Sglebius	 || test -f $$p1 \
762290000Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
763290000Sglebius	done | \
764290000Sglebius	sed -e 'p;s,.*/,,;n;h' \
765290000Sglebius	    -e 's|.*|.|' \
766290000Sglebius	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
767290000Sglebius	sed 'N;N;N;s,\n, ,g' | \
768290000Sglebius	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
769290000Sglebius	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
770290000Sglebius	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
771290000Sglebius	    else { print "f", $$3 "/" $$4, $$1; } } \
772290000Sglebius	  END { for (d in files) print "f", d, files[d] }' | \
773290000Sglebius	while read type dir files; do \
774290000Sglebius	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
775290000Sglebius	    test -z "$$files" || { \
776290000Sglebius	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
777290000Sglebius	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
778290000Sglebius	    } \
779290000Sglebius	; done
780290000Sglebius
781290000Sglebiusuninstall-libexecPROGRAMS:
782290000Sglebius	@$(NORMAL_UNINSTALL)
783290000Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
784290000Sglebius	files=`for p in $$list; do echo "$$p"; done | \
785290000Sglebius	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
786290000Sglebius	      -e 's/$$/$(EXEEXT)/' \
787290000Sglebius	`; \
788290000Sglebius	test -n "$$list" || exit 0; \
789290000Sglebius	echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
790290000Sglebius	cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
791290000Sglebius
792290000Sglebiusclean-libexecPROGRAMS:
793290000Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
794290000Sglebius	echo " rm -f" $$list; \
795290000Sglebius	rm -f $$list || exit $$?; \
796290000Sglebius	test -n "$(EXEEXT)" || exit 0; \
797290000Sglebius	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
798290000Sglebius	echo " rm -f" $$list; \
799290000Sglebius	rm -f $$list
800290000Sglebiusinstall-sbinPROGRAMS: $(sbin_PROGRAMS)
801290000Sglebius	@$(NORMAL_INSTALL)
802290000Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
803290000Sglebius	if test -n "$$list"; then \
804290000Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
805290000Sglebius	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
806290000Sglebius	fi; \
807290000Sglebius	for p in $$list; do echo "$$p $$p"; done | \
808290000Sglebius	sed 's/$(EXEEXT)$$//' | \
809290000Sglebius	while read p p1; do if test -f $$p \
810290000Sglebius	 || test -f $$p1 \
811290000Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
812290000Sglebius	done | \
813290000Sglebius	sed -e 'p;s,.*/,,;n;h' \
814290000Sglebius	    -e 's|.*|.|' \
815290000Sglebius	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
816290000Sglebius	sed 'N;N;N;s,\n, ,g' | \
817290000Sglebius	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
818290000Sglebius	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
819290000Sglebius	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
820290000Sglebius	    else { print "f", $$3 "/" $$4, $$1; } } \
821290000Sglebius	  END { for (d in files) print "f", d, files[d] }' | \
822290000Sglebius	while read type dir files; do \
823290000Sglebius	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
824290000Sglebius	    test -z "$$files" || { \
825290000Sglebius	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
826290000Sglebius	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
827290000Sglebius	    } \
828290000Sglebius	; done
829290000Sglebius
830290000Sglebiusuninstall-sbinPROGRAMS:
831290000Sglebius	@$(NORMAL_UNINSTALL)
832290000Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
833290000Sglebius	files=`for p in $$list; do echo "$$p"; done | \
834290000Sglebius	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
835290000Sglebius	      -e 's/$$/$(EXEEXT)/' \
836290000Sglebius	`; \
837290000Sglebius	test -n "$$list" || exit 0; \
838290000Sglebius	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
839290000Sglebius	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
840290000Sglebius
841290000Sglebiusclean-sbinPROGRAMS:
842290000Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
843290000Sglebius	echo " rm -f" $$list; \
844290000Sglebius	rm -f $$list || exit $$?; \
845290000Sglebius	test -n "$(EXEEXT)" || exit 0; \
846290000Sglebius	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
847290000Sglebius	echo " rm -f" $$list; \
848290000Sglebius	rm -f $$list
849290000Sglebius
850290000Sglebiusaudio-pcm$(EXEEXT): $(audio_pcm_OBJECTS) $(audio_pcm_DEPENDENCIES) $(EXTRA_audio_pcm_DEPENDENCIES) 
851132451Sroberto	@rm -f audio-pcm$(EXEEXT)
852290000Sglebius	$(AM_V_CCLD)$(LINK) $(audio_pcm_OBJECTS) $(audio_pcm_LDADD) $(LIBS)
853290000Sglebius
854290000Sglebiusbyteorder$(EXEEXT): $(byteorder_OBJECTS) $(byteorder_DEPENDENCIES) $(EXTRA_byteorder_DEPENDENCIES) 
855106163Sroberto	@rm -f byteorder$(EXEEXT)
856290000Sglebius	$(AM_V_CCLD)$(LINK) $(byteorder_OBJECTS) $(byteorder_LDADD) $(LIBS)
857290000Sglebius
858290000Sglebiushist$(EXEEXT): $(hist_OBJECTS) $(hist_DEPENDENCIES) $(EXTRA_hist_DEPENDENCIES) 
859106163Sroberto	@rm -f hist$(EXEEXT)
860290000Sglebius	$(AM_V_CCLD)$(LINK) $(hist_OBJECTS) $(hist_LDADD) $(LIBS)
861290000Sglebius
862290000Sglebiusjitter$(EXEEXT): $(jitter_OBJECTS) $(jitter_DEPENDENCIES) $(EXTRA_jitter_DEPENDENCIES) 
863106163Sroberto	@rm -f jitter$(EXEEXT)
864290000Sglebius	$(AM_V_CCLD)$(LINK) $(jitter_OBJECTS) $(jitter_LDADD) $(LIBS)
865290000Sglebius
866290000Sglebiuskern$(EXEEXT): $(kern_OBJECTS) $(kern_DEPENDENCIES) $(EXTRA_kern_DEPENDENCIES) 
867106163Sroberto	@rm -f kern$(EXEEXT)
868290000Sglebius	$(AM_V_CCLD)$(LINK) $(kern_OBJECTS) $(kern_LDADD) $(LIBS)
869290000Sglebius
870290000Sglebiuslongsize$(EXEEXT): $(longsize_OBJECTS) $(longsize_DEPENDENCIES) $(EXTRA_longsize_DEPENDENCIES) 
871106163Sroberto	@rm -f longsize$(EXEEXT)
872290000Sglebius	$(AM_V_CCLD)$(LINK) $(longsize_OBJECTS) $(longsize_LDADD) $(LIBS)
873290000Sglebius
874290000Sglebiusntp-keygen$(EXEEXT): $(ntp_keygen_OBJECTS) $(ntp_keygen_DEPENDENCIES) $(EXTRA_ntp_keygen_DEPENDENCIES) 
875132451Sroberto	@rm -f ntp-keygen$(EXEEXT)
876290000Sglebius	$(AM_V_CCLD)$(LINK) $(ntp_keygen_OBJECTS) $(ntp_keygen_LDADD) $(LIBS)
877290000Sglebius
878290000Sglebiusntptime$(EXEEXT): $(ntptime_OBJECTS) $(ntptime_DEPENDENCIES) $(EXTRA_ntptime_DEPENDENCIES) 
879106163Sroberto	@rm -f ntptime$(EXEEXT)
880290000Sglebius	$(AM_V_CCLD)$(LINK) $(ntptime_OBJECTS) $(ntptime_LDADD) $(LIBS)
881290000Sglebius
882290000Sglebiuspps-api$(EXEEXT): $(pps_api_OBJECTS) $(pps_api_DEPENDENCIES) $(EXTRA_pps_api_DEPENDENCIES) 
883132451Sroberto	@rm -f pps-api$(EXEEXT)
884290000Sglebius	$(AM_V_CCLD)$(LINK) $(pps_api_OBJECTS) $(pps_api_LDADD) $(LIBS)
885290000Sglebius
886290000Sglebiusprecision$(EXEEXT): $(precision_OBJECTS) $(precision_DEPENDENCIES) $(EXTRA_precision_DEPENDENCIES) 
887106163Sroberto	@rm -f precision$(EXEEXT)
888290000Sglebius	$(AM_V_CCLD)$(LINK) $(precision_OBJECTS) $(precision_LDADD) $(LIBS)
889290000Sglebius
890290000Sglebiussht$(EXEEXT): $(sht_OBJECTS) $(sht_DEPENDENCIES) $(EXTRA_sht_DEPENDENCIES) 
891106163Sroberto	@rm -f sht$(EXEEXT)
892290000Sglebius	$(AM_V_CCLD)$(LINK) $(sht_OBJECTS) $(sht_LDADD) $(LIBS)
893290000Sglebius
894290000Sglebiustestrs6000$(EXEEXT): $(testrs6000_OBJECTS) $(testrs6000_DEPENDENCIES) $(EXTRA_testrs6000_DEPENDENCIES) 
895106163Sroberto	@rm -f testrs6000$(EXEEXT)
896290000Sglebius	$(AM_V_CCLD)$(LINK) $(testrs6000_OBJECTS) $(testrs6000_LDADD) $(LIBS)
897290000Sglebius
898290000Sglebiustg$(EXEEXT): $(tg_OBJECTS) $(tg_DEPENDENCIES) $(EXTRA_tg_DEPENDENCIES) 
899182007Sroberto	@rm -f tg$(EXEEXT)
900290000Sglebius	$(AM_V_CCLD)$(LINK) $(tg_OBJECTS) $(tg_LDADD) $(LIBS)
901290000Sglebius
902290000Sglebiustg2$(EXEEXT): $(tg2_OBJECTS) $(tg2_DEPENDENCIES) $(EXTRA_tg2_DEPENDENCIES) 
903290000Sglebius	@rm -f tg2$(EXEEXT)
904290000Sglebius	$(AM_V_CCLD)$(LINK) $(tg2_OBJECTS) $(tg2_LDADD) $(LIBS)
905290000Sglebius
906290000Sglebiustickadj$(EXEEXT): $(tickadj_OBJECTS) $(tickadj_DEPENDENCIES) $(EXTRA_tickadj_DEPENDENCIES) 
907106163Sroberto	@rm -f tickadj$(EXEEXT)
908290000Sglebius	$(AM_V_CCLD)$(LINK) $(tickadj_OBJECTS) $(tickadj_LDADD) $(LIBS)
909290000Sglebius
910290000Sglebiustimetrim$(EXEEXT): $(timetrim_OBJECTS) $(timetrim_DEPENDENCIES) $(EXTRA_timetrim_DEPENDENCIES) 
911106163Sroberto	@rm -f timetrim$(EXEEXT)
912290000Sglebius	$(AM_V_CCLD)$(LINK) $(timetrim_OBJECTS) $(timetrim_LDADD) $(LIBS)
91382498Sroberto
91454359Srobertomostlyclean-compile:
915182007Sroberto	-rm -f *.$(OBJEXT)
91654359Sroberto
91754359Srobertodistclean-compile:
91854359Sroberto	-rm -f *.tab.c
91954359Sroberto
920290000Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio-pcm.Po@am__quote@
921290000Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byteorder.Po@am__quote@
922290000Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hist.Po@am__quote@
923290000Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jitter.Po@am__quote@
924290000Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kern.Po@am__quote@
925290000Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/longsize.Po@am__quote@
926290000Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp-keygen-opts.Po@am__quote@
927290000Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp-keygen.Po@am__quote@
928290000Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntptime.Po@am__quote@
929290000Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pps-api.Po@am__quote@
930290000Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/precision.Po@am__quote@
931290000Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sht.Po@am__quote@
932290000Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testrs6000.Po@am__quote@
933290000Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tg.Po@am__quote@
934290000Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tg2.Po@am__quote@
935290000Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tickadj.Po@am__quote@
936290000Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timetrim.Po@am__quote@
93754359Sroberto
938106163Sroberto.c.o:
939290000Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
940290000Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
941290000Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
942182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
943290000Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
94454359Sroberto
945106163Sroberto.c.obj:
946290000Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
947290000Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
948290000Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
949182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
950290000Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
951182007Sroberto
952182007Sroberto.c.lo:
953290000Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
954290000Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
955290000Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
956182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
957290000Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
95854359Sroberto
959182007Srobertomostlyclean-libtool:
960182007Sroberto	-rm -f *.lo
961132451Sroberto
962182007Srobertoclean-libtool:
963182007Sroberto	-rm -rf .libs _libs
964290000Sglebiusinstall-man1: $(man1_MANS) $(man_MANS)
965182007Sroberto	@$(NORMAL_INSTALL)
966290000Sglebius	@list1='$(man1_MANS)'; \
967290000Sglebius	list2='$(man_MANS)'; \
968290000Sglebius	test -n "$(man1dir)" \
969290000Sglebius	  && test -n "`echo $$list1$$list2`" \
970290000Sglebius	  || exit 0; \
971290000Sglebius	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
972290000Sglebius	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
973290000Sglebius	{ for i in $$list1; do echo "$$i"; done;  \
974290000Sglebius	if test -n "$$list2"; then \
975290000Sglebius	  for i in $$list2; do echo "$$i"; done \
976290000Sglebius	    | sed -n '/\.1[a-z]*$$/p'; \
977290000Sglebius	fi; \
978200576Sroberto	} | while read p; do \
979200576Sroberto	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
980200576Sroberto	  echo "$$d$$p"; echo "$$p"; \
981200576Sroberto	done | \
982200576Sroberto	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
983200576Sroberto	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
984200576Sroberto	sed 'N;N;s,\n, ,g' | { \
985200576Sroberto	list=; while read file base inst; do \
986200576Sroberto	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
987200576Sroberto	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
988200576Sroberto	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
989200576Sroberto	  fi; \
990182007Sroberto	done; \
991200576Sroberto	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
992200576Sroberto	while read files; do \
993200576Sroberto	  test -z "$$files" || { \
994200576Sroberto	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
995200576Sroberto	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
996200576Sroberto	done; }
997200576Sroberto
998182007Srobertouninstall-man1:
999182007Sroberto	@$(NORMAL_UNINSTALL)
1000290000Sglebius	@list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
1001200576Sroberto	files=`{ for i in $$list; do echo "$$i"; done; \
1002200576Sroberto	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1003200576Sroberto	  sed -n '/\.1[a-z]*$$/p'; \
1004200576Sroberto	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1005200576Sroberto	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1006290000Sglebius	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
1007290000Sglebiusinstall-man8: $(man8_MANS) $(man_MANS)
1008290000Sglebius	@$(NORMAL_INSTALL)
1009290000Sglebius	@list1='$(man8_MANS)'; \
1010290000Sglebius	list2='$(man_MANS)'; \
1011290000Sglebius	test -n "$(man8dir)" \
1012290000Sglebius	  && test -n "`echo $$list1$$list2`" \
1013290000Sglebius	  || exit 0; \
1014290000Sglebius	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
1015290000Sglebius	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
1016290000Sglebius	{ for i in $$list1; do echo "$$i"; done;  \
1017290000Sglebius	if test -n "$$list2"; then \
1018290000Sglebius	  for i in $$list2; do echo "$$i"; done \
1019290000Sglebius	    | sed -n '/\.8[a-z]*$$/p'; \
1020290000Sglebius	fi; \
1021290000Sglebius	} | while read p; do \
1022290000Sglebius	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1023290000Sglebius	  echo "$$d$$p"; echo "$$p"; \
1024290000Sglebius	done | \
1025290000Sglebius	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
1026290000Sglebius	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1027290000Sglebius	sed 'N;N;s,\n, ,g' | { \
1028290000Sglebius	list=; while read file base inst; do \
1029290000Sglebius	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1030290000Sglebius	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
1031290000Sglebius	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
1032290000Sglebius	  fi; \
1033290000Sglebius	done; \
1034290000Sglebius	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1035290000Sglebius	while read files; do \
1036290000Sglebius	  test -z "$$files" || { \
1037290000Sglebius	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
1038290000Sglebius	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
1039290000Sglebius	done; }
104054359Sroberto
1041290000Sglebiusuninstall-man8:
1042290000Sglebius	@$(NORMAL_UNINSTALL)
1043290000Sglebius	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
1044290000Sglebius	files=`{ for i in $$list; do echo "$$i"; done; \
1045290000Sglebius	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1046290000Sglebius	  sed -n '/\.8[a-z]*$$/p'; \
1047290000Sglebius	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
1048290000Sglebius	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1049290000Sglebius	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
1050290000Sglebiusinstall-htmlDATA: $(html_DATA)
1051290000Sglebius	@$(NORMAL_INSTALL)
1052290000Sglebius	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
1053290000Sglebius	if test -n "$$list"; then \
1054290000Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
1055290000Sglebius	  $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
1056290000Sglebius	fi; \
1057290000Sglebius	for p in $$list; do \
1058290000Sglebius	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1059290000Sglebius	  echo "$$d$$p"; \
1060290000Sglebius	done | $(am__base_list) | \
1061290000Sglebius	while read files; do \
1062290000Sglebius	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
1063290000Sglebius	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
1064290000Sglebius	done
106554359Sroberto
1066290000Sglebiusuninstall-htmlDATA:
1067290000Sglebius	@$(NORMAL_UNINSTALL)
1068290000Sglebius	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
1069290000Sglebius	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1070290000Sglebius	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
1071290000Sglebius
1072290000SglebiusID: $(am__tagged_files)
1073290000Sglebius	$(am__define_uniq_tagged_files); mkid -fID $$unique
1074290000Sglebiustags: tags-am
1075290000SglebiusTAGS: tags
1076290000Sglebius
1077290000Sglebiustags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1078200576Sroberto	set x; \
107954359Sroberto	here=`pwd`; \
1080290000Sglebius	$(am__define_uniq_tagged_files); \
1081200576Sroberto	shift; \
1082200576Sroberto	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1083182007Sroberto	  test -n "$$unique" || unique=$$empty_fix; \
1084200576Sroberto	  if test $$# -gt 0; then \
1085200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1086200576Sroberto	      "$$@" $$unique; \
1087200576Sroberto	  else \
1088200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1089200576Sroberto	      $$unique; \
1090200576Sroberto	  fi; \
1091182007Sroberto	fi
1092290000Sglebiusctags: ctags-am
1093290000Sglebius
1094290000SglebiusCTAGS: ctags
1095290000Sglebiusctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1096290000Sglebius	$(am__define_uniq_tagged_files); \
1097200576Sroberto	test -z "$(CTAGS_ARGS)$$unique" \
1098132451Sroberto	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1099200576Sroberto	     $$unique
1100132451Sroberto
110182498SrobertoGTAGS:
1102132451Sroberto	here=`$(am__cd) $(top_builddir) && pwd` \
1103200576Sroberto	  && $(am__cd) $(top_srcdir) \
1104200576Sroberto	  && gtags -i $(GTAGS_ARGS) "$$here"
1105290000Sglebiuscscopelist: cscopelist-am
110654359Sroberto
1107290000Sglebiuscscopelist-am: $(am__tagged_files)
1108290000Sglebius	list='$(am__tagged_files)'; \
1109290000Sglebius	case "$(srcdir)" in \
1110290000Sglebius	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1111290000Sglebius	  *) sdir=$(subdir)/$(srcdir) ;; \
1112290000Sglebius	esac; \
1113290000Sglebius	for i in $$list; do \
1114290000Sglebius	  if test -f "$$i"; then \
1115290000Sglebius	    echo "$(subdir)/$$i"; \
1116290000Sglebius	  else \
1117290000Sglebius	    echo "$$sdir/$$i"; \
1118290000Sglebius	  fi; \
1119290000Sglebius	done >> $(top_builddir)/cscope.files
1120290000Sglebius
112154359Srobertodistclean-tags:
1122132451Sroberto	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
112382498Sroberto
112482498Srobertodistdir: $(DISTFILES)
1125200576Sroberto	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1126200576Sroberto	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1127200576Sroberto	list='$(DISTFILES)'; \
1128200576Sroberto	  dist_files=`for file in $$list; do echo $$file; done | \
1129200576Sroberto	  sed -e "s|^$$srcdirstrip/||;t" \
1130200576Sroberto	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1131200576Sroberto	case $$dist_files in \
1132200576Sroberto	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1133200576Sroberto			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1134200576Sroberto			   sort -u` ;; \
1135200576Sroberto	esac; \
1136200576Sroberto	for file in $$dist_files; do \
1137132451Sroberto	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
113882498Sroberto	  if test -d $$d/$$file; then \
1139200576Sroberto	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1140200576Sroberto	    if test -d "$(distdir)/$$file"; then \
1141200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1142200576Sroberto	    fi; \
1143132451Sroberto	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1144200576Sroberto	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1145200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1146132451Sroberto	    fi; \
1147200576Sroberto	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
114882498Sroberto	  else \
1149200576Sroberto	    test -f "$(distdir)/$$file" \
1150200576Sroberto	    || cp -p $$d/$$file "$(distdir)/$$file" \
115182498Sroberto	    || exit 1; \
115282498Sroberto	  fi; \
115382498Sroberto	done
115454359Srobertocheck-am: all-am
1155182007Srobertocheck: $(BUILT_SOURCES)
1156182007Sroberto	$(MAKE) $(AM_MAKEFLAGS) check-am
1157290000Sglebiusall-am: Makefile $(PROGRAMS) $(MANS) $(DATA)
115882498Srobertoinstalldirs:
1159290000Sglebius	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"; do \
1160200576Sroberto	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1161182007Sroberto	done
1162182007Srobertoinstall: $(BUILT_SOURCES)
1163182007Sroberto	$(MAKE) $(AM_MAKEFLAGS) install-am
116454359Srobertoinstall-exec: install-exec-am
116554359Srobertoinstall-data: install-data-am
116682498Srobertouninstall: uninstall-am
116754359Sroberto
116854359Srobertoinstall-am: all-am
116954359Sroberto	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
117082498Sroberto
117182498Srobertoinstallcheck: installcheck-am
117254359Srobertoinstall-strip:
1173290000Sglebius	if test -z '$(STRIP)'; then \
1174290000Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1175290000Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1176290000Sglebius	      install; \
1177290000Sglebius	else \
1178290000Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1179290000Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1180290000Sglebius	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1181290000Sglebius	fi
118254359Srobertomostlyclean-generic:
118354359Sroberto
118454359Srobertoclean-generic:
1185290000Sglebius	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
118654359Sroberto
118754359Srobertodistclean-generic:
1188182007Sroberto	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1189200576Sroberto	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1190290000Sglebius	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
119154359Sroberto
119254359Srobertomaintainer-clean-generic:
119382498Sroberto	@echo "This command is intended for maintainers to use"
119482498Sroberto	@echo "it deletes files that may require special tools to rebuild."
1195182007Sroberto	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
119682498Srobertoclean: clean-am
119754359Sroberto
1198290000Sglebiusclean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
1199290000Sglebius	clean-libtool clean-sbinPROGRAMS mostlyclean-am
120054359Sroberto
120182498Srobertodistclean: distclean-am
1202132451Sroberto	-rm -rf ./$(DEPDIR)
1203132451Sroberto	-rm -f Makefile
1204132451Srobertodistclean-am: clean-am distclean-compile distclean-generic \
1205200576Sroberto	distclean-tags
120654359Sroberto
1207106163Srobertodvi: dvi-am
120854359Sroberto
120982498Srobertodvi-am:
121054359Sroberto
1211182007Srobertohtml: html-am
1212182007Sroberto
1213200576Srobertohtml-am:
1214200576Sroberto
1215106163Srobertoinfo: info-am
121654359Sroberto
121782498Srobertoinfo-am:
121882498Sroberto
1219290000Sglebiusinstall-data-am: install-htmlDATA install-man
122082498Sroberto
1221200576Srobertoinstall-dvi: install-dvi-am
1222200576Sroberto
1223200576Srobertoinstall-dvi-am:
1224200576Sroberto
1225290000Sglebiusinstall-exec-am: install-binPROGRAMS install-libexecPROGRAMS \
1226290000Sglebius	install-sbinPROGRAMS
1227290000Sglebius	@$(NORMAL_INSTALL)
1228290000Sglebius	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1229200576Srobertoinstall-html: install-html-am
1230200576Sroberto
1231200576Srobertoinstall-html-am:
1232200576Sroberto
1233106163Srobertoinstall-info: install-info-am
123482498Sroberto
1235200576Srobertoinstall-info-am:
1236200576Sroberto
1237290000Sglebiusinstall-man: install-man1 install-man8
123882498Sroberto
1239200576Srobertoinstall-pdf: install-pdf-am
1240200576Sroberto
1241200576Srobertoinstall-pdf-am:
1242200576Sroberto
1243200576Srobertoinstall-ps: install-ps-am
1244200576Sroberto
1245200576Srobertoinstall-ps-am:
1246200576Sroberto
124782498Srobertoinstallcheck-am:
124882498Sroberto
124954359Srobertomaintainer-clean: maintainer-clean-am
1250132451Sroberto	-rm -rf ./$(DEPDIR)
1251132451Sroberto	-rm -f Makefile
125282498Srobertomaintainer-clean-am: distclean-am maintainer-clean-generic
125354359Sroberto
125482498Srobertomostlyclean: mostlyclean-am
125554359Sroberto
1256290000Sglebiusmostlyclean-am: mostlyclean-compile mostlyclean-generic \
1257182007Sroberto	mostlyclean-libtool
125882498Sroberto
1259132451Srobertopdf: pdf-am
1260132451Sroberto
1261132451Srobertopdf-am:
1262132451Sroberto
1263132451Srobertops: ps-am
1264132451Sroberto
1265132451Srobertops-am:
1266132451Sroberto
1267290000Sglebiusuninstall-am: uninstall-binPROGRAMS uninstall-htmlDATA \
1268290000Sglebius	uninstall-libexecPROGRAMS uninstall-man uninstall-sbinPROGRAMS
126982498Sroberto
1270290000Sglebiusuninstall-man: uninstall-man1 uninstall-man8
1271182007Sroberto
1272290000Sglebius.MAKE: all check install install-am install-exec-am install-strip
1273200576Sroberto
1274290000Sglebius.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
1275290000Sglebius	clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
1276290000Sglebius	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
1277290000Sglebius	distclean distclean-compile distclean-generic \
1278290000Sglebius	distclean-libtool distclean-tags distdir dvi dvi-am html \
1279290000Sglebius	html-am info info-am install install-am install-binPROGRAMS \
1280290000Sglebius	install-data install-data-am install-dvi install-dvi-am \
1281290000Sglebius	install-exec install-exec-am install-exec-hook install-html \
1282290000Sglebius	install-html-am install-htmlDATA install-info install-info-am \
1283290000Sglebius	install-libexecPROGRAMS install-man install-man1 install-man8 \
1284290000Sglebius	install-pdf install-pdf-am install-ps install-ps-am \
1285290000Sglebius	install-sbinPROGRAMS install-strip installcheck \
1286290000Sglebius	installcheck-am installdirs maintainer-clean \
1287106163Sroberto	maintainer-clean-generic mostlyclean mostlyclean-compile \
1288290000Sglebius	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1289290000Sglebius	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1290290000Sglebius	uninstall-htmlDATA uninstall-libexecPROGRAMS uninstall-man \
1291290000Sglebius	uninstall-man1 uninstall-man8 uninstall-sbinPROGRAMS
129282498Sroberto
1293290000Sglebius.PRECIOUS: Makefile
129482498Sroberto
1295290000Sglebius
1296182007Sroberto$(srcdir)/ntp-keygen-opts.h: $(srcdir)/ntp-keygen-opts.c
1297290000Sglebius	@: do-nothing action to avoid default SCCS get, .h built with .c
1298290000Sglebius
1299182007Sroberto$(srcdir)/ntp-keygen-opts.c: $(srcdir)/ntp-keygen-opts.def $(std_def_list)
1300182007Sroberto	$(run_ag) ntp-keygen-opts.def
1301182007Sroberto
1302290000Sglebius###
1303182007Sroberto
1304290000Sglebius$(srcdir)/ntp-keygen.1ntp-keygenman: $(srcdir)/ntp-keygen-opts.def $(std_def_list)
1305290000Sglebius	$(run_ag) -DMAN_SECTION=1ntp-keygenman -Tagman-cmd.tpl ntp-keygen-opts.def
1306182007Sroberto
1307290000Sglebius$(srcdir)/ntp-keygen.man.in: $(srcdir)/ntp-keygen.1ntp-keygenman $(top_srcdir)/sntp/scripts/mansec2subst.sed
1308290000Sglebius	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp-keygen.1ntp-keygenman > $(srcdir)/ntp-keygen.man.in+
1309290000Sglebius	mv $(srcdir)/ntp-keygen.man.in+ $(srcdir)/ntp-keygen.man.in
131054359Sroberto
1311290000Sglebius###
1312290000Sglebius
1313290000Sglebius$(srcdir)/ntp-keygen.1ntp-keygenmdoc: $(srcdir)/ntp-keygen-opts.def $(std_def_list)
1314290000Sglebius	$(run_ag) -DMAN_SECTION=1ntp-keygenmdoc -Tagmdoc-cmd.tpl ntp-keygen-opts.def
1315290000Sglebius
1316290000Sglebius$(srcdir)/ntp-keygen.mdoc.in: $(srcdir)/ntp-keygen.1ntp-keygenmdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
1317290000Sglebius	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp-keygen.1ntp-keygenmdoc > $(srcdir)/ntp-keygen.mdoc.in+
1318290000Sglebius	mv $(srcdir)/ntp-keygen.mdoc.in+ $(srcdir)/ntp-keygen.mdoc.in
1319290000Sglebius
1320290000Sglebius###
1321290000Sglebius
1322290000Sglebiusntp-keygen.$(NTP_KEYGEN_MS): $(srcdir)/ntp-keygen.$(MANTAGFMT).in $(top_builddir)/config.status
1323290000Sglebius	$(top_builddir)/config.status --file=ntp-keygen.$(NTP_KEYGEN_MS)+:$(srcdir)/ntp-keygen.$(MANTAGFMT).in
1324290000Sglebius	mv ntp-keygen.$(NTP_KEYGEN_MS)+ ntp-keygen.$(NTP_KEYGEN_MS)
1325290000Sglebius
1326290000Sglebius###
1327290000Sglebius
1328290000Sglebius$(srcdir)/invoke-ntp-keygen.menu: $(srcdir)/invoke-ntp-keygen.texi
1329290000Sglebius	@: do-nothing action to avoid default SCCS get, .menu built with .texi
1330290000Sglebius
1331290000Sglebius$(srcdir)/invoke-ntp-keygen.texi: $(srcdir)/ntp-keygen-opts.def $(std_def_list)
1332290000Sglebius	$(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section ntp-keygen-opts.def
1333290000Sglebius	$(top_srcdir)/scripts/build/check--help $@
1334290000Sglebius
1335290000Sglebius$(srcdir)/ntp-keygen.html: $(srcdir)/ntp-keygen.texi $(top_srcdir)/sntp/include/version.texi
1336290000Sglebius	cd $(srcdir) && ( makeinfo --force --html --no-split -o ntp-keygen.html ntp-keygen.texi || true )
1337290000Sglebius
133854359Srobertokern.o: kern.c
133954359Sroberto	$(COMPILE) -DHAVE_TIMEX_H -c kern.c
1340200576Sroberto
1341290000Sglebius$(PROGRAMS): version.o
1342290000Sglebius
1343290000Sglebius$(top_srcdir)/sntp/scm-rev:
1344290000Sglebius	cd ../sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
1345290000Sglebius
1346290000Sglebiusversion.c: $(ntp_keygen_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev
1347290000Sglebius	env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntp-keygen
1348290000Sglebius
1349290000Sglebiusversion.o: version.c
1350290000Sglebius	env CCACHE_DISABLE=1 $(COMPILE) -c version.c -o version.o
1351290000Sglebius
1352290000Sglebiusinstall-exec-hook:
1353290000Sglebius	@test -z "${bin_PROGRAMS}${bin_SCRIPTS}"		\
1354290000Sglebius	|| for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do	\
1355290000Sglebius	   test ! -f ${sbindir}/$$i				\
1356290000Sglebius		|| echo "*** $$i is also in ${sbindir}!";	\
1357290000Sglebius	done
1358290000Sglebius	@test -z "${sbin_PROGRAMS}${asbin_SCRIPTS}"		\
1359290000Sglebius	|| for i in ${sbin_PROGRAMS} ${sbin_SCRIPTS} " "; do	\
1360290000Sglebius	   test ! -f ${bindir}/$$i				\
1361290000Sglebius		|| echo "*** $$i is also in ${bindir}!";	\
1362290000Sglebius	done
1363290000Sglebius
1364290000Sglebius#
1365290000Sglebius
1366290000Sglebiuscheck-libntp: ../libntp/libntp.a
1367290000Sglebius	@echo stamp > $@
1368290000Sglebius
1369290000Sglebius../libntp/libntp.a:
1370290000Sglebius	cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
1371290000Sglebius
1372290000Sglebiuscheck-libopts: ../sntp/libopts/libopts.la
1373290000Sglebius	@echo stamp > $@
1374290000Sglebius
1375290000Sglebius../sntp/libopts/libopts.la:
1376290000Sglebius	-cd ../sntp/libopts && $(MAKE) $(AM_MAKEFLAGS) libopts.la
1377290000Sglebius$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
1378290000Sglebius	@[ -f $@ ] ||							\
1379290000Sglebius		cp $(top_srcdir)/deps-ver $@
1380290000Sglebius	@[ -w $@ ] ||							\
1381290000Sglebius		chmod ug+w $@
1382290000Sglebius	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
1383290000Sglebius		$(MAKE) $(AM_MAKEFLAGS) clean &&					\
1384290000Sglebius		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
1385290000Sglebius		cat $@ &&						\
1386290000Sglebius		rm -rf $(DEPDIR) &&					\
1387290000Sglebius		mkdir $(DEPDIR) && 					\
1388290000Sglebius		case "$(top_builddir)" in				\
1389290000Sglebius		 .)							\
1390290000Sglebius		    ./config.status Makefile depfiles			\
1391290000Sglebius		    ;;							\
1392290000Sglebius		 *)							\
1393290000Sglebius		    cd "$(top_builddir)" &&				\
1394290000Sglebius		    ./config.status $(subdir)/Makefile depfiles &&	\
1395290000Sglebius		    cd $(subdir)					\
1396290000Sglebius		    ;;							\
1397290000Sglebius		esac &&							\
1398290000Sglebius		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
1399290000Sglebius		cat $(top_srcdir)/deps-ver				\
1400290000Sglebius	)
1401290000Sglebius	cp $(top_srcdir)/deps-ver $@
1402290000Sglebius
1403290000Sglebius.deps-ver: $(top_srcdir)/deps-ver
1404290000Sglebius	@[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
1405290000Sglebius	@touch $@
1406290000Sglebius
1407290000Sglebius#
1408290000Sglebius# depsver.mf	included in Makefile.am for directories with .deps
1409290000Sglebius#
1410290000Sglebius# When building in the same directory with sources that change over
1411290000Sglebius# time, such as when tracking using bk, the .deps files can become
1412290000Sglebius# stale with respect to moved, deleted, or superceded headers.  Most
1413290000Sglebius# commonly, this would exhibit as make reporting a failure to make a
1414290000Sglebius# header file which is no longer in the location given.  To address
1415290000Sglebius# this issue, we use a deps-ver file which is updated with each change
1416290000Sglebius# that breaks old .deps files.  A copy of deps-ver is made into
1417290000Sglebius# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
1418290000Sglebius# with different contents than deps-ver, we make clean to ensure all
1419290000Sglebius# .o files built before the incompatible change are rebuilt along with
1420290000Sglebius# their updated .deps files, then remove $(DEPDIR) and recreate it as
1421290000Sglebius# empty stubs.
1422290000Sglebius#
1423290000Sglebius# It is normal when configured with --disable-dependency-tracking for
1424290000Sglebius# the DEPDIR to not have been created.  For this reason, we use the
1425290000Sglebius# intermediate target .deps-ver, which invokes make recursively if
1426290000Sglebius# DEPDIR exists.
1427290000Sglebius#
1428290000Sglebius# If you modify depsver.mf, please make the changes to the master
1429290000Sglebius# copy, the one in sntp is copied by the bootstrap script from it.
1430290000Sglebius#
1431290000Sglebius# This comment block follows rather than leads the related code so that
1432290000Sglebius# it stays with it in the generated Makefile.in and Makefile.
1433290000Sglebius#
1434290000Sglebius
143554359Sroberto# Tell versions [3.59,3.63) of GNU make to not export all variables.
143654359Sroberto# Otherwise a system limit (for SysV at least) may be exceeded.
143754359Sroberto.NOEXPORT:
1438