xref: /freebsd/contrib/ntp/ntpd/Makefile.in (revision f5f40dd63bc7acbb5312b26ac1ea1103c12352a6)
1a466cc55SCy Schubert# Makefile.in generated by automake 1.16.5 from Makefile.am.
29c2daa00SOllivier Robert# @configure_input@
3c0b746e5SOllivier Robert
4a466cc55SCy Schubert# Copyright (C) 1994-2021 Free Software Foundation, Inc.
5276da39aSCy Schubert
6c0b746e5SOllivier Robert# This Makefile.in is free software; the Free Software Foundation
7c0b746e5SOllivier Robert# gives unlimited permission to copy and/or distribute it,
8c0b746e5SOllivier Robert# with or without modifications, as long as this notice is preserved.
9c0b746e5SOllivier Robert
10c0b746e5SOllivier Robert# This program is distributed in the hope that it will be useful,
11c0b746e5SOllivier Robert# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12c0b746e5SOllivier Robert# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13c0b746e5SOllivier Robert# PARTICULAR PURPOSE.
14c0b746e5SOllivier Robert
15ce265a54SOllivier Robert@SET_MAKE@
16ce265a54SOllivier Robert
17ea906c41SOllivier Robert# we traditionally installed software in bindir, while it should have gone
18ea906c41SOllivier Robert# in sbindir.  Now that we offer a choice, look in the "other" installation
19ea906c41SOllivier Robert# subdir to warn folks if there is another version there.
20ea906c41SOllivier Robert
21ea906c41SOllivier Robert
222b15cb3dSCy Schubert
232b15cb3dSCy Schubert
24c0b746e5SOllivier RobertVPATH = @srcdir@
25276da39aSCy Schubertam__is_gnu_make = { \
26276da39aSCy Schubert  if test -z '$(MAKELEVEL)'; then \
27276da39aSCy Schubert    false; \
28276da39aSCy Schubert  elif test -n '$(MAKE_HOST)'; then \
29276da39aSCy Schubert    true; \
30276da39aSCy Schubert  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
31276da39aSCy Schubert    true; \
32276da39aSCy Schubert  else \
33276da39aSCy Schubert    false; \
34276da39aSCy Schubert  fi; \
35276da39aSCy Schubert}
36276da39aSCy Schubertam__make_running_with_option = \
37276da39aSCy Schubert  case $${target_option-} in \
38276da39aSCy Schubert      ?) ;; \
39276da39aSCy Schubert      *) echo "am__make_running_with_option: internal error: invalid" \
40276da39aSCy Schubert              "target option '$${target_option-}' specified" >&2; \
41276da39aSCy Schubert         exit 1;; \
42276da39aSCy Schubert  esac; \
43276da39aSCy Schubert  has_opt=no; \
44276da39aSCy Schubert  sane_makeflags=$$MAKEFLAGS; \
45276da39aSCy Schubert  if $(am__is_gnu_make); then \
46276da39aSCy Schubert    sane_makeflags=$$MFLAGS; \
47276da39aSCy Schubert  else \
48276da39aSCy Schubert    case $$MAKEFLAGS in \
49276da39aSCy Schubert      *\\[\ \	]*) \
50276da39aSCy Schubert        bs=\\; \
51276da39aSCy Schubert        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
52276da39aSCy Schubert          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
53276da39aSCy Schubert    esac; \
54276da39aSCy Schubert  fi; \
55276da39aSCy Schubert  skip_next=no; \
56276da39aSCy Schubert  strip_trailopt () \
57276da39aSCy Schubert  { \
58276da39aSCy Schubert    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
59276da39aSCy Schubert  }; \
60276da39aSCy Schubert  for flg in $$sane_makeflags; do \
61276da39aSCy Schubert    test $$skip_next = yes && { skip_next=no; continue; }; \
62276da39aSCy Schubert    case $$flg in \
63276da39aSCy Schubert      *=*|--*) continue;; \
64276da39aSCy Schubert        -*I) strip_trailopt 'I'; skip_next=yes;; \
65276da39aSCy Schubert      -*I?*) strip_trailopt 'I';; \
66276da39aSCy Schubert        -*O) strip_trailopt 'O'; skip_next=yes;; \
67276da39aSCy Schubert      -*O?*) strip_trailopt 'O';; \
68276da39aSCy Schubert        -*l) strip_trailopt 'l'; skip_next=yes;; \
69276da39aSCy Schubert      -*l?*) strip_trailopt 'l';; \
70276da39aSCy Schubert      -[dEDm]) skip_next=yes;; \
71276da39aSCy Schubert      -[JT]) skip_next=yes;; \
72276da39aSCy Schubert    esac; \
73276da39aSCy Schubert    case $$flg in \
74276da39aSCy Schubert      *$$target_option*) has_opt=yes; break;; \
75276da39aSCy Schubert    esac; \
76276da39aSCy Schubert  done; \
77276da39aSCy Schubert  test $$has_opt = yes
78276da39aSCy Schubertam__make_dryrun = (target_option=n; $(am__make_running_with_option))
79276da39aSCy Schubertam__make_keepgoing = (target_option=k; $(am__make_running_with_option))
80c0b746e5SOllivier Robertpkgdatadir = $(datadir)/@PACKAGE@
81c0b746e5SOllivier Robertpkgincludedir = $(includedir)/@PACKAGE@
82eb6d21b4SOllivier Robertpkglibdir = $(libdir)/@PACKAGE@
83eb6d21b4SOllivier Robertpkglibexecdir = $(libexecdir)/@PACKAGE@
849c2daa00SOllivier Robertam__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
859c2daa00SOllivier Robertinstall_sh_DATA = $(install_sh) -c -m 644
869c2daa00SOllivier Robertinstall_sh_PROGRAM = $(install_sh) -c
879c2daa00SOllivier Robertinstall_sh_SCRIPT = $(install_sh) -c
88224ba2bdSOllivier RobertINSTALL_HEADER = $(INSTALL_DATA)
899c2daa00SOllivier Roberttransform = $(program_transform_name)
90c0b746e5SOllivier RobertNORMAL_INSTALL = :
91c0b746e5SOllivier RobertPRE_INSTALL = :
92c0b746e5SOllivier RobertPOST_INSTALL = :
93c0b746e5SOllivier RobertNORMAL_UNINSTALL = :
94c0b746e5SOllivier RobertPRE_UNINSTALL = :
95c0b746e5SOllivier RobertPOST_UNINSTALL = :
96c0b746e5SOllivier Robertbuild_triplet = @build@
97c0b746e5SOllivier Roberthost_triplet = @host@
982b15cb3dSCy SchubertEXTRA_PROGRAMS = check_y2k$(EXEEXT) keyword-gen$(EXEEXT) ntpd$(EXEEXT) \
992b15cb3dSCy Schubert	ntpdsim$(EXEEXT)
100*f5f40dd6SCy Schubert@LIBNTP_SUBMAKES_TRUE@am__append_1 = check-libntp
101ea906c41SOllivier Robertsubdir = ntpd
102ea906c41SOllivier RobertACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1032b15cb3dSCy Schubertam__aclocal_m4_deps = $(top_srcdir)/sntp/libopts/m4/libopts.m4 \
1042b15cb3dSCy Schubert	$(top_srcdir)/sntp/libopts/m4/stdnoreturn.m4 \
105a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/ax_c99_struct_init.m4 \
1062b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/define_dir.m4 \
1072b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/hms_search_lib.m4 \
1082b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/libtool.m4 \
1092b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ltoptions.m4 \
1102b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ltsugar.m4 \
1112b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ltversion.m4 \
1122b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/lt~obsolete.m4 \
11309100258SXin LI	$(top_srcdir)/sntp/m4/ntp_af_unspec.m4 \
1142b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_cacheversion.m4 \
1152b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_compiler.m4 \
1162b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_crosscompile.m4 \
1172b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_crypto_rand.m4 \
1182b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_debug.m4 \
1192b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_dir_sep.m4 \
1202b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_facilitynames.m4 \
121f0574f5cSXin LI	$(top_srcdir)/sntp/m4/ntp_harden.m4 \
1222b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_ipv6.m4 \
1232b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_lib_m.m4 \
1242b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_libevent.m4 \
1252b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_libntp.m4 \
1262b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_lineeditlibs.m4 \
1272b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_locinfo.m4 \
1282b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_openssl.m4 \
1292b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_pkg_config.m4 \
1309034852cSGleb Smirnoff	$(top_srcdir)/sntp/m4/ntp_problemtests.m4 \
1312b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_prog_cc.m4 \
1322b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_rlimit.m4 \
1332b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_sntp.m4 \
134276da39aSCy Schubert	$(top_srcdir)/sntp/m4/ntp_unitytest.m4 \
1352b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_ver_suffix.m4 \
1362b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/ntp_vpathhack.m4 \
137a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/openldap-thread-check.m4 \
138a25439b6SCy Schubert	$(top_srcdir)/sntp/m4/openldap.m4 \
1392b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/os_cflags.m4 \
140a466cc55SCy Schubert	$(top_srcdir)/sntp/m4/realpath.m4 \
1412b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/snprintf.m4 \
1422b15cb3dSCy Schubert	$(top_srcdir)/sntp/m4/version.m4 $(top_srcdir)/configure.ac
143ea906c41SOllivier Robertam__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
144ea906c41SOllivier Robert	$(ACLOCAL_M4)
145276da39aSCy SchubertDIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
146276da39aSCy Schubert	$(am__DIST_COMMON)
147ea906c41SOllivier Robertmkinstalldirs = $(install_sh) -d
148ea906c41SOllivier RobertCONFIG_HEADER = $(top_builddir)/config.h
1492b15cb3dSCy SchubertCONFIG_CLEAN_FILES = complete.conf
150eb6d21b4SOllivier RobertCONFIG_CLEAN_VPATH_FILES =
151a466cc55SCy Schubertam__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" \
152a466cc55SCy Schubert	"$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" \
153a466cc55SCy Schubert	"$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" \
154a466cc55SCy Schubert	"$(DESTDIR)$(htmldir)"
155a466cc55SCy SchubertPROGRAMS = $(bin_PROGRAMS) $(libexec_PROGRAMS) $(sbin_PROGRAMS)
156ea906c41SOllivier RobertLIBRARIES = $(noinst_LIBRARIES)
15737a60314SEitan AdlerARFLAGS = @ARFLAGS@
158276da39aSCy SchubertAM_V_AR = $(am__v_AR_@AM_V@)
159276da39aSCy Schubertam__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
1602b15cb3dSCy Schubertam__v_AR_0 = @echo "  AR      " $@;
161276da39aSCy Schubertam__v_AR_1 =
162ea906c41SOllivier Robertlibntpd_a_AR = $(AR) $(ARFLAGS)
163ea906c41SOllivier Robertlibntpd_a_LIBADD =
1642b15cb3dSCy Schubertam__objects_1 =
165a466cc55SCy Schubertam_libntpd_a_OBJECTS = cmd_args.$(OBJEXT) ntp_clockdev.$(OBJEXT) \
166a466cc55SCy Schubert	ntp_control.$(OBJEXT) ntp_crypto.$(OBJEXT) \
167a466cc55SCy Schubert	ntp_filegen.$(OBJEXT) ntp_leapsec.$(OBJEXT) \
168a466cc55SCy Schubert	ntp_loopfilter.$(OBJEXT) ntp_monitor.$(OBJEXT) \
169a466cc55SCy Schubert	ntp_peer.$(OBJEXT) ntp_proto.$(OBJEXT) ntp_ppsdev.$(OBJEXT) \
1702b15cb3dSCy Schubert	ntp_refclock.$(OBJEXT) ntp_request.$(OBJEXT) \
1712b15cb3dSCy Schubert	ntp_restrict.$(OBJEXT) ntp_signd.$(OBJEXT) ntp_timer.$(OBJEXT) \
172276da39aSCy Schubert	ntp_util.$(OBJEXT) rc_cmdlength.$(OBJEXT) \
173276da39aSCy Schubert	refclock_acts.$(OBJEXT) refclock_arbiter.$(OBJEXT) \
174276da39aSCy Schubert	refclock_arc.$(OBJEXT) refclock_as2201.$(OBJEXT) \
175276da39aSCy Schubert	refclock_atom.$(OBJEXT) refclock_bancomm.$(OBJEXT) \
176276da39aSCy Schubert	refclock_chronolog.$(OBJEXT) refclock_chu.$(OBJEXT) \
177276da39aSCy Schubert	refclock_conf.$(OBJEXT) refclock_datum.$(OBJEXT) \
178276da39aSCy Schubert	refclock_dumbclock.$(OBJEXT) refclock_fg.$(OBJEXT) \
179276da39aSCy Schubert	refclock_gpsdjson.$(OBJEXT) refclock_gpsvme.$(OBJEXT) \
180276da39aSCy Schubert	refclock_heath.$(OBJEXT) refclock_hopfser.$(OBJEXT) \
181276da39aSCy Schubert	refclock_hopfpci.$(OBJEXT) refclock_hpgps.$(OBJEXT) \
182276da39aSCy Schubert	refclock_irig.$(OBJEXT) refclock_jjy.$(OBJEXT) \
183276da39aSCy Schubert	refclock_jupiter.$(OBJEXT) refclock_leitch.$(OBJEXT) \
184276da39aSCy Schubert	refclock_local.$(OBJEXT) refclock_mx4200.$(OBJEXT) \
185276da39aSCy Schubert	refclock_neoclock4x.$(OBJEXT) refclock_nmea.$(OBJEXT) \
186276da39aSCy Schubert	refclock_oncore.$(OBJEXT) refclock_palisade.$(OBJEXT) \
187276da39aSCy Schubert	refclock_parse.$(OBJEXT) refclock_pcf.$(OBJEXT) \
188276da39aSCy Schubert	refclock_pst.$(OBJEXT) refclock_ripencc.$(OBJEXT) \
189276da39aSCy Schubert	refclock_shm.$(OBJEXT) refclock_tpro.$(OBJEXT) \
190276da39aSCy Schubert	refclock_true.$(OBJEXT) refclock_tt560.$(OBJEXT) \
191276da39aSCy Schubert	refclock_ulink.$(OBJEXT) refclock_wwv.$(OBJEXT) \
192276da39aSCy Schubert	refclock_wwvb.$(OBJEXT) refclock_zyfer.$(OBJEXT) \
193276da39aSCy Schubert	refclock_tsyncpci.$(OBJEXT) $(am__objects_1)
194ea906c41SOllivier Robertlibntpd_a_OBJECTS = $(am_libntpd_a_OBJECTS)
195ea906c41SOllivier Robertcheck_y2k_SOURCES = check_y2k.c
1962b15cb3dSCy Schubertcheck_y2k_OBJECTS = check_y2k.$(OBJEXT)
1972b15cb3dSCy Schubertam__DEPENDENCIES_1 =
198a466cc55SCy Schubertam__DEPENDENCIES_2 = libntpd.a $(am__DEPENDENCIES_1)
1992b15cb3dSCy Schubertcheck_y2k_DEPENDENCIES = $(am__DEPENDENCIES_2) ../libntp/libntp.a \
2002b15cb3dSCy Schubert	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
2012b15cb3dSCy Schubert	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
202276da39aSCy SchubertAM_V_lt = $(am__v_lt_@AM_V@)
203276da39aSCy Schubertam__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
2042b15cb3dSCy Schubertam__v_lt_0 = --silent
205276da39aSCy Schubertam__v_lt_1 =
2062b15cb3dSCy Schubertkeyword_gen_SOURCES = keyword-gen.c
2072b15cb3dSCy Schubertkeyword_gen_OBJECTS = keyword-gen.$(OBJEXT)
2082b15cb3dSCy Schubertkeyword_gen_DEPENDENCIES = ../libntp/libntp.a $(am__DEPENDENCIES_1) \
2092b15cb3dSCy Schubert	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
210a466cc55SCy Schubertam__objects_2 = ntp_config.$(OBJEXT) ntp_io.$(OBJEXT) \
2112b15cb3dSCy Schubert	ntp_parser.$(OBJEXT) ntp_scanner.$(OBJEXT) ntpd.$(OBJEXT) \
2122b15cb3dSCy Schubert	ntpd-opts.$(OBJEXT) $(am__objects_1)
213a466cc55SCy Schubertam_ntpd_OBJECTS = $(am__objects_2) $(am__objects_1)
214a466cc55SCy Schubertnodist_ntpd_OBJECTS = ntpd-version.$(OBJEXT) $(am__objects_1)
215a466cc55SCy Schubertntpd_OBJECTS = $(am_ntpd_OBJECTS) $(nodist_ntpd_OBJECTS)
2162b15cb3dSCy Schubertam__DEPENDENCIES_3 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
2172b15cb3dSCy Schubert	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
2182b15cb3dSCy Schubert	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1)
2192b15cb3dSCy Schubertntpd_DEPENDENCIES = $(am__DEPENDENCIES_2) ../libntp/libntp.a \
2202b15cb3dSCy Schubert	$(am__DEPENDENCIES_3) $(am__DEPENDENCIES_1)
221a466cc55SCy Schubertam__objects_3 = ntpdsim-ntp_config.$(OBJEXT) ntpdsim-ntp_io.$(OBJEXT) \
2222b15cb3dSCy Schubert	ntpdsim-ntp_parser.$(OBJEXT) ntpdsim-ntp_scanner.$(OBJEXT) \
2232b15cb3dSCy Schubert	ntpdsim-ntpd.$(OBJEXT) ntpdsim-ntpd-opts.$(OBJEXT) \
2242b15cb3dSCy Schubert	$(am__objects_1)
225a466cc55SCy Schubertam_ntpdsim_OBJECTS = $(am__objects_3) ntpdsim-ntp_prio_q.$(OBJEXT) \
2262b15cb3dSCy Schubert	ntpdsim-ntpsim.$(OBJEXT) $(am__objects_1)
227a466cc55SCy Schubertnodist_ntpdsim_OBJECTS = ntpdsim-sim-version.$(OBJEXT) \
228a466cc55SCy Schubert	$(am__objects_1)
229a466cc55SCy Schubertntpdsim_OBJECTS = $(am_ntpdsim_OBJECTS) $(nodist_ntpdsim_OBJECTS)
2302b15cb3dSCy Schubertntpdsim_DEPENDENCIES = $(am__DEPENDENCIES_2) ../libntp/libntpsim.a \
2312b15cb3dSCy Schubert	$(am__DEPENDENCIES_3)
232276da39aSCy SchubertAM_V_P = $(am__v_P_@AM_V@)
233276da39aSCy Schubertam__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
234276da39aSCy Schubertam__v_P_0 = false
235276da39aSCy Schubertam__v_P_1 = :
236276da39aSCy SchubertAM_V_GEN = $(am__v_GEN_@AM_V@)
237276da39aSCy Schubertam__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
238276da39aSCy Schubertam__v_GEN_0 = @echo "  GEN     " $@;
239276da39aSCy Schubertam__v_GEN_1 =
240276da39aSCy SchubertAM_V_at = $(am__v_at_@AM_V@)
241276da39aSCy Schubertam__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
242276da39aSCy Schubertam__v_at_0 = @
243276da39aSCy Schubertam__v_at_1 =
244eb6d21b4SOllivier RobertDEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
2452b15cb3dSCy Schubertdepcomp = $(SHELL) $(top_srcdir)/sntp/libevent/build-aux/depcomp
246a466cc55SCy Schubertam__maybe_remake_depfiles = depfiles
247a466cc55SCy Schubertam__depfiles_remade = ./$(DEPDIR)/check_y2k.Po ./$(DEPDIR)/cmd_args.Po \
248a466cc55SCy Schubert	./$(DEPDIR)/keyword-gen.Po ./$(DEPDIR)/ntp_clockdev.Po \
249a466cc55SCy Schubert	./$(DEPDIR)/ntp_config.Po ./$(DEPDIR)/ntp_control.Po \
250a466cc55SCy Schubert	./$(DEPDIR)/ntp_crypto.Po ./$(DEPDIR)/ntp_filegen.Po \
251a466cc55SCy Schubert	./$(DEPDIR)/ntp_io.Po ./$(DEPDIR)/ntp_leapsec.Po \
252a466cc55SCy Schubert	./$(DEPDIR)/ntp_loopfilter.Po ./$(DEPDIR)/ntp_monitor.Po \
253a466cc55SCy Schubert	./$(DEPDIR)/ntp_parser.Po ./$(DEPDIR)/ntp_peer.Po \
254a466cc55SCy Schubert	./$(DEPDIR)/ntp_ppsdev.Po ./$(DEPDIR)/ntp_proto.Po \
255a466cc55SCy Schubert	./$(DEPDIR)/ntp_refclock.Po ./$(DEPDIR)/ntp_request.Po \
256a466cc55SCy Schubert	./$(DEPDIR)/ntp_restrict.Po ./$(DEPDIR)/ntp_scanner.Po \
257a466cc55SCy Schubert	./$(DEPDIR)/ntp_signd.Po ./$(DEPDIR)/ntp_timer.Po \
258a466cc55SCy Schubert	./$(DEPDIR)/ntp_util.Po ./$(DEPDIR)/ntpd-opts.Po \
259a466cc55SCy Schubert	./$(DEPDIR)/ntpd-version.Po ./$(DEPDIR)/ntpd.Po \
260a466cc55SCy Schubert	./$(DEPDIR)/ntpdsim-ntp_config.Po \
261a466cc55SCy Schubert	./$(DEPDIR)/ntpdsim-ntp_io.Po \
262a466cc55SCy Schubert	./$(DEPDIR)/ntpdsim-ntp_parser.Po \
263a466cc55SCy Schubert	./$(DEPDIR)/ntpdsim-ntp_prio_q.Po \
264a466cc55SCy Schubert	./$(DEPDIR)/ntpdsim-ntp_scanner.Po \
265a466cc55SCy Schubert	./$(DEPDIR)/ntpdsim-ntpd-opts.Po ./$(DEPDIR)/ntpdsim-ntpd.Po \
266a466cc55SCy Schubert	./$(DEPDIR)/ntpdsim-ntpsim.Po \
267a466cc55SCy Schubert	./$(DEPDIR)/ntpdsim-sim-version.Po ./$(DEPDIR)/rc_cmdlength.Po \
268a466cc55SCy Schubert	./$(DEPDIR)/refclock_acts.Po ./$(DEPDIR)/refclock_arbiter.Po \
269a466cc55SCy Schubert	./$(DEPDIR)/refclock_arc.Po ./$(DEPDIR)/refclock_as2201.Po \
270a466cc55SCy Schubert	./$(DEPDIR)/refclock_atom.Po ./$(DEPDIR)/refclock_bancomm.Po \
271a466cc55SCy Schubert	./$(DEPDIR)/refclock_chronolog.Po ./$(DEPDIR)/refclock_chu.Po \
272a466cc55SCy Schubert	./$(DEPDIR)/refclock_conf.Po ./$(DEPDIR)/refclock_datum.Po \
273a466cc55SCy Schubert	./$(DEPDIR)/refclock_dumbclock.Po ./$(DEPDIR)/refclock_fg.Po \
274a466cc55SCy Schubert	./$(DEPDIR)/refclock_gpsdjson.Po \
275a466cc55SCy Schubert	./$(DEPDIR)/refclock_gpsvme.Po ./$(DEPDIR)/refclock_heath.Po \
276a466cc55SCy Schubert	./$(DEPDIR)/refclock_hopfpci.Po \
277a466cc55SCy Schubert	./$(DEPDIR)/refclock_hopfser.Po ./$(DEPDIR)/refclock_hpgps.Po \
278a466cc55SCy Schubert	./$(DEPDIR)/refclock_irig.Po ./$(DEPDIR)/refclock_jjy.Po \
279a466cc55SCy Schubert	./$(DEPDIR)/refclock_jupiter.Po ./$(DEPDIR)/refclock_leitch.Po \
280a466cc55SCy Schubert	./$(DEPDIR)/refclock_local.Po ./$(DEPDIR)/refclock_mx4200.Po \
281a466cc55SCy Schubert	./$(DEPDIR)/refclock_neoclock4x.Po \
282a466cc55SCy Schubert	./$(DEPDIR)/refclock_nmea.Po ./$(DEPDIR)/refclock_oncore.Po \
283a466cc55SCy Schubert	./$(DEPDIR)/refclock_palisade.Po ./$(DEPDIR)/refclock_parse.Po \
284a466cc55SCy Schubert	./$(DEPDIR)/refclock_pcf.Po ./$(DEPDIR)/refclock_pst.Po \
285a466cc55SCy Schubert	./$(DEPDIR)/refclock_ripencc.Po ./$(DEPDIR)/refclock_shm.Po \
286a466cc55SCy Schubert	./$(DEPDIR)/refclock_tpro.Po ./$(DEPDIR)/refclock_true.Po \
287a466cc55SCy Schubert	./$(DEPDIR)/refclock_tsyncpci.Po ./$(DEPDIR)/refclock_tt560.Po \
288a466cc55SCy Schubert	./$(DEPDIR)/refclock_ulink.Po ./$(DEPDIR)/refclock_wwv.Po \
289a466cc55SCy Schubert	./$(DEPDIR)/refclock_wwvb.Po ./$(DEPDIR)/refclock_zyfer.Po
290eb6d21b4SOllivier Robertam__mv = mv -f
291ea906c41SOllivier RobertCOMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
292ea906c41SOllivier Robert	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
2932b15cb3dSCy SchubertLTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
2942b15cb3dSCy Schubert	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
2952b15cb3dSCy Schubert	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
2962b15cb3dSCy Schubert	$(AM_CFLAGS) $(CFLAGS)
297276da39aSCy SchubertAM_V_CC = $(am__v_CC_@AM_V@)
298276da39aSCy Schubertam__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
2992b15cb3dSCy Schubertam__v_CC_0 = @echo "  CC      " $@;
300276da39aSCy Schubertam__v_CC_1 =
301ea906c41SOllivier RobertCCLD = $(CC)
3022b15cb3dSCy SchubertLINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
3032b15cb3dSCy Schubert	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
3042b15cb3dSCy Schubert	$(AM_LDFLAGS) $(LDFLAGS) -o $@
305276da39aSCy SchubertAM_V_CCLD = $(am__v_CCLD_@AM_V@)
306276da39aSCy Schubertam__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
3072b15cb3dSCy Schubertam__v_CCLD_0 = @echo "  CCLD    " $@;
308276da39aSCy Schubertam__v_CCLD_1 =
309276da39aSCy Schubertam__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
310276da39aSCy Schubert		   -e s/c++$$/h++/ -e s/c$$/h/
311276da39aSCy SchubertYACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
3122b15cb3dSCy SchubertLTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
313276da39aSCy Schubert	$(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
314276da39aSCy SchubertAM_V_YACC = $(am__v_YACC_@AM_V@)
315276da39aSCy Schubertam__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
3162b15cb3dSCy Schubertam__v_YACC_0 = @echo "  YACC    " $@;
317276da39aSCy Schubertam__v_YACC_1 =
3182b15cb3dSCy SchubertYLWRAP = $(top_srcdir)/sntp/libevent/build-aux/ylwrap
3192b15cb3dSCy SchubertSOURCES = $(libntpd_a_SOURCES) check_y2k.c keyword-gen.c \
320a466cc55SCy Schubert	$(ntpd_SOURCES) $(nodist_ntpd_SOURCES) $(ntpdsim_SOURCES) \
321a466cc55SCy Schubert	$(nodist_ntpdsim_SOURCES)
3222b15cb3dSCy SchubertDIST_SOURCES = $(libntpd_a_SOURCES) check_y2k.c keyword-gen.c \
3232b15cb3dSCy Schubert	$(ntpd_SOURCES) $(ntpdsim_SOURCES)
324276da39aSCy Schubertam__can_run_installinfo = \
325276da39aSCy Schubert  case $$AM_UPDATE_INFO_DIR in \
326276da39aSCy Schubert    n|no|NO) false;; \
327276da39aSCy Schubert    *) (install-info --version) >/dev/null 2>&1;; \
328276da39aSCy Schubert  esac
329eb6d21b4SOllivier Robertam__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
330eb6d21b4SOllivier Robertam__vpath_adj = case $$p in \
331eb6d21b4SOllivier Robert    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
332eb6d21b4SOllivier Robert    *) f=$$p;; \
333eb6d21b4SOllivier Robert  esac;
334eb6d21b4SOllivier Robertam__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
335eb6d21b4SOllivier Robertam__install_max = 40
336eb6d21b4SOllivier Robertam__nobase_strip_setup = \
337eb6d21b4SOllivier Robert  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
338eb6d21b4SOllivier Robertam__nobase_strip = \
339eb6d21b4SOllivier Robert  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
340eb6d21b4SOllivier Robertam__nobase_list = $(am__nobase_strip_setup); \
341eb6d21b4SOllivier Robert  for p in $$list; do echo "$$p $$p"; done | \
342eb6d21b4SOllivier Robert  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
343eb6d21b4SOllivier Robert  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
344eb6d21b4SOllivier Robert    if (++n[$$2] == $(am__install_max)) \
345eb6d21b4SOllivier Robert      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
346eb6d21b4SOllivier Robert    END { for (dir in files) print dir, files[dir] }'
347eb6d21b4SOllivier Robertam__base_list = \
348eb6d21b4SOllivier Robert  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
349eb6d21b4SOllivier Robert  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
350276da39aSCy Schubertam__uninstall_files_from_dir = { \
351276da39aSCy Schubert  test -z "$$files" \
352276da39aSCy Schubert    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
353276da39aSCy Schubert    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
354276da39aSCy Schubert         $(am__cd) "$$dir" && rm -f $$files; }; \
355276da39aSCy Schubert  }
356ea906c41SOllivier Robertman1dir = $(mandir)/man1
3572b15cb3dSCy Schubertman5dir = $(mandir)/man5
3582b15cb3dSCy Schubertman8dir = $(mandir)/man8
359ea906c41SOllivier RobertNROFF = nroff
3602b15cb3dSCy SchubertMANS = $(man1_MANS) $(man5_MANS) $(man8_MANS) $(man_MANS)
3612b15cb3dSCy SchubertDATA = $(html_DATA) $(noinst_DATA)
3622b15cb3dSCy SchubertHEADERS = $(noinst_HEADERS)
363276da39aSCy Schubertam__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
364276da39aSCy Schubert# Read a list of newline-separated strings from the standard input,
365276da39aSCy Schubert# and print each of them once, without duplicates.  Input order is
366276da39aSCy Schubert# *not* preserved.
367276da39aSCy Schubertam__uniquify_input = $(AWK) '\
368276da39aSCy Schubert  BEGIN { nonempty = 0; } \
369276da39aSCy Schubert  { items[$$0] = 1; nonempty = 1; } \
370276da39aSCy Schubert  END { if (nonempty) { for (i in items) print i; }; } \
371276da39aSCy Schubert'
372276da39aSCy Schubert# Make sure the list of sources is unique.  This is necessary because,
373276da39aSCy Schubert# e.g., the same source file might be shared among _SOURCES variables
374276da39aSCy Schubert# for different programs/libraries.
375276da39aSCy Schubertam__define_uniq_tagged_files = \
376276da39aSCy Schubert  list='$(am__tagged_files)'; \
377276da39aSCy Schubert  unique=`for i in $$list; do \
378276da39aSCy Schubert    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
379276da39aSCy Schubert  done | $(am__uniquify_input)`
380276da39aSCy Schubertam__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/complete.conf.in \
381a466cc55SCy Schubert	$(top_srcdir)/bincheck.mf $(top_srcdir)/check-libntp.mf \
382a466cc55SCy Schubert	$(top_srcdir)/check-libopts.mf $(top_srcdir)/check-scm-rev.mf \
383276da39aSCy Schubert	$(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf \
384276da39aSCy Schubert	$(top_srcdir)/sntp/libevent/build-aux/depcomp \
385276da39aSCy Schubert	$(top_srcdir)/sntp/libevent/build-aux/ylwrap ntp_parser.c \
386276da39aSCy Schubert	ntp_parser.h
387ea906c41SOllivier RobertDISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
3889c2daa00SOllivier RobertACLOCAL = @ACLOCAL@
3892b15cb3dSCy SchubertALLOCA = @ALLOCA@
390c0b746e5SOllivier RobertAMTAR = @AMTAR@
3912b15cb3dSCy SchubertAM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
392ea906c41SOllivier RobertAR = @AR@
3939c2daa00SOllivier RobertAUTOCONF = @AUTOCONF@
3949c2daa00SOllivier RobertAUTOHEADER = @AUTOHEADER@
3959c2daa00SOllivier RobertAUTOMAKE = @AUTOMAKE@
396c0b746e5SOllivier RobertAWK = @AWK@
3979034852cSGleb SmirnoffBUILD_THREAD = @BUILD_THREAD@
3982b15cb3dSCy SchubertCALC_TICKADJ_DB = @CALC_TICKADJ_DB@
3992b15cb3dSCy SchubertCALC_TICKADJ_DL = @CALC_TICKADJ_DL@
4002b15cb3dSCy SchubertCALC_TICKADJ_DS = @CALC_TICKADJ_DS@
4012b15cb3dSCy SchubertCALC_TICKADJ_MS = @CALC_TICKADJ_MS@
4022b15cb3dSCy SchubertCALC_TICKADJ_NI = @CALC_TICKADJ_NI@
403c0b746e5SOllivier RobertCC = @CC@
4049c2daa00SOllivier RobertCCDEPMODE = @CCDEPMODE@
405a466cc55SCy SchubertCC_NOFORMAT = @CC_NOFORMAT@
406c0b746e5SOllivier RobertCFLAGS = @CFLAGS@
4079034852cSGleb SmirnoffCFLAGS_LIBEVENT = @CFLAGS_LIBEVENT@
4082b15cb3dSCy SchubertCFLAGS_NTP = @CFLAGS_NTP@
409c0b746e5SOllivier RobertCHUTEST = @CHUTEST@
4102b15cb3dSCy SchubertCONFIG_SHELL = @CONFIG_SHELL@
411c0b746e5SOllivier RobertCPP = @CPP@
4129c2daa00SOllivier RobertCPPFLAGS = @CPPFLAGS@
4132b15cb3dSCy SchubertCPPFLAGS_LIBEVENT = @CPPFLAGS_LIBEVENT@
4142b15cb3dSCy SchubertCPPFLAGS_NTP = @CPPFLAGS_NTP@
415a466cc55SCy SchubertCSCOPE = @CSCOPE@
416a466cc55SCy SchubertCTAGS = @CTAGS@
4179c2daa00SOllivier RobertCYGPATH_W = @CYGPATH_W@
418c0b746e5SOllivier RobertDCFD = @DCFD@
4199c2daa00SOllivier RobertDEFS = @DEFS@
420a151a66cSOllivier RobertDEPDIR = @DEPDIR@
4212b15cb3dSCy SchubertDLLTOOL = @DLLTOOL@
4222b15cb3dSCy SchubertDSYMUTIL = @DSYMUTIL@
4232b15cb3dSCy SchubertDUMPBIN = @DUMPBIN@
4249c2daa00SOllivier RobertECHO_C = @ECHO_C@
4259c2daa00SOllivier RobertECHO_N = @ECHO_N@
4269c2daa00SOllivier RobertECHO_T = @ECHO_T@
4272b15cb3dSCy SchubertEDITLINE_LIBS = @EDITLINE_LIBS@
4289c2daa00SOllivier RobertEGREP = @EGREP@
429a466cc55SCy SchubertETAGS = @ETAGS@
430ce265a54SOllivier RobertEXEEXT = @EXEEXT@
4312b15cb3dSCy SchubertFGREP = @FGREP@
432eb6d21b4SOllivier RobertGREP = @GREP@
433eb6d21b4SOllivier RobertHAVE_INLINE = @HAVE_INLINE@
434276da39aSCy SchubertHAVE_LEAPSMEARINTERVAL = @HAVE_LEAPSMEARINTERVAL@
4352b15cb3dSCy SchubertHAVE_RLIMIT_MEMLOCK = @HAVE_RLIMIT_MEMLOCK@
4362b15cb3dSCy SchubertHAVE_RLIMIT_STACK = @HAVE_RLIMIT_STACK@
437eb6d21b4SOllivier RobertINSTALL = @INSTALL@
4389c2daa00SOllivier RobertINSTALL_DATA = @INSTALL_DATA@
4399c2daa00SOllivier RobertINSTALL_PROGRAM = @INSTALL_PROGRAM@
4409c2daa00SOllivier RobertINSTALL_SCRIPT = @INSTALL_SCRIPT@
441224ba2bdSOllivier RobertINSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
4422b15cb3dSCy SchubertLD = @LD@
4432b15cb3dSCy SchubertLDADD_LIBEVENT = @LDADD_LIBEVENT@
4442b15cb3dSCy SchubertLDADD_LIBNTP = @LDADD_LIBNTP@
4452b15cb3dSCy SchubertLDADD_LIBUTIL = @LDADD_LIBUTIL@
4462b15cb3dSCy SchubertLDADD_NLIST = @LDADD_NLIST@
4472b15cb3dSCy SchubertLDADD_NTP = @LDADD_NTP@
448c0b746e5SOllivier RobertLDFLAGS = @LDFLAGS@
4492b15cb3dSCy SchubertLDFLAGS_NTP = @LDFLAGS_NTP@
4502b15cb3dSCy SchubertLIBISC_PTHREADS_NOTHREADS = @LIBISC_PTHREADS_NOTHREADS@
4512b15cb3dSCy SchubertLIBM = @LIBM@
4529c2daa00SOllivier RobertLIBOBJS = @LIBOBJS@
453ea906c41SOllivier RobertLIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
454ea906c41SOllivier RobertLIBOPTS_DIR = @LIBOPTS_DIR@
455ea906c41SOllivier RobertLIBOPTS_LDADD = @LIBOPTS_LDADD@
456c0b746e5SOllivier RobertLIBPARSE = @LIBPARSE@
4579c2daa00SOllivier RobertLIBS = @LIBS@
458ea906c41SOllivier RobertLIBTOOL = @LIBTOOL@
4592b15cb3dSCy SchubertLIBTOOL_DEPS = @LIBTOOL_DEPS@
4602b15cb3dSCy SchubertLIPO = @LIPO@
461c0b746e5SOllivier RobertLN_S = @LN_S@
462eb6d21b4SOllivier RobertLSCF = @LSCF@
4639034852cSGleb SmirnoffLTHREAD_LIBS = @LTHREAD_LIBS@
4649c2daa00SOllivier RobertLTLIBOBJS = @LTLIBOBJS@
465f0574f5cSXin LILT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
4669c2daa00SOllivier RobertMAKEINFO = @MAKEINFO@
467c0b746e5SOllivier RobertMAKE_ADJTIMED = @MAKE_ADJTIMED@
468ea906c41SOllivier RobertMAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
469c0b746e5SOllivier RobertMAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
4709c2daa00SOllivier RobertMAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
471c0b746e5SOllivier RobertMAKE_LIBPARSE = @MAKE_LIBPARSE@
472c0b746e5SOllivier RobertMAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
4739c2daa00SOllivier RobertMAKE_NTPDSIM = @MAKE_NTPDSIM@
4742b15cb3dSCy SchubertMAKE_NTPSNMPD = @MAKE_NTPSNMPD@
475c0b746e5SOllivier RobertMAKE_NTPTIME = @MAKE_NTPTIME@
476c0b746e5SOllivier RobertMAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
477c0b746e5SOllivier RobertMAKE_TICKADJ = @MAKE_TICKADJ@
478224ba2bdSOllivier RobertMAKE_TIMETRIM = @MAKE_TIMETRIM@
4792b15cb3dSCy SchubertMANIFEST_TOOL = @MANIFEST_TOOL@
4802b15cb3dSCy SchubertMANTAGFMT = @MANTAGFMT@
481eb6d21b4SOllivier RobertMKDIR_P = @MKDIR_P@
4822b15cb3dSCy SchubertNM = @NM@
4832b15cb3dSCy SchubertNMEDIT = @NMEDIT@
4842b15cb3dSCy SchubertNTPDATE_DB = @NTPDATE_DB@
4852b15cb3dSCy SchubertNTPDATE_DL = @NTPDATE_DL@
4862b15cb3dSCy SchubertNTPDATE_DS = @NTPDATE_DS@
4872b15cb3dSCy SchubertNTPDATE_MS = @NTPDATE_MS@
4882b15cb3dSCy SchubertNTPDATE_NI = @NTPDATE_NI@
4892b15cb3dSCy SchubertNTPDC_DB = @NTPDC_DB@
4902b15cb3dSCy SchubertNTPDC_DL = @NTPDC_DL@
4912b15cb3dSCy SchubertNTPDC_DS = @NTPDC_DS@
4922b15cb3dSCy SchubertNTPDC_MS = @NTPDC_MS@
4932b15cb3dSCy SchubertNTPDC_NI = @NTPDC_NI@
4942b15cb3dSCy SchubertNTPDSIM_DB = @NTPDSIM_DB@
4952b15cb3dSCy SchubertNTPDSIM_DL = @NTPDSIM_DL@
4962b15cb3dSCy SchubertNTPDSIM_DS = @NTPDSIM_DS@
4972b15cb3dSCy SchubertNTPDSIM_MS = @NTPDSIM_MS@
4982b15cb3dSCy SchubertNTPDSIM_NI = @NTPDSIM_NI@
4992b15cb3dSCy SchubertNTPD_DB = @NTPD_DB@
5002b15cb3dSCy SchubertNTPD_DL = @NTPD_DL@
5012b15cb3dSCy SchubertNTPD_DS = @NTPD_DS@
5022b15cb3dSCy SchubertNTPD_MS = @NTPD_MS@
5032b15cb3dSCy SchubertNTPD_NI = @NTPD_NI@
5042b15cb3dSCy SchubertNTPQ_DB = @NTPQ_DB@
5052b15cb3dSCy SchubertNTPQ_DL = @NTPQ_DL@
5062b15cb3dSCy SchubertNTPQ_DS = @NTPQ_DS@
5072b15cb3dSCy SchubertNTPQ_MS = @NTPQ_MS@
5082b15cb3dSCy SchubertNTPQ_NI = @NTPQ_NI@
5092b15cb3dSCy SchubertNTPSNMPD_DB = @NTPSNMPD_DB@
5102b15cb3dSCy SchubertNTPSNMPD_DL = @NTPSNMPD_DL@
5112b15cb3dSCy SchubertNTPSNMPD_DS = @NTPSNMPD_DS@
5122b15cb3dSCy SchubertNTPSNMPD_MS = @NTPSNMPD_MS@
5132b15cb3dSCy SchubertNTPSNMPD_NI = @NTPSNMPD_NI@
5142b15cb3dSCy SchubertNTPSWEEP_DB = @NTPSWEEP_DB@
5152b15cb3dSCy SchubertNTPSWEEP_DL = @NTPSWEEP_DL@
5162b15cb3dSCy SchubertNTPSWEEP_DS = @NTPSWEEP_DS@
5172b15cb3dSCy SchubertNTPSWEEP_MS = @NTPSWEEP_MS@
5182b15cb3dSCy SchubertNTPSWEEP_NI = @NTPSWEEP_NI@
5192b15cb3dSCy SchubertNTPTIME_DB = @NTPTIME_DB@
5202b15cb3dSCy SchubertNTPTIME_DL = @NTPTIME_DL@
5212b15cb3dSCy SchubertNTPTIME_DS = @NTPTIME_DS@
5222b15cb3dSCy SchubertNTPTIME_MS = @NTPTIME_MS@
5232b15cb3dSCy SchubertNTPTIME_NI = @NTPTIME_NI@
5242b15cb3dSCy SchubertNTPTRACE_DB = @NTPTRACE_DB@
5252b15cb3dSCy SchubertNTPTRACE_DL = @NTPTRACE_DL@
5262b15cb3dSCy SchubertNTPTRACE_DS = @NTPTRACE_DS@
5272b15cb3dSCy SchubertNTPTRACE_MS = @NTPTRACE_MS@
5282b15cb3dSCy SchubertNTPTRACE_NI = @NTPTRACE_NI@
529f0574f5cSXin LINTP_HARD_CFLAGS = @NTP_HARD_CFLAGS@
530f0574f5cSXin LINTP_HARD_CPPFLAGS = @NTP_HARD_CPPFLAGS@
531f0574f5cSXin LINTP_HARD_LDFLAGS = @NTP_HARD_LDFLAGS@
5322b15cb3dSCy SchubertNTP_KEYGEN_DB = @NTP_KEYGEN_DB@
5332b15cb3dSCy SchubertNTP_KEYGEN_DL = @NTP_KEYGEN_DL@
5342b15cb3dSCy SchubertNTP_KEYGEN_DS = @NTP_KEYGEN_DS@
5352b15cb3dSCy SchubertNTP_KEYGEN_MS = @NTP_KEYGEN_MS@
5362b15cb3dSCy SchubertNTP_KEYGEN_NI = @NTP_KEYGEN_NI@
5372b15cb3dSCy SchubertNTP_KEYSDIR = @NTP_KEYSDIR@
5382b15cb3dSCy SchubertNTP_WAIT_DB = @NTP_WAIT_DB@
5392b15cb3dSCy SchubertNTP_WAIT_DL = @NTP_WAIT_DL@
5402b15cb3dSCy SchubertNTP_WAIT_DS = @NTP_WAIT_DS@
5412b15cb3dSCy SchubertNTP_WAIT_MS = @NTP_WAIT_MS@
5422b15cb3dSCy SchubertNTP_WAIT_NI = @NTP_WAIT_NI@
5432b15cb3dSCy SchubertOBJDUMP = @OBJDUMP@
544ce265a54SOllivier RobertOBJEXT = @OBJEXT@
5452b15cb3dSCy SchubertOTOOL = @OTOOL@
5462b15cb3dSCy SchubertOTOOL64 = @OTOOL64@
547c0b746e5SOllivier RobertPACKAGE = @PACKAGE@
5489c2daa00SOllivier RobertPACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
5499c2daa00SOllivier RobertPACKAGE_NAME = @PACKAGE_NAME@
5509c2daa00SOllivier RobertPACKAGE_STRING = @PACKAGE_STRING@
5519c2daa00SOllivier RobertPACKAGE_TARNAME = @PACKAGE_TARNAME@
552eb6d21b4SOllivier RobertPACKAGE_URL = @PACKAGE_URL@
5539c2daa00SOllivier RobertPACKAGE_VERSION = @PACKAGE_VERSION@
5542b15cb3dSCy SchubertPATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
555*f5f40dd6SCy SchubertPATH_OPENSSL = @PATH_OPENSSL@
556224ba2bdSOllivier RobertPATH_PERL = @PATH_PERL@
557276da39aSCy SchubertPATH_RUBY = @PATH_RUBY@
5589c2daa00SOllivier RobertPATH_SEPARATOR = @PATH_SEPARATOR@
5592b15cb3dSCy SchubertPATH_TEST = @PATH_TEST@
5602b15cb3dSCy SchubertPERLLIBDIR = @PERLLIBDIR@
5612b15cb3dSCy SchubertPKG_CONFIG = @PKG_CONFIG@
5622b15cb3dSCy SchubertPOSIX_SHELL = @POSIX_SHELL@
563c0b746e5SOllivier RobertPROPDELAY = @PROPDELAY@
5642b15cb3dSCy SchubertPTHREAD_LIBS = @PTHREAD_LIBS@
565c0b746e5SOllivier RobertRANLIB = @RANLIB@
5662b15cb3dSCy SchubertSED = @SED@
5679c2daa00SOllivier RobertSET_MAKE = @SET_MAKE@
5689c2daa00SOllivier RobertSHELL = @SHELL@
5692b15cb3dSCy SchubertSNMP_CFLAGS = @SNMP_CFLAGS@
5702b15cb3dSCy SchubertSNMP_CPPFLAGS = @SNMP_CPPFLAGS@
5712b15cb3dSCy SchubertSNMP_LIBS = @SNMP_LIBS@
5722b15cb3dSCy SchubertSNTP = @SNTP@
5732b15cb3dSCy SchubertSNTP_DB = @SNTP_DB@
5742b15cb3dSCy SchubertSNTP_DL = @SNTP_DL@
5752b15cb3dSCy SchubertSNTP_DS = @SNTP_DS@
5762b15cb3dSCy SchubertSNTP_MS = @SNTP_MS@
5772b15cb3dSCy SchubertSNTP_NI = @SNTP_NI@
5782b15cb3dSCy SchubertSTDNORETURN_H = @STDNORETURN_H@
5799c2daa00SOllivier RobertSTRIP = @STRIP@
580c0b746e5SOllivier RobertTESTDCF = @TESTDCF@
5812b15cb3dSCy SchubertTICKADJ_DB = @TICKADJ_DB@
5822b15cb3dSCy SchubertTICKADJ_DL = @TICKADJ_DL@
5832b15cb3dSCy SchubertTICKADJ_DS = @TICKADJ_DS@
5842b15cb3dSCy SchubertTICKADJ_MS = @TICKADJ_MS@
5852b15cb3dSCy SchubertTICKADJ_NI = @TICKADJ_NI@
5862b15cb3dSCy SchubertTIMETRIM_DB = @TIMETRIM_DB@
5872b15cb3dSCy SchubertTIMETRIM_DL = @TIMETRIM_DL@
5882b15cb3dSCy SchubertTIMETRIM_DS = @TIMETRIM_DS@
5892b15cb3dSCy SchubertTIMETRIM_MS = @TIMETRIM_MS@
5902b15cb3dSCy SchubertTIMETRIM_NI = @TIMETRIM_NI@
591a25439b6SCy SchubertUPDATE_LEAP_DB = @UPDATE_LEAP_DB@
592a25439b6SCy SchubertUPDATE_LEAP_DL = @UPDATE_LEAP_DL@
593a25439b6SCy SchubertUPDATE_LEAP_DS = @UPDATE_LEAP_DS@
594a25439b6SCy SchubertUPDATE_LEAP_MS = @UPDATE_LEAP_MS@
595a25439b6SCy SchubertUPDATE_LEAP_NI = @UPDATE_LEAP_NI@
596c0b746e5SOllivier RobertVERSION = @VERSION@
5972b15cb3dSCy SchubertVER_SUFFIX = @VER_SUFFIX@
5982b15cb3dSCy SchubertYACC = @YACC@
5992b15cb3dSCy SchubertYFLAGS = @YFLAGS@
600eb6d21b4SOllivier Robertabs_builddir = @abs_builddir@
601eb6d21b4SOllivier Robertabs_srcdir = @abs_srcdir@
602eb6d21b4SOllivier Robertabs_top_builddir = @abs_top_builddir@
603eb6d21b4SOllivier Robertabs_top_srcdir = @abs_top_srcdir@
6042b15cb3dSCy Schubertac_ct_AR = @ac_ct_AR@
6059c2daa00SOllivier Robertac_ct_CC = @ac_ct_CC@
6062b15cb3dSCy Schubertac_ct_DUMPBIN = @ac_ct_DUMPBIN@
607ce265a54SOllivier Robertam__include = @am__include@
6089c2daa00SOllivier Robertam__leading_dot = @am__leading_dot@
609ce265a54SOllivier Robertam__quote = @am__quote@
610ea906c41SOllivier Robertam__tar = @am__tar@
611ea906c41SOllivier Robertam__untar = @am__untar@
6122b15cb3dSCy Schubertbindir = @bindir@
6139c2daa00SOllivier Robertbuild = @build@
6149c2daa00SOllivier Robertbuild_alias = @build_alias@
6159c2daa00SOllivier Robertbuild_cpu = @build_cpu@
6169c2daa00SOllivier Robertbuild_os = @build_os@
6179c2daa00SOllivier Robertbuild_vendor = @build_vendor@
618eb6d21b4SOllivier Robertbuilddir = @builddir@
6199c2daa00SOllivier Robertdatadir = @datadir@
620eb6d21b4SOllivier Robertdatarootdir = @datarootdir@
621eb6d21b4SOllivier Robertdocdir = @docdir@
622eb6d21b4SOllivier Robertdvidir = @dvidir@
6239c2daa00SOllivier Robertexec_prefix = @exec_prefix@
6249c2daa00SOllivier Roberthost = @host@
6259c2daa00SOllivier Roberthost_alias = @host_alias@
6269c2daa00SOllivier Roberthost_cpu = @host_cpu@
6279c2daa00SOllivier Roberthost_os = @host_os@
6289c2daa00SOllivier Roberthost_vendor = @host_vendor@
629eb6d21b4SOllivier Roberthtmldir = @htmldir@
6309c2daa00SOllivier Robertincludedir = @includedir@
6319c2daa00SOllivier Robertinfodir = @infodir@
632a151a66cSOllivier Robertinstall_sh = @install_sh@
6339c2daa00SOllivier Robertlibdir = @libdir@
6349c2daa00SOllivier Robertlibexecdir = @libexecdir@
635eb6d21b4SOllivier Robertlocaledir = @localedir@
6369c2daa00SOllivier Robertlocalstatedir = @localstatedir@
6379c2daa00SOllivier Robertmandir = @mandir@
638ea906c41SOllivier Robertmkdir_p = @mkdir_p@
6399c2daa00SOllivier Robertoldincludedir = @oldincludedir@
640eb6d21b4SOllivier Robertpdfdir = @pdfdir@
6419c2daa00SOllivier Robertprefix = @prefix@
6429c2daa00SOllivier Robertprogram_transform_name = @program_transform_name@
643eb6d21b4SOllivier Robertpsdir = @psdir@
644a466cc55SCy Schubertrunstatedir = @runstatedir@
6459c2daa00SOllivier Robertsbindir = @sbindir@
6469c2daa00SOllivier Robertsharedstatedir = @sharedstatedir@
647eb6d21b4SOllivier Robertsrcdir = @srcdir@
6489c2daa00SOllivier Robertsubdirs = @subdirs@
6499c2daa00SOllivier Robertsysconfdir = @sysconfdir@
6509c2daa00SOllivier Roberttarget_alias = @target_alias@
651eb6d21b4SOllivier Roberttop_build_prefix = @top_build_prefix@
652eb6d21b4SOllivier Roberttop_builddir = @top_builddir@
653eb6d21b4SOllivier Roberttop_srcdir = @top_srcdir@
6542b15cb3dSCy SchubertNULL =
6552b15cb3dSCy Schubertbin_PROGRAMS = $(NTPD_DB) $(NTPDSIM_DB)
6562b15cb3dSCy Schubertlibexec_PROGRAMS = $(NTPD_DL) $(NTPDSIM_DL)
6572b15cb3dSCy Schubertsbin_PROGRAMS = $(NTPD_DS) $(NTPDSIM_DS)
6589c2daa00SOllivier Robertnoinst_LIBRARIES = libntpd.a
659f0574f5cSXin LIAM_CFLAGS = $(CFLAGS_NTP) $(NTP_HARD_CFLAGS)
660f0574f5cSXin LIAM_CPPFLAGS = $(NTP_INCS) $(LIBOPTS_CFLAGS) $(CPPFLAGS_NTP) \
661f0574f5cSXin LI	$(NTP_HARD_CPPFLAGS)
662f0574f5cSXin LIAM_LDFLAGS = $(LDFLAGS_NTP) $(NTP_HARD_LDFLAGS)
6632b15cb3dSCy Schubert
6649c2daa00SOllivier Robert# LDADD might need RESLIB and ADJLIB.
665a466cc55SCy SchubertLDADD = libntpd.a $(LIBPARSE)
6662b15cb3dSCy SchubertAM_YFLAGS = -d -t -r all
6672d4e511cSCy Schubert@NTP_CROSSCOMPILE_FALSE@@SAVECONFIG_ENABLED_TRUE@CHECK_SAVECONFIG = check-saveconfig check-pslsaveconfig
6682b15cb3dSCy Schubert@NTP_CROSSCOMPILE_TRUE@@SAVECONFIG_ENABLED_TRUE@CHECK_SAVECONFIG =
6692b15cb3dSCy Schubert@SAVECONFIG_ENABLED_FALSE@CHECK_SAVECONFIG =
6702b15cb3dSCy Schubert@VPATH_HACK_FALSE@VPHACK =
671ea906c41SOllivier Robert
6722b15cb3dSCy Schubert#
6732b15cb3dSCy Schubert# VPHACK and VPHACK_AFTER are enabled on non-GNU makes (such as
6742b15cb3dSCy Schubert# BSD make) to work around issues specific to compiling
6752b15cb3dSCy Schubert# ntp_parser.y into ntp_parser.h and ntp_parser.c in a VPATH
6762b15cb3dSCy Schubert# configuration where we would like (for a change) the output
6772b15cb3dSCy Schubert# files ntp_parser.[ch] to be placed in the source directory,
6782b15cb3dSCy Schubert# as opposed to the build directory.  This allows a single
6792b15cb3dSCy Schubert# host of a flock configured with Bison to update ntp_parser.[ch]
6802b15cb3dSCy Schubert# used by the rest.
6812b15cb3dSCy Schubert#
6822b15cb3dSCy Schubert@VPATH_HACK_TRUE@VPHACK = vphack
6832b15cb3dSCy Schubert@VPATH_HACK_FALSE@VPHACK_AFTER =
6842b15cb3dSCy Schubert@VPATH_HACK_TRUE@VPHACK_AFTER = vphack_after
6852b15cb3dSCy Schubert
6862b15cb3dSCy Schubert# BUILT_SOURCES which should also be in EXTRA_DIST
6872b15cb3dSCy SchubertB_S_DIST = \
6882b15cb3dSCy Schubert	$(srcdir)/ntpd-opts.c	\
6892b15cb3dSCy Schubert	$(srcdir)/ntpd-opts.h	\
6902b15cb3dSCy Schubert	$(NULL)
6912b15cb3dSCy Schubert
6922b15cb3dSCy SchubertBUILT_SOURCES = $(VPHACK) $(LIBPARSE) ntp_parser.c ntp_parser.h \
693*f5f40dd6SCy Schubert	$(VPHACK_AFTER) $(B_S_DIST) $(NULL) check-libopts \
694*f5f40dd6SCy Schubert	$(am__append_1) .deps-ver
6952b15cb3dSCy Schubertman1_MANS =
6962b15cb3dSCy Schubertman5_MANS = ntp.conf.5 ntp.keys.5
6972b15cb3dSCy Schubertman8_MANS =
6982b15cb3dSCy Schubertman_MANS = ntpd.$(NTPD_MS)
6992b15cb3dSCy SchubertLDADD_NTPD_COMMON = $(LDADD_LIBNTP) $(LIBOPTS_LDADD) $(PTHREAD_LIBS) \
7002b15cb3dSCy Schubert	$(LIBM) $(LDADD_NTP) $(LSCF)
7012b15cb3dSCy Schubertntpd_LDADD = $(LDADD) ../libntp/libntp.a $(LDADD_NTPD_COMMON) $(LDADD_LIBUTIL)
7022b15cb3dSCy Schubertntpdsim_LDADD = $(LDADD) ../libntp/libntpsim.a $(LDADD_NTPD_COMMON)
7032b15cb3dSCy Schubertntpdsim_CPPFLAGS = $(AM_CPPFLAGS) -DSIM
7042b15cb3dSCy Schubertcheck_y2k_LDADD = $(LDADD) ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM) $(LDADD_LIBNTP) $(PTHREAD_LIBS)
7052b15cb3dSCy Schubertkeyword_gen_LDADD = ../libntp/libntp.a $(LDADD_LIBNTP) $(LIBM) $(PTHREAD_LIBS)
706a466cc55SCy SchubertDISTCLEANFILES = keyword-gen config.log $(man5_MANS) $(man_MANS) \
707a466cc55SCy Schubert	$(NULL) $(DEPDIR)/deps-ver
7082d4e511cSCy SchubertCLEANFILES = check-psl0 check-psl1 check-psl2 check-pslsaveconfig \
7092d4e511cSCy Schubert	check-saveconfig compsave.conf compsave.conf+ k-g-u-submake \
7102d4e511cSCy Schubert	psl0save.conf psl0save.conf+ psl1save.conf psl1save.conf+ \
711a466cc55SCy Schubert	psl2save.conf psl2save.conf+ .version version.c ntpd-version.c \
712a466cc55SCy Schubert	sim-version.c $(EXTRA_PROGRAMS) $(NULL) check-libopts \
713*f5f40dd6SCy Schubert	.deps-ver
7142b15cb3dSCy SchubertEXTRA_DIST = \
7152b15cb3dSCy Schubert	complete.conf.in	\
7162b15cb3dSCy Schubert	invoke-ntp.conf.menu	\
7172b15cb3dSCy Schubert	invoke-ntp.conf.texi	\
7182b15cb3dSCy Schubert	invoke-ntp.keys.menu	\
7192b15cb3dSCy Schubert	invoke-ntp.keys.texi	\
7202b15cb3dSCy Schubert	invoke-ntpd.menu	\
7212b15cb3dSCy Schubert	invoke-ntpd.texi	\
7222b15cb3dSCy Schubert	keyword-gen-utd		\
7232b15cb3dSCy Schubert	ntp.conf.5man		\
7242b15cb3dSCy Schubert	ntp.conf.5mdoc		\
7252b15cb3dSCy Schubert	ntp.conf.def		\
7262b15cb3dSCy Schubert	ntp.conf.man.in		\
7272b15cb3dSCy Schubert	ntp.conf.mdoc.in	\
7282b15cb3dSCy Schubert	ntp.conf.html		\
7292b15cb3dSCy Schubert	ntp.conf.texi		\
7302b15cb3dSCy Schubert	ntp.keys.5man		\
7312b15cb3dSCy Schubert	ntp.keys.5mdoc		\
7322b15cb3dSCy Schubert	ntp.keys.def		\
7332b15cb3dSCy Schubert	ntp.keys.man.in		\
7342b15cb3dSCy Schubert	ntp.keys.mdoc.in	\
7352b15cb3dSCy Schubert	ntp.keys.html		\
7362b15cb3dSCy Schubert	ntp.keys.texi		\
7372b15cb3dSCy Schubert	ntpd-opts.def		\
7382b15cb3dSCy Schubert	ntpd.1ntpdman		\
7392b15cb3dSCy Schubert	ntpd.1ntpdmdoc		\
7402b15cb3dSCy Schubert	ntpd.man.in		\
7412b15cb3dSCy Schubert	ntpd.mdoc.in		\
7422b15cb3dSCy Schubert	ntpd.html		\
7432b15cb3dSCy Schubert	ntpd.texi		\
7442b15cb3dSCy Schubert	ntpdbase-opts.def	\
7452d4e511cSCy Schubert	psl0.conf		\
7462d4e511cSCy Schubert	psl1.conf		\
7472d4e511cSCy Schubert	psl2.conf		\
748ea906c41SOllivier Robert	refclock_msfees.c	\
7492b15cb3dSCy Schubert	$(B_S_DIST)		\
7502b15cb3dSCy Schubert	$(NULL)
751ea906c41SOllivier Robert
7522b15cb3dSCy Schubert
753eb6d21b4SOllivier Robert###							Y2Kfixes
754eb6d21b4SOllivier Robertcheck_PROGRAMS = @MAKE_CHECK_Y2K@
7552b15cb3dSCy Schuberthtml_DATA = \
7562b15cb3dSCy Schubert	$(srcdir)/ntp.conf.html		\
7572b15cb3dSCy Schubert	$(srcdir)/ntp.keys.html		\
7582b15cb3dSCy Schubert	$(srcdir)/ntpd.html		\
7592b15cb3dSCy Schubert	$(NULL)
7602b15cb3dSCy Schubert
7612b15cb3dSCy Schubertnoinst_DATA = \
7622b15cb3dSCy Schubert	$(srcdir)/invoke-ntp.conf.menu	\
7632b15cb3dSCy Schubert	$(srcdir)/invoke-ntp.conf.texi	\
7642b15cb3dSCy Schubert	$(srcdir)/invoke-ntp.keys.menu	\
7652b15cb3dSCy Schubert	$(srcdir)/invoke-ntp.keys.texi	\
7662b15cb3dSCy Schubert	$(srcdir)/invoke-ntpd.menu	\
7672b15cb3dSCy Schubert	$(srcdir)/invoke-ntpd.texi	\
7682b15cb3dSCy Schubert	$(srcdir)/ntp.conf.man.in	\
7692b15cb3dSCy Schubert	$(srcdir)/ntp.conf.mdoc.in	\
7702b15cb3dSCy Schubert	$(srcdir)/ntp.keys.man.in	\
7712b15cb3dSCy Schubert	$(srcdir)/ntp.keys.mdoc.in	\
7722b15cb3dSCy Schubert	$(srcdir)/ntpd.man.in		\
7732b15cb3dSCy Schubert	$(srcdir)/ntpd.mdoc.in		\
7742b15cb3dSCy Schubert	$(NULL)
7752b15cb3dSCy Schubert
7762b15cb3dSCy Schubertnoinst_HEADERS = \
7772b15cb3dSCy Schubert	declcond.h			\
778a466cc55SCy Schubert	ntp_clockdev.h			\
7792b15cb3dSCy Schubert	ntp_leapsec.h			\
7802b15cb3dSCy Schubert	$(NULL)
7812b15cb3dSCy Schubert
7822b15cb3dSCy Schubertrun_ag = cd $(srcdir) &&	env PATH="$(abs_builddir):$(PATH)" AUTOGEN_DNE_DATE=-D	\
7832b15cb3dSCy Schubert		autogen -L ../sntp/include -L ../sntp/ag-tpl --writable
7842b15cb3dSCy Schubert
7852b15cb3dSCy Schubertstd_def_list = \
7862b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/debug-opt.def		\
7872b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/autogen-version.def		\
7882b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/copyright.def		\
7892b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/homerc.def			\
7902b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/ntp.lic			\
7912b15cb3dSCy Schubert	$(top_srcdir)/sntp/include/version.def			\
7922b15cb3dSCy Schubert	$(NULL)
7932b15cb3dSCy Schubert
794a466cc55SCy Schubert
795a466cc55SCy Schubert# ntpd_ntpdsim_SRCS use #ifdef SIM and are included in both
796a466cc55SCy Schubertntpd_ntpdsim_SRCS = \
7972b15cb3dSCy Schubert	ntp_config.c		\
7982b15cb3dSCy Schubert	ntp_keyword.h		\
7992b15cb3dSCy Schubert	ntp_io.c		\
8002b15cb3dSCy Schubert	ntp_parser.y		\
8012b15cb3dSCy Schubert	ntp_scanner.c		\
8022b15cb3dSCy Schubert	ntp_scanner.h		\
8032b15cb3dSCy Schubert	ntpd.c			\
8042b15cb3dSCy Schubert	ntpd-opts.c		\
8052b15cb3dSCy Schubert	ntpd-opts.h		\
8062b15cb3dSCy Schubert	$(NULL)
8072b15cb3dSCy Schubert
808a466cc55SCy Schubertntpd_SOURCES = \
809a466cc55SCy Schubert	$(ntpd_ntpdsim_SRCS)	\
810a466cc55SCy Schubert	$(NULL)
811a466cc55SCy Schubert
812a466cc55SCy Schubertnodist_ntpd_SOURCES = \
813a466cc55SCy Schubert	ntpd-version.c		\
814a466cc55SCy Schubert	$(NULL)
815a466cc55SCy Schubert
8162b15cb3dSCy Schubertntpdsim_SOURCES = \
817a466cc55SCy Schubert	$(ntpd_ntpdsim_SRCS)	\
8182b15cb3dSCy Schubert	ntp_prio_q.c		\
8192b15cb3dSCy Schubert	ntpsim.c		\
8202b15cb3dSCy Schubert	$(NULL)
821ea906c41SOllivier Robert
822a466cc55SCy Schubertnodist_ntpdsim_SOURCES = \
823a466cc55SCy Schubert	sim-version.c		\
824a466cc55SCy Schubert	$(NULL)
825a466cc55SCy Schubert
826c0b746e5SOllivier Robert
8272b15cb3dSCy Schubert# libntpd_a_SOURCES do not use #ifdef SIM
8282b15cb3dSCy Schubertlibntpd_a_SOURCES = \
8292b15cb3dSCy Schubert	cmd_args.c		\
8302b15cb3dSCy Schubert	jupiter.h		\
831a466cc55SCy Schubert	ntp_clockdev.c		\
8322b15cb3dSCy Schubert	ntp_control.c		\
8332b15cb3dSCy Schubert	ntp_crypto.c		\
8342b15cb3dSCy Schubert	ntp_filegen.c		\
8352b15cb3dSCy Schubert	ntp_leapsec.c		\
8362b15cb3dSCy Schubert	ntp_loopfilter.c	\
8372b15cb3dSCy Schubert	ntp_monitor.c		\
8382b15cb3dSCy Schubert	ntp_peer.c		\
8392b15cb3dSCy Schubert	ntp_proto.c		\
840a466cc55SCy Schubert	ntp_ppsdev.c		\
8412b15cb3dSCy Schubert	ntp_refclock.c		\
8422b15cb3dSCy Schubert	ntp_request.c		\
8432b15cb3dSCy Schubert	ntp_restrict.c		\
8442b15cb3dSCy Schubert	ntp_signd.c		\
8452b15cb3dSCy Schubert	ntp_timer.c		\
8462b15cb3dSCy Schubert	ntp_util.c		\
847ea906c41SOllivier Robert	ppsapi_timepps.h	\
848276da39aSCy Schubert	rc_cmdlength.c		\
8492b15cb3dSCy Schubert	refclock_acts.c		\
8502b15cb3dSCy Schubert	refclock_arbiter.c	\
8512b15cb3dSCy Schubert	refclock_arc.c		\
8522b15cb3dSCy Schubert	refclock_as2201.c	\
8532b15cb3dSCy Schubert	refclock_atom.c		\
8542b15cb3dSCy Schubert	refclock_bancomm.c	\
8552b15cb3dSCy Schubert	refclock_chronolog.c	\
8562b15cb3dSCy Schubert	refclock_chu.c		\
8572b15cb3dSCy Schubert	refclock_conf.c		\
8582b15cb3dSCy Schubert	refclock_datum.c	\
8592b15cb3dSCy Schubert	refclock_dumbclock.c	\
8602b15cb3dSCy Schubert	refclock_fg.c		\
8612b15cb3dSCy Schubert	refclock_gpsdjson.c	\
8622b15cb3dSCy Schubert	refclock_gpsvme.c	\
8632b15cb3dSCy Schubert	refclock_heath.c	\
8642b15cb3dSCy Schubert	refclock_hopfser.c	\
8652b15cb3dSCy Schubert	refclock_hopfpci.c	\
8662b15cb3dSCy Schubert	refclock_hpgps.c	\
8672b15cb3dSCy Schubert	refclock_irig.c		\
8682b15cb3dSCy Schubert	refclock_jjy.c		\
8692b15cb3dSCy Schubert	refclock_jupiter.c	\
8702b15cb3dSCy Schubert	refclock_leitch.c	\
8712b15cb3dSCy Schubert	refclock_local.c	\
8722b15cb3dSCy Schubert	refclock_mx4200.c	\
8732b15cb3dSCy Schubert	refclock_neoclock4x.c	\
8742b15cb3dSCy Schubert	refclock_nmea.c		\
8752b15cb3dSCy Schubert	refclock_oncore.c	\
8762b15cb3dSCy Schubert	refclock_palisade.c	\
8772b15cb3dSCy Schubert	refclock_palisade.h	\
8782b15cb3dSCy Schubert	refclock_parse.c	\
8792b15cb3dSCy Schubert	refclock_pcf.c		\
8802b15cb3dSCy Schubert	refclock_pst.c		\
8812b15cb3dSCy Schubert	refclock_ripencc.c	\
8822b15cb3dSCy Schubert	refclock_shm.c		\
8832b15cb3dSCy Schubert	refclock_tpro.c		\
8842b15cb3dSCy Schubert	refclock_true.c		\
8852b15cb3dSCy Schubert	refclock_tt560.c	\
8862b15cb3dSCy Schubert	refclock_ulink.c	\
8872b15cb3dSCy Schubert	refclock_wwv.c		\
8882b15cb3dSCy Schubert	refclock_wwvb.c		\
8892b15cb3dSCy Schubert	refclock_zyfer.c	\
8902b15cb3dSCy Schubert	refclock_tsyncpci.c	\
8912b15cb3dSCy Schubert	$(NULL)
892c0b746e5SOllivier Robert
893a466cc55SCy SchubertNTP_INCS = -I$(top_srcdir)/include \
894a466cc55SCy Schubert	-I$(top_srcdir)/libntp/lib/isc/include \
895a466cc55SCy Schubert	-I$(top_srcdir)/libntp/lib/isc/$(LIBISC_PTHREADS_NOTHREADS)/include \
896a466cc55SCy Schubert	-I$(top_srcdir)/libntp/lib/isc/unix/include
897ea906c41SOllivier Robertall: $(BUILT_SOURCES)
898ea906c41SOllivier Robert	$(MAKE) $(AM_MAKEFLAGS) all-am
899224ba2bdSOllivier Robert
900c0b746e5SOllivier Robert.SUFFIXES:
9012b15cb3dSCy Schubert.SUFFIXES: .c .lo .o .obj .y
902a466cc55SCy Schubert$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-scm-rev.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__configure_deps)
903ea906c41SOllivier Robert	@for dep in $?; do \
904ea906c41SOllivier Robert	  case '$(am__configure_deps)' in \
905ea906c41SOllivier Robert	    *$$dep*) \
906eb6d21b4SOllivier Robert	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
907eb6d21b4SOllivier Robert	        && { if test -f $@; then exit 0; else break; fi; }; \
908ea906c41SOllivier Robert	      exit 1;; \
909ea906c41SOllivier Robert	  esac; \
910ea906c41SOllivier Robert	done; \
911ea906c41SOllivier Robert	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign ntpd/Makefile'; \
912eb6d21b4SOllivier Robert	$(am__cd) $(top_srcdir) && \
913ea906c41SOllivier Robert	  $(AUTOMAKE) --foreign ntpd/Makefile
914224ba2bdSOllivier RobertMakefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
915ea906c41SOllivier Robert	@case '$?' in \
916ea906c41SOllivier Robert	  *config.status*) \
917ea906c41SOllivier Robert	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
918ea906c41SOllivier Robert	  *) \
919a466cc55SCy Schubert	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
920a466cc55SCy Schubert	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
921ea906c41SOllivier Robert	esac;
922a466cc55SCy Schubert$(top_srcdir)/bincheck.mf $(top_srcdir)/check-libopts.mf $(top_srcdir)/check-libntp.mf $(top_srcdir)/check-scm-rev.mf $(top_srcdir)/depsver.mf $(top_srcdir)/includes.mf $(am__empty):
9239c2daa00SOllivier Robert
924ea906c41SOllivier Robert$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
925ea906c41SOllivier Robert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
926ea906c41SOllivier Robert
927ea906c41SOllivier Robert$(top_srcdir)/configure:  $(am__configure_deps)
928ea906c41SOllivier Robert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
929ea906c41SOllivier Robert$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
930ea906c41SOllivier Robert	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
931eb6d21b4SOllivier Robert$(am__aclocal_m4_deps):
9322b15cb3dSCy Schubertcomplete.conf: $(top_builddir)/config.status $(srcdir)/complete.conf.in
9332b15cb3dSCy Schubert	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
934c0b746e5SOllivier Robertinstall-binPROGRAMS: $(bin_PROGRAMS)
935c0b746e5SOllivier Robert	@$(NORMAL_INSTALL)
936eb6d21b4SOllivier Robert	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
937276da39aSCy Schubert	if test -n "$$list"; then \
938276da39aSCy Schubert	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
939276da39aSCy Schubert	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
940276da39aSCy Schubert	fi; \
941eb6d21b4SOllivier Robert	for p in $$list; do echo "$$p $$p"; done | \
942eb6d21b4SOllivier Robert	sed 's/$(EXEEXT)$$//' | \
943276da39aSCy Schubert	while read p p1; do if test -f $$p \
944276da39aSCy Schubert	 || test -f $$p1 \
945276da39aSCy Schubert	  ; then echo "$$p"; echo "$$p"; else :; fi; \
946eb6d21b4SOllivier Robert	done | \
947276da39aSCy Schubert	sed -e 'p;s,.*/,,;n;h' \
948276da39aSCy Schubert	    -e 's|.*|.|' \
949eb6d21b4SOllivier Robert	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
950eb6d21b4SOllivier Robert	sed 'N;N;N;s,\n, ,g' | \
951eb6d21b4SOllivier Robert	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
952eb6d21b4SOllivier Robert	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
953eb6d21b4SOllivier Robert	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
954eb6d21b4SOllivier Robert	    else { print "f", $$3 "/" $$4, $$1; } } \
955eb6d21b4SOllivier Robert	  END { for (d in files) print "f", d, files[d] }' | \
956eb6d21b4SOllivier Robert	while read type dir files; do \
957eb6d21b4SOllivier Robert	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
958eb6d21b4SOllivier Robert	    test -z "$$files" || { \
959eb6d21b4SOllivier Robert	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
960eb6d21b4SOllivier Robert	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
961eb6d21b4SOllivier Robert	    } \
962eb6d21b4SOllivier Robert	; done
963c0b746e5SOllivier Robert
964c0b746e5SOllivier Robertuninstall-binPROGRAMS:
965c0b746e5SOllivier Robert	@$(NORMAL_UNINSTALL)
966eb6d21b4SOllivier Robert	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
967eb6d21b4SOllivier Robert	files=`for p in $$list; do echo "$$p"; done | \
968eb6d21b4SOllivier Robert	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
969276da39aSCy Schubert	      -e 's/$$/$(EXEEXT)/' \
970276da39aSCy Schubert	`; \
971eb6d21b4SOllivier Robert	test -n "$$list" || exit 0; \
972eb6d21b4SOllivier Robert	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
973eb6d21b4SOllivier Robert	cd "$(DESTDIR)$(bindir)" && rm -f $$files
974c0b746e5SOllivier Robert
975224ba2bdSOllivier Robertclean-binPROGRAMS:
976eb6d21b4SOllivier Robert	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
977eb6d21b4SOllivier Robert	echo " rm -f" $$list; \
978eb6d21b4SOllivier Robert	rm -f $$list || exit $$?; \
979eb6d21b4SOllivier Robert	test -n "$(EXEEXT)" || exit 0; \
980eb6d21b4SOllivier Robert	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
981eb6d21b4SOllivier Robert	echo " rm -f" $$list; \
982eb6d21b4SOllivier Robert	rm -f $$list
983c0b746e5SOllivier Robert
984c0b746e5SOllivier Robertclean-checkPROGRAMS:
985eb6d21b4SOllivier Robert	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
986eb6d21b4SOllivier Robert	echo " rm -f" $$list; \
987eb6d21b4SOllivier Robert	rm -f $$list || exit $$?; \
988eb6d21b4SOllivier Robert	test -n "$(EXEEXT)" || exit 0; \
989eb6d21b4SOllivier Robert	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
990eb6d21b4SOllivier Robert	echo " rm -f" $$list; \
991eb6d21b4SOllivier Robert	rm -f $$list
9922b15cb3dSCy Schubertinstall-libexecPROGRAMS: $(libexec_PROGRAMS)
9932b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
9942b15cb3dSCy Schubert	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
995276da39aSCy Schubert	if test -n "$$list"; then \
996276da39aSCy Schubert	  echo " $(MKDIR_P) '$(DESTDIR)$(libexecdir)'"; \
997276da39aSCy Schubert	  $(MKDIR_P) "$(DESTDIR)$(libexecdir)" || exit 1; \
998276da39aSCy Schubert	fi; \
9992b15cb3dSCy Schubert	for p in $$list; do echo "$$p $$p"; done | \
10002b15cb3dSCy Schubert	sed 's/$(EXEEXT)$$//' | \
1001276da39aSCy Schubert	while read p p1; do if test -f $$p \
1002276da39aSCy Schubert	 || test -f $$p1 \
1003276da39aSCy Schubert	  ; then echo "$$p"; echo "$$p"; else :; fi; \
10042b15cb3dSCy Schubert	done | \
1005276da39aSCy Schubert	sed -e 'p;s,.*/,,;n;h' \
1006276da39aSCy Schubert	    -e 's|.*|.|' \
10072b15cb3dSCy Schubert	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
10082b15cb3dSCy Schubert	sed 'N;N;N;s,\n, ,g' | \
10092b15cb3dSCy Schubert	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
10102b15cb3dSCy Schubert	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
10112b15cb3dSCy Schubert	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
10122b15cb3dSCy Schubert	    else { print "f", $$3 "/" $$4, $$1; } } \
10132b15cb3dSCy Schubert	  END { for (d in files) print "f", d, files[d] }' | \
10142b15cb3dSCy Schubert	while read type dir files; do \
10152b15cb3dSCy Schubert	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
10162b15cb3dSCy Schubert	    test -z "$$files" || { \
10172b15cb3dSCy Schubert	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(libexecdir)$$dir'"; \
10182b15cb3dSCy Schubert	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(libexecdir)$$dir" || exit $$?; \
10192b15cb3dSCy Schubert	    } \
10202b15cb3dSCy Schubert	; done
10212b15cb3dSCy Schubert
10222b15cb3dSCy Schubertuninstall-libexecPROGRAMS:
10232b15cb3dSCy Schubert	@$(NORMAL_UNINSTALL)
10242b15cb3dSCy Schubert	@list='$(libexec_PROGRAMS)'; test -n "$(libexecdir)" || list=; \
10252b15cb3dSCy Schubert	files=`for p in $$list; do echo "$$p"; done | \
10262b15cb3dSCy Schubert	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1027276da39aSCy Schubert	      -e 's/$$/$(EXEEXT)/' \
1028276da39aSCy Schubert	`; \
10292b15cb3dSCy Schubert	test -n "$$list" || exit 0; \
10302b15cb3dSCy Schubert	echo " ( cd '$(DESTDIR)$(libexecdir)' && rm -f" $$files ")"; \
10312b15cb3dSCy Schubert	cd "$(DESTDIR)$(libexecdir)" && rm -f $$files
10322b15cb3dSCy Schubert
10332b15cb3dSCy Schubertclean-libexecPROGRAMS:
10342b15cb3dSCy Schubert	@list='$(libexec_PROGRAMS)'; test -n "$$list" || exit 0; \
10352b15cb3dSCy Schubert	echo " rm -f" $$list; \
10362b15cb3dSCy Schubert	rm -f $$list || exit $$?; \
10372b15cb3dSCy Schubert	test -n "$(EXEEXT)" || exit 0; \
10382b15cb3dSCy Schubert	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
10392b15cb3dSCy Schubert	echo " rm -f" $$list; \
10402b15cb3dSCy Schubert	rm -f $$list
10412b15cb3dSCy Schubertinstall-sbinPROGRAMS: $(sbin_PROGRAMS)
10422b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
10432b15cb3dSCy Schubert	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
1044276da39aSCy Schubert	if test -n "$$list"; then \
1045276da39aSCy Schubert	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
1046276da39aSCy Schubert	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
1047276da39aSCy Schubert	fi; \
10482b15cb3dSCy Schubert	for p in $$list; do echo "$$p $$p"; done | \
10492b15cb3dSCy Schubert	sed 's/$(EXEEXT)$$//' | \
1050276da39aSCy Schubert	while read p p1; do if test -f $$p \
1051276da39aSCy Schubert	 || test -f $$p1 \
1052276da39aSCy Schubert	  ; then echo "$$p"; echo "$$p"; else :; fi; \
10532b15cb3dSCy Schubert	done | \
1054276da39aSCy Schubert	sed -e 'p;s,.*/,,;n;h' \
1055276da39aSCy Schubert	    -e 's|.*|.|' \
10562b15cb3dSCy Schubert	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
10572b15cb3dSCy Schubert	sed 'N;N;N;s,\n, ,g' | \
10582b15cb3dSCy Schubert	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
10592b15cb3dSCy Schubert	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
10602b15cb3dSCy Schubert	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
10612b15cb3dSCy Schubert	    else { print "f", $$3 "/" $$4, $$1; } } \
10622b15cb3dSCy Schubert	  END { for (d in files) print "f", d, files[d] }' | \
10632b15cb3dSCy Schubert	while read type dir files; do \
10642b15cb3dSCy Schubert	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
10652b15cb3dSCy Schubert	    test -z "$$files" || { \
10662b15cb3dSCy Schubert	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
10672b15cb3dSCy Schubert	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
10682b15cb3dSCy Schubert	    } \
10692b15cb3dSCy Schubert	; done
10702b15cb3dSCy Schubert
10712b15cb3dSCy Schubertuninstall-sbinPROGRAMS:
10722b15cb3dSCy Schubert	@$(NORMAL_UNINSTALL)
10732b15cb3dSCy Schubert	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
10742b15cb3dSCy Schubert	files=`for p in $$list; do echo "$$p"; done | \
10752b15cb3dSCy Schubert	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1076276da39aSCy Schubert	      -e 's/$$/$(EXEEXT)/' \
1077276da39aSCy Schubert	`; \
10782b15cb3dSCy Schubert	test -n "$$list" || exit 0; \
10792b15cb3dSCy Schubert	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
10802b15cb3dSCy Schubert	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
10812b15cb3dSCy Schubert
10822b15cb3dSCy Schubertclean-sbinPROGRAMS:
10832b15cb3dSCy Schubert	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
10842b15cb3dSCy Schubert	echo " rm -f" $$list; \
10852b15cb3dSCy Schubert	rm -f $$list || exit $$?; \
10862b15cb3dSCy Schubert	test -n "$(EXEEXT)" || exit 0; \
10872b15cb3dSCy Schubert	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
10882b15cb3dSCy Schubert	echo " rm -f" $$list; \
10892b15cb3dSCy Schubert	rm -f $$list
1090276da39aSCy Schubert
1091a466cc55SCy Schubertclean-noinstLIBRARIES:
1092a466cc55SCy Schubert	-test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
1093a466cc55SCy Schubert
1094a466cc55SCy Schubertlibntpd.a: $(libntpd_a_OBJECTS) $(libntpd_a_DEPENDENCIES) $(EXTRA_libntpd_a_DEPENDENCIES)
1095a466cc55SCy Schubert	$(AM_V_at)-rm -f libntpd.a
1096a466cc55SCy Schubert	$(AM_V_AR)$(libntpd_a_AR) libntpd.a $(libntpd_a_OBJECTS) $(libntpd_a_LIBADD)
1097a466cc55SCy Schubert	$(AM_V_at)$(RANLIB) libntpd.a
1098a466cc55SCy Schubert
1099276da39aSCy Schubertcheck_y2k$(EXEEXT): $(check_y2k_OBJECTS) $(check_y2k_DEPENDENCIES) $(EXTRA_check_y2k_DEPENDENCIES)
1100ce265a54SOllivier Robert	@rm -f check_y2k$(EXEEXT)
11012b15cb3dSCy Schubert	$(AM_V_CCLD)$(LINK) $(check_y2k_OBJECTS) $(check_y2k_LDADD) $(LIBS)
1102276da39aSCy Schubert
1103276da39aSCy Schubertkeyword-gen$(EXEEXT): $(keyword_gen_OBJECTS) $(keyword_gen_DEPENDENCIES) $(EXTRA_keyword_gen_DEPENDENCIES)
11042b15cb3dSCy Schubert	@rm -f keyword-gen$(EXEEXT)
11052b15cb3dSCy Schubert	$(AM_V_CCLD)$(LINK) $(keyword_gen_OBJECTS) $(keyword_gen_LDADD) $(LIBS)
11062b15cb3dSCy Schubertntp_parser.h: ntp_parser.c
1107276da39aSCy Schubert	@if test ! -f $@; then rm -f ntp_parser.c; else :; fi
1108276da39aSCy Schubert	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) ntp_parser.c; else :; fi
1109276da39aSCy Schubert
1110276da39aSCy Schubertntpd$(EXEEXT): $(ntpd_OBJECTS) $(ntpd_DEPENDENCIES) $(EXTRA_ntpd_DEPENDENCIES)
1111ce265a54SOllivier Robert	@rm -f ntpd$(EXEEXT)
11122b15cb3dSCy Schubert	$(AM_V_CCLD)$(LINK) $(ntpd_OBJECTS) $(ntpd_LDADD) $(LIBS)
1113276da39aSCy Schubert
1114276da39aSCy Schubertntpdsim$(EXEEXT): $(ntpdsim_OBJECTS) $(ntpdsim_DEPENDENCIES) $(EXTRA_ntpdsim_DEPENDENCIES)
11159c2daa00SOllivier Robert	@rm -f ntpdsim$(EXEEXT)
11162b15cb3dSCy Schubert	$(AM_V_CCLD)$(LINK) $(ntpdsim_OBJECTS) $(ntpdsim_LDADD) $(LIBS)
1117c0b746e5SOllivier Robert
1118c0b746e5SOllivier Robertmostlyclean-compile:
1119ea906c41SOllivier Robert	-rm -f *.$(OBJEXT)
1120c0b746e5SOllivier Robert
1121c0b746e5SOllivier Robertdistclean-compile:
1122c0b746e5SOllivier Robert	-rm -f *.tab.c
1123c0b746e5SOllivier Robert
1124a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_y2k.Po@am__quote@ # am--include-marker
1125a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd_args.Po@am__quote@ # am--include-marker
1126a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/keyword-gen.Po@am__quote@ # am--include-marker
1127a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_clockdev.Po@am__quote@ # am--include-marker
1128a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_config.Po@am__quote@ # am--include-marker
1129a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_control.Po@am__quote@ # am--include-marker
1130a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_crypto.Po@am__quote@ # am--include-marker
1131a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_filegen.Po@am__quote@ # am--include-marker
1132a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_io.Po@am__quote@ # am--include-marker
1133a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_leapsec.Po@am__quote@ # am--include-marker
1134a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_loopfilter.Po@am__quote@ # am--include-marker
1135a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_monitor.Po@am__quote@ # am--include-marker
1136a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_parser.Po@am__quote@ # am--include-marker
1137a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_peer.Po@am__quote@ # am--include-marker
1138a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_ppsdev.Po@am__quote@ # am--include-marker
1139a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_proto.Po@am__quote@ # am--include-marker
1140a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_refclock.Po@am__quote@ # am--include-marker
1141a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_request.Po@am__quote@ # am--include-marker
1142a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_restrict.Po@am__quote@ # am--include-marker
1143a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_scanner.Po@am__quote@ # am--include-marker
1144a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_signd.Po@am__quote@ # am--include-marker
1145a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_timer.Po@am__quote@ # am--include-marker
1146a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp_util.Po@am__quote@ # am--include-marker
1147a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpd-opts.Po@am__quote@ # am--include-marker
1148a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpd-version.Po@am__quote@ # am--include-marker
1149a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpd.Po@am__quote@ # am--include-marker
1150a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_config.Po@am__quote@ # am--include-marker
1151a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_io.Po@am__quote@ # am--include-marker
1152a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_parser.Po@am__quote@ # am--include-marker
1153a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_prio_q.Po@am__quote@ # am--include-marker
1154a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntp_scanner.Po@am__quote@ # am--include-marker
1155a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntpd-opts.Po@am__quote@ # am--include-marker
1156a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntpd.Po@am__quote@ # am--include-marker
1157a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-ntpsim.Po@am__quote@ # am--include-marker
1158a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntpdsim-sim-version.Po@am__quote@ # am--include-marker
1159a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rc_cmdlength.Po@am__quote@ # am--include-marker
1160a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_acts.Po@am__quote@ # am--include-marker
1161a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_arbiter.Po@am__quote@ # am--include-marker
1162a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_arc.Po@am__quote@ # am--include-marker
1163a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_as2201.Po@am__quote@ # am--include-marker
1164a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_atom.Po@am__quote@ # am--include-marker
1165a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_bancomm.Po@am__quote@ # am--include-marker
1166a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_chronolog.Po@am__quote@ # am--include-marker
1167a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_chu.Po@am__quote@ # am--include-marker
1168a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_conf.Po@am__quote@ # am--include-marker
1169a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_datum.Po@am__quote@ # am--include-marker
1170a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_dumbclock.Po@am__quote@ # am--include-marker
1171a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_fg.Po@am__quote@ # am--include-marker
1172a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_gpsdjson.Po@am__quote@ # am--include-marker
1173a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_gpsvme.Po@am__quote@ # am--include-marker
1174a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_heath.Po@am__quote@ # am--include-marker
1175a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_hopfpci.Po@am__quote@ # am--include-marker
1176a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_hopfser.Po@am__quote@ # am--include-marker
1177a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_hpgps.Po@am__quote@ # am--include-marker
1178a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_irig.Po@am__quote@ # am--include-marker
1179a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_jjy.Po@am__quote@ # am--include-marker
1180a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_jupiter.Po@am__quote@ # am--include-marker
1181a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_leitch.Po@am__quote@ # am--include-marker
1182a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_local.Po@am__quote@ # am--include-marker
1183a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_mx4200.Po@am__quote@ # am--include-marker
1184a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_neoclock4x.Po@am__quote@ # am--include-marker
1185a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_nmea.Po@am__quote@ # am--include-marker
1186a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_oncore.Po@am__quote@ # am--include-marker
1187a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_palisade.Po@am__quote@ # am--include-marker
1188a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_parse.Po@am__quote@ # am--include-marker
1189a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_pcf.Po@am__quote@ # am--include-marker
1190a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_pst.Po@am__quote@ # am--include-marker
1191a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_ripencc.Po@am__quote@ # am--include-marker
1192a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_shm.Po@am__quote@ # am--include-marker
1193a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_tpro.Po@am__quote@ # am--include-marker
1194a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_true.Po@am__quote@ # am--include-marker
1195a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_tsyncpci.Po@am__quote@ # am--include-marker
1196a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_tt560.Po@am__quote@ # am--include-marker
1197a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_ulink.Po@am__quote@ # am--include-marker
1198a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_wwv.Po@am__quote@ # am--include-marker
1199a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_wwvb.Po@am__quote@ # am--include-marker
1200a466cc55SCy Schubert@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/refclock_zyfer.Po@am__quote@ # am--include-marker
1201a466cc55SCy Schubert
1202a466cc55SCy Schubert$(am__depfiles_remade):
1203a466cc55SCy Schubert	@$(MKDIR_P) $(@D)
1204a466cc55SCy Schubert	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
1205a466cc55SCy Schubert
1206a466cc55SCy Schubertam--depfiles: $(am__depfiles_remade)
1207ce265a54SOllivier Robert
1208ce265a54SOllivier Robert.c.o:
1209a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
1210a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1211a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1212276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1213ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1214276da39aSCy Schubert@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1215ce265a54SOllivier Robert
1216ce265a54SOllivier Robert.c.obj:
1217a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
1218a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
1219a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
1220276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1221ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1222276da39aSCy Schubert@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1223ea906c41SOllivier Robert
1224ea906c41SOllivier Robert.c.lo:
1225a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
1226a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
1227a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
1228276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1229ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1230276da39aSCy Schubert@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
12319c2daa00SOllivier Robert
12322b15cb3dSCy Schubertntpdsim-ntp_config.o: ntp_config.c
12332b15cb3dSCy Schubert@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
12342b15cb3dSCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_config.Tpo $(DEPDIR)/ntpdsim-ntp_config.Po
1235276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_config.c' object='ntpdsim-ntp_config.o' libtool=no @AMDEPBACKSLASH@
1236ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1237276da39aSCy Schubert@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
12389c2daa00SOllivier Robert
12392b15cb3dSCy Schubertntpdsim-ntp_config.obj: ntp_config.c
12402b15cb3dSCy Schubert@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`
12412b15cb3dSCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_config.Tpo $(DEPDIR)/ntpdsim-ntp_config.Po
1242276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_config.c' object='ntpdsim-ntp_config.obj' libtool=no @AMDEPBACKSLASH@
1243ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1244276da39aSCy Schubert@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`
12459c2daa00SOllivier Robert
12462b15cb3dSCy Schubertntpdsim-ntp_io.o: ntp_io.c
12472b15cb3dSCy Schubert@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
12482b15cb3dSCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_io.Tpo $(DEPDIR)/ntpdsim-ntp_io.Po
1249276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_io.c' object='ntpdsim-ntp_io.o' libtool=no @AMDEPBACKSLASH@
1250ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1251276da39aSCy Schubert@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
12529c2daa00SOllivier Robert
12532b15cb3dSCy Schubertntpdsim-ntp_io.obj: ntp_io.c
12542b15cb3dSCy Schubert@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`
12552b15cb3dSCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_io.Tpo $(DEPDIR)/ntpdsim-ntp_io.Po
1256276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_io.c' object='ntpdsim-ntp_io.obj' libtool=no @AMDEPBACKSLASH@
1257ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1258276da39aSCy Schubert@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`
12599c2daa00SOllivier Robert
12602b15cb3dSCy Schubertntpdsim-ntp_parser.o: ntp_parser.c
12612b15cb3dSCy Schubert@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
12622b15cb3dSCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_parser.Tpo $(DEPDIR)/ntpdsim-ntp_parser.Po
1263276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_parser.c' object='ntpdsim-ntp_parser.o' libtool=no @AMDEPBACKSLASH@
1264ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1265276da39aSCy Schubert@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
12669c2daa00SOllivier Robert
12672b15cb3dSCy Schubertntpdsim-ntp_parser.obj: ntp_parser.c
12682b15cb3dSCy Schubert@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`
12692b15cb3dSCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_parser.Tpo $(DEPDIR)/ntpdsim-ntp_parser.Po
1270276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_parser.c' object='ntpdsim-ntp_parser.obj' libtool=no @AMDEPBACKSLASH@
1271ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1272276da39aSCy Schubert@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`
12739c2daa00SOllivier Robert
12742b15cb3dSCy Schubertntpdsim-ntp_scanner.o: ntp_scanner.c
12752b15cb3dSCy Schubert@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
12762b15cb3dSCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_scanner.Tpo $(DEPDIR)/ntpdsim-ntp_scanner.Po
1277276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_scanner.c' object='ntpdsim-ntp_scanner.o' libtool=no @AMDEPBACKSLASH@
1278ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1279276da39aSCy Schubert@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
12809c2daa00SOllivier Robert
12812b15cb3dSCy Schubertntpdsim-ntp_scanner.obj: ntp_scanner.c
12822b15cb3dSCy Schubert@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`
12832b15cb3dSCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_scanner.Tpo $(DEPDIR)/ntpdsim-ntp_scanner.Po
1284276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_scanner.c' object='ntpdsim-ntp_scanner.obj' libtool=no @AMDEPBACKSLASH@
1285ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1286276da39aSCy Schubert@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`
12879c2daa00SOllivier Robert
12882b15cb3dSCy Schubertntpdsim-ntpd.o: ntpd.c
12892b15cb3dSCy Schubert@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
12902b15cb3dSCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpd.Tpo $(DEPDIR)/ntpdsim-ntpd.Po
1291276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntpd.c' object='ntpdsim-ntpd.o' libtool=no @AMDEPBACKSLASH@
1292ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1293276da39aSCy Schubert@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
1294ea906c41SOllivier Robert
12952b15cb3dSCy Schubertntpdsim-ntpd.obj: ntpd.c
12962b15cb3dSCy Schubert@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`
12972b15cb3dSCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpd.Tpo $(DEPDIR)/ntpdsim-ntpd.Po
1298276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntpd.c' object='ntpdsim-ntpd.obj' libtool=no @AMDEPBACKSLASH@
1299ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1300276da39aSCy Schubert@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`
1301ea906c41SOllivier Robert
13022b15cb3dSCy Schubertntpdsim-ntpd-opts.o: ntpd-opts.c
13032b15cb3dSCy Schubert@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
13042b15cb3dSCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpd-opts.Tpo $(DEPDIR)/ntpdsim-ntpd-opts.Po
1305276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntpd-opts.c' object='ntpdsim-ntpd-opts.o' libtool=no @AMDEPBACKSLASH@
1306ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1307276da39aSCy Schubert@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
13089c2daa00SOllivier Robert
13092b15cb3dSCy Schubertntpdsim-ntpd-opts.obj: ntpd-opts.c
13102b15cb3dSCy Schubert@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`
13112b15cb3dSCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpd-opts.Tpo $(DEPDIR)/ntpdsim-ntpd-opts.Po
1312276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntpd-opts.c' object='ntpdsim-ntpd-opts.obj' libtool=no @AMDEPBACKSLASH@
1313ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1314276da39aSCy Schubert@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`
1315ea906c41SOllivier Robert
13162b15cb3dSCy Schubertntpdsim-ntp_prio_q.o: ntp_prio_q.c
13172b15cb3dSCy Schubert@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
13182b15cb3dSCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_prio_q.Tpo $(DEPDIR)/ntpdsim-ntp_prio_q.Po
1319276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_prio_q.c' object='ntpdsim-ntp_prio_q.o' libtool=no @AMDEPBACKSLASH@
1320ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1321276da39aSCy Schubert@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
1322ea906c41SOllivier Robert
13232b15cb3dSCy Schubertntpdsim-ntp_prio_q.obj: ntp_prio_q.c
13242b15cb3dSCy Schubert@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`
13252b15cb3dSCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntp_prio_q.Tpo $(DEPDIR)/ntpdsim-ntp_prio_q.Po
1326276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntp_prio_q.c' object='ntpdsim-ntp_prio_q.obj' libtool=no @AMDEPBACKSLASH@
1327ea906c41SOllivier Robert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1328276da39aSCy Schubert@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`
13292b15cb3dSCy Schubert
13302b15cb3dSCy Schubertntpdsim-ntpsim.o: ntpsim.c
13312b15cb3dSCy Schubert@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
13322b15cb3dSCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpsim.Tpo $(DEPDIR)/ntpdsim-ntpsim.Po
1333276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntpsim.c' object='ntpdsim-ntpsim.o' libtool=no @AMDEPBACKSLASH@
13342b15cb3dSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1335276da39aSCy Schubert@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
13362b15cb3dSCy Schubert
13372b15cb3dSCy Schubertntpdsim-ntpsim.obj: ntpsim.c
13382b15cb3dSCy Schubert@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`
13392b15cb3dSCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-ntpsim.Tpo $(DEPDIR)/ntpdsim-ntpsim.Po
1340276da39aSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ntpsim.c' object='ntpdsim-ntpsim.obj' libtool=no @AMDEPBACKSLASH@
13412b15cb3dSCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1342276da39aSCy Schubert@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`
13432b15cb3dSCy Schubert
1344a466cc55SCy Schubertntpdsim-sim-version.o: sim-version.c
1345a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-sim-version.o -MD -MP -MF $(DEPDIR)/ntpdsim-sim-version.Tpo -c -o ntpdsim-sim-version.o `test -f 'sim-version.c' || echo '$(srcdir)/'`sim-version.c
1346a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-sim-version.Tpo $(DEPDIR)/ntpdsim-sim-version.Po
1347a466cc55SCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sim-version.c' object='ntpdsim-sim-version.o' libtool=no @AMDEPBACKSLASH@
1348a466cc55SCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1349a466cc55SCy Schubert@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-sim-version.o `test -f 'sim-version.c' || echo '$(srcdir)/'`sim-version.c
1350a466cc55SCy Schubert
1351a466cc55SCy Schubertntpdsim-sim-version.obj: sim-version.c
1352a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ntpdsim-sim-version.obj -MD -MP -MF $(DEPDIR)/ntpdsim-sim-version.Tpo -c -o ntpdsim-sim-version.obj `if test -f 'sim-version.c'; then $(CYGPATH_W) 'sim-version.c'; else $(CYGPATH_W) '$(srcdir)/sim-version.c'; fi`
1353a466cc55SCy Schubert@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/ntpdsim-sim-version.Tpo $(DEPDIR)/ntpdsim-sim-version.Po
1354a466cc55SCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sim-version.c' object='ntpdsim-sim-version.obj' libtool=no @AMDEPBACKSLASH@
1355a466cc55SCy Schubert@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1356a466cc55SCy Schubert@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(ntpdsim_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ntpdsim-sim-version.obj `if test -f 'sim-version.c'; then $(CYGPATH_W) 'sim-version.c'; else $(CYGPATH_W) '$(srcdir)/sim-version.c'; fi`
1357a466cc55SCy Schubert
13582b15cb3dSCy Schubert.y.c:
1359276da39aSCy Schubert	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
1360ea906c41SOllivier Robert
1361ea906c41SOllivier Robertmostlyclean-libtool:
1362ea906c41SOllivier Robert	-rm -f *.lo
1363ea906c41SOllivier Robert
1364ea906c41SOllivier Robertclean-libtool:
1365ea906c41SOllivier Robert	-rm -rf .libs _libs
13662b15cb3dSCy Schubertinstall-man1: $(man1_MANS) $(man_MANS)
1367ea906c41SOllivier Robert	@$(NORMAL_INSTALL)
1368276da39aSCy Schubert	@list1='$(man1_MANS)'; \
1369276da39aSCy Schubert	list2='$(man_MANS)'; \
1370276da39aSCy Schubert	test -n "$(man1dir)" \
1371276da39aSCy Schubert	  && test -n "`echo $$list1$$list2`" \
1372276da39aSCy Schubert	  || exit 0; \
1373276da39aSCy Schubert	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
1374276da39aSCy Schubert	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
1375276da39aSCy Schubert	{ for i in $$list1; do echo "$$i"; done;  \
1376276da39aSCy Schubert	if test -n "$$list2"; then \
1377276da39aSCy Schubert	  for i in $$list2; do echo "$$i"; done \
1378276da39aSCy Schubert	    | sed -n '/\.1[a-z]*$$/p'; \
1379276da39aSCy Schubert	fi; \
1380eb6d21b4SOllivier Robert	} | while read p; do \
1381eb6d21b4SOllivier Robert	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
1382eb6d21b4SOllivier Robert	  echo "$$d$$p"; echo "$$p"; \
1383eb6d21b4SOllivier Robert	done | \
1384eb6d21b4SOllivier Robert	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1385eb6d21b4SOllivier Robert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
1386eb6d21b4SOllivier Robert	sed 'N;N;s,\n, ,g' | { \
1387eb6d21b4SOllivier Robert	list=; while read file base inst; do \
1388eb6d21b4SOllivier Robert	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
1389ea906c41SOllivier Robert	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
1390eb6d21b4SOllivier Robert	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
1391eb6d21b4SOllivier Robert	  fi; \
1392eb6d21b4SOllivier Robert	done; \
1393eb6d21b4SOllivier Robert	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
1394eb6d21b4SOllivier Robert	while read files; do \
1395eb6d21b4SOllivier Robert	  test -z "$$files" || { \
1396eb6d21b4SOllivier Robert	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
1397eb6d21b4SOllivier Robert	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
1398eb6d21b4SOllivier Robert	done; }
1399eb6d21b4SOllivier Robert
1400ea906c41SOllivier Robertuninstall-man1:
1401ea906c41SOllivier Robert	@$(NORMAL_UNINSTALL)
14022b15cb3dSCy Schubert	@list='$(man1_MANS)'; test -n "$(man1dir)" || exit 0; \
1403eb6d21b4SOllivier Robert	files=`{ for i in $$list; do echo "$$i"; done; \
1404eb6d21b4SOllivier Robert	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
1405eb6d21b4SOllivier Robert	  sed -n '/\.1[a-z]*$$/p'; \
1406eb6d21b4SOllivier Robert	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
1407eb6d21b4SOllivier Robert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1408276da39aSCy Schubert	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
14092b15cb3dSCy Schubertinstall-man5: $(man5_MANS) $(man_MANS)
14102b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
1411276da39aSCy Schubert	@list1='$(man5_MANS)'; \
1412276da39aSCy Schubert	list2='$(man_MANS)'; \
1413276da39aSCy Schubert	test -n "$(man5dir)" \
1414276da39aSCy Schubert	  && test -n "`echo $$list1$$list2`" \
1415276da39aSCy Schubert	  || exit 0; \
1416276da39aSCy Schubert	echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
1417276da39aSCy Schubert	$(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
1418276da39aSCy Schubert	{ for i in $$list1; do echo "$$i"; done;  \
1419276da39aSCy Schubert	if test -n "$$list2"; then \
1420276da39aSCy Schubert	  for i in $$list2; do echo "$$i"; done \
1421276da39aSCy Schubert	    | sed -n '/\.5[a-z]*$$/p'; \
1422276da39aSCy Schubert	fi; \
14232b15cb3dSCy Schubert	} | while read p; do \
14242b15cb3dSCy Schubert	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
14252b15cb3dSCy Schubert	  echo "$$d$$p"; echo "$$p"; \
14262b15cb3dSCy Schubert	done | \
14272b15cb3dSCy Schubert	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
14282b15cb3dSCy Schubert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
14292b15cb3dSCy Schubert	sed 'N;N;s,\n, ,g' | { \
14302b15cb3dSCy Schubert	list=; while read file base inst; do \
14312b15cb3dSCy Schubert	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
14322b15cb3dSCy Schubert	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
14332b15cb3dSCy Schubert	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst" || exit $$?; \
14342b15cb3dSCy Schubert	  fi; \
14352b15cb3dSCy Schubert	done; \
14362b15cb3dSCy Schubert	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
14372b15cb3dSCy Schubert	while read files; do \
14382b15cb3dSCy Schubert	  test -z "$$files" || { \
14392b15cb3dSCy Schubert	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man5dir)'"; \
14402b15cb3dSCy Schubert	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man5dir)" || exit $$?; }; \
14412b15cb3dSCy Schubert	done; }
14422b15cb3dSCy Schubert
14432b15cb3dSCy Schubertuninstall-man5:
14442b15cb3dSCy Schubert	@$(NORMAL_UNINSTALL)
14452b15cb3dSCy Schubert	@list='$(man5_MANS)'; test -n "$(man5dir)" || exit 0; \
14462b15cb3dSCy Schubert	files=`{ for i in $$list; do echo "$$i"; done; \
14472b15cb3dSCy Schubert	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
14482b15cb3dSCy Schubert	  sed -n '/\.5[a-z]*$$/p'; \
14492b15cb3dSCy Schubert	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^5][0-9a-z]*$$,5,;x' \
14502b15cb3dSCy Schubert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1451276da39aSCy Schubert	dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
14522b15cb3dSCy Schubertinstall-man8: $(man8_MANS) $(man_MANS)
14532b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
1454276da39aSCy Schubert	@list1='$(man8_MANS)'; \
1455276da39aSCy Schubert	list2='$(man_MANS)'; \
1456276da39aSCy Schubert	test -n "$(man8dir)" \
1457276da39aSCy Schubert	  && test -n "`echo $$list1$$list2`" \
1458276da39aSCy Schubert	  || exit 0; \
1459276da39aSCy Schubert	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
1460276da39aSCy Schubert	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
1461276da39aSCy Schubert	{ for i in $$list1; do echo "$$i"; done;  \
1462276da39aSCy Schubert	if test -n "$$list2"; then \
1463276da39aSCy Schubert	  for i in $$list2; do echo "$$i"; done \
1464276da39aSCy Schubert	    | sed -n '/\.8[a-z]*$$/p'; \
1465276da39aSCy Schubert	fi; \
14662b15cb3dSCy Schubert	} | while read p; do \
14672b15cb3dSCy Schubert	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
14682b15cb3dSCy Schubert	  echo "$$d$$p"; echo "$$p"; \
14692b15cb3dSCy Schubert	done | \
14702b15cb3dSCy Schubert	sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
14712b15cb3dSCy Schubert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
14722b15cb3dSCy Schubert	sed 'N;N;s,\n, ,g' | { \
14732b15cb3dSCy Schubert	list=; while read file base inst; do \
14742b15cb3dSCy Schubert	  if test "$$base" = "$$inst"; then list="$$list $$file"; else \
14752b15cb3dSCy Schubert	    echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man8dir)/$$inst'"; \
14762b15cb3dSCy Schubert	    $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man8dir)/$$inst" || exit $$?; \
14772b15cb3dSCy Schubert	  fi; \
14782b15cb3dSCy Schubert	done; \
14792b15cb3dSCy Schubert	for i in $$list; do echo "$$i"; done | $(am__base_list) | \
14802b15cb3dSCy Schubert	while read files; do \
14812b15cb3dSCy Schubert	  test -z "$$files" || { \
14822b15cb3dSCy Schubert	    echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man8dir)'"; \
14832b15cb3dSCy Schubert	    $(INSTALL_DATA) $$files "$(DESTDIR)$(man8dir)" || exit $$?; }; \
14842b15cb3dSCy Schubert	done; }
14852b15cb3dSCy Schubert
14862b15cb3dSCy Schubertuninstall-man8:
14872b15cb3dSCy Schubert	@$(NORMAL_UNINSTALL)
14882b15cb3dSCy Schubert	@list='$(man8_MANS)'; test -n "$(man8dir)" || exit 0; \
14892b15cb3dSCy Schubert	files=`{ for i in $$list; do echo "$$i"; done; \
14902b15cb3dSCy Schubert	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
14912b15cb3dSCy Schubert	  sed -n '/\.8[a-z]*$$/p'; \
14922b15cb3dSCy Schubert	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
14932b15cb3dSCy Schubert	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
1494276da39aSCy Schubert	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
14952b15cb3dSCy Schubertinstall-htmlDATA: $(html_DATA)
14962b15cb3dSCy Schubert	@$(NORMAL_INSTALL)
14972b15cb3dSCy Schubert	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
1498276da39aSCy Schubert	if test -n "$$list"; then \
1499276da39aSCy Schubert	  echo " $(MKDIR_P) '$(DESTDIR)$(htmldir)'"; \
1500276da39aSCy Schubert	  $(MKDIR_P) "$(DESTDIR)$(htmldir)" || exit 1; \
1501276da39aSCy Schubert	fi; \
15022b15cb3dSCy Schubert	for p in $$list; do \
15032b15cb3dSCy Schubert	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
15042b15cb3dSCy Schubert	  echo "$$d$$p"; \
15052b15cb3dSCy Schubert	done | $(am__base_list) | \
15062b15cb3dSCy Schubert	while read files; do \
15072b15cb3dSCy Schubert	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(htmldir)'"; \
15082b15cb3dSCy Schubert	  $(INSTALL_DATA) $$files "$(DESTDIR)$(htmldir)" || exit $$?; \
15092b15cb3dSCy Schubert	done
15102b15cb3dSCy Schubert
15112b15cb3dSCy Schubertuninstall-htmlDATA:
15122b15cb3dSCy Schubert	@$(NORMAL_UNINSTALL)
15132b15cb3dSCy Schubert	@list='$(html_DATA)'; test -n "$(htmldir)" || list=; \
15142b15cb3dSCy Schubert	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1515276da39aSCy Schubert	dir='$(DESTDIR)$(htmldir)'; $(am__uninstall_files_from_dir)
1516c0b746e5SOllivier Robert
1517276da39aSCy SchubertID: $(am__tagged_files)
1518276da39aSCy Schubert	$(am__define_uniq_tagged_files); mkid -fID $$unique
1519276da39aSCy Schuberttags: tags-am
1520276da39aSCy SchubertTAGS: tags
1521c0b746e5SOllivier Robert
1522276da39aSCy Schuberttags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1523eb6d21b4SOllivier Robert	set x; \
1524c0b746e5SOllivier Robert	here=`pwd`; \
1525276da39aSCy Schubert	$(am__define_uniq_tagged_files); \
1526eb6d21b4SOllivier Robert	shift; \
1527eb6d21b4SOllivier Robert	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1528ea906c41SOllivier Robert	  test -n "$$unique" || unique=$$empty_fix; \
1529eb6d21b4SOllivier Robert	  if test $$# -gt 0; then \
1530ea906c41SOllivier Robert	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1531eb6d21b4SOllivier Robert	      "$$@" $$unique; \
1532eb6d21b4SOllivier Robert	  else \
1533eb6d21b4SOllivier Robert	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1534eb6d21b4SOllivier Robert	      $$unique; \
1535eb6d21b4SOllivier Robert	  fi; \
1536ea906c41SOllivier Robert	fi
1537276da39aSCy Schubertctags: ctags-am
1538276da39aSCy Schubert
1539276da39aSCy SchubertCTAGS: ctags
1540276da39aSCy Schubertctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1541276da39aSCy Schubert	$(am__define_uniq_tagged_files); \
1542eb6d21b4SOllivier Robert	test -z "$(CTAGS_ARGS)$$unique" \
15439c2daa00SOllivier Robert	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1544eb6d21b4SOllivier Robert	     $$unique
1545c0b746e5SOllivier Robert
1546224ba2bdSOllivier RobertGTAGS:
15479c2daa00SOllivier Robert	here=`$(am__cd) $(top_builddir) && pwd` \
1548eb6d21b4SOllivier Robert	  && $(am__cd) $(top_srcdir) \
1549eb6d21b4SOllivier Robert	  && gtags -i $(GTAGS_ARGS) "$$here"
1550276da39aSCy Schubertcscopelist: cscopelist-am
1551276da39aSCy Schubert
1552276da39aSCy Schubertcscopelist-am: $(am__tagged_files)
1553276da39aSCy Schubert	list='$(am__tagged_files)'; \
1554276da39aSCy Schubert	case "$(srcdir)" in \
1555276da39aSCy Schubert	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1556276da39aSCy Schubert	  *) sdir=$(subdir)/$(srcdir) ;; \
1557276da39aSCy Schubert	esac; \
1558276da39aSCy Schubert	for i in $$list; do \
1559276da39aSCy Schubert	  if test -f "$$i"; then \
1560276da39aSCy Schubert	    echo "$(subdir)/$$i"; \
1561276da39aSCy Schubert	  else \
1562276da39aSCy Schubert	    echo "$$sdir/$$i"; \
1563276da39aSCy Schubert	  fi; \
1564276da39aSCy Schubert	done >> $(top_builddir)/cscope.files
1565c0b746e5SOllivier Robert
1566c0b746e5SOllivier Robertdistclean-tags:
15679c2daa00SOllivier Robert	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1568a466cc55SCy Schubertdistdir: $(BUILT_SOURCES)
1569a466cc55SCy Schubert	$(MAKE) $(AM_MAKEFLAGS) distdir-am
1570224ba2bdSOllivier Robert
1571a466cc55SCy Schubertdistdir-am: $(DISTFILES)
1572eb6d21b4SOllivier Robert	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1573eb6d21b4SOllivier Robert	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1574eb6d21b4SOllivier Robert	list='$(DISTFILES)'; \
1575eb6d21b4SOllivier Robert	  dist_files=`for file in $$list; do echo $$file; done | \
1576eb6d21b4SOllivier Robert	  sed -e "s|^$$srcdirstrip/||;t" \
1577eb6d21b4SOllivier Robert	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1578eb6d21b4SOllivier Robert	case $$dist_files in \
1579eb6d21b4SOllivier Robert	  */*) $(MKDIR_P) `echo "$$dist_files" | \
1580eb6d21b4SOllivier Robert			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1581eb6d21b4SOllivier Robert			   sort -u` ;; \
15829c2daa00SOllivier Robert	esac; \
1583eb6d21b4SOllivier Robert	for file in $$dist_files; do \
15849c2daa00SOllivier Robert	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1585224ba2bdSOllivier Robert	  if test -d $$d/$$file; then \
1586eb6d21b4SOllivier Robert	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1587eb6d21b4SOllivier Robert	    if test -d "$(distdir)/$$file"; then \
1588eb6d21b4SOllivier Robert	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
15899c2daa00SOllivier Robert	    fi; \
1590eb6d21b4SOllivier Robert	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1591eb6d21b4SOllivier Robert	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1592eb6d21b4SOllivier Robert	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1593eb6d21b4SOllivier Robert	    fi; \
1594eb6d21b4SOllivier Robert	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1595224ba2bdSOllivier Robert	  else \
1596eb6d21b4SOllivier Robert	    test -f "$(distdir)/$$file" \
1597eb6d21b4SOllivier Robert	    || cp -p $$d/$$file "$(distdir)/$$file" \
1598224ba2bdSOllivier Robert	    || exit 1; \
1599224ba2bdSOllivier Robert	  fi; \
1600224ba2bdSOllivier Robert	done
1601c0b746e5SOllivier Robertcheck-am: all-am
1602c0b746e5SOllivier Robert	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1603c0b746e5SOllivier Robert	$(MAKE) $(AM_MAKEFLAGS) check-local
1604ea906c41SOllivier Robertcheck: $(BUILT_SOURCES)
1605ea906c41SOllivier Robert	$(MAKE) $(AM_MAKEFLAGS) check-am
1606a466cc55SCy Schubertall-am: Makefile $(PROGRAMS) $(LIBRARIES) $(MANS) $(DATA) $(HEADERS)
1607c0b746e5SOllivier Robertinstalldirs:
16082b15cb3dSCy Schubert	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libexecdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(man8dir)" "$(DESTDIR)$(htmldir)"; do \
1609eb6d21b4SOllivier Robert	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1610ea906c41SOllivier Robert	done
1611ea906c41SOllivier Robertinstall: $(BUILT_SOURCES)
1612ea906c41SOllivier Robert	$(MAKE) $(AM_MAKEFLAGS) install-am
1613a466cc55SCy Schubertinstall-exec: $(BUILT_SOURCES)
1614a466cc55SCy Schubert	$(MAKE) $(AM_MAKEFLAGS) install-exec-am
1615224ba2bdSOllivier Robertinstall-data: install-data-am
1616224ba2bdSOllivier Robertuninstall: uninstall-am
1617224ba2bdSOllivier Robert
1618224ba2bdSOllivier Robertinstall-am: all-am
1619224ba2bdSOllivier Robert	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1620224ba2bdSOllivier Robert
1621224ba2bdSOllivier Robertinstallcheck: installcheck-am
1622224ba2bdSOllivier Robertinstall-strip:
1623276da39aSCy Schubert	if test -z '$(STRIP)'; then \
1624224ba2bdSOllivier Robert	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1625ea906c41SOllivier Robert	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1626276da39aSCy Schubert	      install; \
1627276da39aSCy Schubert	else \
1628276da39aSCy Schubert	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1629276da39aSCy Schubert	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1630276da39aSCy Schubert	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1631276da39aSCy Schubert	fi
1632c0b746e5SOllivier Robertmostlyclean-generic:
1633c0b746e5SOllivier Robert
1634c0b746e5SOllivier Robertclean-generic:
16352b15cb3dSCy Schubert	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
1636c0b746e5SOllivier Robert
1637c0b746e5SOllivier Robertdistclean-generic:
1638ea906c41SOllivier Robert	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1639eb6d21b4SOllivier Robert	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1640c0b746e5SOllivier Robert	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
1641c0b746e5SOllivier Robert
1642c0b746e5SOllivier Robertmaintainer-clean-generic:
1643224ba2bdSOllivier Robert	@echo "This command is intended for maintainers to use"
1644224ba2bdSOllivier Robert	@echo "it deletes files that may require special tools to rebuild."
16452b15cb3dSCy Schubert	-rm -f ntp_parser.c
16462b15cb3dSCy Schubert	-rm -f ntp_parser.h
1647ea906c41SOllivier Robert	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
1648c0b746e5SOllivier Robertclean: clean-am
1649c0b746e5SOllivier Robert
1650224ba2bdSOllivier Robertclean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
16512b15cb3dSCy Schubert	clean-libexecPROGRAMS clean-libtool clean-noinstLIBRARIES \
16522b15cb3dSCy Schubert	clean-sbinPROGRAMS mostlyclean-am
1653c0b746e5SOllivier Robert
1654c0b746e5SOllivier Robertdistclean: distclean-am
1655a466cc55SCy Schubert		-rm -f ./$(DEPDIR)/check_y2k.Po
1656a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/cmd_args.Po
1657a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/keyword-gen.Po
1658a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_clockdev.Po
1659a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_config.Po
1660a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_control.Po
1661a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_crypto.Po
1662a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_filegen.Po
1663a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_io.Po
1664a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_leapsec.Po
1665a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_loopfilter.Po
1666a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_monitor.Po
1667a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_parser.Po
1668a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_peer.Po
1669a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_ppsdev.Po
1670a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_proto.Po
1671a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_refclock.Po
1672a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_request.Po
1673a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_restrict.Po
1674a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_scanner.Po
1675a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_signd.Po
1676a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_timer.Po
1677a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_util.Po
1678a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpd-opts.Po
1679a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpd-version.Po
1680a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpd.Po
1681a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-ntp_config.Po
1682a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-ntp_io.Po
1683a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-ntp_parser.Po
1684a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-ntp_prio_q.Po
1685a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-ntp_scanner.Po
1686a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-ntpd-opts.Po
1687a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-ntpd.Po
1688a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-ntpsim.Po
1689a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-sim-version.Po
1690a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/rc_cmdlength.Po
1691a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_acts.Po
1692a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_arbiter.Po
1693a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_arc.Po
1694a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_as2201.Po
1695a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_atom.Po
1696a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_bancomm.Po
1697a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_chronolog.Po
1698a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_chu.Po
1699a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_conf.Po
1700a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_datum.Po
1701a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_dumbclock.Po
1702a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_fg.Po
1703a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_gpsdjson.Po
1704a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_gpsvme.Po
1705a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_heath.Po
1706a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_hopfpci.Po
1707a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_hopfser.Po
1708a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_hpgps.Po
1709a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_irig.Po
1710a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_jjy.Po
1711a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_jupiter.Po
1712a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_leitch.Po
1713a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_local.Po
1714a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_mx4200.Po
1715a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_neoclock4x.Po
1716a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_nmea.Po
1717a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_oncore.Po
1718a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_palisade.Po
1719a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_parse.Po
1720a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_pcf.Po
1721a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_pst.Po
1722a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_ripencc.Po
1723a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_shm.Po
1724a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_tpro.Po
1725a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_true.Po
1726a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_tsyncpci.Po
1727a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_tt560.Po
1728a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_ulink.Po
1729a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_wwv.Po
1730a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_wwvb.Po
1731a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_zyfer.Po
17329c2daa00SOllivier Robert	-rm -f Makefile
17339c2daa00SOllivier Robertdistclean-am: clean-am distclean-compile distclean-generic \
1734eb6d21b4SOllivier Robert	distclean-tags
1735224ba2bdSOllivier Robert
1736ce265a54SOllivier Robertdvi: dvi-am
1737224ba2bdSOllivier Robert
1738224ba2bdSOllivier Robertdvi-am:
1739224ba2bdSOllivier Robert
1740ea906c41SOllivier Roberthtml: html-am
1741ea906c41SOllivier Robert
1742eb6d21b4SOllivier Roberthtml-am:
1743eb6d21b4SOllivier Robert
1744ce265a54SOllivier Robertinfo: info-am
1745224ba2bdSOllivier Robert
1746224ba2bdSOllivier Robertinfo-am:
1747224ba2bdSOllivier Robert
17482b15cb3dSCy Schubertinstall-data-am: install-data-local install-htmlDATA install-man
1749224ba2bdSOllivier Robert
1750eb6d21b4SOllivier Robertinstall-dvi: install-dvi-am
1751eb6d21b4SOllivier Robert
1752eb6d21b4SOllivier Robertinstall-dvi-am:
1753eb6d21b4SOllivier Robert
17542b15cb3dSCy Schubertinstall-exec-am: install-binPROGRAMS install-libexecPROGRAMS \
17552b15cb3dSCy Schubert	install-sbinPROGRAMS
1756ea906c41SOllivier Robert	@$(NORMAL_INSTALL)
1757ea906c41SOllivier Robert	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
1758eb6d21b4SOllivier Robertinstall-html: install-html-am
1759eb6d21b4SOllivier Robert
1760eb6d21b4SOllivier Robertinstall-html-am:
1761224ba2bdSOllivier Robert
1762ce265a54SOllivier Robertinstall-info: install-info-am
1763224ba2bdSOllivier Robert
1764eb6d21b4SOllivier Robertinstall-info-am:
1765eb6d21b4SOllivier Robert
17662b15cb3dSCy Schubertinstall-man: install-man1 install-man5 install-man8
1767224ba2bdSOllivier Robert
1768eb6d21b4SOllivier Robertinstall-pdf: install-pdf-am
1769eb6d21b4SOllivier Robert
1770eb6d21b4SOllivier Robertinstall-pdf-am:
1771eb6d21b4SOllivier Robert
1772eb6d21b4SOllivier Robertinstall-ps: install-ps-am
1773eb6d21b4SOllivier Robert
1774eb6d21b4SOllivier Robertinstall-ps-am:
1775eb6d21b4SOllivier Robert
1776224ba2bdSOllivier Robertinstallcheck-am:
1777c0b746e5SOllivier Robert
1778c0b746e5SOllivier Robertmaintainer-clean: maintainer-clean-am
1779a466cc55SCy Schubert		-rm -f ./$(DEPDIR)/check_y2k.Po
1780a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/cmd_args.Po
1781a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/keyword-gen.Po
1782a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_clockdev.Po
1783a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_config.Po
1784a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_control.Po
1785a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_crypto.Po
1786a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_filegen.Po
1787a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_io.Po
1788a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_leapsec.Po
1789a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_loopfilter.Po
1790a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_monitor.Po
1791a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_parser.Po
1792a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_peer.Po
1793a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_ppsdev.Po
1794a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_proto.Po
1795a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_refclock.Po
1796a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_request.Po
1797a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_restrict.Po
1798a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_scanner.Po
1799a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_signd.Po
1800a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_timer.Po
1801a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntp_util.Po
1802a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpd-opts.Po
1803a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpd-version.Po
1804a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpd.Po
1805a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-ntp_config.Po
1806a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-ntp_io.Po
1807a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-ntp_parser.Po
1808a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-ntp_prio_q.Po
1809a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-ntp_scanner.Po
1810a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-ntpd-opts.Po
1811a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-ntpd.Po
1812a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-ntpsim.Po
1813a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/ntpdsim-sim-version.Po
1814a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/rc_cmdlength.Po
1815a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_acts.Po
1816a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_arbiter.Po
1817a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_arc.Po
1818a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_as2201.Po
1819a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_atom.Po
1820a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_bancomm.Po
1821a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_chronolog.Po
1822a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_chu.Po
1823a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_conf.Po
1824a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_datum.Po
1825a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_dumbclock.Po
1826a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_fg.Po
1827a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_gpsdjson.Po
1828a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_gpsvme.Po
1829a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_heath.Po
1830a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_hopfpci.Po
1831a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_hopfser.Po
1832a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_hpgps.Po
1833a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_irig.Po
1834a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_jjy.Po
1835a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_jupiter.Po
1836a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_leitch.Po
1837a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_local.Po
1838a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_mx4200.Po
1839a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_neoclock4x.Po
1840a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_nmea.Po
1841a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_oncore.Po
1842a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_palisade.Po
1843a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_parse.Po
1844a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_pcf.Po
1845a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_pst.Po
1846a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_ripencc.Po
1847a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_shm.Po
1848a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_tpro.Po
1849a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_true.Po
1850a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_tsyncpci.Po
1851a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_tt560.Po
1852a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_ulink.Po
1853a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_wwv.Po
1854a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_wwvb.Po
1855a466cc55SCy Schubert	-rm -f ./$(DEPDIR)/refclock_zyfer.Po
18569c2daa00SOllivier Robert	-rm -f Makefile
1857224ba2bdSOllivier Robertmaintainer-clean-am: distclean-am maintainer-clean-generic
1858224ba2bdSOllivier Robert
1859224ba2bdSOllivier Robertmostlyclean: mostlyclean-am
1860224ba2bdSOllivier Robert
18612b15cb3dSCy Schubertmostlyclean-am: mostlyclean-compile mostlyclean-generic \
1862ea906c41SOllivier Robert	mostlyclean-libtool
1863224ba2bdSOllivier Robert
18649c2daa00SOllivier Robertpdf: pdf-am
18659c2daa00SOllivier Robert
18669c2daa00SOllivier Robertpdf-am:
18679c2daa00SOllivier Robert
18689c2daa00SOllivier Robertps: ps-am
18699c2daa00SOllivier Robert
18709c2daa00SOllivier Robertps-am:
18719c2daa00SOllivier Robert
18722b15cb3dSCy Schubertuninstall-am: uninstall-binPROGRAMS uninstall-htmlDATA \
18732b15cb3dSCy Schubert	uninstall-libexecPROGRAMS uninstall-man uninstall-sbinPROGRAMS
1874ea906c41SOllivier Robert
18752b15cb3dSCy Schubertuninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
1876224ba2bdSOllivier Robert
1877a466cc55SCy Schubert.MAKE: all check check-am install install-am install-exec \
1878a466cc55SCy Schubert	install-exec-am install-strip
1879eb6d21b4SOllivier Robert
1880a466cc55SCy Schubert.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am \
1881a466cc55SCy Schubert	check-local clean clean-binPROGRAMS clean-checkPROGRAMS \
1882a466cc55SCy Schubert	clean-generic clean-libexecPROGRAMS clean-libtool \
1883a466cc55SCy Schubert	clean-noinstLIBRARIES clean-sbinPROGRAMS cscopelist-am ctags \
1884a466cc55SCy Schubert	ctags-am distclean distclean-compile distclean-generic \
1885a466cc55SCy Schubert	distclean-libtool distclean-tags distdir dvi dvi-am html \
1886a466cc55SCy Schubert	html-am info info-am install install-am install-binPROGRAMS \
1887a466cc55SCy Schubert	install-data install-data-am install-data-local install-dvi \
1888a466cc55SCy Schubert	install-dvi-am install-exec install-exec-am install-exec-hook \
1889a466cc55SCy Schubert	install-html install-html-am install-htmlDATA install-info \
1890a466cc55SCy Schubert	install-info-am install-libexecPROGRAMS install-man \
1891a466cc55SCy Schubert	install-man1 install-man5 install-man8 install-pdf \
1892a466cc55SCy Schubert	install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
1893a466cc55SCy Schubert	install-strip installcheck installcheck-am installdirs \
1894a466cc55SCy Schubert	maintainer-clean maintainer-clean-generic mostlyclean \
1895a466cc55SCy Schubert	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1896a466cc55SCy Schubert	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1897a466cc55SCy Schubert	uninstall-binPROGRAMS uninstall-htmlDATA \
1898a466cc55SCy Schubert	uninstall-libexecPROGRAMS uninstall-man uninstall-man1 \
1899a466cc55SCy Schubert	uninstall-man5 uninstall-man8 uninstall-sbinPROGRAMS
1900c0b746e5SOllivier Robert
1901276da39aSCy Schubert.PRECIOUS: Makefile
1902276da39aSCy Schubert
1903c0b746e5SOllivier Robert
19042b15cb3dSCy Schubertvphack:
1905a466cc55SCy Schubert	$(AM_V_at)test -e ntp_parser.c || ln -s $(srcdir)/ntp_parser.c .
1906a466cc55SCy Schubert	$(AM_V_at)test -e ntp_parser.h || ln -s $(srcdir)/ntp_parser.h .
19072b15cb3dSCy Schubert
19082b15cb3dSCy Schubert#
19092b15cb3dSCy Schubert# ylwrap script which invokes Bison replaces ntp_parser.h
19102b15cb3dSCy Schubert# symlink with the updated file, when ntp_parser.h changes.
19112b15cb3dSCy Schubert# vphack_after detects this and copies the updated file to srcdir
19122b15cb3dSCy Schubert# and re-creates the ntp_parser.h symlink in its place.
19132b15cb3dSCy Schubert#
19142b15cb3dSCy Schubert
19152b15cb3dSCy Schubertvphack_after:
1916a466cc55SCy Schubert	$(AM_V_at)test -L ntp_parser.h || ( \
19172b15cb3dSCy Schubert		mv ntp_parser.h $(srcdir)/ntp_parser.h && \
19182b15cb3dSCy Schubert		ln -s $(srcdir)/ntp_parser.h . \
19192b15cb3dSCy Schubert		)
19202b15cb3dSCy Schubert
19212b15cb3dSCy Schubertinstall-data-local: install-html
19222b15cb3dSCy Schubert
19232b15cb3dSCy Schubertcheck-local: $(MAKE_CHECK_Y2K) $(CHECK_SAVECONFIG)
19242b15cb3dSCy Schubert	test -z "$(MAKE_CHECK_Y2K)" || ./$(MAKE_CHECK_Y2K)
19252b15cb3dSCy Schubert
19262b15cb3dSCy Schubertk-g-u-submake: keyword-gen
1927a466cc55SCy Schubert	$(AM_V_at)./keyword-gen $(srcdir)/ntp_parser.h > k-g.out
1928a466cc55SCy Schubert	$(AM_V_at)grep -v diff_ignore_line < k-g.out > cmp1
1929a466cc55SCy Schubert	$(AM_V_at)grep -v diff_ignore_line < $(srcdir)/ntp_keyword.h > cmp2
1930a466cc55SCy Schubert	$(AM_V_at)cmp cmp1 cmp2 > /dev/null || \
19312b15cb3dSCy Schubert		{ mv -f k-g.out $(srcdir)/ntp_keyword.h && \
19322b15cb3dSCy Schubert		  echo 'Generated changed ntp_keyword.h.' ;}
1933a466cc55SCy Schubert	$(AM_V_at)[ ! -f k-g.out ] || \
19342b15cb3dSCy Schubert		{ rm k-g.out && echo 'ntp_keyword.h is up to date.' ;}
19352b15cb3dSCy Schubert	@rm cmp1 cmp2
19362b15cb3dSCy Schubert	@echo 'keyword-gen and ntp_keyword.h are up to date.' > $@
19372b15cb3dSCy Schubert
19382b15cb3dSCy Schubert$(srcdir)/keyword-gen-utd: $(srcdir)/keyword-gen.c $(srcdir)/ntp_parser.h
1939a466cc55SCy Schubert	$(AM_V_at)$(MAKE) $(AM_MAKEFLAGS) k-g-u-submake	# avoid explicit dependency
1940a466cc55SCy Schubert	$(AM_V_at)grep diff_ignore_line $(srcdir)/ntp_keyword.h > k-g-u
1941a466cc55SCy Schubert	$(AM_V_at)mv -f k-g-u $@
19422b15cb3dSCy Schubert
19432b15cb3dSCy Schubert$(srcdir)/ntp_keyword.h: $(srcdir)/keyword-gen-utd
19442b15cb3dSCy Schubert	@: do-nothing action to avoid default SCCS get
19452b15cb3dSCy Schubert	@: .h updated if needed by k-g-u-submake rule
1946c0b746e5SOllivier Robert
1947ea906c41SOllivier Robert$(srcdir)/ntpd-opts.h: $(srcdir)/ntpd-opts.c
19482b15cb3dSCy Schubert	@: do-nothing action to avoid default SCCS get, .h built with .c
19492b15cb3dSCy Schubert
1950ea906c41SOllivier Robert$(srcdir)/ntpd-opts.c: $(srcdir)/ntpd-opts.def $(srcdir)/ntpdbase-opts.def $(std_def_list)
1951a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) ntpd-opts.def
1952ea906c41SOllivier Robert
19532b15cb3dSCy Schubert###
1954ea906c41SOllivier Robert
19552b15cb3dSCy Schubert$(srcdir)/ntpd.1ntpdman: $(srcdir)/ntpd-opts.def $(srcdir)/ntpdbase-opts.def $(std_def_list)
1956a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -DMAN_SECTION=1ntpdman -Tagman-cmd.tpl ntpd-opts.def
1957ea906c41SOllivier Robert
19582b15cb3dSCy Schubert$(srcdir)/ntpd.man.in: $(srcdir)/ntpd.1ntpdman $(top_srcdir)/sntp/scripts/mansec2subst.sed
19592b15cb3dSCy Schubert	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpd.1ntpdman > $(srcdir)/ntpd.man.in+
19602b15cb3dSCy Schubert	mv $(srcdir)/ntpd.man.in+ $(srcdir)/ntpd.man.in
1961ea906c41SOllivier Robert
19622b15cb3dSCy Schubert###
1963ea906c41SOllivier Robert
19642b15cb3dSCy Schubert$(srcdir)/ntpd.1ntpdmdoc: $(srcdir)/ntpd-opts.def $(srcdir)/ntpdbase-opts.def $(std_def_list)
1965a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -DMAN_SECTION=1ntpdmdoc -Tagmdoc-cmd.tpl ntpd-opts.def
19662b15cb3dSCy Schubert
19672b15cb3dSCy Schubert$(srcdir)/ntpd.mdoc.in: $(srcdir)/ntpd.1ntpdmdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
19682b15cb3dSCy Schubert	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntpd.1ntpdmdoc > $(srcdir)/ntpd.mdoc.in+
19692b15cb3dSCy Schubert	mv $(srcdir)/ntpd.mdoc.in+ $(srcdir)/ntpd.mdoc.in
19702b15cb3dSCy Schubert
19712b15cb3dSCy Schubert###
19722b15cb3dSCy Schubert
19732b15cb3dSCy Schubertntpd.$(NTPD_MS): $(srcdir)/ntpd.$(MANTAGFMT).in $(top_builddir)/config.status
19742b15cb3dSCy Schubert	$(top_builddir)/config.status --file=ntpd.$(NTPD_MS)+:$(srcdir)/ntpd.$(MANTAGFMT).in
19752b15cb3dSCy Schubert	mv ntpd.$(NTPD_MS)+ ntpd.$(NTPD_MS)
19762b15cb3dSCy Schubert
19772b15cb3dSCy Schubert###
19782b15cb3dSCy Schubert
19792b15cb3dSCy Schubert$(srcdir)/invoke-ntp.conf.menu: $(srcdir)/invoke-ntp.conf.texi
19802b15cb3dSCy Schubert	@: do-nothing action to avoid default SCCS get, .menu built with .texi
19812b15cb3dSCy Schubert
19822b15cb3dSCy Schubert$(srcdir)/invoke-ntp.conf.texi: $(srcdir)/ntp.conf.def $(std_def_list)
1983a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -Tagtexi-file.tpl -DLEVEL=section ntp.conf.def
19842b15cb3dSCy Schubert
19852b15cb3dSCy Schubert$(srcdir)/invoke-ntp.keys.menu: $(srcdir)/invoke-ntp.keys.texi
19862b15cb3dSCy Schubert	@: do-nothing action to avoid default SCCS get, .menu built with .texi
19872b15cb3dSCy Schubert
19882b15cb3dSCy Schubert$(srcdir)/invoke-ntp.keys.texi: $(srcdir)/ntp.keys.def $(std_def_list)
1989a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -Tagtexi-file.tpl -DLEVEL=section ntp.keys.def
19902b15cb3dSCy Schubert
19912d4e511cSCy Schubert$(srcdir)/ntp.conf.html: $(srcdir)/ntp.conf.texi $(srcdir)/invoke-ntp.conf.texi $(top_srcdir)/sntp/include/version.texi
19922b15cb3dSCy Schubert	cd $(srcdir) && ( makeinfo --force --html --no-split -o ntp.conf.html ntp.conf.texi || true )
19932b15cb3dSCy Schubert
19942d4e511cSCy Schubert$(srcdir)/ntp.keys.html: $(srcdir)/ntp.keys.texi $(srcdir)/invoke-ntp.keys.texi $(top_srcdir)/sntp/include/version.texi
19952b15cb3dSCy Schubert	cd $(srcdir) && ( makeinfo --force --html --no-split -o ntp.keys.html ntp.keys.texi || true )
19962b15cb3dSCy Schubert
19972d4e511cSCy Schubert$(srcdir)/ntpd.html: $(srcdir)/ntpd.texi $(srcdir)/invoke-ntpd.texi $(top_srcdir)/sntp/include/version.texi
19982b15cb3dSCy Schubert	cd $(srcdir) && ( makeinfo --force --html --no-split -o ntpd.html ntpd.texi || true )
19992b15cb3dSCy Schubert
20002b15cb3dSCy Schubert###
20012b15cb3dSCy Schubert
20022b15cb3dSCy Schubert$(srcdir)/ntp.conf.5man: $(srcdir)/ntp.conf.def $(std_def_list)
2003a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -DMAN_SECTION=5man -Tagman-cmd.tpl ntp.conf.def
20042b15cb3dSCy Schubert
20052b15cb3dSCy Schubert$(srcdir)/ntp.conf.man.in: $(srcdir)/ntp.conf.5man $(top_srcdir)/sntp/scripts/mansec2subst.sed
20062b15cb3dSCy Schubert	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp.conf.5man > $(srcdir)/ntp.conf.man.in+
20072b15cb3dSCy Schubert	mv $(srcdir)/ntp.conf.man.in+ $(srcdir)/ntp.conf.man.in
20082b15cb3dSCy Schubert
20092b15cb3dSCy Schubert###
20102b15cb3dSCy Schubert
20112b15cb3dSCy Schubert$(srcdir)/ntp.conf.5mdoc: $(srcdir)/ntp.conf.def $(std_def_list)
2012a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -DMAN_SECTION=5mdoc -Tagmdoc-cmd.tpl ntp.conf.def
20132b15cb3dSCy Schubert
20142b15cb3dSCy Schubert$(srcdir)/ntp.conf.mdoc.in: $(srcdir)/ntp.conf.5mdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
20152b15cb3dSCy Schubert	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp.conf.5mdoc > $(srcdir)/ntp.conf.mdoc.in+
20162b15cb3dSCy Schubert	mv $(srcdir)/ntp.conf.mdoc.in+ $(srcdir)/ntp.conf.mdoc.in
20172b15cb3dSCy Schubert
20182b15cb3dSCy Schubert###
20192b15cb3dSCy Schubert
20202b15cb3dSCy Schubertntp.conf.5: $(srcdir)/ntp.conf.$(MANTAGFMT).in $(top_builddir)/config.status
20212b15cb3dSCy Schubert	$(top_builddir)/config.status --file=ntp.conf.5+:$(srcdir)/ntp.conf.$(MANTAGFMT).in
20222b15cb3dSCy Schubert	mv ntp.conf.5+ ntp.conf.5
20232b15cb3dSCy Schubert
20242b15cb3dSCy Schubert###
20252b15cb3dSCy Schubert
20262b15cb3dSCy Schubert$(srcdir)/ntp.keys.5man: $(srcdir)/ntp.keys.def $(std_def_list)
2027a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -DMAN_SECTION=5man -Tagman-file.tpl ntp.keys.def
20282b15cb3dSCy Schubert
20292b15cb3dSCy Schubert$(srcdir)/ntp.keys.man.in: $(srcdir)/ntp.keys.5man $(top_srcdir)/sntp/scripts/mansec2subst.sed
20302b15cb3dSCy Schubert	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp.keys.5man > $(srcdir)/ntp.keys.man.in+
20312b15cb3dSCy Schubert	mv $(srcdir)/ntp.keys.man.in+ $(srcdir)/ntp.keys.man.in
20322b15cb3dSCy Schubert
20332b15cb3dSCy Schubert###
20342b15cb3dSCy Schubert
20352b15cb3dSCy Schubert$(srcdir)/ntp.keys.5mdoc: $(srcdir)/ntp.keys.def $(std_def_list)
2036a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -DMAN_SECTION=5mdoc -Tagmdoc-file.tpl ntp.keys.def
20372b15cb3dSCy Schubert
20382b15cb3dSCy Schubert$(srcdir)/ntp.keys.mdoc.in: $(srcdir)/ntp.keys.5mdoc $(top_srcdir)/sntp/scripts/mansec2subst.sed
20392b15cb3dSCy Schubert	sed -f $(top_srcdir)/sntp/scripts/mansec2subst.sed $(srcdir)/ntp.keys.5mdoc > $(srcdir)/ntp.keys.mdoc.in+
20402b15cb3dSCy Schubert	mv $(srcdir)/ntp.keys.mdoc.in+ $(srcdir)/ntp.keys.mdoc.in
20412b15cb3dSCy Schubert
20422b15cb3dSCy Schubert###
20432b15cb3dSCy Schubert
20442b15cb3dSCy Schubertntp.keys.5: $(srcdir)/ntp.keys.$(MANTAGFMT).in $(top_builddir)/config.status
20452b15cb3dSCy Schubert	$(top_builddir)/config.status --file=ntp.keys.5+:$(srcdir)/ntp.keys.$(MANTAGFMT).in
20462b15cb3dSCy Schubert	mv ntp.keys.5+ ntp.keys.5
20472b15cb3dSCy Schubert
20482b15cb3dSCy Schubert###
20492b15cb3dSCy Schubert
20502b15cb3dSCy Schubert$(srcdir)/invoke-ntpd.menu: $(srcdir)/invoke-ntpd.texi
20512b15cb3dSCy Schubert	@: do-nothing action to avoid default SCCS get, .menu built with .texi
20522b15cb3dSCy Schubert
20532b15cb3dSCy Schubert$(srcdir)/invoke-ntpd.texi: $(srcdir)/ntpd-opts.def $(srcdir)/ntpdbase-opts.def $(std_def_list)
2054a466cc55SCy Schubert	$(AM_V_GEN)$(run_ag) -Tagtexi-cmd.tpl -DLEVEL=section ntpd-opts.def
20552b15cb3dSCy Schubert	$(top_srcdir)/scripts/build/check--help $@
2056ea906c41SOllivier Robert
20572b15cb3dSCy Schubertcheck-saveconfig: complete.conf compsave.conf
20582b15cb3dSCy Schubert	-diff -u complete.conf compsave.conf
20592b15cb3dSCy Schubert	cmp complete.conf compsave.conf && echo stamp > $@
2060ea906c41SOllivier Robert
20612d4e511cSCy Schubertcompsave.conf: ntpd complete.conf
20622d4e511cSCy Schubert	./ntpd --configfile complete.conf --saveconfigquit $@+
20632d4e511cSCy Schubert	grep -v '^#' $@+ > $@
20642d4e511cSCy Schubert
20652d4e511cSCy Schubertcheck-pslsaveconfig: check-psl0 check-psl1 check-psl2
20662d4e511cSCy Schubert	echo stamp > $@
20672d4e511cSCy Schubert
20682d4e511cSCy Schubertcheck-psl0: psl0.conf psl0save.conf
2069a466cc55SCy Schubert	-diff -u $(srcdir)/psl0.conf psl0save.conf
2070a466cc55SCy Schubert	cmp $(srcdir)/psl0.conf psl0save.conf && echo stamp > $@
20712d4e511cSCy Schubert
20722d4e511cSCy Schubertpsl0save.conf: psl0.conf ntpd
2073a466cc55SCy Schubert	./ntpd --configfile $(srcdir)/psl0.conf --saveconfigquit $@+
20742d4e511cSCy Schubert	grep -v '^#' $@+ > $@
20752d4e511cSCy Schubert
20762d4e511cSCy Schubertcheck-psl1: psl1.conf psl1save.conf
2077a466cc55SCy Schubert	-diff -u $(srcdir)/psl1.conf psl1save.conf
2078a466cc55SCy Schubert	cmp $(srcdir)/psl1.conf psl1save.conf && echo stamp > $@
20792d4e511cSCy Schubert
20802d4e511cSCy Schubertpsl1save.conf: psl1.conf ntpd
2081a466cc55SCy Schubert	./ntpd --configfile $(srcdir)/psl1.conf --saveconfigquit $@+
20822d4e511cSCy Schubert	grep -v '^#' $@+ > $@
20832d4e511cSCy Schubert
20842d4e511cSCy Schubertcheck-psl2: psl2.conf psl2save.conf
2085a466cc55SCy Schubert	-diff -u $(srcdir)/psl2.conf psl2save.conf
2086a466cc55SCy Schubert	cmp $(srcdir)/psl2.conf psl2save.conf && echo stamp > $@
20872d4e511cSCy Schubert
20882d4e511cSCy Schubertpsl2save.conf: psl2.conf ntpd
2089a466cc55SCy Schubert	./ntpd --configfile $(srcdir)/psl2.conf --saveconfigquit $@+
20902d4e511cSCy Schubert	grep -v '^#' $@+ > $@
20912d4e511cSCy Schubert
2092ea906c41SOllivier Robert../libntp/libntpsim.a:
20932b15cb3dSCy Schubert	cd ../libntp && $(MAKE) $(AM_MAKEFLAGS) libntpsim.a
2094c0b746e5SOllivier Robert
2095c0b746e5SOllivier Robert../libparse/libparse.a:
20962b15cb3dSCy Schubert	cd ../libparse && $(MAKE) $(AM_MAKEFLAGS) check-libparse
2097c0b746e5SOllivier Robert
2098a466cc55SCy Schubertntpd-version.c: Makefile $(top_srcdir)/sntp/scm-rev
2099a466cc55SCy Schubert	$(AM_V_GEN)env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpd
2100a466cc55SCy Schubert	$(AM_V_at)mv -f version.c $@
2101ea906c41SOllivier Robert
2102a466cc55SCy Schubertsim-version.c: Makefile $(top_srcdir)/sntp/scm-rev
2103a466cc55SCy Schubert	$(AM_V_GEN)env CSET=`cat $(top_srcdir)/sntp/scm-rev` $(top_builddir)/scripts/build/mkver ntpdsim
2104a466cc55SCy Schubert	$(AM_V_at)@mv -f version.c $@
2105ea906c41SOllivier Robert
21069034852cSGleb Smirnoff$(srcdir)/Makefile.am:
21079034852cSGleb Smirnoff	@: do-nothing
21089034852cSGleb Smirnoff
2109ea906c41SOllivier Robertinstall-exec-hook:
21102b15cb3dSCy Schubert	@test -z "${bin_PROGRAMS}${bin_SCRIPTS}"		\
2111ea906c41SOllivier Robert	|| for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do	\
21122b15cb3dSCy Schubert	   test ! -f ${sbindir}/$$i				\
21132b15cb3dSCy Schubert		|| echo "*** $$i is also in ${sbindir}!";	\
21142b15cb3dSCy Schubert	done
21152b15cb3dSCy Schubert	@test -z "${sbin_PROGRAMS}${asbin_SCRIPTS}"		\
21162b15cb3dSCy Schubert	|| for i in ${sbin_PROGRAMS} ${sbin_SCRIPTS} " "; do	\
21172b15cb3dSCy Schubert	   test ! -f ${bindir}/$$i				\
21182b15cb3dSCy Schubert		|| echo "*** $$i is also in ${bindir}!";	\
2119ea906c41SOllivier Robert	done
2120ea906c41SOllivier Robert
2121ea906c41SOllivier Robert#
2122eb6d21b4SOllivier Robert
21232b15cb3dSCy Schubertcheck-libopts: ../sntp/libopts/libopts.la
21242b15cb3dSCy Schubert	@echo stamp > $@
21252b15cb3dSCy Schubert
21262b15cb3dSCy Schubert../sntp/libopts/libopts.la:
21272b15cb3dSCy Schubert	-cd ../sntp/libopts && $(MAKE) $(AM_MAKEFLAGS) libopts.la
21282b15cb3dSCy Schubert
2129*f5f40dd6SCy Schubert.PHONY: check-libntp
21302b15cb3dSCy Schubert
2131*f5f40dd6SCy Schubert@LIBNTP_SUBMAKES_TRUE@check-libntp:
2132*f5f40dd6SCy Schubert@LIBNTP_SUBMAKES_TRUE@	cd $(top_builddir)/libntp && $(MAKE) $(AM_MAKEFLAGS) libntp.a
2133a466cc55SCy Schubert$(top_srcdir)/sntp/scm-rev: FRC.scm-rev
2134a466cc55SCy Schubert	$(AM_V_GEN)cd $(top_builddir)/sntp && $(MAKE) $(AM_MAKEFLAGS) check-scm-rev
2135a466cc55SCy Schubert
2136*f5f40dd6SCy Schubert.PHONY: FRC.scm-rev
2137a466cc55SCy SchubertFRC.scm-rev:
2138*f5f40dd6SCy Schubert	@: FRC.scm-rev is always out of date, triggering the check every make invocation.
21392b15cb3dSCy Schubert$(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
21402b15cb3dSCy Schubert	@[ -f $@ ] ||							\
21412b15cb3dSCy Schubert		cp $(top_srcdir)/deps-ver $@
21422b15cb3dSCy Schubert	@[ -w $@ ] ||							\
2143a466cc55SCy Schubert		chmod u+w $@
21442b15cb3dSCy Schubert	@cmp $(top_srcdir)/deps-ver $@ > /dev/null || (			\
21452b15cb3dSCy Schubert		$(MAKE) $(AM_MAKEFLAGS) clean &&			\
21462b15cb3dSCy Schubert		echo -n "Prior $(subdir)/$(DEPDIR) version " &&		\
21472b15cb3dSCy Schubert		cat $@ &&						\
21482b15cb3dSCy Schubert		rm -rf $(DEPDIR) &&					\
21492b15cb3dSCy Schubert		mkdir $(DEPDIR) && 					\
21502b15cb3dSCy Schubert		case "$(top_builddir)" in				\
21512b15cb3dSCy Schubert		 .)							\
21522b15cb3dSCy Schubert		    ./config.status Makefile depfiles			\
21532b15cb3dSCy Schubert		    ;;							\
21542b15cb3dSCy Schubert		 *)							\
21552b15cb3dSCy Schubert		    cd "$(top_builddir)" &&				\
21562b15cb3dSCy Schubert		    ./config.status $(subdir)/Makefile depfiles &&	\
21572b15cb3dSCy Schubert		    cd $(subdir)					\
21582b15cb3dSCy Schubert		    ;;							\
21592b15cb3dSCy Schubert		esac &&							\
21602b15cb3dSCy Schubert		echo -n "Cleaned $(subdir)/$(DEPDIR) version " &&	\
21612b15cb3dSCy Schubert		cat $(top_srcdir)/deps-ver				\
21622b15cb3dSCy Schubert	)
2163a466cc55SCy Schubert	$(AM_V_at)cp $(top_srcdir)/deps-ver $@
21642b15cb3dSCy Schubert
21652b15cb3dSCy Schubert.deps-ver: $(top_srcdir)/deps-ver
21662b15cb3dSCy Schubert	@[ ! -d $(DEPDIR) ] || $(MAKE) $(AM_MAKEFLAGS) $(DEPDIR)/deps-ver
21672b15cb3dSCy Schubert	@touch $@
21682b15cb3dSCy Schubert
21692b15cb3dSCy Schubert#
21702b15cb3dSCy Schubert# depsver.mf	included in Makefile.am for directories with .deps
21712b15cb3dSCy Schubert#
21722b15cb3dSCy Schubert# When building in the same directory with sources that change over
21732b15cb3dSCy Schubert# time, such as when tracking using bk, the .deps files can become
21742b15cb3dSCy Schubert# stale with respect to moved, deleted, or superceded headers.  Most
21752b15cb3dSCy Schubert# commonly, this would exhibit as make reporting a failure to make a
21762b15cb3dSCy Schubert# header file which is no longer in the location given.  To address
21772b15cb3dSCy Schubert# this issue, we use a deps-ver file which is updated with each change
21782b15cb3dSCy Schubert# that breaks old .deps files.  A copy of deps-ver is made into
21792b15cb3dSCy Schubert# $(DEPDIR) if not already present.  If $(DEPDIR)/deps-ver is present
21802b15cb3dSCy Schubert# with different contents than deps-ver, we make clean to ensure all
21812b15cb3dSCy Schubert# .o files built before the incompatible change are rebuilt along with
21822b15cb3dSCy Schubert# their updated .deps files, then remove $(DEPDIR) and recreate it as
21832b15cb3dSCy Schubert# empty stubs.
21842b15cb3dSCy Schubert#
21852b15cb3dSCy Schubert# It is normal when configured with --disable-dependency-tracking for
21862b15cb3dSCy Schubert# the DEPDIR to not have been created.  For this reason, we use the
21872b15cb3dSCy Schubert# intermediate target .deps-ver, which invokes make recursively if
21882b15cb3dSCy Schubert# DEPDIR exists.
21892b15cb3dSCy Schubert#
21902b15cb3dSCy Schubert# If you modify depsver.mf, please make the changes to the master
21912b15cb3dSCy Schubert# copy, the one in sntp is copied by the bootstrap script from it.
21922b15cb3dSCy Schubert#
2193a466cc55SCy Schubert# This comment block follows rather than leads the related rules so that
21942b15cb3dSCy Schubert# it stays with it in the generated Makefile.in and Makefile.
21952b15cb3dSCy Schubert#
21962b15cb3dSCy Schubert
2197c0b746e5SOllivier Robert# Tell versions [3.59,3.63) of GNU make to not export all variables.
2198c0b746e5SOllivier Robert# Otherwise a system limit (for SysV at least) may be exceeded.
2199c0b746e5SOllivier Robert.NOEXPORT:
2200