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
17182007Sroberto# we traditionally installed software in bindir, while it should have gone
18182007Sroberto# in sbindir.  Now that we offer a choice, look in the "other" installation
19182007Sroberto# subdir to warn folks if there is another version there.
20182007Sroberto
21182007Sroberto
22290001Sglebius
23290001Sglebius
2454359SrobertoVPATH = @srcdir@
25290001Sglebiusam__is_gnu_make = { \
26290001Sglebius  if test -z '$(MAKELEVEL)'; then \
27290001Sglebius    false; \
28290001Sglebius  elif test -n '$(MAKE_HOST)'; then \
29290001Sglebius    true; \
30290001Sglebius  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31290001Sglebius    true; \
32290001Sglebius  else \
33290001Sglebius    false; \
34290001Sglebius  fi; \
35290001Sglebius}
36290001Sglebiusam__make_running_with_option = \
37290001Sglebius  case $${target_option-} in \
38290001Sglebius      ?) ;; \
39290001Sglebius      *) echo "am__make_running_with_option: internal error: invalid" \
40290001Sglebius              "target option '$${target_option-}' specified" >&2; \
41290001Sglebius         exit 1;; \
42290001Sglebius  esac; \
43290001Sglebius  has_opt=no; \
44290001Sglebius  sane_makeflags=$$MAKEFLAGS; \
45290001Sglebius  if $(am__is_gnu_make); then \
46290001Sglebius    sane_makeflags=$$MFLAGS; \
47290001Sglebius  else \
48290001Sglebius    case $$MAKEFLAGS in \
49290001Sglebius      *\\[\ \	]*) \
50290001Sglebius        bs=\\; \
51290001Sglebius        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
52290001Sglebius          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
53290001Sglebius    esac; \
54290001Sglebius  fi; \
55290001Sglebius  skip_next=no; \
56290001Sglebius  strip_trailopt () \
57290001Sglebius  { \
58290001Sglebius    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
59290001Sglebius  }; \
60290001Sglebius  for flg in $$sane_makeflags; do \
61290001Sglebius    test $$skip_next = yes && { skip_next=no; continue; }; \
62290001Sglebius    case $$flg in \
63290001Sglebius      *=*|--*) continue;; \
64290001Sglebius        -*I) strip_trailopt 'I'; skip_next=yes;; \
65290001Sglebius      -*I?*) strip_trailopt 'I';; \
66290001Sglebius        -*O) strip_trailopt 'O'; skip_next=yes;; \
67290001Sglebius      -*O?*) strip_trailopt 'O';; \
68290001Sglebius        -*l) strip_trailopt 'l'; skip_next=yes;; \
69290001Sglebius      -*l?*) strip_trailopt 'l';; \
70290001Sglebius      -[dEDm]) skip_next=yes;; \
71290001Sglebius      -[JT]) skip_next=yes;; \
72290001Sglebius    esac; \
73290001Sglebius    case $$flg in \
74290001Sglebius      *$$target_option*) has_opt=yes; break;; \
75290001Sglebius    esac; \
76290001Sglebius  done; \
77290001Sglebius  test $$has_opt = yes
78290001Sglebiusam__make_dryrun = (target_option=n; $(am__make_running_with_option))
79290001Sglebiusam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
8054359Srobertopkgdatadir = $(datadir)/@PACKAGE@
81200576Srobertopkgincludedir = $(includedir)/@PACKAGE@
8254359Srobertopkglibdir = $(libdir)/@PACKAGE@
83200576Srobertopkglibexecdir = $(libexecdir)/@PACKAGE@
84132451Srobertoam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
85132451Srobertoinstall_sh_DATA = $(install_sh) -c -m 644
86132451Srobertoinstall_sh_PROGRAM = $(install_sh) -c
87132451Srobertoinstall_sh_SCRIPT = $(install_sh) -c
8882498SrobertoINSTALL_HEADER = $(INSTALL_DATA)
89132451Srobertotransform = $(program_transform_name)
9054359SrobertoNORMAL_INSTALL = :
9154359SrobertoPRE_INSTALL = :
9254359SrobertoPOST_INSTALL = :
9354359SrobertoNORMAL_UNINSTALL = :
9454359SrobertoPRE_UNINSTALL = :
9554359SrobertoPOST_UNINSTALL = :
9654359Srobertobuild_triplet = @build@
9754359Srobertohost_triplet = @host@
98290001SglebiusEXTRA_PROGRAMS = check_y2k$(EXEEXT) keyword-gen$(EXEEXT) ntpd$(EXEEXT) \
99290001Sglebius	ntpdsim$(EXEEXT)
100182007Srobertosubdir = ntpd
101182007SrobertoACLOCAL_M4 = $(top_srcdir)/aclocal.m4
102290001Sglebiusam__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
103290001Sglebius	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
104290001Sglebius	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
105290001Sglebius	$(top_srcdir)/sntp/m4/define_dir.m4 \
106290001Sglebius	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
107290001Sglebius	$(top_srcdir)/sntp/m4/libtool.m4 \
108290001Sglebius	$(top_srcdir)/sntp/m4/ltoptions.m4 \
109290001Sglebius	$(top_srcdir)/sntp/m4/ltsugar.m4 \
110290001Sglebius	$(top_srcdir)/sntp/m4/ltversion.m4 \
111290001Sglebius	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
112290001Sglebius	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
113290001Sglebius	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
114290001Sglebius	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
115290001Sglebius	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
116290001Sglebius	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
117290001Sglebius	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
118290001Sglebius	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
119290001Sglebius	$(top_srcdir)/sntp/m4/ntp_googletest.m4 \
120290001Sglebius	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
121290001Sglebius	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
122290001Sglebius	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
123290001Sglebius	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
124290001Sglebius	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
125290001Sglebius	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
126290001Sglebius	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
127290001Sglebius	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
128290001Sglebius	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
129290001Sglebius	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
130290001Sglebius	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
131290001Sglebius	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
132290001Sglebius	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
133290001Sglebius	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
134290001Sglebius	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
135290001Sglebius	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
136290001Sglebius	$(top_srcdir)/sntp/m4/openldap.m4 \
137290001Sglebius	$(top_srcdir)/sntp/m4/os_cflags.m4 \
138290001Sglebius	$(top_srcdir)/sntp/m4/snprintf.m4 \
139290001Sglebius	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
140182007Srobertoam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
141182007Sroberto	$(ACLOCAL_M4)
142290001SglebiusDIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
143290001Sglebius	$(am__DIST_COMMON)
144182007Srobertomkinstalldirs = $(install_sh) -d
145182007SrobertoCONFIG_HEADER = $(top_builddir)/config.h
146290001SglebiusCONFIG_CLEAN_FILES = complete.conf
147200576SrobertoCONFIG_CLEAN_VPATH_FILES =
148182007SrobertoLIBRARIES = $(noinst_LIBRARIES)
149182007SrobertoARFLAGS = cru
150290001SglebiusAM_V_AR = $(am__v_AR_@AM_V@)
151290001Sglebiusam__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
152290001Sglebiusam__v_AR_0 = @echo "  AR      " $@;
153290001Sglebiusam__v_AR_1 = 
154182007Srobertolibntpd_a_AR = $(AR) $(ARFLAGS)
155182007Srobertolibntpd_a_LIBADD =
156290001Sglebiusam__objects_1 =
157290001Sglebiusam_libntpd_a_OBJECTS = cmd_args.$(OBJEXT) ntp_control.$(OBJEXT) \
158290001Sglebius	ntp_crypto.$(OBJEXT) ntp_filegen.$(OBJEXT) \
159290001Sglebius	ntp_leapsec.$(OBJEXT) ntp_loopfilter.$(OBJEXT) \
160290001Sglebius	ntp_monitor.$(OBJEXT) ntp_peer.$(OBJEXT) ntp_proto.$(OBJEXT) \
161290001Sglebius	ntp_refclock.$(OBJEXT) ntp_request.$(OBJEXT) \
162290001Sglebius	ntp_restrict.$(OBJEXT) ntp_signd.$(OBJEXT) ntp_timer.$(OBJEXT) \
163290001Sglebius	ntp_util.$(OBJEXT) rc_cmdlength.$(OBJEXT) \
164290001Sglebius	refclock_acts.$(OBJEXT) refclock_arbiter.$(OBJEXT) \
165290001Sglebius	refclock_arc.$(OBJEXT) refclock_as2201.$(OBJEXT) \
166290001Sglebius	refclock_atom.$(OBJEXT) refclock_bancomm.$(OBJEXT) \
167290001Sglebius	refclock_chronolog.$(OBJEXT) refclock_chu.$(OBJEXT) \
168290001Sglebius	refclock_conf.$(OBJEXT) refclock_datum.$(OBJEXT) \
169290001Sglebius	refclock_dumbclock.$(OBJEXT) refclock_fg.$(OBJEXT) \
170290001Sglebius	refclock_gpsdjson.$(OBJEXT) refclock_gpsvme.$(OBJEXT) \
171290001Sglebius	refclock_heath.$(OBJEXT) refclock_hopfser.$(OBJEXT) \
172290001Sglebius	refclock_hopfpci.$(OBJEXT) refclock_hpgps.$(OBJEXT) \
173290001Sglebius	refclock_irig.$(OBJEXT) refclock_jjy.$(OBJEXT) \
174290001Sglebius	refclock_jupiter.$(OBJEXT) refclock_leitch.$(OBJEXT) \
175290001Sglebius	refclock_local.$(OBJEXT) refclock_mx4200.$(OBJEXT) \
176290001Sglebius	refclock_neoclock4x.$(OBJEXT) refclock_nmea.$(OBJEXT) \
177290001Sglebius	refclock_oncore.$(OBJEXT) refclock_palisade.$(OBJEXT) \
178290001Sglebius	refclock_parse.$(OBJEXT) refclock_pcf.$(OBJEXT) \
179290001Sglebius	refclock_pst.$(OBJEXT) refclock_ripencc.$(OBJEXT) \
180290001Sglebius	refclock_shm.$(OBJEXT) refclock_tpro.$(OBJEXT) \
181290001Sglebius	refclock_true.$(OBJEXT) refclock_tt560.$(OBJEXT) \
182290001Sglebius	refclock_ulink.$(OBJEXT) refclock_wwv.$(OBJEXT) \
183290001Sglebius	refclock_wwvb.$(OBJEXT) refclock_zyfer.$(OBJEXT) \
184290001Sglebius	refclock_tsyncpci.$(OBJEXT) $(am__objects_1)
185182007Srobertolibntpd_a_OBJECTS = $(am_libntpd_a_OBJECTS)
186290001Sglebiusam__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
187290001Sglebius	"$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \
188290001Sglebius	"$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" \
189290001Sglebius	"$(DESTDIR)$(htmldir)"
190290001SglebiusPROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(sbin_PROGRAMS)
191182007Srobertocheck_y2k_SOURCES = check_y2k.c
192290001Sglebiuscheck_y2k_OBJECTS = check_y2k.$(OBJEXT)
193290001Sglebiusam__DEPENDENCIES_1 =
194290001Sglebiusam__DEPENDENCIES_2 = version.o libntpd.a $(am__DEPENDENCIES_1)
195290001Sglebiuscheck_y2k_DEPENDENCIES = $(am__DEPENDENCIES_2) ../libntp/libntp.a \
196290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
197290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
198290001SglebiusAM_V_lt = $(am__v_lt_@AM_V@)
199290001Sglebiusam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
200290001Sglebiusam__v_lt_0 = --silent
201290001Sglebiusam__v_lt_1 = 
202290001Sglebiuskeyword_gen_SOURCES = keyword-gen.c
203290001Sglebiuskeyword_gen_OBJECTS = keyword-gen.$(OBJEXT)
204290001Sglebiuskeyword_gen_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
205290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
206290001Sglebiusam_ntpd_OBJECTS = ntp_config.$(OBJEXT) ntp_io.$(OBJEXT) \
207290001Sglebius	ntp_parser.$(OBJEXT) ntp_scanner.$(OBJEXT) ntpd.$(OBJEXT) \
208290001Sglebius	ntpd-opts.$(OBJEXT) $(am__objects_1)
209182007Srobertontpd_OBJECTS = $(am_ntpd_OBJECTS)
210290001Sglebiusam__DEPENDENCIES_3 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
211290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
212290001Sglebius	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
213290001Sglebiusntpd_DEPENDENCIES = $(am__DEPENDENCIES_2) ../libntp/libntp.a \
214290001Sglebius	$(am__DEPENDENCIES_3) $(am__DEPENDENCIES_1)
215290001Sglebiusam__objects_2 = ntpdsim-ntp_config.$(OBJEXT) ntpdsim-ntp_io.$(OBJEXT) \
216290001Sglebius	ntpdsim-ntp_parser.$(OBJEXT) ntpdsim-ntp_scanner.$(OBJEXT) \
217290001Sglebius	ntpdsim-ntpd.$(OBJEXT) ntpdsim-ntpd-opts.$(OBJEXT) \
218290001Sglebius	$(am__objects_1)
219290001Sglebiusam_ntpdsim_OBJECTS = $(am__objects_2) ntpdsim-ntp_prio_q.$(OBJEXT) \
220290001Sglebius	ntpdsim-ntpsim.$(OBJEXT) $(am__objects_1)
221182007Srobertontpdsim_OBJECTS = $(am_ntpdsim_OBJECTS)
222290001Sglebiusntpdsim_DEPENDENCIES = $(am__DEPENDENCIES_2) ../libntp/libntpsim.a \
223290001Sglebius	$(am__DEPENDENCIES_3)
224290001SglebiusAM_V_P = $(am__v_P_@AM_V@)
225290001Sglebiusam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
226290001Sglebiusam__v_P_0 = false
227290001Sglebiusam__v_P_1 = :
228290001SglebiusAM_V_GEN = $(am__v_GEN_@AM_V@)
229290001Sglebiusam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
230290001Sglebiusam__v_GEN_0 = @echo "  GEN     " $@;
231290001Sglebiusam__v_GEN_1 = 
232290001SglebiusAM_V_at = $(am__v_at_@AM_V@)
233290001Sglebiusam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
234290001Sglebiusam__v_at_0 = @
235290001Sglebiusam__v_at_1 = 
236200576SrobertoDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
237290001Sglebiusdepcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp
238182007Srobertoam__depfiles_maybe = depfiles
239200576Srobertoam__mv = mv -f
240182007SrobertoCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
241182007Sroberto	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
242290001SglebiusLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
243290001Sglebius	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
244290001Sglebius	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
245290001Sglebius	$(AM_CFLAGS) $(CFLAGS)
246290001SglebiusAM_V_CC = $(am__v_CC_@AM_V@)
247290001Sglebiusam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
248290001Sglebiusam__v_CC_0 = @echo "  CC      " $@;
249290001Sglebiusam__v_CC_1 = 
250182007SrobertoCCLD = $(CC)
251290001SglebiusLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
252290001Sglebius	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
253290001Sglebius	$(AM_LDFLAGS) $(LDFLAGS) -o $@
254290001SglebiusAM_V_CCLD = $(am__v_CCLD_@AM_V@)
255290001Sglebiusam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
256290001Sglebiusam__v_CCLD_0 = @echo "  CCLD    " $@;
257290001Sglebiusam__v_CCLD_1 = 
258290001Sglebiusam__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
259290001Sglebius		   -e s/c++$$/h++/ -e s/c$$/h/
260290001SglebiusYACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
261290001SglebiusLTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
262290001Sglebius	$(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
263290001SglebiusAM_V_YACC = $(am__v_YACC_@AM_V@)
264290001Sglebiusam__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
265290001Sglebiusam__v_YACC_0 = @echo "  YACC    " $@;
266290001Sglebiusam__v_YACC_1 = 
267290001SglebiusYLWRAP = $(top_srcdir)/sntp/libevent/build-aux/ylwrap
268290001SglebiusSOURCES = $(libntpd_a_SOURCES) check_y2k.c keyword-gen.c \
269290001Sglebius	$(ntpd_SOURCES) $(ntpdsim_SOURCES)
270290001SglebiusDIST_SOURCES = $(libntpd_a_SOURCES) check_y2k.c keyword-gen.c \
271290001Sglebius	$(ntpd_SOURCES) $(ntpdsim_SOURCES)
272290001Sglebiusam__can_run_installinfo = \
273290001Sglebius  case $$AM_UPDATE_INFO_DIR in \
274290001Sglebius    n|no|NO) false;; \
275290001Sglebius    *) (install-info --version) >/dev/null 2>&1;; \
276290001Sglebius  esac
277200576Srobertoam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
278200576Srobertoam__vpath_adj = case $$p in \
279200576Sroberto    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
280200576Sroberto    *) f=$$p;; \
281200576Sroberto  esac;
282200576Srobertoam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
283200576Srobertoam__install_max = 40
284200576Srobertoam__nobase_strip_setup = \
285200576Sroberto  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
286200576Srobertoam__nobase_strip = \
287200576Sroberto  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
288200576Srobertoam__nobase_list = $(am__nobase_strip_setup); \
289200576Sroberto  for p in $$list; do echo "$$p $$p"; done | \
290200576Sroberto  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
291200576Sroberto  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
292200576Sroberto    if (++n[$$2] == $(am__install_max)) \
293200576Sroberto      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
294200576Sroberto    END { for (dir in files) print dir, files[dir] }'
295200576Srobertoam__base_list = \
296200576Sroberto  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
297200576Sroberto  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
298290001Sglebiusam__uninstall_files_from_dir = { \
299290001Sglebius  test -z "$$files" \
300290001Sglebius    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
301290001Sglebius    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
302290001Sglebius         $(am__cd) "$$dir" && rm -f $$files; }; \
303290001Sglebius  }
304182007Srobertoman1dir = $(mandir)/man1
305290001Sglebiusman5dir = $(mandir)/man5
306290001Sglebiusman8dir = $(mandir)/man8
307182007SrobertoNROFF = nroff
308290001SglebiusMANS = $(man1_MANS) $(man5_MANS) $(man8_MANS) $(man_MANS)
309290001SglebiusDATA = $(html_DATA) $(noinst_DATA)
310290001SglebiusHEADERS = $(noinst_HEADERS)
311290001Sglebiusam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
312290001Sglebius# Read a list of newline-separated strings from the standard input,
313290001Sglebius# and print each of them once, without duplicates.  Input order is
314290001Sglebius# *not* preserved.
315290001Sglebiusam__uniquify_input = $(AWK) '\
316290001Sglebius  BEGIN { nonempty = 0; } \
317290001Sglebius  { items[$$0] = 1; nonempty = 1; } \
318290001Sglebius  END { if (nonempty) { for (i in items) print i; }; } \
319290001Sglebius'
320290001Sglebius# Make sure the list of sources is unique.  This is necessary because,
321290001Sglebius# e.g., the same source file might be shared among _SOURCES variables
322290001Sglebius# for different programs/libraries.
323290001Sglebiusam__define_uniq_tagged_files = \
324290001Sglebius  list='$(am__tagged_files)'; \
325290001Sglebius  unique=`for i in $$list; do \
326290001Sglebius    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
327290001Sglebius  done | $(am__uniquify_input)`
328182007SrobertoETAGS = etags
329182007SrobertoCTAGS = ctags
330290001Sglebiusam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/complete.conf.in \
331290001Sglebius	$(top_srcdir)/bincheck.mf $(top_srcdir)/check-libopts.mf \
332290001Sglebius	$(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf \
333290001Sglebius	$(top_srcdir)/sntp/check-libntp.mf \
334290001Sglebius	$(top_srcdir)/sntp/libevent/build-aux/depcomp \
335290001Sglebius	$(top_srcdir)/sntp/libevent/build-aux/ylwrap ntp_parser.c \
336290001Sglebius	ntp_parser.h
337182007SrobertoDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
338132451SrobertoACLOCAL = @ACLOCAL@
339290001SglebiusALLOCA = @ALLOCA@
34054359SrobertoAMTAR = @AMTAR@
341290001SglebiusAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
342182007SrobertoAR = @AR@
343132451SrobertoAUTOCONF = @AUTOCONF@
344132451SrobertoAUTOHEADER = @AUTOHEADER@
345132451SrobertoAUTOMAKE = @AUTOMAKE@
34654359SrobertoAWK = @AWK@
347290001SglebiusBUILD_THREAD = @BUILD_THREAD@
348290001SglebiusCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
349290001SglebiusCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
350290001SglebiusCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
351290001SglebiusCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
352290001SglebiusCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
35354359SrobertoCC = @CC@
354132451SrobertoCCDEPMODE = @CCDEPMODE@
35554359SrobertoCFLAGS = @CFLAGS@
356290001SglebiusCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
357290001SglebiusCFLAGS_NTP = @CFLAGS_NTP@
35854359SrobertoCHUTEST = @CHUTEST@
359290001SglebiusCONFIG_SHELL = @CONFIG_SHELL@
36054359SrobertoCPP = @CPP@
361132451SrobertoCPPFLAGS = @CPPFLAGS@
362290001SglebiusCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
363290001SglebiusCPPFLAGS_NTP = @CPPFLAGS_NTP@
364290001SglebiusCXX = @CXX@
365290001SglebiusCXXCPP = @CXXCPP@
366290001SglebiusCXXDEPMODE = @CXXDEPMODE@
367290001SglebiusCXXFLAGS = @CXXFLAGS@
368132451SrobertoCYGPATH_W = @CYGPATH_W@
36954359SrobertoDCFD = @DCFD@
370132451SrobertoDEFS = @DEFS@
37156746SrobertoDEPDIR = @DEPDIR@
372290001SglebiusDLLTOOL = @DLLTOOL@
373290001SglebiusDSYMUTIL = @DSYMUTIL@
374290001SglebiusDUMPBIN = @DUMPBIN@
375132451SrobertoECHO_C = @ECHO_C@
376132451SrobertoECHO_N = @ECHO_N@
377132451SrobertoECHO_T = @ECHO_T@
378290001SglebiusEDITLINE_LIBS = @EDITLINE_LIBS@
379132451SrobertoEGREP = @EGREP@
380106163SrobertoEXEEXT = @EXEEXT@
381290001SglebiusFGREP = @FGREP@
382200576SrobertoGREP = @GREP@
383290001SglebiusGTEST_CONFIG = @GTEST_CONFIG@
384290001SglebiusGTEST_CPPFLAGS = @GTEST_CPPFLAGS@
385290001SglebiusGTEST_CXXFLAGS = @GTEST_CXXFLAGS@
386290001SglebiusGTEST_LDFLAGS = @GTEST_LDFLAGS@
387290001SglebiusGTEST_LIBS = @GTEST_LIBS@
388200576SrobertoHAVE_INLINE = @HAVE_INLINE@
389290001SglebiusHAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
390290001SglebiusHAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
391290001SglebiusHAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
392200576SrobertoINSTALL = @INSTALL@
393132451SrobertoINSTALL_DATA = @INSTALL_DATA@
394132451SrobertoINSTALL_PROGRAM = @INSTALL_PROGRAM@
395132451SrobertoINSTALL_SCRIPT = @INSTALL_SCRIPT@
39682498SrobertoINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
397290001SglebiusLD = @LD@
398290001SglebiusLDADD_LIBEVENT = @LDADD_LIBEVENT@
399290001SglebiusLDADD_LIBNTP = @LDADD_LIBNTP@
400290001SglebiusLDADD_LIBUTIL = @LDADD_LIBUTIL@
401290001SglebiusLDADD_NLIST = @LDADD_NLIST@
402290001SglebiusLDADD_NTP = @LDADD_NTP@
40354359SrobertoLDFLAGS = @LDFLAGS@
404290001SglebiusLDFLAGS_NTP = @LDFLAGS_NTP@
405290001SglebiusLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
406290001SglebiusLIBM = @LIBM@
407132451SrobertoLIBOBJS = @LIBOBJS@
408182007SrobertoLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
409182007SrobertoLIBOPTS_DIR = @LIBOPTS_DIR@
410182007SrobertoLIBOPTS_LDADD = @LIBOPTS_LDADD@
41154359SrobertoLIBPARSE = @LIBPARSE@
412132451SrobertoLIBS = @LIBS@
413182007SrobertoLIBTOOL = @LIBTOOL@
414290001SglebiusLIBTOOL_DEPS = @LIBTOOL_DEPS@
415290001SglebiusLIPO = @LIPO@
41654359SrobertoLN_S = @LN_S@
417200576SrobertoLSCF = @LSCF@
418290001SglebiusLTHREAD_LIBS = @LTHREAD_LIBS@
419132451SrobertoLTLIBOBJS = @LTLIBOBJS@
420132451SrobertoMAKEINFO = @MAKEINFO@
42154359SrobertoMAKE_ADJTIMED = @MAKE_ADJTIMED@
422182007SrobertoMAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
42354359SrobertoMAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
424132451SrobertoMAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
42554359SrobertoMAKE_LIBPARSE = @MAKE_LIBPARSE@
42654359SrobertoMAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
427132451SrobertoMAKE_NTPDSIM = @MAKE_NTPDSIM@
428290001SglebiusMAKE_NTPSNMPD = @MAKE_NTPSNMPD@
42954359SrobertoMAKE_NTPTIME = @MAKE_NTPTIME@
43054359SrobertoMAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
43154359SrobertoMAKE_TICKADJ = @MAKE_TICKADJ@
43282498SrobertoMAKE_TIMETRIM = @MAKE_TIMETRIM@
433290001SglebiusMANIFEST_TOOL = @MANIFEST_TOOL@
434290001SglebiusMANTAGFMT = @MANTAGFMT@
435200576SrobertoMKDIR_P = @MKDIR_P@
436290001SglebiusNM = @NM@
437290001SglebiusNMEDIT = @NMEDIT@
438290001SglebiusNTPDATE_DB = @NTPDATE_DB@
439290001SglebiusNTPDATE_DL = @NTPDATE_DL@
440290001SglebiusNTPDATE_DS = @NTPDATE_DS@
441290001SglebiusNTPDATE_MS = @NTPDATE_MS@
442290001SglebiusNTPDATE_NI = @NTPDATE_NI@
443290001SglebiusNTPDC_DB = @NTPDC_DB@
444290001SglebiusNTPDC_DL = @NTPDC_DL@
445290001SglebiusNTPDC_DS = @NTPDC_DS@
446290001SglebiusNTPDC_MS = @NTPDC_MS@
447290001SglebiusNTPDC_NI = @NTPDC_NI@
448290001SglebiusNTPDSIM_DB = @NTPDSIM_DB@
449290001SglebiusNTPDSIM_DL = @NTPDSIM_DL@
450290001SglebiusNTPDSIM_DS = @NTPDSIM_DS@
451290001SglebiusNTPDSIM_MS = @NTPDSIM_MS@
452290001SglebiusNTPDSIM_NI = @NTPDSIM_NI@
453290001SglebiusNTPD_DB = @NTPD_DB@
454290001SglebiusNTPD_DL = @NTPD_DL@
455290001SglebiusNTPD_DS = @NTPD_DS@
456290001SglebiusNTPD_MS = @NTPD_MS@
457290001SglebiusNTPD_NI = @NTPD_NI@
458290001SglebiusNTPQ_DB = @NTPQ_DB@
459290001SglebiusNTPQ_DL = @NTPQ_DL@
460290001SglebiusNTPQ_DS = @NTPQ_DS@
461290001SglebiusNTPQ_MS = @NTPQ_MS@
462290001SglebiusNTPQ_NI = @NTPQ_NI@
463290001SglebiusNTPSNMPD_DB = @NTPSNMPD_DB@
464290001SglebiusNTPSNMPD_DL = @NTPSNMPD_DL@
465290001SglebiusNTPSNMPD_DS = @NTPSNMPD_DS@
466290001SglebiusNTPSNMPD_MS = @NTPSNMPD_MS@
467290001SglebiusNTPSNMPD_NI = @NTPSNMPD_NI@
468290001SglebiusNTPSWEEP_DB = @NTPSWEEP_DB@
469290001SglebiusNTPSWEEP_DL = @NTPSWEEP_DL@
470290001SglebiusNTPSWEEP_DS = @NTPSWEEP_DS@
471290001SglebiusNTPSWEEP_MS = @NTPSWEEP_MS@
472290001SglebiusNTPSWEEP_NI = @NTPSWEEP_NI@
473290001SglebiusNTPTIME_DB = @NTPTIME_DB@
474290001SglebiusNTPTIME_DL = @NTPTIME_DL@
475290001SglebiusNTPTIME_DS = @NTPTIME_DS@
476290001SglebiusNTPTIME_MS = @NTPTIME_MS@
477290001SglebiusNTPTIME_NI = @NTPTIME_NI@
478290001SglebiusNTPTRACE_DB = @NTPTRACE_DB@
479290001SglebiusNTPTRACE_DL = @NTPTRACE_DL@
480290001SglebiusNTPTRACE_DS = @NTPTRACE_DS@
481290001SglebiusNTPTRACE_MS = @NTPTRACE_MS@
482290001SglebiusNTPTRACE_NI = @NTPTRACE_NI@
483290001SglebiusNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
484290001SglebiusNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
485290001SglebiusNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
486290001SglebiusNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
487290001SglebiusNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
488290001SglebiusNTP_KEYSDIR = @NTP_KEYSDIR@
489290001SglebiusNTP_WAIT_DB = @NTP_WAIT_DB@
490290001SglebiusNTP_WAIT_DL = @NTP_WAIT_DL@
491290001SglebiusNTP_WAIT_DS = @NTP_WAIT_DS@
492290001SglebiusNTP_WAIT_MS = @NTP_WAIT_MS@
493290001SglebiusNTP_WAIT_NI = @NTP_WAIT_NI@
494290001SglebiusOBJDUMP = @OBJDUMP@
495106163SrobertoOBJEXT = @OBJEXT@
496290001SglebiusOTOOL = @OTOOL@
497290001SglebiusOTOOL64 = @OTOOL64@
49854359SrobertoPACKAGE = @PACKAGE@
499132451SrobertoPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
500132451SrobertoPACKAGE_NAME = @PACKAGE_NAME@
501132451SrobertoPACKAGE_STRING = @PACKAGE_STRING@
502132451SrobertoPACKAGE_TARNAME = @PACKAGE_TARNAME@
503200576SrobertoPACKAGE_URL = @PACKAGE_URL@
504132451SrobertoPACKAGE_VERSION = @PACKAGE_VERSION@
505290001SglebiusPATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
50682498SrobertoPATH_PERL = @PATH_PERL@
507290001SglebiusPATH_RUBY = @PATH_RUBY@
508132451SrobertoPATH_SEPARATOR = @PATH_SEPARATOR@
509290001SglebiusPATH_TEST = @PATH_TEST@
510290001SglebiusPERLLIBDIR = @PERLLIBDIR@
511290001SglebiusPKG_CONFIG = @PKG_CONFIG@
512290001SglebiusPOSIX_SHELL = @POSIX_SHELL@
51354359SrobertoPROPDELAY = @PROPDELAY@
514290001SglebiusPTHREAD_LIBS = @PTHREAD_LIBS@
51554359SrobertoRANLIB = @RANLIB@
516290001SglebiusSED = @SED@
517132451SrobertoSET_MAKE = @SET_MAKE@
518132451SrobertoSHELL = @SHELL@
519290001SglebiusSNMP_CFLAGS = @SNMP_CFLAGS@
520290001SglebiusSNMP_CPPFLAGS = @SNMP_CPPFLAGS@
521290001SglebiusSNMP_LIBS = @SNMP_LIBS@
522290001SglebiusSNTP = @SNTP@
523290001SglebiusSNTP_DB = @SNTP_DB@
524290001SglebiusSNTP_DL = @SNTP_DL@
525290001SglebiusSNTP_DS = @SNTP_DS@
526290001SglebiusSNTP_MS = @SNTP_MS@
527290001SglebiusSNTP_NI = @SNTP_NI@
528290001SglebiusSTDNORETURN_H = @STDNORETURN_H@
529132451SrobertoSTRIP = @STRIP@
53054359SrobertoTESTDCF = @TESTDCF@
531290001SglebiusTICKADJ_DB = @TICKADJ_DB@
532290001SglebiusTICKADJ_DL = @TICKADJ_DL@
533290001SglebiusTICKADJ_DS = @TICKADJ_DS@
534290001SglebiusTICKADJ_MS = @TICKADJ_MS@
535290001SglebiusTICKADJ_NI = @TICKADJ_NI@
536290001SglebiusTIMETRIM_DB = @TIMETRIM_DB@
537290001SglebiusTIMETRIM_DL = @TIMETRIM_DL@
538290001SglebiusTIMETRIM_DS = @TIMETRIM_DS@
539290001SglebiusTIMETRIM_MS = @TIMETRIM_MS@
540290001SglebiusTIMETRIM_NI = @TIMETRIM_NI@
541290001SglebiusUPDATE_LEAP_DB = @UPDATE_LEAP_DB@
542290001SglebiusUPDATE_LEAP_DL = @UPDATE_LEAP_DL@
543290001SglebiusUPDATE_LEAP_DS = @UPDATE_LEAP_DS@
544290001SglebiusUPDATE_LEAP_MS = @UPDATE_LEAP_MS@
545290001SglebiusUPDATE_LEAP_NI = @UPDATE_LEAP_NI@
54654359SrobertoVERSION = @VERSION@
547290001SglebiusVER_SUFFIX = @VER_SUFFIX@
548290001SglebiusYACC = @YACC@
549290001SglebiusYFLAGS = @YFLAGS@
550200576Srobertoabs_builddir = @abs_builddir@
551200576Srobertoabs_srcdir = @abs_srcdir@
552200576Srobertoabs_top_builddir = @abs_top_builddir@
553200576Srobertoabs_top_srcdir = @abs_top_srcdir@
554290001Sglebiusac_ct_AR = @ac_ct_AR@
555132451Srobertoac_ct_CC = @ac_ct_CC@
556290001Sglebiusac_ct_CXX = @ac_ct_CXX@
557290001Sglebiusac_ct_DUMPBIN = @ac_ct_DUMPBIN@
558106163Srobertoam__include = @am__include@
559132451Srobertoam__leading_dot = @am__leading_dot@
560106163Srobertoam__quote = @am__quote@
561182007Srobertoam__tar = @am__tar@
562182007Srobertoam__untar = @am__untar@
563290001Sglebiusbindir = @bindir@
564132451Srobertobuild = @build@
565132451Srobertobuild_alias = @build_alias@
566132451Srobertobuild_cpu = @build_cpu@
567132451Srobertobuild_os = @build_os@
568132451Srobertobuild_vendor = @build_vendor@
569200576Srobertobuilddir = @builddir@
570132451Srobertodatadir = @datadir@
571200576Srobertodatarootdir = @datarootdir@
572200576Srobertodocdir = @docdir@
573200576Srobertodvidir = @dvidir@
574132451Srobertoexec_prefix = @exec_prefix@
575132451Srobertohost = @host@
576132451Srobertohost_alias = @host_alias@
577132451Srobertohost_cpu = @host_cpu@
578132451Srobertohost_os = @host_os@
579132451Srobertohost_vendor = @host_vendor@
580200576Srobertohtmldir = @htmldir@
581132451Srobertoincludedir = @includedir@
582132451Srobertoinfodir = @infodir@
58356746Srobertoinstall_sh = @install_sh@
584132451Srobertolibdir = @libdir@
585132451Srobertolibexecdir = @libexecdir@
586200576Srobertolocaledir = @localedir@
587132451Srobertolocalstatedir = @localstatedir@
588132451Srobertomandir = @mandir@
589182007Srobertomkdir_p = @mkdir_p@
590132451Srobertooldincludedir = @oldincludedir@
591200576Srobertopdfdir = @pdfdir@
592132451Srobertoprefix = @prefix@
593132451Srobertoprogram_transform_name = @program_transform_name@
594200576Srobertopsdir = @psdir@
595132451Srobertosbindir = @sbindir@
596132451Srobertosharedstatedir = @sharedstatedir@
597200576Srobertosrcdir = @srcdir@
598132451Srobertosubdirs = @subdirs@
599132451Srobertosysconfdir = @sysconfdir@
600132451Srobertotarget_alias = @target_alias@
601200576Srobertotop_build_prefix = @top_build_prefix@
602200576Srobertotop_builddir = @top_builddir@
603200576Srobertotop_srcdir = @top_srcdir@
604290001SglebiusNULL = 
605290001Sglebiusbin_PROGRAMS = $(NTPD_DB) $(NTPDSIM_DB)
606290001Sglebiuslibexec_PROGRAMS = $(NTPD_DL) $(NTPDSIM_DL)
607290001Sglebiussbin_PROGRAMS = $(NTPD_DS) $(NTPDSIM_DS)
608132451Srobertonoinst_LIBRARIES = libntpd.a
609290001SglebiusAM_CFLAGS = $(CFLAGS_NTP)
610290001SglebiusAM_CPPFLAGS = $(NTP_INCS) $(LIBOPTS_CFLAGS) $(CPPFLAGS_NTP)
611290001SglebiusAM_LDFLAGS = $(LDFLAGS_NTP)
612290001Sglebius
613132451Sroberto# LDADD might need RESLIB and ADJLIB.
614290001SglebiusLDADD = version.o libntpd.a $(LIBPARSE)
615290001SglebiusAM_YFLAGS = -d -t -r all
616290001Sglebius@NTP_CROSSCOMPILE_FALSE@@SAVECONFIG_ENABLED_TRUE@CHECK_SAVECONFIG = check-saveconfig
617290001Sglebius@NTP_CROSSCOMPILE_TRUE@@SAVECONFIG_ENABLED_TRUE@CHECK_SAVECONFIG = 
618290001Sglebius@SAVECONFIG_ENABLED_FALSE@CHECK_SAVECONFIG = 
619290001Sglebius@VPATH_HACK_FALSE@VPHACK = 
620182007Sroberto
621290001Sglebius#
622290001Sglebius# VPHACK and VPHACK_AFTER are enabled on non-GNU makes (such as
623290001Sglebius# BSD make) to work around issues specific to compiling
624290001Sglebius# ntp_parser.y into ntp_parser.h and ntp_parser.c in a VPATH
625290001Sglebius# configuration where we would like (for a change) the output
626290001Sglebius# files ntp_parser.[ch] to be placed in the source directory,
627290001Sglebius# as opposed to the build directory.  This allows a single
628290001Sglebius# host of a flock configured with Bison to update ntp_parser.[ch]
629290001Sglebius# used by the rest.
630290001Sglebius#
631290001Sglebius@VPATH_HACK_TRUE@VPHACK = vphack
632290001Sglebius@VPATH_HACK_FALSE@VPHACK_AFTER = 
633290001Sglebius@VPATH_HACK_TRUE@VPHACK_AFTER = vphack_after
634290001Sglebius
635290001Sglebius# BUILT_SOURCES which should also be in EXTRA_DIST
636290001SglebiusB_S_DIST = \
637290001Sglebius	$(srcdir)/ntpd-opts.c	\
638290001Sglebius	$(srcdir)/ntpd-opts.h	\
639290001Sglebius	$(NULL)
640290001Sglebius
641290001SglebiusBUILT_SOURCES = $(VPHACK) $(LIBPARSE) ntp_parser.c ntp_parser.h \
642290001Sglebius	$(VPHACK_AFTER) $(B_S_DIST) $(NULL) check-libopts check-libntp \
643290001Sglebius	.deps-ver
644290001Sglebiusman1_MANS = 
645290001Sglebiusman5_MANS = ntp.conf.5 ntp.keys.5
646290001Sglebiusman8_MANS = 
647290001Sglebiusman_MANS = ntpd.$(NTPD_MS)
648290001Sglebius
649290001Sglebius# ntpdsim.1 is a remnant along with all the ntpdsim-opts.* files, the
650290001Sglebius# simulator currently uses ntpd-opts.[ch].  This also means there is no
651290001Sglebius# longer a reason to have ntpdbase-opts.def split off of ntpd-opts.def.
652290001SglebiusLDADD_NTPD_COMMON = $(LDADD_LIBNTP) $(LIBOPTS_LDADD) $(PTHREAD_LIBS) \
653290001Sglebius	$(LIBM) $(LDADD_NTP) $(LSCF)
654290001Sglebiusntpd_LDADD = $(LDADD) ../libntp/libntp.a $(LDADD_NTPD_COMMON) $(LDADD_LIBUTIL)
655290001Sglebiusntpdsim_LDADD = $(LDADD) ../libntp/libntpsim.a $(LDADD_NTPD_COMMON)
656290001Sglebiusntpdsim_CPPFLAGS = $(AM_CPPFLAGS) -DSIM
657290001Sglebiuscheck_y2k_LDADD = $(LDADD) ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM) $(LDADD_LIBNTP) $(PTHREAD_LIBS)
658290001Sglebiuskeyword_gen_LDADD = ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM) $(PTHREAD_LIBS)
659290001SglebiusDISTCLEANFILES = \
660290001Sglebius	keyword-gen		\
661290001Sglebius	.version		\
662290001Sglebius	version.c		\
663290001Sglebius	config.log		\
664290001Sglebius	$(man5_MANS)		\
665290001Sglebius	$(man_MANS)		\
666290001Sglebius	$(NULL)
667290001Sglebius
668290001SglebiusCLEANFILES = check-saveconfig compsave.conf k-g-u-submake \
669290001Sglebius	$(EXTRA_PROGRAMS) $(NULL) check-libopts check-libntp .deps-ver
670290001SglebiusEXTRA_DIST = \
671290001Sglebius	complete.conf.in	\
672290001Sglebius	invoke-ntp.conf.menu	\
673290001Sglebius	invoke-ntp.conf.texi	\
674290001Sglebius	invoke-ntp.keys.menu	\
675290001Sglebius	invoke-ntp.keys.texi	\
676290001Sglebius	invoke-ntpd.menu	\
677290001Sglebius	invoke-ntpd.texi	\
678290001Sglebius	keyword-gen-utd		\
679290001Sglebius	ntp.conf.5man		\
680290001Sglebius	ntp.conf.5mdoc		\
681290001Sglebius	ntp.conf.def		\
682290001Sglebius	ntp.conf.man.in		\
683290001Sglebius	ntp.conf.mdoc.in	\
684290001Sglebius	ntp.conf.html		\
685290001Sglebius	ntp.conf.texi		\
686290001Sglebius	ntp.keys.5man		\
687290001Sglebius	ntp.keys.5mdoc		\
688290001Sglebius	ntp.keys.def		\
689290001Sglebius	ntp.keys.man.in		\
690290001Sglebius	ntp.keys.mdoc.in	\
691290001Sglebius	ntp.keys.html		\
692290001Sglebius	ntp.keys.texi		\
693290001Sglebius	ntpd-opts.def		\
694290001Sglebius	ntpd.1ntpdman		\
695290001Sglebius	ntpd.1ntpdmdoc		\
696290001Sglebius	ntpd.man.in		\
697290001Sglebius	ntpd.mdoc.in		\
698290001Sglebius	ntpd.html		\
699290001Sglebius	ntpd.texi		\
700290001Sglebius	ntpdbase-opts.def	\
701182007Sroberto	refclock_msfees.c	\
702290001Sglebius	$(B_S_DIST)		\
703290001Sglebius	$(NULL)
704182007Sroberto
705290001Sglebius
706200576Sroberto###							Y2Kfixes
707200576Srobertocheck_PROGRAMS = @MAKE_CHECK_Y2K@
708290001Sglebiushtml_DATA = \
709290001Sglebius	$(srcdir)/ntp.conf.html		\
710290001Sglebius	$(srcdir)/ntp.keys.html		\
711290001Sglebius	$(srcdir)/ntpd.html		\
712290001Sglebius	$(NULL)
71354359Sroberto
714290001Sglebiusnoinst_DATA = \
715290001Sglebius	$(srcdir)/invoke-ntp.conf.menu	\
716290001Sglebius	$(srcdir)/invoke-ntp.conf.texi	\
717290001Sglebius	$(srcdir)/invoke-ntp.keys.menu	\
718290001Sglebius	$(srcdir)/invoke-ntp.keys.texi	\
719290001Sglebius	$(srcdir)/invoke-ntpd.menu	\
720290001Sglebius	$(srcdir)/invoke-ntpd.texi	\
721290001Sglebius	$(srcdir)/ntp.conf.man.in	\
722290001Sglebius	$(srcdir)/ntp.conf.mdoc.in	\
723290001Sglebius	$(srcdir)/ntp.keys.man.in	\
724290001Sglebius	$(srcdir)/ntp.keys.mdoc.in	\
725290001Sglebius	$(srcdir)/ntpd.man.in		\
726290001Sglebius	$(srcdir)/ntpd.mdoc.in		\
727290001Sglebius	$(NULL)
728182007Sroberto
729290001Sglebiusnoinst_HEADERS = \
730290001Sglebius	declcond.h			\
731290001Sglebius	ntp_leapsec.h			\
732290001Sglebius	$(NULL)
73354359Sroberto
734290001Sglebiusrun_ag = cd $(srcdir) &&	env PATH="$(abs_builddir):$(PATH)" AUTOGEN_DNE_DATE=-D	\
735290001Sglebius		autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
736290001Sglebius
737290001Sglebiusstd_def_list = \
738290001Sglebius	$(top_srcdir)/sntp/include/debug-opt.def		\
739290001Sglebius	$(top_srcdir)/sntp/include/autogen-version.def		\
740290001Sglebius	$(top_srcdir)/sntp/include/copyright.def		\
741290001Sglebius	$(top_srcdir)/sntp/include/homerc.def			\
742290001Sglebius	$(top_srcdir)/sntp/include/ntp.lic			\
743290001Sglebius	$(top_srcdir)/sntp/include/version.def			\
744290001Sglebius	$(NULL)
745290001Sglebius
746290001Sglebiusntpd_SOURCES = \
747290001Sglebius	ntp_config.c		\
748290001Sglebius	ntp_keyword.h		\
749290001Sglebius	ntp_io.c		\
750290001Sglebius	ntp_parser.y		\
751290001Sglebius	ntp_scanner.c		\
752290001Sglebius	ntp_scanner.h		\
753290001Sglebius	ntpd.c			\
754290001Sglebius	ntpd-opts.c		\
755290001Sglebius	ntpd-opts.h		\
756290001Sglebius	$(NULL)
757290001Sglebius
758290001Sglebiusntpdsim_SOURCES = \
759290001Sglebius	$(ntpd_SOURCES)		\
760290001Sglebius	ntp_prio_q.c		\
761290001Sglebius	ntpsim.c		\
762290001Sglebius	$(NULL)
763290001Sglebius
764290001Sglebius
765290001Sglebius# libntpd_a_SOURCES do not use #ifdef SIM
766290001Sglebiuslibntpd_a_SOURCES = \
767290001Sglebius	cmd_args.c		\
768290001Sglebius	jupiter.h		\
769290001Sglebius	ntp_control.c		\
770290001Sglebius	ntp_crypto.c		\
771290001Sglebius	ntp_filegen.c		\
772290001Sglebius	ntp_leapsec.c		\
773290001Sglebius	ntp_loopfilter.c	\
774290001Sglebius	ntp_monitor.c		\
775290001Sglebius	ntp_peer.c		\
776290001Sglebius	ntp_proto.c		\
777290001Sglebius	ntp_refclock.c		\
778290001Sglebius	ntp_request.c		\
779290001Sglebius	ntp_restrict.c		\
780290001Sglebius	ntp_signd.c		\
781290001Sglebius	ntp_timer.c		\
782290001Sglebius	ntp_util.c		\
783290001Sglebius	ppsapi_timepps.h	\
784290001Sglebius	rc_cmdlength.c		\
785290001Sglebius	refclock_acts.c		\
786290001Sglebius	refclock_arbiter.c	\
787290001Sglebius	refclock_arc.c		\
788290001Sglebius	refclock_as2201.c	\
789290001Sglebius	refclock_atom.c		\
790290001Sglebius	refclock_bancomm.c	\
791290001Sglebius	refclock_chronolog.c	\
792290001Sglebius	refclock_chu.c		\
793290001Sglebius	refclock_conf.c		\
794290001Sglebius	refclock_datum.c	\
795290001Sglebius	refclock_dumbclock.c	\
796290001Sglebius	refclock_fg.c		\
797290001Sglebius	refclock_gpsdjson.c	\
798290001Sglebius	refclock_gpsvme.c	\
799290001Sglebius	refclock_heath.c	\
800290001Sglebius	refclock_hopfser.c	\
801290001Sglebius	refclock_hopfpci.c	\
802290001Sglebius	refclock_hpgps.c	\
803290001Sglebius	refclock_irig.c		\
804290001Sglebius	refclock_jjy.c		\
805290001Sglebius	refclock_jupiter.c	\
806290001Sglebius	refclock_leitch.c	\
807290001Sglebius	refclock_local.c	\
808290001Sglebius	refclock_mx4200.c	\
809290001Sglebius	refclock_neoclock4x.c	\
810290001Sglebius	refclock_nmea.c		\
811290001Sglebius	refclock_oncore.c	\
812290001Sglebius	refclock_palisade.c	\
813290001Sglebius	refclock_palisade.h	\
814290001Sglebius	refclock_parse.c	\
815290001Sglebius	refclock_pcf.c		\
816290001Sglebius	refclock_pst.c		\
817290001Sglebius	refclock_ripencc.c	\
818290001Sglebius	refclock_shm.c		\
819290001Sglebius	refclock_tpro.c		\
820290001Sglebius	refclock_true.c		\
821290001Sglebius	refclock_tt560.c	\
822290001Sglebius	refclock_ulink.c	\
823290001Sglebius	refclock_wwv.c		\
824290001Sglebius	refclock_wwvb.c		\
825290001Sglebius	refclock_zyfer.c	\
826290001Sglebius	refclock_tsyncpci.c	\
827290001Sglebius	$(NULL)
828290001Sglebius
829290001SglebiusNTP_INCS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
830290001Sglebius	-I$(top_srcdir)/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
831290001Sglebius	-I$(top_srcdir)/lib/isc/unix/include
832182007Srobertoall: $(BUILT_SOURCES)
833182007Sroberto	$(MAKE) $(AM_MAKEFLAGS) all-am
834132451Sroberto
83554359Sroberto.SUFFIXES:
836290001Sglebius.SUFFIXES: .c .lo .o .obj .y
837290001Sglebius$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/sntp/check-libntp.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps)
838182007Sroberto	@for dep in $?; do \
839182007Sroberto	  case '$(am__configure_deps)' in \
840182007Sroberto	    *$$dep*) \
841200576Sroberto	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
842200576Sroberto	        && { if test -f $@; then exit 0; else break; fi; }; \
843182007Sroberto	      exit 1;; \
844182007Sroberto	  esac; \
845182007Sroberto	done; \
846200576Sroberto	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ntpd/Makefile'; \
847200576Sroberto	$(am__cd) $(top_srcdir) && \
848200576Sroberto	  $(AUTOMAKE) --foreign ntpd/Makefile
849182007SrobertoMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
850182007Sroberto	@case '$?' in \
851182007Sroberto	  *config.status*) \
852182007Sroberto	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
853182007Sroberto	  *) \
854182007Sroberto	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
855182007Sroberto	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
856182007Sroberto	esac;
857290001Sglebius$(top_srcdir)/bincheck.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/sntp/check-libntp.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty):
858132451Sroberto
859182007Sroberto$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
860182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
861132451Sroberto
862182007Sroberto$(top_srcdir)/configure:  $(am__configure_deps)
863182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
864182007Sroberto$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
865182007Sroberto	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
866200576Sroberto$(am__aclocal_m4_deps):
867290001Sglebiuscomplete.conf: $(top_builddir)/config.status $(srcdir)/complete.conf.in
868290001Sglebius	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
869182007Sroberto
870132451Srobertoclean-noinstLIBRARIES:
871132451Sroberto	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
872290001Sglebius
873290001Sglebiuslibntpd.a: $(libntpd_a_OBJECTS) $(libntpd_a_DEPENDENCIES) $(EXTRA_libntpd_a_DEPENDENCIES) 
874290001Sglebius	$(AM_V_at)-rm -f libntpd.a
875290001Sglebius	$(AM_V_AR)$(libntpd_a_AR) libntpd.a $(libntpd_a_OBJECTS) $(libntpd_a_LIBADD)
876290001Sglebius	$(AM_V_at)$(RANLIB) libntpd.a
87754359Srobertoinstall-binPROGRAMS: $(bin_PROGRAMS)
87854359Sroberto	@$(NORMAL_INSTALL)
879200576Sroberto	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
880290001Sglebius	if test -n "$$list"; then \
881290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
882290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
883290001Sglebius	fi; \
884200576Sroberto	for p in $$list; do echo "$$p $$p"; done | \
885200576Sroberto	sed 's/$(EXEEXT)$$//' | \
886290001Sglebius	while read p p1; do if test -f $$p \
887290001Sglebius	 || test -f $$p1 \
888290001Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
889200576Sroberto	done | \
890290001Sglebius	sed -e 'p;s,.*/,,;n;h' \
891290001Sglebius	    -e 's|.*|.|' \
892200576Sroberto	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
893200576Sroberto	sed 'N;N;N;s,\n, ,g' | \
894200576Sroberto	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
895200576Sroberto	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
896200576Sroberto	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
897200576Sroberto	    else { print "f", $$3 "/" $$4, $$1; } } \
898200576Sroberto	  END { for (d in files) print "f", d, files[d] }' | \
899200576Sroberto	while read type dir files; do \
900200576Sroberto	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
901200576Sroberto	    test -z "$$files" || { \
902200576Sroberto	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
903200576Sroberto	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
904200576Sroberto	    } \
905200576Sroberto	; done
90654359Sroberto
90754359Srobertouninstall-binPROGRAMS:
90854359Sroberto	@$(NORMAL_UNINSTALL)
909200576Sroberto	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
910200576Sroberto	files=`for p in $$list; do echo "$$p"; done | \
911200576Sroberto	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
912290001Sglebius	      -e 's/$$/$(EXEEXT)/' \
913290001Sglebius	`; \
914200576Sroberto	test -n "$$list" || exit 0; \
915200576Sroberto	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
916200576Sroberto	cd "$(DESTDIR)$(bindir)" && rm -f $$files
91754359Sroberto
91882498Srobertoclean-binPROGRAMS:
919200576Sroberto	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
920200576Sroberto	echo " rm -f" $$list; \
921200576Sroberto	rm -f $$list || exit $$?; \
922200576Sroberto	test -n "$(EXEEXT)" || exit 0; \
923200576Sroberto	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
924200576Sroberto	echo " rm -f" $$list; \
925200576Sroberto	rm -f $$list
92654359Sroberto
92754359Srobertoclean-checkPROGRAMS:
928200576Sroberto	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
929200576Sroberto	echo " rm -f" $$list; \
930200576Sroberto	rm -f $$list || exit $$?; \
931200576Sroberto	test -n "$(EXEEXT)" || exit 0; \
932200576Sroberto	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
933200576Sroberto	echo " rm -f" $$list; \
934200576Sroberto	rm -f $$list
935290001Sglebiusinstall-libexecPROGRAMS: $(libexec_PROGRAMS)
936290001Sglebius	@$(NORMAL_INSTALL)
937290001Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
938290001Sglebius	if test -n "$$list"; then \
939290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
940290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
941290001Sglebius	fi; \
942290001Sglebius	for p in $$list; do echo "$$p $$p"; done | \
943290001Sglebius	sed 's/$(EXEEXT)$$//' | \
944290001Sglebius	while read p p1; do if test -f $$p \
945290001Sglebius	 || test -f $$p1 \
946290001Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
947290001Sglebius	done | \
948290001Sglebius	sed -e 'p;s,.*/,,;n;h' \
949290001Sglebius	    -e 's|.*|.|' \
950290001Sglebius	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
951290001Sglebius	sed 'N;N;N;s,\n, ,g' | \
952290001Sglebius	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
953290001Sglebius	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
954290001Sglebius	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
955290001Sglebius	    else { print "f", $$3 "/" $$4, $$1; } } \
956290001Sglebius	  END { for (d in files) print "f", d, files[d] }' | \
957290001Sglebius	while read type dir files; do \
958290001Sglebius	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
959290001Sglebius	    test -z "$$files" || { \
960290001Sglebius	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
961290001Sglebius	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
962290001Sglebius	    } \
963290001Sglebius	; done
964290001Sglebius
965290001Sglebiusuninstall-libexecPROGRAMS:
966290001Sglebius	@$(NORMAL_UNINSTALL)
967290001Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
968290001Sglebius	files=`for p in $$list; do echo "$$p"; done | \
969290001Sglebius	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
970290001Sglebius	      -e 's/$$/$(EXEEXT)/' \
971290001Sglebius	`; \
972290001Sglebius	test -n "$$list" || exit 0; \
973290001Sglebius	echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
974290001Sglebius	cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
975290001Sglebius
976290001Sglebiusclean-libexecPROGRAMS:
977290001Sglebius	@list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
978290001Sglebius	echo " rm -f" $$list; \
979290001Sglebius	rm -f $$list || exit $$?; \
980290001Sglebius	test -n "$(EXEEXT)" || exit 0; \
981290001Sglebius	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
982290001Sglebius	echo " rm -f" $$list; \
983290001Sglebius	rm -f $$list
984290001Sglebiusinstall-sbinPROGRAMS: $(sbin_PROGRAMS)
985290001Sglebius	@$(NORMAL_INSTALL)
986290001Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
987290001Sglebius	if test -n "$$list"; then \
988290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
989290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
990290001Sglebius	fi; \
991290001Sglebius	for p in $$list; do echo "$$p $$p"; done | \
992290001Sglebius	sed 's/$(EXEEXT)$$//' | \
993290001Sglebius	while read p p1; do if test -f $$p \
994290001Sglebius	 || test -f $$p1 \
995290001Sglebius	  ; then echo "$$p"; echo "$$p"; else :; fi; \
996290001Sglebius	done | \
997290001Sglebius	sed -e 'p;s,.*/,,;n;h' \
998290001Sglebius	    -e 's|.*|.|' \
999290001Sglebius	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1000290001Sglebius	sed 'N;N;N;s,\n, ,g' | \
1001290001Sglebius	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1002290001Sglebius	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1003290001Sglebius	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
1004290001Sglebius	    else { print "f", $$3 "/" $$4, $$1; } } \
1005290001Sglebius	  END { for (d in files) print "f", d, files[d] }' | \
1006290001Sglebius	while read type dir files; do \
1007290001Sglebius	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1008290001Sglebius	    test -z "$$files" || { \
1009290001Sglebius	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
1010290001Sglebius	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
1011290001Sglebius	    } \
1012290001Sglebius	; done
1013290001Sglebius
1014290001Sglebiusuninstall-sbinPROGRAMS:
1015290001Sglebius	@$(NORMAL_UNINSTALL)
1016290001Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
1017290001Sglebius	files=`for p in $$list; do echo "$$p"; done | \
1018290001Sglebius	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1019290001Sglebius	      -e 's/$$/$(EXEEXT)/' \
1020290001Sglebius	`; \
1021290001Sglebius	test -n "$$list" || exit 0; \
1022290001Sglebius	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
1023290001Sglebius	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
1024290001Sglebius
1025290001Sglebiusclean-sbinPROGRAMS:
1026290001Sglebius	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
1027290001Sglebius	echo " rm -f" $$list; \
1028290001Sglebius	rm -f $$list || exit $$?; \
1029290001Sglebius	test -n "$(EXEEXT)" || exit 0; \
1030290001Sglebius	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1031290001Sglebius	echo " rm -f" $$list; \
1032290001Sglebius	rm -f $$list
1033290001Sglebius
1034290001Sglebiuscheck_y2k$(EXEEXT): $(check_y2k_OBJECTS) $(check_y2k_DEPENDENCIES) $(EXTRA_check_y2k_DEPENDENCIES) 
1035106163Sroberto	@rm -f check_y2k$(EXEEXT)
1036290001Sglebius	$(AM_V_CCLD)$(LINK) $(check_y2k_OBJECTS) $(check_y2k_LDADD) $(LIBS)
1037290001Sglebius
1038290001Sglebiuskeyword-gen$(EXEEXT): $(keyword_gen_OBJECTS) $(keyword_gen_DEPENDENCIES) $(EXTRA_keyword_gen_DEPENDENCIES) 
1039290001Sglebius	@rm -f keyword-gen$(EXEEXT)
1040290001Sglebius	$(AM_V_CCLD)$(LINK) $(keyword_gen_OBJECTS) $(keyword_gen_LDADD) $(LIBS)
1041290001Sglebiusntp_parser.h: ntp_parser.c
1042290001Sglebius	@if test ! -f $@; then rm -f ntp_parser.c; else :; fi
1043290001Sglebius	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) ntp_parser.c; else :; fi
1044290001Sglebius
1045290001Sglebiusntpd$(EXEEXT): $(ntpd_OBJECTS) $(ntpd_DEPENDENCIES) $(EXTRA_ntpd_DEPENDENCIES) 
1046106163Sroberto	@rm -f ntpd$(EXEEXT)
1047290001Sglebius	$(AM_V_CCLD)$(LINK) $(ntpd_OBJECTS) $(ntpd_LDADD) $(LIBS)
1048290001Sglebius
1049290001Sglebiusntpdsim$(EXEEXT): $(ntpdsim_OBJECTS) $(ntpdsim_DEPENDENCIES) $(EXTRA_ntpdsim_DEPENDENCIES) 
1050132451Sroberto	@rm -f ntpdsim$(EXEEXT)
1051290001Sglebius	$(AM_V_CCLD)$(LINK) $(ntpdsim_OBJECTS) $(ntpdsim_LDADD) $(LIBS)
105254359Sroberto
105354359Srobertomostlyclean-compile:
1054182007Sroberto	-rm -f *.$(OBJEXT)
105554359Sroberto
105654359Srobertodistclean-compile:
105754359Sroberto	-rm -f *.tab.c
105854359Sroberto
1059290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_y2k.Po@am__quote@
1060290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd_args.Po@am__quote@
1061290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyword-gen.Po@am__quote@
1062290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_config.Po@am__quote@
1063290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_control.Po@am__quote@
1064290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_crypto.Po@am__quote@
1065290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_filegen.Po@am__quote@
1066290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_io.Po@am__quote@
1067290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_leapsec.Po@am__quote@
1068290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_loopfilter.Po@am__quote@
1069290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_monitor.Po@am__quote@
1070290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_parser.Po@am__quote@
1071290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_peer.Po@am__quote@
1072290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_proto.Po@am__quote@
1073290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_refclock.Po@am__quote@
1074290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_request.Po@am__quote@
1075290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_restrict.Po@am__quote@
1076290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_scanner.Po@am__quote@
1077290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_signd.Po@am__quote@
1078290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_timer.Po@am__quote@
1079290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_util.Po@am__quote@
1080290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpd-opts.Po@am__quote@
1081290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpd.Po@am__quote@
1082290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_config.Po@am__quote@
1083290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_io.Po@am__quote@
1084290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_parser.Po@am__quote@
1085290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_prio_q.Po@am__quote@
1086290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_scanner.Po@am__quote@
1087290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntpd-opts.Po@am__quote@
1088290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntpd.Po@am__quote@
1089290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntpsim.Po@am__quote@
1090290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rc_cmdlength.Po@am__quote@
1091290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_acts.Po@am__quote@
1092290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_arbiter.Po@am__quote@
1093290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_arc.Po@am__quote@
1094290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_as2201.Po@am__quote@
1095290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_atom.Po@am__quote@
1096290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_bancomm.Po@am__quote@
1097290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_chronolog.Po@am__quote@
1098290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_chu.Po@am__quote@
1099290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_conf.Po@am__quote@
1100290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_datum.Po@am__quote@
1101290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_dumbclock.Po@am__quote@
1102290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_fg.Po@am__quote@
1103290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_gpsdjson.Po@am__quote@
1104290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_gpsvme.Po@am__quote@
1105290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_heath.Po@am__quote@
1106290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_hopfpci.Po@am__quote@
1107290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_hopfser.Po@am__quote@
1108290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_hpgps.Po@am__quote@
1109290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_irig.Po@am__quote@
1110290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_jjy.Po@am__quote@
1111290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_jupiter.Po@am__quote@
1112290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_leitch.Po@am__quote@
1113290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_local.Po@am__quote@
1114290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_mx4200.Po@am__quote@
1115290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_neoclock4x.Po@am__quote@
1116290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_nmea.Po@am__quote@
1117290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_oncore.Po@am__quote@
1118290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_palisade.Po@am__quote@
1119290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_parse.Po@am__quote@
1120290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_pcf.Po@am__quote@
1121290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_pst.Po@am__quote@
1122290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_ripencc.Po@am__quote@
1123290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_shm.Po@am__quote@
1124290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_tpro.Po@am__quote@
1125290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_true.Po@am__quote@
1126290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_tsyncpci.Po@am__quote@
1127290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_tt560.Po@am__quote@
1128290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_ulink.Po@am__quote@
1129290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_wwv.Po@am__quote@
1130290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_wwvb.Po@am__quote@
1131290001Sglebius@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_zyfer.Po@am__quote@
113254359Sroberto
1133106163Sroberto.c.o:
1134290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1135290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1136290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1137182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1138290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1139106163Sroberto
1140106163Sroberto.c.obj:
1141290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1142290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1143290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1144182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1145290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1146132451Sroberto
1147182007Sroberto.c.lo:
1148290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1149290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1150290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1151182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1152290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
1153182007Sroberto
1154290001Sglebiusntpdsim-ntp_config.o: ntp_config.c
1155290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_config.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_config.Tpo -c -o ntpdsim-ntp_config.o `test -f 'ntp_config.c' || echo '$(srcdir)/'`ntp_config.c
1156290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_config.Tpo $(DEPDIR)/ntpdsim-ntp_config.Po
1157290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_config.c' object='ntpdsim-ntp_config.o' libtool=no @AMDEPBACKSLASH@
1158182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1159290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_config.o `test -f 'ntp_config.c' || echo '$(srcdir)/'`ntp_config.c
1160132451Sroberto
1161290001Sglebiusntpdsim-ntp_config.obj: ntp_config.c
1162290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_config.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_config.Tpo -c -o ntpdsim-ntp_config.obj `if test -f 'ntp_config.c'; then $(CYGPATH_W) 'ntp_config.c'; else $(CYGPATH_W) '$(srcdir)/ntp_config.c'; fi`
1163290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_config.Tpo $(DEPDIR)/ntpdsim-ntp_config.Po
1164290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_config.c' object='ntpdsim-ntp_config.obj' libtool=no @AMDEPBACKSLASH@
1165182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1166290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_config.obj `if test -f 'ntp_config.c'; then $(CYGPATH_W) 'ntp_config.c'; else $(CYGPATH_W) '$(srcdir)/ntp_config.c'; fi`
1167132451Sroberto
1168290001Sglebiusntpdsim-ntp_io.o: ntp_io.c
1169290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_io.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_io.Tpo -c -o ntpdsim-ntp_io.o `test -f 'ntp_io.c' || echo '$(srcdir)/'`ntp_io.c
1170290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_io.Tpo $(DEPDIR)/ntpdsim-ntp_io.Po
1171290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_io.c' object='ntpdsim-ntp_io.o' libtool=no @AMDEPBACKSLASH@
1172182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1173290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_io.o `test -f 'ntp_io.c' || echo '$(srcdir)/'`ntp_io.c
1174132451Sroberto
1175290001Sglebiusntpdsim-ntp_io.obj: ntp_io.c
1176290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_io.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_io.Tpo -c -o ntpdsim-ntp_io.obj `if test -f 'ntp_io.c'; then $(CYGPATH_W) 'ntp_io.c'; else $(CYGPATH_W) '$(srcdir)/ntp_io.c'; fi`
1177290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_io.Tpo $(DEPDIR)/ntpdsim-ntp_io.Po
1178290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_io.c' object='ntpdsim-ntp_io.obj' libtool=no @AMDEPBACKSLASH@
1179182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1180290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_io.obj `if test -f 'ntp_io.c'; then $(CYGPATH_W) 'ntp_io.c'; else $(CYGPATH_W) '$(srcdir)/ntp_io.c'; fi`
1181132451Sroberto
1182290001Sglebiusntpdsim-ntp_parser.o: ntp_parser.c
1183290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_parser.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_parser.Tpo -c -o ntpdsim-ntp_parser.o `test -f 'ntp_parser.c' || echo '$(srcdir)/'`ntp_parser.c
1184290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_parser.Tpo $(DEPDIR)/ntpdsim-ntp_parser.Po
1185290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_parser.c' object='ntpdsim-ntp_parser.o' libtool=no @AMDEPBACKSLASH@
1186182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1187290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_parser.o `test -f 'ntp_parser.c' || echo '$(srcdir)/'`ntp_parser.c
1188132451Sroberto
1189290001Sglebiusntpdsim-ntp_parser.obj: ntp_parser.c
1190290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_parser.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_parser.Tpo -c -o ntpdsim-ntp_parser.obj `if test -f 'ntp_parser.c'; then $(CYGPATH_W) 'ntp_parser.c'; else $(CYGPATH_W) '$(srcdir)/ntp_parser.c'; fi`
1191290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_parser.Tpo $(DEPDIR)/ntpdsim-ntp_parser.Po
1192290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_parser.c' object='ntpdsim-ntp_parser.obj' libtool=no @AMDEPBACKSLASH@
1193182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1194290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_parser.obj `if test -f 'ntp_parser.c'; then $(CYGPATH_W) 'ntp_parser.c'; else $(CYGPATH_W) '$(srcdir)/ntp_parser.c'; fi`
1195132451Sroberto
1196290001Sglebiusntpdsim-ntp_scanner.o: ntp_scanner.c
1197290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_scanner.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_scanner.Tpo -c -o ntpdsim-ntp_scanner.o `test -f 'ntp_scanner.c' || echo '$(srcdir)/'`ntp_scanner.c
1198290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_scanner.Tpo $(DEPDIR)/ntpdsim-ntp_scanner.Po
1199290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_scanner.c' object='ntpdsim-ntp_scanner.o' libtool=no @AMDEPBACKSLASH@
1200182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1201290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_scanner.o `test -f 'ntp_scanner.c' || echo '$(srcdir)/'`ntp_scanner.c
1202132451Sroberto
1203290001Sglebiusntpdsim-ntp_scanner.obj: ntp_scanner.c
1204290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_scanner.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_scanner.Tpo -c -o ntpdsim-ntp_scanner.obj `if test -f 'ntp_scanner.c'; then $(CYGPATH_W) 'ntp_scanner.c'; else $(CYGPATH_W) '$(srcdir)/ntp_scanner.c'; fi`
1205290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_scanner.Tpo $(DEPDIR)/ntpdsim-ntp_scanner.Po
1206290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_scanner.c' object='ntpdsim-ntp_scanner.obj' libtool=no @AMDEPBACKSLASH@
1207182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1208290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_scanner.obj `if test -f 'ntp_scanner.c'; then $(CYGPATH_W) 'ntp_scanner.c'; else $(CYGPATH_W) '$(srcdir)/ntp_scanner.c'; fi`
1209132451Sroberto
1210290001Sglebiusntpdsim-ntpd.o: ntpd.c
1211290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpd.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntpd.Tpo -c -o ntpdsim-ntpd.o `test -f 'ntpd.c' || echo '$(srcdir)/'`ntpd.c
1212290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpd.Tpo $(DEPDIR)/ntpdsim-ntpd.Po
1213290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntpd.c' object='ntpdsim-ntpd.o' libtool=no @AMDEPBACKSLASH@
1214182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1215290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpd.o `test -f 'ntpd.c' || echo '$(srcdir)/'`ntpd.c
1216182007Sroberto
1217290001Sglebiusntpdsim-ntpd.obj: ntpd.c
1218290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpd.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntpd.Tpo -c -o ntpdsim-ntpd.obj `if test -f 'ntpd.c'; then $(CYGPATH_W) 'ntpd.c'; else $(CYGPATH_W) '$(srcdir)/ntpd.c'; fi`
1219290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpd.Tpo $(DEPDIR)/ntpdsim-ntpd.Po
1220290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntpd.c' object='ntpdsim-ntpd.obj' libtool=no @AMDEPBACKSLASH@
1221182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1222290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpd.obj `if test -f 'ntpd.c'; then $(CYGPATH_W) 'ntpd.c'; else $(CYGPATH_W) '$(srcdir)/ntpd.c'; fi`
1223182007Sroberto
1224290001Sglebiusntpdsim-ntpd-opts.o: ntpd-opts.c
1225290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpd-opts.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntpd-opts.Tpo -c -o ntpdsim-ntpd-opts.o `test -f 'ntpd-opts.c' || echo '$(srcdir)/'`ntpd-opts.c
1226290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpd-opts.Tpo $(DEPDIR)/ntpdsim-ntpd-opts.Po
1227290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntpd-opts.c' object='ntpdsim-ntpd-opts.o' libtool=no @AMDEPBACKSLASH@
1228182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1229290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpd-opts.o `test -f 'ntpd-opts.c' || echo '$(srcdir)/'`ntpd-opts.c
1230132451Sroberto
1231290001Sglebiusntpdsim-ntpd-opts.obj: ntpd-opts.c
1232290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpd-opts.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntpd-opts.Tpo -c -o ntpdsim-ntpd-opts.obj `if test -f 'ntpd-opts.c'; then $(CYGPATH_W) 'ntpd-opts.c'; else $(CYGPATH_W) '$(srcdir)/ntpd-opts.c'; fi`
1233290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpd-opts.Tpo $(DEPDIR)/ntpdsim-ntpd-opts.Po
1234290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntpd-opts.c' object='ntpdsim-ntpd-opts.obj' libtool=no @AMDEPBACKSLASH@
1235182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1236290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpd-opts.obj `if test -f 'ntpd-opts.c'; then $(CYGPATH_W) 'ntpd-opts.c'; else $(CYGPATH_W) '$(srcdir)/ntpd-opts.c'; fi`
1237182007Sroberto
1238290001Sglebiusntpdsim-ntp_prio_q.o: ntp_prio_q.c
1239290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_prio_q.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_prio_q.Tpo -c -o ntpdsim-ntp_prio_q.o `test -f 'ntp_prio_q.c' || echo '$(srcdir)/'`ntp_prio_q.c
1240290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_prio_q.Tpo $(DEPDIR)/ntpdsim-ntp_prio_q.Po
1241290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_prio_q.c' object='ntpdsim-ntp_prio_q.o' libtool=no @AMDEPBACKSLASH@
1242182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1243290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_prio_q.o `test -f 'ntp_prio_q.c' || echo '$(srcdir)/'`ntp_prio_q.c
1244182007Sroberto
1245290001Sglebiusntpdsim-ntp_prio_q.obj: ntp_prio_q.c
1246290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntp_prio_q.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntp_prio_q.Tpo -c -o ntpdsim-ntp_prio_q.obj `if test -f 'ntp_prio_q.c'; then $(CYGPATH_W) 'ntp_prio_q.c'; else $(CYGPATH_W) '$(srcdir)/ntp_prio_q.c'; fi`
1247290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_prio_q.Tpo $(DEPDIR)/ntpdsim-ntp_prio_q.Po
1248290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_prio_q.c' object='ntpdsim-ntp_prio_q.obj' libtool=no @AMDEPBACKSLASH@
1249182007Sroberto@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1250290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntp_prio_q.obj `if test -f 'ntp_prio_q.c'; then $(CYGPATH_W) 'ntp_prio_q.c'; else $(CYGPATH_W) '$(srcdir)/ntp_prio_q.c'; fi`
125154359Sroberto
1252290001Sglebiusntpdsim-ntpsim.o: ntpsim.c
1253290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpsim.o -MD -MP -MF $(DEPDIR)/ntpdsim-ntpsim.Tpo -c -o ntpdsim-ntpsim.o `test -f 'ntpsim.c' || echo '$(srcdir)/'`ntpsim.c
1254290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpsim.Tpo $(DEPDIR)/ntpdsim-ntpsim.Po
1255290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntpsim.c' object='ntpdsim-ntpsim.o' libtool=no @AMDEPBACKSLASH@
1256290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1257290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpsim.o `test -f 'ntpsim.c' || echo '$(srcdir)/'`ntpsim.c
1258290001Sglebius
1259290001Sglebiusntpdsim-ntpsim.obj: ntpsim.c
1260290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-ntpsim.obj -MD -MP -MF $(DEPDIR)/ntpdsim-ntpsim.Tpo -c -o ntpdsim-ntpsim.obj `if test -f 'ntpsim.c'; then $(CYGPATH_W) 'ntpsim.c'; else $(CYGPATH_W) '$(srcdir)/ntpsim.c'; fi`
1261290001Sglebius@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpsim.Tpo $(DEPDIR)/ntpdsim-ntpsim.Po
1262290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntpsim.c' object='ntpdsim-ntpsim.obj' libtool=no @AMDEPBACKSLASH@
1263290001Sglebius@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1264290001Sglebius@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-ntpsim.obj `if test -f 'ntpsim.c'; then $(CYGPATH_W) 'ntpsim.c'; else $(CYGPATH_W) '$(srcdir)/ntpsim.c'; fi`
1265290001Sglebius
1266290001Sglebius.y.c:
1267290001Sglebius	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
1268290001Sglebius
1269182007Srobertomostlyclean-libtool:
1270182007Sroberto	-rm -f *.lo
1271132451Sroberto
1272182007Srobertoclean-libtool:
1273182007Sroberto	-rm -rf .libs _libs
1274290001Sglebiusinstall-man1: $(man1_MANS) $(man_MANS)
1275182007Sroberto	@$(NORMAL_INSTALL)
1276290001Sglebius	@list1='$(man1_MANS)'; \
1277290001Sglebius	list2='$(man_MANS)'; \
1278290001Sglebius	test -n "$(man1dir)" \
1279290001Sglebius	  && test -n "`echo $$list1$$list2`" \
1280290001Sglebius	  || exit 0; \
1281290001Sglebius	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
1282290001Sglebius	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
1283290001Sglebius	{ for i in $$list1; do echo "$$i"; done;  \
1284290001Sglebius	if test -n "$$list2"; then \
1285290001Sglebius	  for i in $$list2; do echo "$$i"; done \
1286290001Sglebius	    | sed -n '/\.1[a-z]*$$/p'; \
1287290001Sglebius	fi; \
1288200576Sroberto	} | while read p; do \
1289200576Sroberto	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1290200576Sroberto	  echo "$$d$$p"; echo "$$p"; \
1291200576Sroberto	done | \
1292200576Sroberto	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1293200576Sroberto	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1294200576Sroberto	sed 'N;N;s,\n, ,g' | { \
1295200576Sroberto	list=; while read file base inst; do \
1296200576Sroberto	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1297200576Sroberto	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
1298200576Sroberto	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
1299200576Sroberto	  fi; \
1300182007Sroberto	done; \
1301200576Sroberto	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1302200576Sroberto	while read files; do \
1303200576Sroberto	  test -z "$$files" || { \
1304200576Sroberto	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
1305200576Sroberto	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
1306200576Sroberto	done; }
1307200576Sroberto
1308182007Srobertouninstall-man1:
1309182007Sroberto	@$(NORMAL_UNINSTALL)
1310290001Sglebius	@list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
1311200576Sroberto	files=`{ for i in $$list; do echo "$$i"; done; \
1312200576Sroberto	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1313200576Sroberto	  sed -n '/\.1[a-z]*$$/p'; \
1314200576Sroberto	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1315200576Sroberto	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1316290001Sglebius	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
1317290001Sglebiusinstall-man5: $(man5_MANS) $(man_MANS)
1318290001Sglebius	@$(NORMAL_INSTALL)
1319290001Sglebius	@list1='$(man5_MANS)'; \
1320290001Sglebius	list2='$(man_MANS)'; \
1321290001Sglebius	test -n "$(man5dir)" \
1322290001Sglebius	  && test -n "`echo $$list1$$list2`" \
1323290001Sglebius	  || exit 0; \
1324290001Sglebius	echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
1325290001Sglebius	$(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
1326290001Sglebius	{ for i in $$list1; do echo "$$i"; done;  \
1327290001Sglebius	if test -n "$$list2"; then \
1328290001Sglebius	  for i in $$list2; do echo "$$i"; done \
1329290001Sglebius	    | sed -n '/\.5[a-z]*$$/p'; \
1330290001Sglebius	fi; \
1331290001Sglebius	} | while read p; do \
1332290001Sglebius	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1333290001Sglebius	  echo "$$d$$p"; echo "$$p"; \
1334290001Sglebius	done | \
1335290001Sglebius	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
1336290001Sglebius	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1337290001Sglebius	sed 'N;N;s,\n, ,g' | { \
1338290001Sglebius	list=; while read file base inst; do \
1339290001Sglebius	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1340290001Sglebius	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
1341290001Sglebius	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
1342290001Sglebius	  fi; \
1343290001Sglebius	done; \
1344290001Sglebius	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1345290001Sglebius	while read files; do \
1346290001Sglebius	  test -z "$$files" || { \
1347290001Sglebius	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
1348290001Sglebius	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
1349290001Sglebius	done; }
135054359Sroberto
1351290001Sglebiusuninstall-man5:
1352290001Sglebius	@$(NORMAL_UNINSTALL)
1353290001Sglebius	@list='$(man5_MANS)'; test -n "$(man5dir)" || exit 0; \
1354290001Sglebius	files=`{ for i in $$list; do echo "$$i"; done; \
1355290001Sglebius	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1356290001Sglebius	  sed -n '/\.5[a-z]*$$/p'; \
1357290001Sglebius	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
1358290001Sglebius	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1359290001Sglebius	dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
1360290001Sglebiusinstall-man8: $(man8_MANS) $(man_MANS)
1361290001Sglebius	@$(NORMAL_INSTALL)
1362290001Sglebius	@list1='$(man8_MANS)'; \
1363290001Sglebius	list2='$(man_MANS)'; \
1364290001Sglebius	test -n "$(man8dir)" \
1365290001Sglebius	  && test -n "`echo $$list1$$list2`" \
1366290001Sglebius	  || exit 0; \
1367290001Sglebius	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
1368290001Sglebius	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
1369290001Sglebius	{ for i in $$list1; do echo "$$i"; done;  \
1370290001Sglebius	if test -n "$$list2"; then \
1371290001Sglebius	  for i in $$list2; do echo "$$i"; done \
1372290001Sglebius	    | sed -n '/\.8[a-z]*$$/p'; \
1373290001Sglebius	fi; \
1374290001Sglebius	} | while read p; do \
1375290001Sglebius	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1376290001Sglebius	  echo "$$d$$p"; echo "$$p"; \
1377290001Sglebius	done | \
1378290001Sglebius	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
1379290001Sglebius	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1380290001Sglebius	sed 'N;N;s,\n, ,g' | { \
1381290001Sglebius	list=; while read file base inst; do \
1382290001Sglebius	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1383290001Sglebius	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
1384290001Sglebius	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
1385290001Sglebius	  fi; \
1386290001Sglebius	done; \
1387290001Sglebius	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1388290001Sglebius	while read files; do \
1389290001Sglebius	  test -z "$$files" || { \
1390290001Sglebius	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
1391290001Sglebius	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
1392290001Sglebius	done; }
139354359Sroberto
1394290001Sglebiusuninstall-man8:
1395290001Sglebius	@$(NORMAL_UNINSTALL)
1396290001Sglebius	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
1397290001Sglebius	files=`{ for i in $$list; do echo "$$i"; done; \
1398290001Sglebius	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1399290001Sglebius	  sed -n '/\.8[a-z]*$$/p'; \
1400290001Sglebius	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
1401290001Sglebius	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1402290001Sglebius	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
1403290001Sglebiusinstall-htmlDATA: $(html_DATA)
1404290001Sglebius	@$(NORMAL_INSTALL)
1405290001Sglebius	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
1406290001Sglebius	if test -n "$$list"; then \
1407290001Sglebius	  echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
1408290001Sglebius	  $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
1409290001Sglebius	fi; \
1410290001Sglebius	for p in $$list; do \
1411290001Sglebius	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1412290001Sglebius	  echo "$$d$$p"; \
1413290001Sglebius	done | $(am__base_list) | \
1414290001Sglebius	while read files; do \
1415290001Sglebius	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
1416290001Sglebius	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
1417290001Sglebius	done
1418290001Sglebius
1419290001Sglebiusuninstall-htmlDATA:
1420290001Sglebius	@$(NORMAL_UNINSTALL)
1421290001Sglebius	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
1422290001Sglebius	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1423290001Sglebius	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
1424290001Sglebius
1425290001SglebiusID: $(am__tagged_files)
1426290001Sglebius	$(am__define_uniq_tagged_files); mkid -fID $$unique
1427290001Sglebiustags: tags-am
1428290001SglebiusTAGS: tags
1429290001Sglebius
1430290001Sglebiustags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1431200576Sroberto	set x; \
143254359Sroberto	here=`pwd`; \
1433290001Sglebius	$(am__define_uniq_tagged_files); \
1434200576Sroberto	shift; \
1435200576Sroberto	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1436182007Sroberto	  test -n "$$unique" || unique=$$empty_fix; \
1437200576Sroberto	  if test $$# -gt 0; then \
1438200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1439200576Sroberto	      "$$@" $$unique; \
1440200576Sroberto	  else \
1441200576Sroberto	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1442200576Sroberto	      $$unique; \
1443200576Sroberto	  fi; \
1444182007Sroberto	fi
1445290001Sglebiusctags: ctags-am
1446290001Sglebius
1447290001SglebiusCTAGS: ctags
1448290001Sglebiusctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1449290001Sglebius	$(am__define_uniq_tagged_files); \
1450200576Sroberto	test -z "$(CTAGS_ARGS)$$unique" \
1451132451Sroberto	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1452200576Sroberto	     $$unique
1453132451Sroberto
145482498SrobertoGTAGS:
1455132451Sroberto	here=`$(am__cd) $(top_builddir) && pwd` \
1456200576Sroberto	  && $(am__cd) $(top_srcdir) \
1457200576Sroberto	  && gtags -i $(GTAGS_ARGS) "$$here"
1458290001Sglebiuscscopelist: cscopelist-am
145954359Sroberto
1460290001Sglebiuscscopelist-am: $(am__tagged_files)
1461290001Sglebius	list='$(am__tagged_files)'; \
1462290001Sglebius	case "$(srcdir)" in \
1463290001Sglebius	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1464290001Sglebius	  *) sdir=$(subdir)/$(srcdir) ;; \
1465290001Sglebius	esac; \
1466290001Sglebius	for i in $$list; do \
1467290001Sglebius	  if test -f "$$i"; then \
1468290001Sglebius	    echo "$(subdir)/$$i"; \
1469290001Sglebius	  else \
1470290001Sglebius	    echo "$$sdir/$$i"; \
1471290001Sglebius	  fi; \
1472290001Sglebius	done >> $(top_builddir)/cscope.files
1473290001Sglebius
147454359Srobertodistclean-tags:
1475132451Sroberto	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
147682498Sroberto
147782498Srobertodistdir: $(DISTFILES)
1478200576Sroberto	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1479200576Sroberto	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1480200576Sroberto	list='$(DISTFILES)'; \
1481200576Sroberto	  dist_files=`for file in $$list; do echo $$file; done | \
1482200576Sroberto	  sed -e "s|^$$srcdirstrip/||;t" \
1483200576Sroberto	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1484200576Sroberto	case $$dist_files in \
1485200576Sroberto	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1486200576Sroberto			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1487200576Sroberto			   sort -u` ;; \
1488200576Sroberto	esac; \
1489200576Sroberto	for file in $$dist_files; do \
1490132451Sroberto	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
149182498Sroberto	  if test -d $$d/$$file; then \
1492200576Sroberto	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1493200576Sroberto	    if test -d "$(distdir)/$$file"; then \
1494200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1495200576Sroberto	    fi; \
1496132451Sroberto	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1497200576Sroberto	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1498200576Sroberto	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1499132451Sroberto	    fi; \
1500200576Sroberto	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
150182498Sroberto	  else \
1502200576Sroberto	    test -f "$(distdir)/$$file" \
1503200576Sroberto	    || cp -p $$d/$$file "$(distdir)/$$file" \
150482498Sroberto	    || exit 1; \
150582498Sroberto	  fi; \
150682498Sroberto	done
150754359Srobertocheck-am: all-am
150854359Sroberto	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
150954359Sroberto	$(MAKE) $(AM_MAKEFLAGS) check-local
1510182007Srobertocheck: $(BUILT_SOURCES)
1511182007Sroberto	$(MAKE) $(AM_MAKEFLAGS) check-am
1512290001Sglebiusall-am: Makefile $(LIBRARIES) $(PROGRAMS) $(MANS) $(DATA) $(HEADERS)
151382498Srobertoinstalldirs:
1514290001Sglebius	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"; do \
1515200576Sroberto	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1516182007Sroberto	done
1517182007Srobertoinstall: $(BUILT_SOURCES)
1518182007Sroberto	$(MAKE) $(AM_MAKEFLAGS) install-am
151954359Srobertoinstall-exec: install-exec-am
152054359Srobertoinstall-data: install-data-am
152182498Srobertouninstall: uninstall-am
152254359Sroberto
152354359Srobertoinstall-am: all-am
152454359Sroberto	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
152582498Sroberto
152682498Srobertoinstallcheck: installcheck-am
152754359Srobertoinstall-strip:
1528290001Sglebius	if test -z '$(STRIP)'; then \
1529290001Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1530290001Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1531290001Sglebius	      install; \
1532290001Sglebius	else \
1533290001Sglebius	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1534290001Sglebius	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1535290001Sglebius	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1536290001Sglebius	fi
153754359Srobertomostlyclean-generic:
153854359Sroberto
153954359Srobertoclean-generic:
1540290001Sglebius	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
154154359Sroberto
154254359Srobertodistclean-generic:
1543182007Sroberto	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1544200576Sroberto	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
154554359Sroberto	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
154654359Sroberto
154754359Srobertomaintainer-clean-generic:
154882498Sroberto	@echo "This command is intended for maintainers to use"
154982498Sroberto	@echo "it deletes files that may require special tools to rebuild."
1550290001Sglebius	-rm -f ntp_parser.c
1551290001Sglebius	-rm -f ntp_parser.h
1552182007Sroberto	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
155382498Srobertoclean: clean-am
155454359Sroberto
155582498Srobertoclean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
1556290001Sglebius	clean-libexecPROGRAMS clean-libtool clean-noinstLIBRARIES \
1557290001Sglebius	clean-sbinPROGRAMS mostlyclean-am
155854359Sroberto
155982498Srobertodistclean: distclean-am
1560132451Sroberto	-rm -rf ./$(DEPDIR)
1561132451Sroberto	-rm -f Makefile
1562132451Srobertodistclean-am: clean-am distclean-compile distclean-generic \
1563200576Sroberto	distclean-tags
156454359Sroberto
1565106163Srobertodvi: dvi-am
156654359Sroberto
156782498Srobertodvi-am:
156854359Sroberto
1569182007Srobertohtml: html-am
1570182007Sroberto
1571200576Srobertohtml-am:
1572200576Sroberto
1573106163Srobertoinfo: info-am
157454359Sroberto
157582498Srobertoinfo-am:
157682498Sroberto
1577290001Sglebiusinstall-data-am: install-data-local install-htmlDATA install-man
157882498Sroberto
1579200576Srobertoinstall-dvi: install-dvi-am
1580200576Sroberto
1581200576Srobertoinstall-dvi-am:
1582200576Sroberto
1583290001Sglebiusinstall-exec-am: install-binPROGRAMS install-libexecPROGRAMS \
1584290001Sglebius	install-sbinPROGRAMS
1585182007Sroberto	@$(NORMAL_INSTALL)
1586182007Sroberto	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1587200576Srobertoinstall-html: install-html-am
158882498Sroberto
1589200576Srobertoinstall-html-am:
1590200576Sroberto
1591106163Srobertoinstall-info: install-info-am
159282498Sroberto
1593200576Srobertoinstall-info-am:
1594200576Sroberto
1595290001Sglebiusinstall-man: install-man1 install-man5 install-man8
159682498Sroberto
1597200576Srobertoinstall-pdf: install-pdf-am
1598200576Sroberto
1599200576Srobertoinstall-pdf-am:
1600200576Sroberto
1601200576Srobertoinstall-ps: install-ps-am
1602200576Sroberto
1603200576Srobertoinstall-ps-am:
1604200576Sroberto
160582498Srobertoinstallcheck-am:
160682498Sroberto
160754359Srobertomaintainer-clean: maintainer-clean-am
1608132451Sroberto	-rm -rf ./$(DEPDIR)
1609132451Sroberto	-rm -f Makefile
161082498Srobertomaintainer-clean-am: distclean-am maintainer-clean-generic
161154359Sroberto
161282498Srobertomostlyclean: mostlyclean-am
161354359Sroberto
1614290001Sglebiusmostlyclean-am: mostlyclean-compile mostlyclean-generic \
1615182007Sroberto	mostlyclean-libtool
161682498Sroberto
1617132451Srobertopdf: pdf-am
1618132451Sroberto
1619132451Srobertopdf-am:
1620132451Sroberto
1621132451Srobertops: ps-am
1622132451Sroberto
1623132451Srobertops-am:
1624132451Sroberto
1625290001Sglebiusuninstall-am: uninstall-binPROGRAMS uninstall-htmlDATA \
1626290001Sglebius	uninstall-libexecPROGRAMS uninstall-man uninstall-sbinPROGRAMS
162782498Sroberto
1628290001Sglebiusuninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
1629182007Sroberto
1630290001Sglebius.MAKE: all check check-am install install-am install-exec-am \
1631290001Sglebius	install-strip
1632200576Sroberto
1633290001Sglebius.PHONY: CTAGS GTAGS TAGS all all-am check check-am check-local clean \
1634132451Sroberto	clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
1635290001Sglebius	clean-libexecPROGRAMS clean-libtool clean-noinstLIBRARIES \
1636290001Sglebius	clean-sbinPROGRAMS cscopelist-am ctags ctags-am distclean \
1637182007Sroberto	distclean-compile distclean-generic distclean-libtool \
1638182007Sroberto	distclean-tags distdir dvi dvi-am html html-am info info-am \
1639182007Sroberto	install install-am install-binPROGRAMS install-data \
1640290001Sglebius	install-data-am install-data-local install-dvi install-dvi-am \
1641290001Sglebius	install-exec install-exec-am install-exec-hook install-html \
1642290001Sglebius	install-html-am install-htmlDATA install-info install-info-am \
1643290001Sglebius	install-libexecPROGRAMS install-man install-man1 install-man5 \
1644290001Sglebius	install-man8 install-pdf install-pdf-am install-ps \
1645290001Sglebius	install-ps-am install-sbinPROGRAMS install-strip installcheck \
1646290001Sglebius	installcheck-am installdirs maintainer-clean \
1647290001Sglebius	maintainer-clean-generic mostlyclean mostlyclean-compile \
1648290001Sglebius	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1649290001Sglebius	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
1650290001Sglebius	uninstall-htmlDATA uninstall-libexecPROGRAMS uninstall-man \
1651290001Sglebius	uninstall-man1 uninstall-man5 uninstall-man8 \
1652290001Sglebius	uninstall-sbinPROGRAMS
165382498Sroberto
1654290001Sglebius.PRECIOUS: Makefile
165582498Sroberto
165654359Sroberto
1657290001Sglebiusvphack:
1658290001Sglebius	test -e ntp_parser.c || ln -s $(srcdir)/ntp_parser.c .
1659290001Sglebius	test -e ntp_parser.h || ln -s $(srcdir)/ntp_parser.h .
1660290001Sglebius
1661290001Sglebius#
1662290001Sglebius# ylwrap script which invokes Bison replaces ntp_parser.h
1663290001Sglebius# symlink with the updated file, when ntp_parser.h changes.
1664290001Sglebius# vphack_after detects this and copies the updated file to srcdir
1665290001Sglebius# and re-creates the ntp_parser.h symlink in its place.
1666290001Sglebius#
1667290001Sglebius
1668290001Sglebiusvphack_after:
1669290001Sglebius	test -L ntp_parser.h || ( \
1670290001Sglebius		mv ntp_parser.h $(srcdir)/ntp_parser.h && \
1671290001Sglebius		ln -s $(srcdir)/ntp_parser.h . \
1672290001Sglebius		)
1673290001Sglebius
1674290001Sglebiusinstall-data-local: install-html
1675290001Sglebius
1676290001Sglebiuscheck-local: $(MAKE_CHECK_Y2K) $(CHECK_SAVECONFIG)
1677290001Sglebius	test -z "$(MAKE_CHECK_Y2K)" || ./$(MAKE_CHECK_Y2K)
1678290001Sglebius
1679290001Sglebiusk-g-u-submake: keyword-gen
1680290001Sglebius	./keyword-gen $(srcdir)/ntp_parser.h > k-g.out
1681290001Sglebius	@grep -v diff_ignore_line < k-g.out > cmp1
1682290001Sglebius	@grep -v diff_ignore_line < $(srcdir)/ntp_keyword.h > cmp2
1683290001Sglebius	@cmp cmp1 cmp2 > /dev/null || \
1684290001Sglebius		{ mv -f k-g.out $(srcdir)/ntp_keyword.h && \
1685290001Sglebius		  echo 'Generated changed ntp_keyword.h.' ;}
1686290001Sglebius	@[ ! -f k-g.out ] || \
1687290001Sglebius		{ rm k-g.out && echo 'ntp_keyword.h is up to date.' ;}
1688290001Sglebius	@rm cmp1 cmp2
1689290001Sglebius	@echo 'keyword-gen and ntp_keyword.h are up to date.' > $@
1690290001Sglebius
1691290001Sglebius$(srcdir)/keyword-gen-utd: $(srcdir)/keyword-gen.c $(srcdir)/ntp_parser.h
1692290001Sglebius	$(MAKE) $(AM_MAKEFLAGS) k-g-u-submake	# avoid explicit dependency
1693290001Sglebius	grep diff_ignore_line $(srcdir)/ntp_keyword.h > k-g-u
1694290001Sglebius	mv -f k-g-u $@
1695290001Sglebius
1696290001Sglebius$(srcdir)/ntp_keyword.h: $(srcdir)/keyword-gen-utd
1697290001Sglebius	@: do-nothing action to avoid default SCCS get
1698290001Sglebius	@: .h updated if needed by k-g-u-submake rule
1699290001Sglebius
1700182007Sroberto$(srcdir)/ntpd-opts.h: $(srcdir)/ntpd-opts.c
1701290001Sglebius	@: do-nothing action to avoid default SCCS get, .h built with .c
1702290001Sglebius
1703182007Sroberto$(srcdir)/ntpd-opts.c: $(srcdir)/ntpd-opts.def $(srcdir)/ntpdbase-opts.def $(std_def_list)
1704182007Sroberto	$(run_ag) ntpd-opts.def
1705182007Sroberto
1706290001Sglebius###
1707182007Sroberto
1708290001Sglebius$(srcdir)/ntpd.1ntpdman: $(srcdir)/ntpd-opts.def $(srcdir)/ntpdbase-opts.def $(std_def_list)
1709290001Sglebius	$(run_ag) -DMAN_SECTION=1ntpdman -Tagman-cmd.tpl ntpd-opts.def
1710182007Sroberto
1711290001Sglebius$(srcdir)/ntpd.man.in: $(srcdir)/ntpd.1ntpdman $(top_srcdir)/sntp/scripts/mansec2subst.sed
1712290001Sglebius	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpd.1ntpdman > $(srcdir)/ntpd.man.in+
1713290001Sglebius	mv $(srcdir)/ntpd.man.in+ $(srcdir)/ntpd.man.in
1714182007Sroberto
1715290001Sglebius###
1716182007Sroberto
1717290001Sglebius$(srcdir)/ntpd.1ntpdmdoc: $(srcdir)/ntpd-opts.def $(srcdir)/ntpdbase-opts.def $(std_def_list)
1718290001Sglebius	$(run_ag) -DMAN_SECTION=1ntpdmdoc -Tagmdoc-cmd.tpl ntpd-opts.def
1719182007Sroberto
1720290001Sglebius$(srcdir)/ntpd.mdoc.in: $(srcdir)/ntpd.1ntpdmdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
1721290001Sglebius	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpd.1ntpdmdoc > $(srcdir)/ntpd.mdoc.in+
1722290001Sglebius	mv $(srcdir)/ntpd.mdoc.in+ $(srcdir)/ntpd.mdoc.in
1723290001Sglebius
1724290001Sglebius###
1725290001Sglebius
1726290001Sglebiusntpd.$(NTPD_MS): $(srcdir)/ntpd.$(MANTAGFMT).in $(top_builddir)/config.status
1727290001Sglebius	$(top_builddir)/config.status --file=ntpd.$(NTPD_MS)+:$(srcdir)/ntpd.$(MANTAGFMT).in
1728290001Sglebius	mv ntpd.$(NTPD_MS)+ ntpd.$(NTPD_MS)
1729290001Sglebius
1730290001Sglebius###
1731290001Sglebius
1732290001Sglebius$(srcdir)/invoke-ntp.conf.menu: $(srcdir)/invoke-ntp.conf.texi
1733290001Sglebius	@: do-nothing action to avoid default SCCS get, .menu built with .texi
1734290001Sglebius
1735290001Sglebius$(srcdir)/invoke-ntp.conf.texi: $(srcdir)/ntp.conf.def $(std_def_list)
1736290001Sglebius	$(run_ag) -Tagtexi-file.tpl -DLEVEL=section ntp.conf.def
1737290001Sglebius
1738290001Sglebius$(srcdir)/invoke-ntp.keys.menu: $(srcdir)/invoke-ntp.keys.texi
1739290001Sglebius	@: do-nothing action to avoid default SCCS get, .menu built with .texi
1740290001Sglebius
1741290001Sglebius$(srcdir)/invoke-ntp.keys.texi: $(srcdir)/ntp.keys.def $(std_def_list)
1742290001Sglebius	$(run_ag) -Tagtexi-file.tpl -DLEVEL=section ntp.keys.def
1743290001Sglebius
1744290001Sglebius$(srcdir)/ntp.conf.html: $(srcdir)/ntp.conf.texi $(top_srcdir)/sntp/include/version.texi
1745290001Sglebius	cd $(srcdir) && ( makeinfo --force --html --no-split -o ntp.conf.html ntp.conf.texi || true )
1746290001Sglebius
1747290001Sglebius$(srcdir)/ntp.keys.html: $(srcdir)/ntp.keys.texi $(top_srcdir)/sntp/include/version.texi
1748290001Sglebius	cd $(srcdir) && ( makeinfo --force --html --no-split -o ntp.keys.html ntp.keys.texi || true )
1749290001Sglebius
1750290001Sglebius$(srcdir)/ntpd.html: $(srcdir)/ntpd.texi $(top_srcdir)/sntp/include/version.texi
1751290001Sglebius	cd $(srcdir) && ( makeinfo --force --html --no-split -o ntpd.html ntpd.texi || true )
1752290001Sglebius
1753290001Sglebius###
1754290001Sglebius
1755290001Sglebius$(srcdir)/ntp.conf.5man: $(srcdir)/ntp.conf.def $(std_def_list)
1756290001Sglebius	$(run_ag) -DMAN_SECTION=5man -Tagman-cmd.tpl ntp.conf.def
1757290001Sglebius
1758290001Sglebius$(srcdir)/ntp.conf.man.in: $(srcdir)/ntp.conf.5man $(top_srcdir)/sntp/scripts/mansec2subst.sed
1759290001Sglebius	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp.conf.5man > $(srcdir)/ntp.conf.man.in+
1760290001Sglebius	mv $(srcdir)/ntp.conf.man.in+ $(srcdir)/ntp.conf.man.in
1761290001Sglebius
1762290001Sglebius###
1763290001Sglebius
1764290001Sglebius$(srcdir)/ntp.conf.5mdoc: $(srcdir)/ntp.conf.def $(std_def_list)
1765290001Sglebius	$(run_ag) -DMAN_SECTION=5mdoc -Tagmdoc-cmd.tpl ntp.conf.def
1766290001Sglebius
1767290001Sglebius$(srcdir)/ntp.conf.mdoc.in: $(srcdir)/ntp.conf.5mdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
1768290001Sglebius	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp.conf.5mdoc > $(srcdir)/ntp.conf.mdoc.in+
1769290001Sglebius	mv $(srcdir)/ntp.conf.mdoc.in+ $(srcdir)/ntp.conf.mdoc.in
1770290001Sglebius
1771290001Sglebius###
1772290001Sglebius
1773290001Sglebiusntp.conf.5: $(srcdir)/ntp.conf.$(MANTAGFMT).in $(top_builddir)/config.status
1774290001Sglebius	$(top_builddir)/config.status --file=ntp.conf.5+:$(srcdir)/ntp.conf.$(MANTAGFMT).in
1775290001Sglebius	mv ntp.conf.5+ ntp.conf.5
1776290001Sglebius
1777290001Sglebius###
1778290001Sglebius
1779290001Sglebius$(srcdir)/ntp.keys.5man: $(srcdir)/ntp.keys.def $(std_def_list)
1780290001Sglebius	$(run_ag) -DMAN_SECTION=5man -Tagman-file.tpl ntp.keys.def
1781290001Sglebius
1782290001Sglebius$(srcdir)/ntp.keys.man.in: $(srcdir)/ntp.keys.5man $(top_srcdir)/sntp/scripts/mansec2subst.sed
1783290001Sglebius	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp.keys.5man > $(srcdir)/ntp.keys.man.in+
1784290001Sglebius	mv $(srcdir)/ntp.keys.man.in+ $(srcdir)/ntp.keys.man.in
1785290001Sglebius
1786290001Sglebius###
1787290001Sglebius
1788290001Sglebius$(srcdir)/ntp.keys.5mdoc: $(srcdir)/ntp.keys.def $(std_def_list)
1789290001Sglebius	$(run_ag) -DMAN_SECTION=5mdoc -Tagmdoc-file.tpl ntp.keys.def
1790290001Sglebius
1791290001Sglebius$(srcdir)/ntp.keys.mdoc.in: $(srcdir)/ntp.keys.5mdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
1792290001Sglebius	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp.keys.5mdoc > $(srcdir)/ntp.keys.mdoc.in+
1793290001Sglebius	mv $(srcdir)/ntp.keys.mdoc.in+ $(srcdir)/ntp.keys.mdoc.in
1794290001Sglebius
1795290001Sglebius###
1796290001Sglebius
1797290001Sglebiusntp.keys.5: $(srcdir)/ntp.keys.$(MANTAGFMT).in $(top_builddir)/config.status
1798290001Sglebius	$(top_builddir)/config.status --file=ntp.keys.5+:$(srcdir)/ntp.keys.$(MANTAGFMT).in
1799290001Sglebius	mv ntp.keys.5+ ntp.keys.5
1800290001Sglebius
1801290001Sglebius###
1802290001Sglebius
1803290001Sglebius$(srcdir)/invoke-ntpd.menu: $(srcdir)/invoke-ntpd.texi
1804290001Sglebius	@: do-nothing action to avoid default SCCS get, .menu built with .texi
1805290001Sglebius
1806290001Sglebius$(srcdir)/invoke-ntpd.texi: $(srcdir)/ntpd-opts.def $(srcdir)/ntpdbase-opts.def $(std_def_list)
1807290001Sglebius	$(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section ntpd-opts.def
1808290001Sglebius	$(top_srcdir)/scripts/build/check--help $@
1809290001Sglebius
181054359Sroberto$(PROGRAMS): $(LDADD)
181154359Sroberto
1812290001Sglebiuscompsave.conf: ntpd complete.conf
1813290001Sglebius	./ntpd --configfile complete.conf --saveconfigquit $@
181454359Sroberto
1815290001Sglebiuscheck-saveconfig: complete.conf compsave.conf
1816290001Sglebius	-diff -u complete.conf compsave.conf
1817290001Sglebius	cmp complete.conf compsave.conf && echo stamp > $@
1818290001Sglebius
1819182007Sroberto../libntp/libntpsim.a:
1820290001Sglebius	cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntpsim.a
1821182007Sroberto
182254359Sroberto../libparse/libparse.a:
1823290001Sglebius	cd ../libparse && $(MAKE) $(AM_MAKEFLAGS) check-libparse
182454359Sroberto
1825290001Sglebius$(top_srcdir)/sntp/scm-rev:
1826290001Sglebius	cd ../sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
1827182007Sroberto
1828290001Sglebiusversion.c: $(ntpd_OBJECTS) ../libntp/libntp.a @LIBPARSE@ Makefile $(top_srcdir)/sntp/scm-rev
1829290001Sglebius	env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpd
1830182007Sroberto
1831290001Sglebiusversion.o: version.c
1832290001Sglebius	env CCACHE_DISABLE=1 $(COMPILE) -c version.c -o version.o
1833290001Sglebius
1834290001Sglebius$(srcdir)/Makefile.am:
1835290001Sglebius	@: do-nothing
1836290001Sglebius
1837182007Srobertoinstall-exec-hook:
1838290001Sglebius	@test -z "${bin_PROGRAMS}${bin_SCRIPTS}"		\
1839290001Sglebius	|| for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do	\
1840290001Sglebius	   test ! -f ${sbindir}/$$i				\
1841290001Sglebius		|| echo "*** $$i is also in ${sbindir}!";	\
1842182007Sroberto	done
1843290001Sglebius	@test -z "${sbin_PROGRAMS}${asbin_SCRIPTS}"		\
1844290001Sglebius	|| for i in ${sbin_PROGRAMS} ${sbin_SCRIPTS} " "; do	\
1845290001Sglebius	   test ! -f ${bindir}/$$i				\
1846290001Sglebius		|| echo "*** $$i is also in ${bindir}!";	\
1847290001Sglebius	done
1848182007Sroberto
1849182007Sroberto#
1850200576Sroberto
1851290001Sglebiuscheck-libopts: ../sntp/libopts/libopts.la
1852290001Sglebius	@echo stamp > $@
1853290001Sglebius
1854290001Sglebius../sntp/libopts/libopts.la:
1855290001Sglebius	-cd ../sntp/libopts && $(MAKE) $(AM_MAKEFLAGS) libopts.la
1856290001Sglebius
1857290001Sglebiuscheck-libntp: ../libntp/libntp.a
1858290001Sglebius	@echo stamp > $@
1859290001Sglebius
1860290001Sglebius../libntp/libntp.a:
1861290001Sglebius	cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
1862290001Sglebius$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
1863290001Sglebius	@[ -f $@ ] ||							\
1864290001Sglebius		cp $(top_srcdir)/deps-ver $@
1865290001Sglebius	@[ -w $@ ] ||							\
1866290001Sglebius		chmod ug+w $@
1867290001Sglebius	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
1868290001Sglebius		$(MAKE) $(AM_MAKEFLAGS) clean &&					\
1869290001Sglebius		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
1870290001Sglebius		cat $@ &&						\
1871290001Sglebius		rm -rf $(DEPDIR) &&					\
1872290001Sglebius		mkdir $(DEPDIR) && 					\
1873290001Sglebius		case "$(top_builddir)" in				\
1874290001Sglebius		 .)							\
1875290001Sglebius		    ./config.status Makefile depfiles			\
1876290001Sglebius		    ;;							\
1877290001Sglebius		 *)							\
1878290001Sglebius		    cd "$(top_builddir)" &&				\
1879290001Sglebius		    ./config.status $(subdir)/Makefile depfiles &&	\
1880290001Sglebius		    cd $(subdir)					\
1881290001Sglebius		    ;;							\
1882290001Sglebius		esac &&							\
1883290001Sglebius		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
1884290001Sglebius		cat $(top_srcdir)/deps-ver				\
1885290001Sglebius	)
1886290001Sglebius	cp $(top_srcdir)/deps-ver $@
1887290001Sglebius
1888290001Sglebius.deps-ver: $(top_srcdir)/deps-ver
1889290001Sglebius	@[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
1890290001Sglebius	@touch $@
1891290001Sglebius
1892290001Sglebius#
1893290001Sglebius# depsver.mf	included in Makefile.am for directories with .deps
1894290001Sglebius#
1895290001Sglebius# When building in the same directory with sources that change over
1896290001Sglebius# time, such as when tracking using bk, the .deps files can become
1897290001Sglebius# stale with respect to moved, deleted, or superceded headers.  Most
1898290001Sglebius# commonly, this would exhibit as make reporting a failure to make a
1899290001Sglebius# header file which is no longer in the location given.  To address
1900290001Sglebius# this issue, we use a deps-ver file which is updated with each change
1901290001Sglebius# that breaks old .deps files.  A copy of deps-ver is made into
1902290001Sglebius# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
1903290001Sglebius# with different contents than deps-ver, we make clean to ensure all
1904290001Sglebius# .o files built before the incompatible change are rebuilt along with
1905290001Sglebius# their updated .deps files, then remove $(DEPDIR) and recreate it as
1906290001Sglebius# empty stubs.
1907290001Sglebius#
1908290001Sglebius# It is normal when configured with --disable-dependency-tracking for
1909290001Sglebius# the DEPDIR to not have been created.  For this reason, we use the
1910290001Sglebius# intermediate target .deps-ver, which invokes make recursively if
1911290001Sglebius# DEPDIR exists.
1912290001Sglebius#
1913290001Sglebius# If you modify depsver.mf, please make the changes to the master
1914290001Sglebius# copy, the one in sntp is copied by the bootstrap script from it.
1915290001Sglebius#
1916290001Sglebius# This comment block follows rather than leads the related code so that
1917290001Sglebius# it stays with it in the generated Makefile.in and Makefile.
1918290001Sglebius#
1919290001Sglebius
192054359Sroberto# Tell versions [3.59,3.63) of GNU make to not export all variables.
192154359Sroberto# Otherwise a system limit (for SysV at least) may be exceeded.
192254359Sroberto.NOEXPORT:
1923