1290001Sglebius# Makefile.in generated by automake 1.15 from Makefile.am.
2132451Sroberto# @configure_input@
354359Sroberto
4290001Sglebius# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5290001Sglebius
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
17290001Sglebius# we traditionally installed software in bindir, while it should have gone
18290001Sglebius# in sbindir.  Now that we offer a choice, look in the "other" installation
19290001Sglebius# subdir to warn folks if there is another version there.
20290001Sglebius
21290001Sglebius
2254359SrobertoVPATH = @srcdir@
23290001Sglebiusam__is_gnu_make = { \
24290001Sglebius  if test -z '$(MAKELEVEL)'; then \
25290001Sglebius    false; \
26290001Sglebius  elif test -n '$(MAKE_HOST)'; then \
27290001Sglebius    true; \
28290001Sglebius  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
29290001Sglebius    true; \
30290001Sglebius  else \
31290001Sglebius    false; \
32290001Sglebius  fi; \
33290001Sglebius}
34290001Sglebiusam__make_running_with_option = \
35290001Sglebius  case $${target_option-} in \
36290001Sglebius      ?) ;; \
37290001Sglebius      *) echo "am__make_running_with_option: internal error: invalid" \
38290001Sglebius              "target option '$${target_option-}' specified" >&2; \
39290001Sglebius         exit 1;; \
40290001Sglebius  esac; \
41290001Sglebius  has_opt=no; \
42290001Sglebius  sane_makeflags=$$MAKEFLAGS; \
43290001Sglebius  if $(am__is_gnu_make); then \
44290001Sglebius    sane_makeflags=$$MFLAGS; \
45290001Sglebius  else \
46290001Sglebius    case $$MAKEFLAGS in \
47290001Sglebius      *\\[\ \	]*) \
48290001Sglebius        bs=\\; \
49290001Sglebius        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
50290001Sglebius          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
51290001Sglebius    esac; \
52290001Sglebius  fi; \
53290001Sglebius  skip_next=no; \
54290001Sglebius  strip_trailopt () \
55290001Sglebius  { \
56290001Sglebius    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
57290001Sglebius  }; \
58290001Sglebius  for flg in $$sane_makeflags; do \
59290001Sglebius    test $$skip_next = yes && { skip_next=no; continue; }; \
60290001Sglebius    case $$flg in \
61290001Sglebius      *=*|--*) continue;; \
62290001Sglebius        -*I) strip_trailopt 'I'; skip_next=yes;; \
63290001Sglebius      -*I?*) strip_trailopt 'I';; \
64290001Sglebius        -*O) strip_trailopt 'O'; skip_next=yes;; \
65290001Sglebius      -*O?*) strip_trailopt 'O';; \
66290001Sglebius        -*l) strip_trailopt 'l'; skip_next=yes;; \
67290001Sglebius      -*l?*) strip_trailopt 'l';; \
68290001Sglebius      -[dEDm]) skip_next=yes;; \
69290001Sglebius      -[JT]) skip_next=yes;; \
70290001Sglebius    esac; \
71290001Sglebius    case $$flg in \
72290001Sglebius      *$$target_option*) has_opt=yes; break;; \
73290001Sglebius    esac; \
74290001Sglebius  done; \
75290001Sglebius  test $$has_opt = yes
76290001Sglebiusam__make_dryrun = (target_option=n; $(am__make_running_with_option))
77290001Sglebiusam__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) \
98290001Sglebius	ntp-keygen$(EXEEXT) ntptime$(EXEEXT) pps-api$(EXEEXT) \
99290001Sglebius	precision$(EXEEXT) sht$(EXEEXT) testrs6000$(EXEEXT) \
100290001Sglebius	tg$(EXEEXT) tg2$(EXEEXT) tickadj$(EXEEXT) timetrim$(EXEEXT)
101182007Srobertosubdir = util
102182007SrobertoACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103290001Sglebiusam__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
104290001Sglebius	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
105290001Sglebius	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
106290001Sglebius	$(top_srcdir)/sntp/m4/define_dir.m4 \
107290001Sglebius	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
108290001Sglebius	$(top_srcdir)/sntp/m4/libtool.m4 \
109290001Sglebius	$(top_srcdir)/sntp/m4/ltoptions.m4 \
110290001Sglebius	$(top_srcdir)/sntp/m4/ltsugar.m4 \
111290001Sglebius	$(top_srcdir)/sntp/m4/ltversion.m4 \
112290001Sglebius	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
113290001Sglebius	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
114290001Sglebius	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
115290001Sglebius	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
116290001Sglebius	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
117290001Sglebius	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
118290001Sglebius	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
119290001Sglebius	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
120290001Sglebius	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
121290001Sglebius	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
122290001Sglebius	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
123290001Sglebius	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
124290001Sglebius	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
125290001Sglebius	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
126290001Sglebius	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
127290001Sglebius	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
128290001Sglebius	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
129290001Sglebius	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
130290001Sglebius	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
131290001Sglebius	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
132290001Sglebius	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
133290001Sglebius	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
134290001Sglebius	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
135290001Sglebius	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
136290001Sglebius	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
137290001Sglebius	$(top_srcdir)/sntp/m4/openldap.m4 \
138290001Sglebius	$(top_srcdir)/sntp/m4/os_cflags.m4 \
139290001Sglebius	$(top_srcdir)/sntp/m4/snprintf.m4 \
140290001Sglebius	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
141182007Srobertoam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
142182007Sroberto	$(ACLOCAL_M4)
143290001SglebiusDIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
144182007Srobertomkinstalldirs = $(install_sh) -d
145182007SrobertoCONFIG_HEADER = $(top_builddir)/config.h
146182007SrobertoCONFIG_CLEAN_FILES =
147200576SrobertoCONFIG_CLEAN_VPATH_FILES =
148290001Sglebiusam__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
149290001Sglebius	"$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \
150290001Sglebius	"$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"
151290001SglebiusPROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(sbin_PROGRAMS)
152182007Srobertoaudio_pcm_SOURCES = audio-pcm.c
153290001Sglebiusaudio_pcm_OBJECTS = audio-pcm.$(OBJEXT)
154182007Srobertoaudio_pcm_LDADD = $(LDADD)
155290001Sglebiusam__DEPENDENCIES_1 =
156290001Sglebiusaudio_pcm_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
157290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
158290001SglebiusAM_V_lt = $(am__v_lt_@AM_V@)
159290001Sglebiusam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
160290001Sglebiusam__v_lt_0 = --silent
161290001Sglebiusam__v_lt_1 = 
162182007Srobertobyteorder_SOURCES = byteorder.c
163290001Sglebiusbyteorder_OBJECTS = byteorder.$(OBJEXT)
164182007Srobertobyteorder_LDADD = $(LDADD)
165290001Sglebiusbyteorder_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
166290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
167182007Srobertohist_SOURCES = hist.c
168290001Sglebiushist_OBJECTS = hist.$(OBJEXT)
169182007Srobertohist_LDADD = $(LDADD)
170290001Sglebiushist_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
171290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
172290001Sglebiusam_jitter_OBJECTS = jitter.$(OBJEXT)
173182007Srobertojitter_OBJECTS = $(am_jitter_OBJECTS)
174182007Srobertojitter_DEPENDENCIES =
175182007Srobertokern_SOURCES = kern.c
176290001Sglebiuskern_OBJECTS = kern.$(OBJEXT)
177182007Srobertokern_LDADD = $(LDADD)
178290001Sglebiuskern_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
179290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
180182007Srobertolongsize_SOURCES = longsize.c
181290001Sglebiuslongsize_OBJECTS = longsize.$(OBJEXT)
182182007Srobertolongsize_LDADD = $(LDADD)
183290001Sglebiuslongsize_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
184290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
185290001Sglebiusam_ntp_keygen_OBJECTS = ntp-keygen.$(OBJEXT) ntp-keygen-opts.$(OBJEXT)
186182007Srobertontp_keygen_OBJECTS = $(am_ntp_keygen_OBJECTS)
187290001Sglebiusntp_keygen_DEPENDENCIES = version.o $(am__DEPENDENCIES_1) \
188290001Sglebius	../libntp/libntp.a $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
189290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
190290001Sglebius	$(am__DEPENDENCIES_1)
191182007Srobertontptime_SOURCES = ntptime.c
192290001Sglebiusntptime_OBJECTS = ntptime.$(OBJEXT)
193182007Srobertontptime_LDADD = $(LDADD)
194290001Sglebiusntptime_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
195290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
196182007Srobertopps_api_SOURCES = pps-api.c
197290001Sglebiuspps_api_OBJECTS = pps-api.$(OBJEXT)
198182007Srobertopps_api_LDADD = $(LDADD)
199290001Sglebiuspps_api_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
200290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
201182007Srobertoprecision_SOURCES = precision.c
202290001Sglebiusprecision_OBJECTS = precision.$(OBJEXT)
203182007Srobertoprecision_LDADD = $(LDADD)
204290001Sglebiusprecision_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
205290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
206182007Srobertosht_SOURCES = sht.c
207290001Sglebiussht_OBJECTS = sht.$(OBJEXT)
208182007Srobertosht_LDADD = $(LDADD)
209290001Sglebiussht_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
210290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
211182007Srobertotestrs6000_SOURCES = testrs6000.c
212290001Sglebiustestrs6000_OBJECTS = testrs6000.$(OBJEXT)
213182007Srobertotestrs6000_LDADD = $(LDADD)
214290001Sglebiustestrs6000_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
215290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
216182007Srobertotg_SOURCES = tg.c
217290001Sglebiustg_OBJECTS = tg.$(OBJEXT)
218182007Srobertotg_LDADD = $(LDADD)
219290001Sglebiustg_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
220290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
221290001Sglebiustg2_SOURCES = tg2.c
222290001Sglebiustg2_OBJECTS = tg2.$(OBJEXT)
223290001Sglebiustg2_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
224290001Sglebius	$(am__DEPENDENCIES_1)
225182007Srobertotickadj_SOURCES = tickadj.c
226290001Sglebiustickadj_OBJECTS = tickadj.$(OBJEXT)
227290001Sglebiustickadj_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
228290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
229290001Sglebius	$(am__DEPENDENCIES_1)
230182007Srobertotimetrim_SOURCES = timetrim.c
231290001Sglebiustimetrim_OBJECTS = timetrim.$(OBJEXT)
232182007Srobertotimetrim_LDADD = $(LDADD)
233290001Sglebiustimetrim_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
234290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
235290001SglebiusAM_V_P = $(am__v_P_@AM_V@)
236290001Sglebiusam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
237290001Sglebiusam__v_P_0 = false
238290001Sglebiusam__v_P_1 = :
239290001SglebiusAM_V_GEN = $(am__v_GEN_@AM_V@)
240290001Sglebiusam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
241290001Sglebiusam__v_GEN_0 = @echo "  GEN     " $@;
242290001Sglebiusam__v_GEN_1 = 
243290001SglebiusAM_V_at = $(am__v_at_@AM_V@)
244290001Sglebiusam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
245290001Sglebiusam__v_at_0 = @
246290001Sglebiusam__v_at_1 = 
247200576SrobertoDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
248290001Sglebiusdepcomp = $(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)
253290001SglebiusLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
254290001Sglebius	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
255290001Sglebius	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
256290001Sglebius	$(AM_CFLAGS) $(CFLAGS)
257290001SglebiusAM_V_CC = $(am__v_CC_@AM_V@)
258290001Sglebiusam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
259290001Sglebiusam__v_CC_0 = @echo "  CC      " $@;
260290001Sglebiusam__v_CC_1 = 
261182007SrobertoCCLD = $(CC)
262290001SglebiusLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
263290001Sglebius	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
264290001Sglebius	$(AM_LDFLAGS) $(LDFLAGS) -o $@
265290001SglebiusAM_V_CCLD = $(am__v_CCLD_@AM_V@)
266290001Sglebiusam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
267290001Sglebiusam__v_CCLD_0 = @echo "  CCLD    " $@;
268290001Sglebiusam__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 \
271290001Sglebius	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 \
274290001Sglebius	precision.c sht.c testrs6000.c tg.c tg2.c tickadj.c timetrim.c
275290001Sglebiusam__can_run_installinfo = \
276290001Sglebius  case $$AM_UPDATE_INFO_DIR in \
277290001Sglebius    n|no|NO) false;; \
278290001Sglebius    *) (install-info --version) >/dev/null 2>&1;; \
279290001Sglebius  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'
301290001Sglebiusam__uninstall_files_from_dir = { \
302290001Sglebius  test -z "$$files" \
303290001Sglebius    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
304290001Sglebius    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
305290001Sglebius         $(am__cd) "$$dir" && rm -f $$files; }; \
306290001Sglebius  }
307182007Srobertoman1dir = $(mandir)/man1
308290001Sglebiusman8dir = $(mandir)/man8
309182007SrobertoNROFF = nroff
310290001SglebiusMANS = $(man1_MANS) $(man8_MANS) $(man_MANS)
311290001SglebiusDATA = $(html_DATA) $(noinst_DATA)
312290001Sglebiusam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
313290001Sglebius# Read a list of newline-separated strings from the standard input,
314290001Sglebius# and print each of them once, without duplicates.  Input order is
315290001Sglebius# *not* preserved.
316290001Sglebiusam__uniquify_input = $(AWK) '\
317290001Sglebius  BEGIN { nonempty = 0; } \
318290001Sglebius  { items[$$0] = 1; nonempty = 1; } \
319290001Sglebius  END { if (nonempty) { for (i in items) print i; }; } \
320290001Sglebius'
321290001Sglebius# Make sure the list of sources is unique.  This is necessary because,
322290001Sglebius# e.g., the same source file might be shared among _SOURCES variables
323290001Sglebius# for different programs/libraries.
324290001Sglebiusam__define_uniq_tagged_files = \
325290001Sglebius  list='$(am__tagged_files)'; \
326290001Sglebius  unique=`for i in $$list; do \
327290001Sglebius    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
328290001Sglebius  done | $(am__uniquify_input)`
329182007SrobertoETAGS = etags
330182007SrobertoCTAGS = ctags
331290001Sglebiusam__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/bincheck.mf \
332290001Sglebius	$(top_srcdir)/check-libopts.mf $(top_srcdir)/depsver.mf \
333290001Sglebius	$(top_srcdir)/includes.mf $(top_srcdir)/sntp/check-libntp.mf \
334290001Sglebius	$(top_srcdir)/sntp/libevent/build-aux/depcomp README
335182007SrobertoDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
336132451SrobertoACLOCAL = @ACLOCAL@
337290001SglebiusALLOCA = @ALLOCA@
33854359SrobertoAMTAR = @AMTAR@
339290001SglebiusAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
340182007SrobertoAR = @AR@
341132451SrobertoAUTOCONF = @AUTOCONF@
342132451SrobertoAUTOHEADER = @AUTOHEADER@
343132451SrobertoAUTOMAKE = @AUTOMAKE@
34454359SrobertoAWK = @AWK@
345290001SglebiusBUILD_THREAD = @BUILD_THREAD@
346290001SglebiusCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
347290001SglebiusCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
348290001SglebiusCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
349290001SglebiusCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
350290001SglebiusCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
35154359SrobertoCC = @CC@
352132451SrobertoCCDEPMODE = @CCDEPMODE@
35354359SrobertoCFLAGS = @CFLAGS@
354290001SglebiusCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
355290001SglebiusCFLAGS_NTP = @CFLAGS_NTP@
35654359SrobertoCHUTEST = @CHUTEST@
357290001SglebiusCONFIG_SHELL = @CONFIG_SHELL@
35854359SrobertoCPP = @CPP@
359132451SrobertoCPPFLAGS = @CPPFLAGS@
360290001SglebiusCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
361290001SglebiusCPPFLAGS_NTP = @CPPFLAGS_NTP@
362290001SglebiusCXX = @CXX@
363290001SglebiusCXXCPP = @CXXCPP@
364290001SglebiusCXXDEPMODE = @CXXDEPMODE@
365290001SglebiusCXXFLAGS = @CXXFLAGS@
366132451SrobertoCYGPATH_W = @CYGPATH_W@
36754359SrobertoDCFD = @DCFD@
368132451SrobertoDEFS = @DEFS@
36956746SrobertoDEPDIR = @DEPDIR@
370290001SglebiusDLLTOOL = @DLLTOOL@
371290001SglebiusDSYMUTIL = @DSYMUTIL@
372290001SglebiusDUMPBIN = @DUMPBIN@
373132451SrobertoECHO_C = @ECHO_C@
374132451SrobertoECHO_N = @ECHO_N@
375132451SrobertoECHO_T = @ECHO_T@
376290001SglebiusEDITLINE_LIBS = @EDITLINE_LIBS@
377132451SrobertoEGREP = @EGREP@
378106163SrobertoEXEEXT = @EXEEXT@
379290001SglebiusFGREP = @FGREP@
380200576SrobertoGREP = @GREP@
381290001SglebiusGTEST_CONFIG = @GTEST_CONFIG@
382290001SglebiusGTEST_CPPFLAGS = @GTEST_CPPFLAGS@
383290001SglebiusGTEST_CXXFLAGS = @GTEST_CXXFLAGS@
384290001SglebiusGTEST_LDFLAGS = @GTEST_LDFLAGS@
385290001SglebiusGTEST_LIBS = @GTEST_LIBS@
386200576SrobertoHAVE_INLINE = @HAVE_INLINE@
387290001SglebiusHAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
388290001SglebiusHAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
389290001SglebiusHAVE_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@
395290001SglebiusLD = @LD@
396290001SglebiusLDADD_LIBEVENT = @LDADD_LIBEVENT@
397290001SglebiusLDADD_LIBNTP = @LDADD_LIBNTP@
398290001SglebiusLDADD_LIBUTIL = @LDADD_LIBUTIL@
399290001SglebiusLDADD_NLIST = @LDADD_NLIST@
400290001SglebiusLDADD_NTP = @LDADD_NTP@
40154359SrobertoLDFLAGS = @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@
40954359SrobertoLIBPARSE = @LIBPARSE@
410132451SrobertoLIBS = @LIBS@
411182007SrobertoLIBTOOL = @LIBTOOL@
412290001SglebiusLIBTOOL_DEPS = @LIBTOOL_DEPS@
413290001SglebiusLIPO = @LIPO@
41454359SrobertoLN_S = @LN_S@
415200576SrobertoLSCF = @LSCF@
416290001SglebiusLTHREAD_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@
426290001SglebiusMAKE_NTPSNMPD = @MAKE_NTPSNMPD@
42754359SrobertoMAKE_NTPTIME = @MAKE_NTPTIME@
42854359SrobertoMAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
42954359SrobertoMAKE_TICKADJ = @MAKE_TICKADJ@
43082498SrobertoMAKE_TIMETRIM = @MAKE_TIMETRIM@
431290001SglebiusMANIFEST_TOOL = @MANIFEST_TOOL@
432290001SglebiusMANTAGFMT = @MANTAGFMT@
433200576SrobertoMKDIR_P = @MKDIR_P@
434290001SglebiusNM = @NM@
435290001SglebiusNMEDIT = @NMEDIT@
436290001SglebiusNTPDATE_DB = @NTPDATE_DB@
437290001SglebiusNTPDATE_DL = @NTPDATE_DL@
438290001SglebiusNTPDATE_DS = @NTPDATE_DS@
439290001SglebiusNTPDATE_MS = @NTPDATE_MS@
440290001SglebiusNTPDATE_NI = @NTPDATE_NI@
441290001SglebiusNTPDC_DB = @NTPDC_DB@
442290001SglebiusNTPDC_DL = @NTPDC_DL@
443290001SglebiusNTPDC_DS = @NTPDC_DS@
444290001SglebiusNTPDC_MS = @NTPDC_MS@
445290001SglebiusNTPDC_NI = @NTPDC_NI@
446290001SglebiusNTPDSIM_DB = @NTPDSIM_DB@
447290001SglebiusNTPDSIM_DL = @NTPDSIM_DL@
448290001SglebiusNTPDSIM_DS = @NTPDSIM_DS@
449290001SglebiusNTPDSIM_MS = @NTPDSIM_MS@
450290001SglebiusNTPDSIM_NI = @NTPDSIM_NI@
451290001SglebiusNTPD_DB = @NTPD_DB@
452290001SglebiusNTPD_DL = @NTPD_DL@
453290001SglebiusNTPD_DS = @NTPD_DS@
454290001SglebiusNTPD_MS = @NTPD_MS@
455290001SglebiusNTPD_NI = @NTPD_NI@
456290001SglebiusNTPQ_DB = @NTPQ_DB@
457290001SglebiusNTPQ_DL = @NTPQ_DL@
458290001SglebiusNTPQ_DS = @NTPQ_DS@
459290001SglebiusNTPQ_MS = @NTPQ_MS@
460290001SglebiusNTPQ_NI = @NTPQ_NI@
461290001SglebiusNTPSNMPD_DB = @NTPSNMPD_DB@
462290001SglebiusNTPSNMPD_DL = @NTPSNMPD_DL@
463290001SglebiusNTPSNMPD_DS = @NTPSNMPD_DS@
464290001SglebiusNTPSNMPD_MS = @NTPSNMPD_MS@
465290001SglebiusNTPSNMPD_NI = @NTPSNMPD_NI@
466290001SglebiusNTPSWEEP_DB = @NTPSWEEP_DB@
467290001SglebiusNTPSWEEP_DL = @NTPSWEEP_DL@
468290001SglebiusNTPSWEEP_DS = @NTPSWEEP_DS@
469290001SglebiusNTPSWEEP_MS = @NTPSWEEP_MS@
470290001SglebiusNTPSWEEP_NI = @NTPSWEEP_NI@
471290001SglebiusNTPTIME_DB = @NTPTIME_DB@
472290001SglebiusNTPTIME_DL = @NTPTIME_DL@
473290001SglebiusNTPTIME_DS = @NTPTIME_DS@
474290001SglebiusNTPTIME_MS = @NTPTIME_MS@
475290001SglebiusNTPTIME_NI = @NTPTIME_NI@
476290001SglebiusNTPTRACE_DB = @NTPTRACE_DB@
477290001SglebiusNTPTRACE_DL = @NTPTRACE_DL@
478290001SglebiusNTPTRACE_DS = @NTPTRACE_DS@
479290001SglebiusNTPTRACE_MS = @NTPTRACE_MS@
480290001SglebiusNTPTRACE_NI = @NTPTRACE_NI@
481290001SglebiusNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
482290001SglebiusNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
483290001SglebiusNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
484290001SglebiusNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
485290001SglebiusNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
486290001SglebiusNTP_KEYSDIR = @NTP_KEYSDIR@
487290001SglebiusNTP_WAIT_DB = @NTP_WAIT_DB@
488290001SglebiusNTP_WAIT_DL = @NTP_WAIT_DL@
489290001SglebiusNTP_WAIT_DS = @NTP_WAIT_DS@
490290001SglebiusNTP_WAIT_MS = @NTP_WAIT_MS@
491290001SglebiusNTP_WAIT_NI = @NTP_WAIT_NI@
492290001SglebiusOBJDUMP = @OBJDUMP@
493106163SrobertoOBJEXT = @OBJEXT@
494290001SglebiusOTOOL = @OTOOL@
495290001SglebiusOTOOL64 = @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@
503290001SglebiusPATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
50482498SrobertoPATH_PERL = @PATH_PERL@
505290001SglebiusPATH_RUBY = @PATH_RUBY@
506132451SrobertoPATH_SEPARATOR = @PATH_SEPARATOR@
507290001SglebiusPATH_TEST = @PATH_TEST@
508290001SglebiusPERLLIBDIR = @PERLLIBDIR@
509290001SglebiusPKG_CONFIG = @PKG_CONFIG@
510290001SglebiusPOSIX_SHELL = @POSIX_SHELL@
51154359SrobertoPROPDELAY = @PROPDELAY@
512290001SglebiusPTHREAD_LIBS = @PTHREAD_LIBS@
51354359SrobertoRANLIB = @RANLIB@
514290001SglebiusSED = @SED@
515132451SrobertoSET_MAKE = @SET_MAKE@
516132451SrobertoSHELL = @SHELL@
517290001SglebiusSNMP_CFLAGS = @SNMP_CFLAGS@
518290001SglebiusSNMP_CPPFLAGS = @SNMP_CPPFLAGS@
519290001SglebiusSNMP_LIBS = @SNMP_LIBS@
520290001SglebiusSNTP = @SNTP@
521290001SglebiusSNTP_DB = @SNTP_DB@
522290001SglebiusSNTP_DL = @SNTP_DL@
523290001SglebiusSNTP_DS = @SNTP_DS@
524290001SglebiusSNTP_MS = @SNTP_MS@
525290001SglebiusSNTP_NI = @SNTP_NI@
526290001SglebiusSTDNORETURN_H = @STDNORETURN_H@
527132451SrobertoSTRIP = @STRIP@
52854359SrobertoTESTDCF = @TESTDCF@
529290001SglebiusTICKADJ_DB = @TICKADJ_DB@
530290001SglebiusTICKADJ_DL = @TICKADJ_DL@
531290001SglebiusTICKADJ_DS = @TICKADJ_DS@
532290001SglebiusTICKADJ_MS = @TICKADJ_MS@
533290001SglebiusTICKADJ_NI = @TICKADJ_NI@
534290001SglebiusTIMETRIM_DB = @TIMETRIM_DB@
535290001SglebiusTIMETRIM_DL = @TIMETRIM_DL@
536290001SglebiusTIMETRIM_DS = @TIMETRIM_DS@
537290001SglebiusTIMETRIM_MS = @TIMETRIM_MS@
538290001SglebiusTIMETRIM_NI = @TIMETRIM_NI@
539290001SglebiusUPDATE_LEAP_DB = @UPDATE_LEAP_DB@
540290001SglebiusUPDATE_LEAP_DL = @UPDATE_LEAP_DL@
541290001SglebiusUPDATE_LEAP_DS = @UPDATE_LEAP_DS@
542290001SglebiusUPDATE_LEAP_MS = @UPDATE_LEAP_MS@
543290001SglebiusUPDATE_LEAP_NI = @UPDATE_LEAP_NI@
54454359SrobertoVERSION = @VERSION@
545290001SglebiusVER_SUFFIX = @VER_SUFFIX@
546290001SglebiusYACC = @YACC@
547290001SglebiusYFLAGS = @YFLAGS@
548200576Srobertoabs_builddir = @abs_builddir@
549200576Srobertoabs_srcdir = @abs_srcdir@
550200576Srobertoabs_top_builddir = @abs_top_builddir@
551200576Srobertoabs_top_srcdir = @abs_top_srcdir@
552290001Sglebiusac_ct_AR = @ac_ct_AR@
553132451Srobertoac_ct_CC = @ac_ct_CC@
554290001Sglebiusac_ct_CXX = @ac_ct_CXX@
555290001Sglebiusac_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@
602290001SglebiusNULL = 
603290001Sglebiusbin_PROGRAMS = $(NTP_KEYGEN_DB) $(NTPTIME_DB) $(TICKADJ_DB) $(TIMETRIM_DB)
604290001Sglebiuslibexec_PROGRAMS = $(NTP_KEYGEN_DL) $(NTPTIME_DL) $(TICKADJ_DL) $(TIMETRIM_DL)
605290001Sglebiussbin_PROGRAMS = $(NTP_KEYGEN_DS) $(NTPTIME_DS) $(TICKADJ_DS) $(TIMETRIM_DS)
606290001SglebiusAM_CFLAGS = $(CFLAGS_NTP)
607290001SglebiusAM_CPPFLAGS = $(NTP_INCS) $(LIBOPTS_CFLAGS) $(CPPFLAGS_NTP)
608290001SglebiusAM_LDFLAGS = $(LDFLAGS_NTP)
60954359Sroberto
61054359Sroberto# LDADD might need RESLIB and ADJLIB
611290001SglebiusLDADD = ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM) $(PTHREAD_LIBS)
612290001Sglebiustg2_LDADD = ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM)
613290001Sglebiusntp_keygen_LDADD = version.o $(LIBOPTS_LDADD) ../libntp/libntp.a \
614290001Sglebius	$(LDADD_LIBEVENT) $(LDADD_LIBNTP) $(PTHREAD_LIBS) $(LDADD_NTP) \
615290001Sglebius	$(LIBM)
616182007Srobertontp_keygen_SOURCES = ntp-keygen.c ntp-keygen-opts.c ntp-keygen-opts.h
617290001Sglebiustickadj_LDADD = ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM) $(PTHREAD_LIBS) $(LDADD_NLIST)
618290001SglebiusEXTRA_DIST = \
619290001Sglebius	invoke-ntp-keygen.menu		\
620290001Sglebius	invoke-ntp-keygen.texi		\
621290001Sglebius	ntp-keygen-opts.def		\
622290001Sglebius	ntp-keygen.1ntp-keygenman	\
623290001Sglebius	ntp-keygen.1ntp-keygenmdoc	\
624290001Sglebius	ntp-keygen.man.in		\
625290001Sglebius	ntp-keygen.mdoc.in		\
626290001Sglebius	ntp-keygen.mdoc.in		\
627290001Sglebius	ntp-keygen.html			\
628290001Sglebius	ntp-keygen.texi			\
629290001Sglebius	$(NULL)
63054359Sroberto
631290001SglebiusBUILT_SOURCES = ntp-keygen-opts.c ntp-keygen-opts.h check-libntp \
632290001Sglebius	check-libopts .deps-ver
633290001SglebiusCLEANFILES = check-libntp check-libopts .deps-ver
634290001SglebiusDISTCLEANFILES = .version version.c config.log $(man_MANS)
635290001Sglebiushtml_DATA = \
636290001Sglebius	$(srcdir)/ntp-keygen.html	\
637290001Sglebius	$(NULL)
638106163Sroberto
639290001Sglebiusnoinst_DATA = \
640290001Sglebius	$(srcdir)/invoke-ntp-keygen.menu	\
641290001Sglebius	$(srcdir)/invoke-ntp-keygen.texi	\
642290001Sglebius	$(srcdir)/ntp-keygen.man.in	\
643290001Sglebius	$(srcdir)/ntp-keygen.mdoc.in	\
644290001Sglebius	$(man_MANS)			\
645290001Sglebius	$(NULL)
646290001Sglebius
647290001Sglebiusman1_MANS = 
648290001Sglebiusman8_MANS = 
649290001Sglebiusman_MANS = ntp-keygen.$(NTP_KEYGEN_MS)
650290001Sglebiusrun_ag = cd $(srcdir) &&	env PATH="$(abs_builddir):$(PATH)" AUTOGEN_DNE_DATE=-D	\
651290001Sglebius		autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
652290001Sglebius
653290001Sglebiusstd_def_list = \
654290001Sglebius	$(top_srcdir)/sntp/include/debug-opt.def		\
655290001Sglebius	$(top_srcdir)/sntp/include/autogen-version.def 		\
656290001Sglebius	$(top_srcdir)/sntp/include/copyright.def 		\
657290001Sglebius	$(top_srcdir)/sntp/include/homerc.def 			\
658290001Sglebius	$(top_srcdir)/sntp/include/ntp.lic 			\
659290001Sglebius	$(top_srcdir)/sntp/include/version.def			\
660290001Sglebius	$(NULL)
661290001Sglebius
662290001Sglebiusjitter_SOURCES = jitter.c
663182007Srobertojitter_LDADD = 
664290001SglebiusNTP_INCS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
665290001Sglebius	-I$(top_srcdir)/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
666290001Sglebius	-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
672290001Sglebius$(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;
692290001Sglebius$(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=; \
705290001Sglebius	if test -n "$$list"; then \
706290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
707290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
708290001Sglebius	fi; \
709200576Sroberto	for p in $$list; do echo "$$p $$p"; done | \
710200576Sroberto	sed 's/$(EXEEXT)$$//' | \
711290001Sglebius	while read p p1; do if test -f $$p \
712290001Sglebius	 || test -f $$p1 \
713290001Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
714200576Sroberto	done | \
715290001Sglebius	sed -e 'p;s,.*/,,;n;h' \
716290001Sglebius	    -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)' \
737290001Sglebius	      -e 's/$$/$(EXEEXT)/' \
738290001Sglebius	`; \
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
751290001Sglebiusinstall-libexecPROGRAMS: $(libexec_PROGRAMS)
752290001Sglebius	@$(NORMAL_INSTALL)
753290001Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
754290001Sglebius	if test -n "$$list"; then \
755290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
756290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
757290001Sglebius	fi; \
758290001Sglebius	for p in $$list; do echo "$$p $$p"; done | \
759290001Sglebius	sed 's/$(EXEEXT)$$//' | \
760290001Sglebius	while read p p1; do if test -f $$p \
761290001Sglebius	 || test -f $$p1 \
762290001Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
763290001Sglebius	done | \
764290001Sglebius	sed -e 'p;s,.*/,,;n;h' \
765290001Sglebius	    -e 's|.*|.|' \
766290001Sglebius	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
767290001Sglebius	sed 'N;N;N;s,\n, ,g' | \
768290001Sglebius	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
769290001Sglebius	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
770290001Sglebius	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
771290001Sglebius	    else { print "f", $$3 "/" $$4, $$1; } } \
772290001Sglebius	  END { for (d in files) print "f", d, files[d] }' | \
773290001Sglebius	while read type dir files; do \
774290001Sglebius	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
775290001Sglebius	    test -z "$$files" || { \
776290001Sglebius	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
777290001Sglebius	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
778290001Sglebius	    } \
779290001Sglebius	; done
780290001Sglebius
781290001Sglebiusuninstall-libexecPROGRAMS:
782290001Sglebius	@$(NORMAL_UNINSTALL)
783290001Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
784290001Sglebius	files=`for p in $$list; do echo "$$p"; done | \
785290001Sglebius	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
786290001Sglebius	      -e 's/$$/$(EXEEXT)/' \
787290001Sglebius	`; \
788290001Sglebius	test -n "$$list" || exit 0; \
789290001Sglebius	echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
790290001Sglebius	cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
791290001Sglebius
792290001Sglebiusclean-libexecPROGRAMS:
793290001Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
794290001Sglebius	echo " rm -f" $$list; \
795290001Sglebius	rm -f $$list || exit $$?; \
796290001Sglebius	test -n "$(EXEEXT)" || exit 0; \
797290001Sglebius	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
798290001Sglebius	echo " rm -f" $$list; \
799290001Sglebius	rm -f $$list
800290001Sglebiusinstall-sbinPROGRAMS: $(sbin_PROGRAMS)
801290001Sglebius	@$(NORMAL_INSTALL)
802290001Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
803290001Sglebius	if test -n "$$list"; then \
804290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
805290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
806290001Sglebius	fi; \
807290001Sglebius	for p in $$list; do echo "$$p $$p"; done | \
808290001Sglebius	sed 's/$(EXEEXT)$$//' | \
809290001Sglebius	while read p p1; do if test -f $$p \
810290001Sglebius	 || test -f $$p1 \
811290001Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
812290001Sglebius	done | \
813290001Sglebius	sed -e 'p;s,.*/,,;n;h' \
814290001Sglebius	    -e 's|.*|.|' \
815290001Sglebius	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
816290001Sglebius	sed 'N;N;N;s,\n, ,g' | \
817290001Sglebius	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
818290001Sglebius	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
819290001Sglebius	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
820290001Sglebius	    else { print "f", $$3 "/" $$4, $$1; } } \
821290001Sglebius	  END { for (d in files) print "f", d, files[d] }' | \
822290001Sglebius	while read type dir files; do \
823290001Sglebius	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
824290001Sglebius	    test -z "$$files" || { \
825290001Sglebius	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
826290001Sglebius	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
827290001Sglebius	    } \
828290001Sglebius	; done
829290001Sglebius
830290001Sglebiusuninstall-sbinPROGRAMS:
831290001Sglebius	@$(NORMAL_UNINSTALL)
832290001Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
833290001Sglebius	files=`for p in $$list; do echo "$$p"; done | \
834290001Sglebius	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
835290001Sglebius	      -e 's/$$/$(EXEEXT)/' \
836290001Sglebius	`; \
837290001Sglebius	test -n "$$list" || exit 0; \
838290001Sglebius	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
839290001Sglebius	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
840290001Sglebius
841290001Sglebiusclean-sbinPROGRAMS:
842290001Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
843290001Sglebius	echo " rm -f" $$list; \
844290001Sglebius	rm -f $$list || exit $$?; \
845290001Sglebius	test -n "$(EXEEXT)" || exit 0; \
846290001Sglebius	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
847290001Sglebius	echo " rm -f" $$list; \
848290001Sglebius	rm -f $$list
849290001Sglebius
850290001Sglebiusaudio-pcm$(EXEEXT): $(audio_pcm_OBJECTS) $(audio_pcm_DEPENDENCIES) $(EXTRA_audio_pcm_DEPENDENCIES) 
851132451Sroberto	@rm -f audio-pcm$(EXEEXT)
852290001Sglebius	$(AM_V_CCLD)$(LINK) $(audio_pcm_OBJECTS) $(audio_pcm_LDADD) $(LIBS)
853290001Sglebius
854290001Sglebiusbyteorder$(EXEEXT): $(byteorder_OBJECTS) $(byteorder_DEPENDENCIES) $(EXTRA_byteorder_DEPENDENCIES) 
855106163Sroberto	@rm -f byteorder$(EXEEXT)
856290001Sglebius	$(AM_V_CCLD)$(LINK) $(byteorder_OBJECTS) $(byteorder_LDADD) $(LIBS)
857290001Sglebius
858290001Sglebiushist$(EXEEXT): $(hist_OBJECTS) $(hist_DEPENDENCIES) $(EXTRA_hist_DEPENDENCIES) 
859106163Sroberto	@rm -f hist$(EXEEXT)
860290001Sglebius	$(AM_V_CCLD)$(LINK) $(hist_OBJECTS) $(hist_LDADD) $(LIBS)
861290001Sglebius
862290001Sglebiusjitter$(EXEEXT): $(jitter_OBJECTS) $(jitter_DEPENDENCIES) $(EXTRA_jitter_DEPENDENCIES) 
863106163Sroberto	@rm -f jitter$(EXEEXT)
864290001Sglebius	$(AM_V_CCLD)$(LINK) $(jitter_OBJECTS) $(jitter_LDADD) $(LIBS)
865290001Sglebius
866290001Sglebiuskern$(EXEEXT): $(kern_OBJECTS) $(kern_DEPENDENCIES) $(EXTRA_kern_DEPENDENCIES) 
867106163Sroberto	@rm -f kern$(EXEEXT)
868290001Sglebius	$(AM_V_CCLD)$(LINK) $(kern_OBJECTS) $(kern_LDADD) $(LIBS)
869290001Sglebius
870290001Sglebiuslongsize$(EXEEXT): $(longsize_OBJECTS) $(longsize_DEPENDENCIES) $(EXTRA_longsize_DEPENDENCIES) 
871106163Sroberto	@rm -f longsize$(EXEEXT)
872290001Sglebius	$(AM_V_CCLD)$(LINK) $(longsize_OBJECTS) $(longsize_LDADD) $(LIBS)
873290001Sglebius
874290001Sglebiusntp-keygen$(EXEEXT): $(ntp_keygen_OBJECTS) $(ntp_keygen_DEPENDENCIES) $(EXTRA_ntp_keygen_DEPENDENCIES) 
875132451Sroberto	@rm -f ntp-keygen$(EXEEXT)
876290001Sglebius	$(AM_V_CCLD)$(LINK) $(ntp_keygen_OBJECTS) $(ntp_keygen_LDADD) $(LIBS)
877290001Sglebius
878290001Sglebiusntptime$(EXEEXT): $(ntptime_OBJECTS) $(ntptime_DEPENDENCIES) $(EXTRA_ntptime_DEPENDENCIES) 
879106163Sroberto	@rm -f ntptime$(EXEEXT)
880290001Sglebius	$(AM_V_CCLD)$(LINK) $(ntptime_OBJECTS) $(ntptime_LDADD) $(LIBS)
881290001Sglebius
882290001Sglebiuspps-api$(EXEEXT): $(pps_api_OBJECTS) $(pps_api_DEPENDENCIES) $(EXTRA_pps_api_DEPENDENCIES) 
883132451Sroberto	@rm -f pps-api$(EXEEXT)
884290001Sglebius	$(AM_V_CCLD)$(LINK) $(pps_api_OBJECTS) $(pps_api_LDADD) $(LIBS)
885290001Sglebius
886290001Sglebiusprecision$(EXEEXT): $(precision_OBJECTS) $(precision_DEPENDENCIES) $(EXTRA_precision_DEPENDENCIES) 
887106163Sroberto	@rm -f precision$(EXEEXT)
888290001Sglebius	$(AM_V_CCLD)$(LINK) $(precision_OBJECTS) $(precision_LDADD) $(LIBS)
889290001Sglebius
890290001Sglebiussht$(EXEEXT): $(sht_OBJECTS) $(sht_DEPENDENCIES) $(EXTRA_sht_DEPENDENCIES) 
891106163Sroberto	@rm -f sht$(EXEEXT)
892290001Sglebius	$(AM_V_CCLD)$(LINK) $(sht_OBJECTS) $(sht_LDADD) $(LIBS)
893290001Sglebius
894290001Sglebiustestrs6000$(EXEEXT): $(testrs6000_OBJECTS) $(testrs6000_DEPENDENCIES) $(EXTRA_testrs6000_DEPENDENCIES) 
895106163Sroberto	@rm -f testrs6000$(EXEEXT)
896290001Sglebius	$(AM_V_CCLD)$(LINK) $(testrs6000_OBJECTS) $(testrs6000_LDADD) $(LIBS)
897290001Sglebius
898290001Sglebiustg$(EXEEXT): $(tg_OBJECTS) $(tg_DEPENDENCIES) $(EXTRA_tg_DEPENDENCIES) 
899182007Sroberto	@rm -f tg$(EXEEXT)
900290001Sglebius	$(AM_V_CCLD)$(LINK) $(tg_OBJECTS) $(tg_LDADD) $(LIBS)
901290001Sglebius
902290001Sglebiustg2$(EXEEXT): $(tg2_OBJECTS) $(tg2_DEPENDENCIES) $(EXTRA_tg2_DEPENDENCIES) 
903290001Sglebius	@rm -f tg2$(EXEEXT)
904290001Sglebius	$(AM_V_CCLD)$(LINK) $(tg2_OBJECTS) $(tg2_LDADD) $(LIBS)
905290001Sglebius
906290001Sglebiustickadj$(EXEEXT): $(tickadj_OBJECTS) $(tickadj_DEPENDENCIES) $(EXTRA_tickadj_DEPENDENCIES) 
907106163Sroberto	@rm -f tickadj$(EXEEXT)
908290001Sglebius	$(AM_V_CCLD)$(LINK) $(tickadj_OBJECTS) $(tickadj_LDADD) $(LIBS)
909290001Sglebius
910290001Sglebiustimetrim$(EXEEXT): $(timetrim_OBJECTS) $(timetrim_DEPENDENCIES) $(EXTRA_timetrim_DEPENDENCIES) 
911106163Sroberto	@rm -f timetrim$(EXEEXT)
912290001Sglebius	$(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
920290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio-pcm.Po@am__quote@
921290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byteorder.Po@am__quote@
922290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hist.Po@am__quote@
923290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jitter.Po@am__quote@
924290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kern.Po@am__quote@
925290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/longsize.Po@am__quote@
926290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp-keygen-opts.Po@am__quote@
927290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp-keygen.Po@am__quote@
928290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntptime.Po@am__quote@
929290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pps-api.Po@am__quote@
930290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/precision.Po@am__quote@
931290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sht.Po@am__quote@
932290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testrs6000.Po@am__quote@
933290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tg.Po@am__quote@
934290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tg2.Po@am__quote@
935290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tickadj.Po@am__quote@
936290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timetrim.Po@am__quote@
93754359Sroberto
938106163Sroberto.c.o:
939290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
940290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
941290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
942182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
943290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
94454359Sroberto
945106163Sroberto.c.obj:
946290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
947290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
948290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
949182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
950290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
951182007Sroberto
952182007Sroberto.c.lo:
953290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
954290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
955290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
956182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
957290001Sglebius@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
964290001Sglebiusinstall-man1: $(man1_MANS) $(man_MANS)
965182007Sroberto	@$(NORMAL_INSTALL)
966290001Sglebius	@list1='$(man1_MANS)'; \
967290001Sglebius	list2='$(man_MANS)'; \
968290001Sglebius	test -n "$(man1dir)" \
969290001Sglebius	  && test -n "`echo $$list1$$list2`" \
970290001Sglebius	  || exit 0; \
971290001Sglebius	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
972290001Sglebius	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
973290001Sglebius	{ for i in $$list1; do echo "$$i"; done;  \
974290001Sglebius	if test -n "$$list2"; then \
975290001Sglebius	  for i in $$list2; do echo "$$i"; done \
976290001Sglebius	    | sed -n '/\.1[a-z]*$$/p'; \
977290001Sglebius	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)
1000290001Sglebius	@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,.,'`; \
1006290001Sglebius	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
1007290001Sglebiusinstall-man8: $(man8_MANS) $(man_MANS)
1008290001Sglebius	@$(NORMAL_INSTALL)
1009290001Sglebius	@list1='$(man8_MANS)'; \
1010290001Sglebius	list2='$(man_MANS)'; \
1011290001Sglebius	test -n "$(man8dir)" \
1012290001Sglebius	  && test -n "`echo $$list1$$list2`" \
1013290001Sglebius	  || exit 0; \
1014290001Sglebius	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
1015290001Sglebius	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
1016290001Sglebius	{ for i in $$list1; do echo "$$i"; done;  \
1017290001Sglebius	if test -n "$$list2"; then \
1018290001Sglebius	  for i in $$list2; do echo "$$i"; done \
1019290001Sglebius	    | sed -n '/\.8[a-z]*$$/p'; \
1020290001Sglebius	fi; \
1021290001Sglebius	} | while read p; do \
1022290001Sglebius	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1023290001Sglebius	  echo "$$d$$p"; echo "$$p"; \
1024290001Sglebius	done | \
1025290001Sglebius	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
1026290001Sglebius	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1027290001Sglebius	sed 'N;N;s,\n, ,g' | { \
1028290001Sglebius	list=; while read file base inst; do \
1029290001Sglebius	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1030290001Sglebius	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
1031290001Sglebius	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
1032290001Sglebius	  fi; \
1033290001Sglebius	done; \
1034290001Sglebius	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1035290001Sglebius	while read files; do \
1036290001Sglebius	  test -z "$$files" || { \
1037290001Sglebius	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
1038290001Sglebius	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
1039290001Sglebius	done; }
104054359Sroberto
1041290001Sglebiusuninstall-man8:
1042290001Sglebius	@$(NORMAL_UNINSTALL)
1043290001Sglebius	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
1044290001Sglebius	files=`{ for i in $$list; do echo "$$i"; done; \
1045290001Sglebius	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1046290001Sglebius	  sed -n '/\.8[a-z]*$$/p'; \
1047290001Sglebius	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
1048290001Sglebius	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1049290001Sglebius	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
1050290001Sglebiusinstall-htmlDATA: $(html_DATA)
1051290001Sglebius	@$(NORMAL_INSTALL)
1052290001Sglebius	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
1053290001Sglebius	if test -n "$$list"; then \
1054290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
1055290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
1056290001Sglebius	fi; \
1057290001Sglebius	for p in $$list; do \
1058290001Sglebius	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1059290001Sglebius	  echo "$$d$$p"; \
1060290001Sglebius	done | $(am__base_list) | \
1061290001Sglebius	while read files; do \
1062290001Sglebius	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
1063290001Sglebius	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
1064290001Sglebius	done
106554359Sroberto
1066290001Sglebiusuninstall-htmlDATA:
1067290001Sglebius	@$(NORMAL_UNINSTALL)
1068290001Sglebius	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
1069290001Sglebius	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1070290001Sglebius	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
1071290001Sglebius
1072290001SglebiusID: $(am__tagged_files)
1073290001Sglebius	$(am__define_uniq_tagged_files); mkid -fID $$unique
1074290001Sglebiustags: tags-am
1075290001SglebiusTAGS: tags
1076290001Sglebius
1077290001Sglebiustags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1078200576Sroberto	set x; \
107954359Sroberto	here=`pwd`; \
1080290001Sglebius	$(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
1092290001Sglebiusctags: ctags-am
1093290001Sglebius
1094290001SglebiusCTAGS: ctags
1095290001Sglebiusctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1096290001Sglebius	$(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"
1105290001Sglebiuscscopelist: cscopelist-am
110654359Sroberto
1107290001Sglebiuscscopelist-am: $(am__tagged_files)
1108290001Sglebius	list='$(am__tagged_files)'; \
1109290001Sglebius	case "$(srcdir)" in \
1110290001Sglebius	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1111290001Sglebius	  *) sdir=$(subdir)/$(srcdir) ;; \
1112290001Sglebius	esac; \
1113290001Sglebius	for i in $$list; do \
1114290001Sglebius	  if test -f "$$i"; then \
1115290001Sglebius	    echo "$(subdir)/$$i"; \
1116290001Sglebius	  else \
1117290001Sglebius	    echo "$$sdir/$$i"; \
1118290001Sglebius	  fi; \
1119290001Sglebius	done >> $(top_builddir)/cscope.files
1120290001Sglebius
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
1157290001Sglebiusall-am: Makefile $(PROGRAMS) $(MANS) $(DATA)
115882498Srobertoinstalldirs:
1159290001Sglebius	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:
1173290001Sglebius	if test -z '$(STRIP)'; then \
1174290001Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1175290001Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1176290001Sglebius	      install; \
1177290001Sglebius	else \
1178290001Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1179290001Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1180290001Sglebius	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1181290001Sglebius	fi
118254359Srobertomostlyclean-generic:
118354359Sroberto
118454359Srobertoclean-generic:
1185290001Sglebius	-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)
1190290001Sglebius	-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
1198290001Sglebiusclean-am: clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
1199290001Sglebius	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
1219290001Sglebiusinstall-data-am: install-htmlDATA install-man
122082498Sroberto
1221200576Srobertoinstall-dvi: install-dvi-am
1222200576Sroberto
1223200576Srobertoinstall-dvi-am:
1224200576Sroberto
1225290001Sglebiusinstall-exec-am: install-binPROGRAMS install-libexecPROGRAMS \
1226290001Sglebius	install-sbinPROGRAMS
1227290001Sglebius	@$(NORMAL_INSTALL)
1228290001Sglebius	$(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
1237290001Sglebiusinstall-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
1256290001Sglebiusmostlyclean-am: mostlyclean-compile mostlyclean-generic \
1257182007Sroberto	mostlyclean-libtool
125882498Sroberto
1259132451Srobertopdf: pdf-am
1260132451Sroberto
1261132451Srobertopdf-am:
1262132451Sroberto
1263132451Srobertops: ps-am
1264132451Sroberto
1265132451Srobertops-am:
1266132451Sroberto
1267290001Sglebiusuninstall-am: uninstall-binPROGRAMS uninstall-htmlDATA \
1268290001Sglebius	uninstall-libexecPROGRAMS uninstall-man uninstall-sbinPROGRAMS
126982498Sroberto
1270290001Sglebiusuninstall-man: uninstall-man1 uninstall-man8
1271182007Sroberto
1272290001Sglebius.MAKE: all check install install-am install-exec-am install-strip
1273200576Sroberto
1274290001Sglebius.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
1275290001Sglebius	clean-binPROGRAMS clean-generic clean-libexecPROGRAMS \
1276290001Sglebius	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
1277290001Sglebius	distclean distclean-compile distclean-generic \
1278290001Sglebius	distclean-libtool distclean-tags distdir dvi dvi-am html \
1279290001Sglebius	html-am info info-am install install-am install-binPROGRAMS \
1280290001Sglebius	install-data install-data-am install-dvi install-dvi-am \
1281290001Sglebius	install-exec install-exec-am install-exec-hook install-html \
1282290001Sglebius	install-html-am install-htmlDATA install-info install-info-am \
1283290001Sglebius	install-libexecPROGRAMS install-man install-man1 install-man8 \
1284290001Sglebius	install-pdf install-pdf-am install-ps install-ps-am \
1285290001Sglebius	install-sbinPROGRAMS install-strip installcheck \
1286290001Sglebius	installcheck-am installdirs maintainer-clean \
1287106163Sroberto	maintainer-clean-generic mostlyclean mostlyclean-compile \
1288290001Sglebius	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1289290001Sglebius	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1290290001Sglebius	uninstall-htmlDATA uninstall-libexecPROGRAMS uninstall-man \
1291290001Sglebius	uninstall-man1 uninstall-man8 uninstall-sbinPROGRAMS
129282498Sroberto
1293290001Sglebius.PRECIOUS: Makefile
129482498Sroberto
1295290001Sglebius
1296182007Sroberto$(srcdir)/ntp-keygen-opts.h: $(srcdir)/ntp-keygen-opts.c
1297290001Sglebius	@: do-nothing action to avoid default SCCS get, .h built with .c
1298290001Sglebius
1299182007Sroberto$(srcdir)/ntp-keygen-opts.c: $(srcdir)/ntp-keygen-opts.def $(std_def_list)
1300182007Sroberto	$(run_ag) ntp-keygen-opts.def
1301182007Sroberto
1302290001Sglebius###
1303182007Sroberto
1304290001Sglebius$(srcdir)/ntp-keygen.1ntp-keygenman: $(srcdir)/ntp-keygen-opts.def $(std_def_list)
1305290001Sglebius	$(run_ag) -DMAN_SECTION=1ntp-keygenman -Tagman-cmd.tpl ntp-keygen-opts.def
1306182007Sroberto
1307290001Sglebius$(srcdir)/ntp-keygen.man.in: $(srcdir)/ntp-keygen.1ntp-keygenman $(top_srcdir)/sntp/scripts/mansec2subst.sed
1308290001Sglebius	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp-keygen.1ntp-keygenman > $(srcdir)/ntp-keygen.man.in+
1309290001Sglebius	mv $(srcdir)/ntp-keygen.man.in+ $(srcdir)/ntp-keygen.man.in
131054359Sroberto
1311290001Sglebius###
1312290001Sglebius
1313290001Sglebius$(srcdir)/ntp-keygen.1ntp-keygenmdoc: $(srcdir)/ntp-keygen-opts.def $(std_def_list)
1314290001Sglebius	$(run_ag) -DMAN_SECTION=1ntp-keygenmdoc -Tagmdoc-cmd.tpl ntp-keygen-opts.def
1315290001Sglebius
1316290001Sglebius$(srcdir)/ntp-keygen.mdoc.in: $(srcdir)/ntp-keygen.1ntp-keygenmdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
1317290001Sglebius	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp-keygen.1ntp-keygenmdoc > $(srcdir)/ntp-keygen.mdoc.in+
1318290001Sglebius	mv $(srcdir)/ntp-keygen.mdoc.in+ $(srcdir)/ntp-keygen.mdoc.in
1319290001Sglebius
1320290001Sglebius###
1321290001Sglebius
1322290001Sglebiusntp-keygen.$(NTP_KEYGEN_MS): $(srcdir)/ntp-keygen.$(MANTAGFMT).in $(top_builddir)/config.status
1323290001Sglebius	$(top_builddir)/config.status --file=ntp-keygen.$(NTP_KEYGEN_MS)+:$(srcdir)/ntp-keygen.$(MANTAGFMT).in
1324290001Sglebius	mv ntp-keygen.$(NTP_KEYGEN_MS)+ ntp-keygen.$(NTP_KEYGEN_MS)
1325290001Sglebius
1326290001Sglebius###
1327290001Sglebius
1328290001Sglebius$(srcdir)/invoke-ntp-keygen.menu: $(srcdir)/invoke-ntp-keygen.texi
1329290001Sglebius	@: do-nothing action to avoid default SCCS get, .menu built with .texi
1330290001Sglebius
1331290001Sglebius$(srcdir)/invoke-ntp-keygen.texi: $(srcdir)/ntp-keygen-opts.def $(std_def_list)
1332290001Sglebius	$(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section ntp-keygen-opts.def
1333290001Sglebius	$(top_srcdir)/scripts/build/check--help $@
1334290001Sglebius
1335290001Sglebius$(srcdir)/ntp-keygen.html: $(srcdir)/ntp-keygen.texi $(top_srcdir)/sntp/include/version.texi
1336290001Sglebius	cd $(srcdir) && ( makeinfo --force --html --no-split -o ntp-keygen.html ntp-keygen.texi || true )
1337290001Sglebius
133854359Srobertokern.o: kern.c
133954359Sroberto	$(COMPILE) -DHAVE_TIMEX_H -c kern.c
1340200576Sroberto
1341290001Sglebius$(PROGRAMS): version.o
1342290001Sglebius
1343290001Sglebius$(top_srcdir)/sntp/scm-rev:
1344290001Sglebius	cd ../sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
1345290001Sglebius
1346290001Sglebiusversion.c: $(ntp_keygen_OBJECTS) ../libntp/libntp.a Makefile $(top_srcdir)/sntp/scm-rev
1347290001Sglebius	env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntp-keygen
1348290001Sglebius
1349290001Sglebiusversion.o: version.c
1350290001Sglebius	env CCACHE_DISABLE=1 $(COMPILE) -c version.c -o version.o
1351290001Sglebius
1352290001Sglebiusinstall-exec-hook:
1353290001Sglebius	@test -z "${bin_PROGRAMS}${bin_SCRIPTS}"		\
1354290001Sglebius	|| for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do	\
1355290001Sglebius	   test ! -f ${sbindir}/$$i				\
1356290001Sglebius		|| echo "*** $$i is also in ${sbindir}!";	\
1357290001Sglebius	done
1358290001Sglebius	@test -z "${sbin_PROGRAMS}${asbin_SCRIPTS}"		\
1359290001Sglebius	|| for i in ${sbin_PROGRAMS} ${sbin_SCRIPTS} " "; do	\
1360290001Sglebius	   test ! -f ${bindir}/$$i				\
1361290001Sglebius		|| echo "*** $$i is also in ${bindir}!";	\
1362290001Sglebius	done
1363290001Sglebius
1364290001Sglebius#
1365290001Sglebius
1366290001Sglebiuscheck-libntp: ../libntp/libntp.a
1367290001Sglebius	@echo stamp > $@
1368290001Sglebius
1369290001Sglebius../libntp/libntp.a:
1370290001Sglebius	cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
1371290001Sglebius
1372290001Sglebiuscheck-libopts: ../sntp/libopts/libopts.la
1373290001Sglebius	@echo stamp > $@
1374290001Sglebius
1375290001Sglebius../sntp/libopts/libopts.la:
1376290001Sglebius	-cd ../sntp/libopts && $(MAKE) $(AM_MAKEFLAGS) libopts.la
1377290001Sglebius$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
1378290001Sglebius	@[ -f $@ ] ||							\
1379290001Sglebius		cp $(top_srcdir)/deps-ver $@
1380290001Sglebius	@[ -w $@ ] ||							\
1381290001Sglebius		chmod ug+w $@
1382290001Sglebius	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
1383290001Sglebius		$(MAKE) $(AM_MAKEFLAGS) clean &&					\
1384290001Sglebius		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
1385290001Sglebius		cat $@ &&						\
1386290001Sglebius		rm -rf $(DEPDIR) &&					\
1387290001Sglebius		mkdir $(DEPDIR) && 					\
1388290001Sglebius		case "$(top_builddir)" in				\
1389290001Sglebius		 .)							\
1390290001Sglebius		    ./config.status Makefile depfiles			\
1391290001Sglebius		    ;;							\
1392290001Sglebius		 *)							\
1393290001Sglebius		    cd "$(top_builddir)" &&				\
1394290001Sglebius		    ./config.status $(subdir)/Makefile depfiles &&	\
1395290001Sglebius		    cd $(subdir)					\
1396290001Sglebius		    ;;							\
1397290001Sglebius		esac &&							\
1398290001Sglebius		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
1399290001Sglebius		cat $(top_srcdir)/deps-ver				\
1400290001Sglebius	)
1401290001Sglebius	cp $(top_srcdir)/deps-ver $@
1402290001Sglebius
1403290001Sglebius.deps-ver: $(top_srcdir)/deps-ver
1404290001Sglebius	@[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
1405290001Sglebius	@touch $@
1406290001Sglebius
1407290001Sglebius#
1408290001Sglebius# depsver.mf	included in Makefile.am for directories with .deps
1409290001Sglebius#
1410290001Sglebius# When building in the same directory with sources that change over
1411290001Sglebius# time, such as when tracking using bk, the .deps files can become
1412290001Sglebius# stale with respect to moved, deleted, or superceded headers.  Most
1413290001Sglebius# commonly, this would exhibit as make reporting a failure to make a
1414290001Sglebius# header file which is no longer in the location given.  To address
1415290001Sglebius# this issue, we use a deps-ver file which is updated with each change
1416290001Sglebius# that breaks old .deps files.  A copy of deps-ver is made into
1417290001Sglebius# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
1418290001Sglebius# with different contents than deps-ver, we make clean to ensure all
1419290001Sglebius# .o files built before the incompatible change are rebuilt along with
1420290001Sglebius# their updated .deps files, then remove $(DEPDIR) and recreate it as
1421290001Sglebius# empty stubs.
1422290001Sglebius#
1423290001Sglebius# It is normal when configured with --disable-dependency-tracking for
1424290001Sglebius# the DEPDIR to not have been created.  For this reason, we use the
1425290001Sglebius# intermediate target .deps-ver, which invokes make recursively if
1426290001Sglebius# DEPDIR exists.
1427290001Sglebius#
1428290001Sglebius# If you modify depsver.mf, please make the changes to the master
1429290001Sglebius# copy, the one in sntp is copied by the bootstrap script from it.
1430290001Sglebius#
1431290001Sglebius# This comment block follows rather than leads the related code so that
1432290001Sglebius# it stays with it in the generated Makefile.in and Makefile.
1433290001Sglebius#
1434290001Sglebius
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