Sync usage with man page.
[netbsd-mini2440.git] / external / bsd / ntp / dist / util / Makefile.in
blob1dfa5653491cc9ce6305212bf89039d8f458a980
1 # Makefile.in generated by automake 1.11 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
16 @SET_MAKE@
18 # we traditionally installed software in bindir, while it should have gone
19 # in sbindir. Now that we offer a choice, look in the "other" installation
20 # subdir to warn folks if there is another version there.
22 VPATH = @srcdir@
23 pkgdatadir = $(datadir)/@PACKAGE@
24 pkgincludedir = $(includedir)/@PACKAGE@
25 pkglibdir = $(libdir)/@PACKAGE@
26 pkglibexecdir = $(libexecdir)/@PACKAGE@
27 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
28 install_sh_DATA = $(install_sh) -c -m 644
29 install_sh_PROGRAM = $(install_sh) -c
30 install_sh_SCRIPT = $(install_sh) -c
31 INSTALL_HEADER = $(INSTALL_DATA)
32 transform = $(program_transform_name)
33 NORMAL_INSTALL = :
34 PRE_INSTALL = :
35 POST_INSTALL = :
36 NORMAL_UNINSTALL = :
37 PRE_UNINSTALL = :
38 POST_UNINSTALL = :
39 build_triplet = @build@
40 host_triplet = @host@
41 bin_PROGRAMS = @MAKE_NTPTIME@ @MAKE_TICKADJ@ @MAKE_TIMETRIM@ \
42 ntp-keygen$(EXEEXT)
43 EXTRA_PROGRAMS = audio-pcm$(EXEEXT) byteorder$(EXEEXT) hist$(EXEEXT) \
44 jitter$(EXEEXT) kern$(EXEEXT) longsize$(EXEEXT) \
45 ntptime$(EXEEXT) pps-api$(EXEEXT) precision$(EXEEXT) \
46 sht$(EXEEXT) testrs6000$(EXEEXT) tg$(EXEEXT) tickadj$(EXEEXT) \
47 timetrim$(EXEEXT)
48 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
49 $(top_srcdir)/bincheck.mf $(top_srcdir)/depsver.mf ansi2knr.1 \
50 ansi2knr.c
51 subdir = util
52 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
53 am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
54 $(top_srcdir)/m4/define_dir.m4 \
55 $(top_srcdir)/m4/ntp_cacheversion.m4 \
56 $(top_srcdir)/m4/ntp_dir_sep.m4 \
57 $(top_srcdir)/m4/ntp_lineeditlibs.m4 \
58 $(top_srcdir)/m4/ntp_vpathhack.m4 \
59 $(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
60 $(top_srcdir)/configure.ac
61 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
62 $(ACLOCAL_M4)
63 mkinstalldirs = $(install_sh) -d
64 CONFIG_HEADER = $(top_builddir)/config.h
65 CONFIG_CLEAN_FILES =
66 CONFIG_CLEAN_VPATH_FILES =
67 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"
68 PROGRAMS = $(bin_PROGRAMS)
69 audio_pcm_SOURCES = audio-pcm.c
70 audio_pcm_OBJECTS = audio-pcm.$(OBJEXT)
71 audio_pcm_LDADD = $(LDADD)
72 audio_pcm_DEPENDENCIES = ../libntp/libntp.a
73 byteorder_SOURCES = byteorder.c
74 byteorder_OBJECTS = byteorder.$(OBJEXT)
75 byteorder_LDADD = $(LDADD)
76 byteorder_DEPENDENCIES = ../libntp/libntp.a
77 hist_SOURCES = hist.c
78 hist_OBJECTS = hist.$(OBJEXT)
79 hist_LDADD = $(LDADD)
80 hist_DEPENDENCIES = ../libntp/libntp.a
81 am_jitter_OBJECTS = jitter.$(OBJEXT)
82 jitter_OBJECTS = $(am_jitter_OBJECTS)
83 jitter_DEPENDENCIES =
84 kern_SOURCES = kern.c
85 kern_OBJECTS = kern.$(OBJEXT)
86 kern_LDADD = $(LDADD)
87 kern_DEPENDENCIES = ../libntp/libntp.a
88 longsize_SOURCES = longsize.c
89 longsize_OBJECTS = longsize.$(OBJEXT)
90 longsize_LDADD = $(LDADD)
91 longsize_DEPENDENCIES = ../libntp/libntp.a
92 am_ntp_keygen_OBJECTS = ntp-keygen.$(OBJEXT) ntp-keygen-opts.$(OBJEXT)
93 ntp_keygen_OBJECTS = $(am_ntp_keygen_OBJECTS)
94 am__DEPENDENCIES_1 =
95 ntp_keygen_DEPENDENCIES = $(am__DEPENDENCIES_1) ../libntp/libntp.a
96 ntptime_SOURCES = ntptime.c
97 ntptime_OBJECTS = ntptime.$(OBJEXT)
98 ntptime_LDADD = $(LDADD)
99 ntptime_DEPENDENCIES = ../libntp/libntp.a
100 pps_api_SOURCES = pps-api.c
101 pps_api_OBJECTS = pps-api.$(OBJEXT)
102 pps_api_LDADD = $(LDADD)
103 pps_api_DEPENDENCIES = ../libntp/libntp.a
104 precision_SOURCES = precision.c
105 precision_OBJECTS = precision.$(OBJEXT)
106 precision_LDADD = $(LDADD)
107 precision_DEPENDENCIES = ../libntp/libntp.a
108 sht_SOURCES = sht.c
109 sht_OBJECTS = sht.$(OBJEXT)
110 sht_LDADD = $(LDADD)
111 sht_DEPENDENCIES = ../libntp/libntp.a
112 testrs6000_SOURCES = testrs6000.c
113 testrs6000_OBJECTS = testrs6000.$(OBJEXT)
114 testrs6000_LDADD = $(LDADD)
115 testrs6000_DEPENDENCIES = ../libntp/libntp.a
116 tg_SOURCES = tg.c
117 tg_OBJECTS = tg.$(OBJEXT)
118 tg_LDADD = $(LDADD)
119 tg_DEPENDENCIES = ../libntp/libntp.a
120 tickadj_SOURCES = tickadj.c
121 tickadj_OBJECTS = tickadj.$(OBJEXT)
122 tickadj_LDADD = $(LDADD)
123 tickadj_DEPENDENCIES = ../libntp/libntp.a
124 timetrim_SOURCES = timetrim.c
125 timetrim_OBJECTS = timetrim.$(OBJEXT)
126 timetrim_LDADD = $(LDADD)
127 timetrim_DEPENDENCIES = ../libntp/libntp.a
128 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
129 depcomp = $(SHELL) $(top_srcdir)/depcomp
130 am__depfiles_maybe = depfiles
131 am__mv = mv -f
132 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
133 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
134 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
135 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
136 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
137 CCLD = $(CC)
138 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
139 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
140 $(LDFLAGS) -o $@
141 SOURCES = audio-pcm.c byteorder.c hist.c $(jitter_SOURCES) kern.c \
142 longsize.c $(ntp_keygen_SOURCES) ntptime.c pps-api.c \
143 precision.c sht.c testrs6000.c tg.c tickadj.c timetrim.c
144 DIST_SOURCES = audio-pcm.c byteorder.c hist.c $(jitter_SOURCES) kern.c \
145 longsize.c $(ntp_keygen_SOURCES) ntptime.c pps-api.c \
146 precision.c sht.c testrs6000.c tg.c tickadj.c timetrim.c
147 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
148 am__vpath_adj = case $$p in \
149 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
150 *) f=$$p;; \
151 esac;
152 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
153 am__install_max = 40
154 am__nobase_strip_setup = \
155 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
156 am__nobase_strip = \
157 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
158 am__nobase_list = $(am__nobase_strip_setup); \
159 for p in $$list; do echo "$$p $$p"; done | \
160 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
161 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
162 if (++n[$$2] == $(am__install_max)) \
163 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
164 END { for (dir in files) print dir, files[dir] }'
165 am__base_list = \
166 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
167 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
168 man1dir = $(mandir)/man1
169 NROFF = nroff
170 MANS = $(man_MANS)
171 ETAGS = etags
172 CTAGS = ctags
173 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
174 ACLOCAL = @ACLOCAL@
175 AMTAR = @AMTAR@
176 AR = @AR@
177 ARLIB_DIR = @ARLIB_DIR@
178 AUTOCONF = @AUTOCONF@
179 AUTOHEADER = @AUTOHEADER@
180 AUTOMAKE = @AUTOMAKE@
181 AWK = @AWK@
182 BINSUBDIR = @BINSUBDIR@
183 CC = @CC@
184 CCDEPMODE = @CCDEPMODE@
185 CFLAGS = @CFLAGS@
186 CHUTEST = @CHUTEST@
187 CLKTEST = @CLKTEST@
188 CPP = @CPP@
189 CPPFLAGS = @CPPFLAGS@
190 CYGPATH_W = @CYGPATH_W@
191 DCFD = @DCFD@
192 DEFS = @DEFS@
193 DEPDIR = @DEPDIR@
194 ECHO = @ECHO@
195 ECHO_C = @ECHO_C@
196 ECHO_N = @ECHO_N@
197 ECHO_T = @ECHO_T@
198 EDITLINE_LIBS = @EDITLINE_LIBS@
199 EF_LIBS = @EF_LIBS@
200 EF_PROGS = @EF_PROGS@
201 EGREP = @EGREP@
202 EXEEXT = @EXEEXT@
203 GREP = @GREP@
204 HAVE_INLINE = @HAVE_INLINE@
205 INSTALL = @INSTALL@
206 INSTALL_DATA = @INSTALL_DATA@
207 INSTALL_PROGRAM = @INSTALL_PROGRAM@
208 INSTALL_SCRIPT = @INSTALL_SCRIPT@
209 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
210 LCRYPTO = @LCRYPTO@
211 LDFLAGS = @LDFLAGS@
212 LIBOBJS = @LIBOBJS@
213 LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
214 LIBOPTS_DIR = @LIBOPTS_DIR@
215 LIBOPTS_LDADD = @LIBOPTS_LDADD@
216 LIBPARSE = @LIBPARSE@
217 LIBS = @LIBS@
218 LIBTOOL = @LIBTOOL@
219 LN_S = @LN_S@
220 LSCF = @LSCF@
221 LTLIBOBJS = @LTLIBOBJS@
222 MAKEINFO = @MAKEINFO@
223 MAKE_ADJTIMED = @MAKE_ADJTIMED@
224 MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
225 MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
226 MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
227 MAKE_LIBPARSE = @MAKE_LIBPARSE@
228 MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
229 MAKE_NTPDSIM = @MAKE_NTPDSIM@
230 MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
231 MAKE_NTPTIME = @MAKE_NTPTIME@
232 MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
233 MAKE_TICKADJ = @MAKE_TICKADJ@
234 MAKE_TIMETRIM = @MAKE_TIMETRIM@
235 MKDIR_P = @MKDIR_P@
236 OBJEXT = @OBJEXT@
237 OPENSSL = @OPENSSL@
238 OPENSSL_INC = @OPENSSL_INC@
239 OPENSSL_LIB = @OPENSSL_LIB@
240 PACKAGE = @PACKAGE@
241 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
242 PACKAGE_NAME = @PACKAGE_NAME@
243 PACKAGE_STRING = @PACKAGE_STRING@
244 PACKAGE_TARNAME = @PACKAGE_TARNAME@
245 PACKAGE_URL = @PACKAGE_URL@
246 PACKAGE_VERSION = @PACKAGE_VERSION@
247 PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
248 PATH_PERL = @PATH_PERL@
249 PATH_SEPARATOR = @PATH_SEPARATOR@
250 PATH_SH = @PATH_SH@
251 PROPDELAY = @PROPDELAY@
252 RANLIB = @RANLIB@
253 SET_MAKE = @SET_MAKE@
254 SHELL = @SHELL@
255 SNMP_CFLAGS = @SNMP_CFLAGS@
256 SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
257 SNMP_LIBS = @SNMP_LIBS@
258 STRIP = @STRIP@
259 TESTDCF = @TESTDCF@
260 VERSION = @VERSION@
261 YACC = @YACC@
262 YFLAGS = @YFLAGS@
263 abs_builddir = @abs_builddir@
264 abs_srcdir = @abs_srcdir@
265 abs_top_builddir = @abs_top_builddir@
266 abs_top_srcdir = @abs_top_srcdir@
267 ac_ct_CC = @ac_ct_CC@
268 am__include = @am__include@
269 am__leading_dot = @am__leading_dot@
270 am__quote = @am__quote@
271 am__tar = @am__tar@
272 am__untar = @am__untar@
273 bindir = @bindir@
274 build = @build@
275 build_alias = @build_alias@
276 build_cpu = @build_cpu@
277 build_os = @build_os@
278 build_vendor = @build_vendor@
279 builddir = @builddir@
280 datadir = @datadir@
281 datarootdir = @datarootdir@
282 docdir = @docdir@
283 dvidir = @dvidir@
284 exec_prefix = @exec_prefix@
285 host = @host@
286 host_alias = @host_alias@
287 host_cpu = @host_cpu@
288 host_os = @host_os@
289 host_vendor = @host_vendor@
290 htmldir = @htmldir@
291 includedir = @includedir@
292 infodir = @infodir@
293 install_sh = @install_sh@
294 libdir = @libdir@
295 libexecdir = @libexecdir@
296 localedir = @localedir@
297 localstatedir = @localstatedir@
298 mandir = @mandir@
299 mkdir_p = @mkdir_p@
300 oldincludedir = @oldincludedir@
301 pdfdir = @pdfdir@
302 prefix = @prefix@
303 program_transform_name = @program_transform_name@
304 psdir = @psdir@
305 sbindir = @sbindir@
306 sharedstatedir = @sharedstatedir@
307 srcdir = @srcdir@
308 subdirs = @subdirs@
309 sysconfdir = @sysconfdir@
310 target_alias = @target_alias@
311 top_build_prefix = @top_build_prefix@
312 top_builddir = @top_builddir@
313 top_srcdir = @top_srcdir@
314 NULL =
315 #AUTOMAKE_OPTIONS = ../ansi2knr no-dependencies
316 AUTOMAKE_OPTIONS =
317 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/lib/isc/include \
318 -I$(top_srcdir)/lib/isc/nothreads/include \
319 -I$(top_srcdir)/lib/isc/unix/include $(LIBOPTS_CFLAGS)
322 # LDADD might need RESLIB and ADJLIB
323 LDADD = ../libntp/libntp.a
324 ntp_keygen_SOURCES = ntp-keygen.c ntp-keygen-opts.c ntp-keygen-opts.h
325 ntp_keygen_LDADD = @LCRYPTO@ $(LIBOPTS_LDADD) ../libntp/libntp.a
326 ETAGS_ARGS = Makefile.am
327 #EXTRA_DIST= README TAGS
328 EXTRA_DIST = ntp-keygen-opts.def ntp-keygen.1 ntp-keygen-opts.texi ntp-keygen-opts.menu
329 BUILT_SOURCES = ntp-keygen-opts.c ntp-keygen-opts.h ntp-keygen.1 \
330 ntp-keygen-opts.texi ntp-keygen-opts.menu .deps-ver
331 CLEANFILES = .deps-ver
332 man_MANS = ntp-keygen.1
333 run_ag = cd $(srcdir) && \
334 env PATH="$(abs_builddir):$(PATH)" \
335 autogen -L ../include --writable
337 std_def_list = $(top_srcdir)/include/debug-opt.def \
338 $(top_srcdir)/include/autogen-version.def \
339 $(top_srcdir)/include/copyright.def \
340 $(top_srcdir)/include/homerc.def \
341 $(top_srcdir)/include/version.def
343 jitter_SOURCES = jitter.c jitter.h
344 jitter_LDADD =
345 all: $(BUILT_SOURCES)
346 $(MAKE) $(AM_MAKEFLAGS) all-am
348 .SUFFIXES:
349 .SUFFIXES: .c .lo .o .obj
350 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/bincheck.mf $(top_srcdir)/depsver.mf $(am__configure_deps)
351 @for dep in $?; do \
352 case '$(am__configure_deps)' in \
353 *$$dep*) \
354 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
355 && { if test -f $@; then exit 0; else break; fi; }; \
356 exit 1;; \
357 esac; \
358 done; \
359 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign util/Makefile'; \
360 $(am__cd) $(top_srcdir) && \
361 $(AUTOMAKE) --foreign util/Makefile
362 .PRECIOUS: Makefile
363 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
364 @case '$?' in \
365 *config.status*) \
366 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
367 *) \
368 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
369 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
370 esac;
372 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
373 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
375 $(top_srcdir)/configure: $(am__configure_deps)
376 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
377 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
378 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379 $(am__aclocal_m4_deps):
380 install-binPROGRAMS: $(bin_PROGRAMS)
381 @$(NORMAL_INSTALL)
382 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
383 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
384 for p in $$list; do echo "$$p $$p"; done | \
385 sed 's/$(EXEEXT)$$//' | \
386 while read p p1; do if test -f $$p || test -f $$p1; \
387 then echo "$$p"; echo "$$p"; else :; fi; \
388 done | \
389 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
390 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
391 sed 'N;N;N;s,\n, ,g' | \
392 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
393 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
394 if ($$2 == $$4) files[d] = files[d] " " $$1; \
395 else { print "f", $$3 "/" $$4, $$1; } } \
396 END { for (d in files) print "f", d, files[d] }' | \
397 while read type dir files; do \
398 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
399 test -z "$$files" || { \
400 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
401 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
403 ; done
405 uninstall-binPROGRAMS:
406 @$(NORMAL_UNINSTALL)
407 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
408 files=`for p in $$list; do echo "$$p"; done | \
409 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
410 -e 's/$$/$(EXEEXT)/' `; \
411 test -n "$$list" || exit 0; \
412 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
413 cd "$(DESTDIR)$(bindir)" && rm -f $$files
415 clean-binPROGRAMS:
416 @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
417 echo " rm -f" $$list; \
418 rm -f $$list || exit $$?; \
419 test -n "$(EXEEXT)" || exit 0; \
420 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
421 echo " rm -f" $$list; \
422 rm -f $$list
423 audio-pcm$(EXEEXT): $(audio_pcm_OBJECTS) $(audio_pcm_DEPENDENCIES)
424 @rm -f audio-pcm$(EXEEXT)
425 $(LINK) $(audio_pcm_OBJECTS) $(audio_pcm_LDADD) $(LIBS)
426 byteorder$(EXEEXT): $(byteorder_OBJECTS) $(byteorder_DEPENDENCIES)
427 @rm -f byteorder$(EXEEXT)
428 $(LINK) $(byteorder_OBJECTS) $(byteorder_LDADD) $(LIBS)
429 hist$(EXEEXT): $(hist_OBJECTS) $(hist_DEPENDENCIES)
430 @rm -f hist$(EXEEXT)
431 $(LINK) $(hist_OBJECTS) $(hist_LDADD) $(LIBS)
432 jitter$(EXEEXT): $(jitter_OBJECTS) $(jitter_DEPENDENCIES)
433 @rm -f jitter$(EXEEXT)
434 $(LINK) $(jitter_OBJECTS) $(jitter_LDADD) $(LIBS)
435 kern$(EXEEXT): $(kern_OBJECTS) $(kern_DEPENDENCIES)
436 @rm -f kern$(EXEEXT)
437 $(LINK) $(kern_OBJECTS) $(kern_LDADD) $(LIBS)
438 longsize$(EXEEXT): $(longsize_OBJECTS) $(longsize_DEPENDENCIES)
439 @rm -f longsize$(EXEEXT)
440 $(LINK) $(longsize_OBJECTS) $(longsize_LDADD) $(LIBS)
441 ntp-keygen$(EXEEXT): $(ntp_keygen_OBJECTS) $(ntp_keygen_DEPENDENCIES)
442 @rm -f ntp-keygen$(EXEEXT)
443 $(LINK) $(ntp_keygen_OBJECTS) $(ntp_keygen_LDADD) $(LIBS)
444 ntptime$(EXEEXT): $(ntptime_OBJECTS) $(ntptime_DEPENDENCIES)
445 @rm -f ntptime$(EXEEXT)
446 $(LINK) $(ntptime_OBJECTS) $(ntptime_LDADD) $(LIBS)
447 pps-api$(EXEEXT): $(pps_api_OBJECTS) $(pps_api_DEPENDENCIES)
448 @rm -f pps-api$(EXEEXT)
449 $(LINK) $(pps_api_OBJECTS) $(pps_api_LDADD) $(LIBS)
450 precision$(EXEEXT): $(precision_OBJECTS) $(precision_DEPENDENCIES)
451 @rm -f precision$(EXEEXT)
452 $(LINK) $(precision_OBJECTS) $(precision_LDADD) $(LIBS)
453 sht$(EXEEXT): $(sht_OBJECTS) $(sht_DEPENDENCIES)
454 @rm -f sht$(EXEEXT)
455 $(LINK) $(sht_OBJECTS) $(sht_LDADD) $(LIBS)
456 testrs6000$(EXEEXT): $(testrs6000_OBJECTS) $(testrs6000_DEPENDENCIES)
457 @rm -f testrs6000$(EXEEXT)
458 $(LINK) $(testrs6000_OBJECTS) $(testrs6000_LDADD) $(LIBS)
459 tg$(EXEEXT): $(tg_OBJECTS) $(tg_DEPENDENCIES)
460 @rm -f tg$(EXEEXT)
461 $(LINK) $(tg_OBJECTS) $(tg_LDADD) $(LIBS)
462 tickadj$(EXEEXT): $(tickadj_OBJECTS) $(tickadj_DEPENDENCIES)
463 @rm -f tickadj$(EXEEXT)
464 $(LINK) $(tickadj_OBJECTS) $(tickadj_LDADD) $(LIBS)
465 timetrim$(EXEEXT): $(timetrim_OBJECTS) $(timetrim_DEPENDENCIES)
466 @rm -f timetrim$(EXEEXT)
467 $(LINK) $(timetrim_OBJECTS) $(timetrim_LDADD) $(LIBS)
469 mostlyclean-compile:
470 -rm -f *.$(OBJEXT)
472 distclean-compile:
473 -rm -f *.tab.c
475 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/audio-pcm.Po@am__quote@
476 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/byteorder.Po@am__quote@
477 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hist.Po@am__quote@
478 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/jitter.Po@am__quote@
479 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kern.Po@am__quote@
480 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/longsize.Po@am__quote@
481 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp-keygen-opts.Po@am__quote@
482 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntp-keygen.Po@am__quote@
483 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ntptime.Po@am__quote@
484 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pps-api.Po@am__quote@
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/precision.Po@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sht.Po@am__quote@
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/testrs6000.Po@am__quote@
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tg.Po@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tickadj.Po@am__quote@
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timetrim.Po@am__quote@
492 .c.o:
493 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
494 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
495 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
496 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497 @am__fastdepCC_FALSE@ $(COMPILE) -c $<
499 .c.obj:
500 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
501 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
502 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
503 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
504 @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
506 .c.lo:
507 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
508 @am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
509 @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
510 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
511 @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
513 mostlyclean-libtool:
514 -rm -f *.lo
516 clean-libtool:
517 -rm -rf .libs _libs
518 install-man1: $(man_MANS)
519 @$(NORMAL_INSTALL)
520 test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
521 @list=''; test -n "$(man1dir)" || exit 0; \
522 { for i in $$list; do echo "$$i"; done; \
523 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
524 sed -n '/\.1[a-z]*$$/p'; \
525 } | while read p; do \
526 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
527 echo "$$d$$p"; echo "$$p"; \
528 done | \
529 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
530 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
531 sed 'N;N;s,\n, ,g' | { \
532 list=; while read file base inst; do \
533 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
534 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
535 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
536 fi; \
537 done; \
538 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
539 while read files; do \
540 test -z "$$files" || { \
541 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
542 $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
543 done; }
545 uninstall-man1:
546 @$(NORMAL_UNINSTALL)
547 @list=''; test -n "$(man1dir)" || exit 0; \
548 files=`{ for i in $$list; do echo "$$i"; done; \
549 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
550 sed -n '/\.1[a-z]*$$/p'; \
551 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
552 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
553 test -z "$$files" || { \
554 echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
555 cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
557 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
558 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
559 unique=`for i in $$list; do \
560 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
561 done | \
562 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
563 END { if (nonempty) { for (i in files) print i; }; }'`; \
564 mkid -fID $$unique
565 tags: TAGS
567 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
568 $(TAGS_FILES) $(LISP)
569 set x; \
570 here=`pwd`; \
571 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
572 unique=`for i in $$list; do \
573 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
574 done | \
575 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
576 END { if (nonempty) { for (i in files) print i; }; }'`; \
577 shift; \
578 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
579 test -n "$$unique" || unique=$$empty_fix; \
580 if test $$# -gt 0; then \
581 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
582 "$$@" $$unique; \
583 else \
584 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
585 $$unique; \
586 fi; \
588 ctags: CTAGS
589 CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
590 $(TAGS_FILES) $(LISP)
591 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
592 unique=`for i in $$list; do \
593 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
594 done | \
595 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
596 END { if (nonempty) { for (i in files) print i; }; }'`; \
597 test -z "$(CTAGS_ARGS)$$unique" \
598 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
599 $$unique
601 GTAGS:
602 here=`$(am__cd) $(top_builddir) && pwd` \
603 && $(am__cd) $(top_srcdir) \
604 && gtags -i $(GTAGS_ARGS) "$$here"
606 distclean-tags:
607 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
609 distdir: $(DISTFILES)
610 @list='$(MANS)'; if test -n "$$list"; then \
611 list=`for p in $$list; do \
612 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
613 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
614 if test -n "$$list" && \
615 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
616 echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
617 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
618 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
619 echo " typically \`make maintainer-clean' will remove them" >&2; \
620 exit 1; \
621 else :; fi; \
622 else :; fi
623 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
624 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
625 list='$(DISTFILES)'; \
626 dist_files=`for file in $$list; do echo $$file; done | \
627 sed -e "s|^$$srcdirstrip/||;t" \
628 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
629 case $$dist_files in \
630 */*) $(MKDIR_P) `echo "$$dist_files" | \
631 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
632 sort -u` ;; \
633 esac; \
634 for file in $$dist_files; do \
635 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
636 if test -d $$d/$$file; then \
637 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
638 if test -d "$(distdir)/$$file"; then \
639 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
640 fi; \
641 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
642 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
643 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
644 fi; \
645 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
646 else \
647 test -f "$(distdir)/$$file" \
648 || cp -p $$d/$$file "$(distdir)/$$file" \
649 || exit 1; \
650 fi; \
651 done
652 check-am: all-am
653 check: $(BUILT_SOURCES)
654 $(MAKE) $(AM_MAKEFLAGS) check-am
655 all-am: Makefile $(PROGRAMS) $(MANS)
656 installdirs:
657 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \
658 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
659 done
660 install: $(BUILT_SOURCES)
661 $(MAKE) $(AM_MAKEFLAGS) install-am
662 install-exec: install-exec-am
663 install-data: install-data-am
664 uninstall: uninstall-am
666 install-am: all-am
667 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
669 installcheck: installcheck-am
670 install-strip:
671 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
672 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
673 `test -z '$(STRIP)' || \
674 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
675 mostlyclean-generic:
677 clean-generic:
678 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
680 distclean-generic:
681 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
682 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
684 maintainer-clean-generic:
685 @echo "This command is intended for maintainers to use"
686 @echo "it deletes files that may require special tools to rebuild."
687 -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
688 clean: clean-am
690 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
692 distclean: distclean-am
693 -rm -rf ./$(DEPDIR)
694 -rm -f Makefile
695 distclean-am: clean-am distclean-compile distclean-generic \
696 distclean-tags
698 dvi: dvi-am
700 dvi-am:
702 html: html-am
704 html-am:
706 info: info-am
708 info-am:
710 install-data-am: install-man
712 install-dvi: install-dvi-am
714 install-dvi-am:
716 install-exec-am: install-binPROGRAMS
717 @$(NORMAL_INSTALL)
718 $(MAKE) $(AM_MAKEFLAGS) install-exec-hook
719 install-html: install-html-am
721 install-html-am:
723 install-info: install-info-am
725 install-info-am:
727 install-man: install-man1
729 install-pdf: install-pdf-am
731 install-pdf-am:
733 install-ps: install-ps-am
735 install-ps-am:
737 installcheck-am:
739 maintainer-clean: maintainer-clean-am
740 -rm -rf ./$(DEPDIR)
741 -rm -f Makefile
742 maintainer-clean-am: distclean-am maintainer-clean-generic
744 mostlyclean: mostlyclean-am
746 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
747 mostlyclean-libtool
749 pdf: pdf-am
751 pdf-am:
753 ps: ps-am
755 ps-am:
757 uninstall-am: uninstall-binPROGRAMS uninstall-man
759 uninstall-man: uninstall-man1
761 .MAKE: all check install install-am install-exec-am install-strip
763 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
764 clean-generic clean-libtool ctags distclean distclean-compile \
765 distclean-generic distclean-libtool distclean-tags distdir dvi \
766 dvi-am html html-am info info-am install install-am \
767 install-binPROGRAMS install-data install-data-am install-dvi \
768 install-dvi-am install-exec install-exec-am install-exec-hook \
769 install-html install-html-am install-info install-info-am \
770 install-man install-man1 install-pdf install-pdf-am install-ps \
771 install-ps-am install-strip installcheck installcheck-am \
772 installdirs maintainer-clean maintainer-clean-generic \
773 mostlyclean mostlyclean-compile mostlyclean-generic \
774 mostlyclean-libtool pdf pdf-am ps ps-am tags uninstall \
775 uninstall-am uninstall-binPROGRAMS uninstall-man \
776 uninstall-man1
779 $(srcdir)/ntp-keygen-opts.h: $(srcdir)/ntp-keygen-opts.c
780 @: do-nothing action to avoid default SCCS get, .h built with .c
782 $(srcdir)/ntp-keygen-opts.c: $(srcdir)/ntp-keygen-opts.def $(std_def_list)
783 $(run_ag) ntp-keygen-opts.def
785 $(srcdir)/ntp-keygen.1: $(srcdir)/ntp-keygen-opts.def $(std_def_list)
786 $(run_ag) -Tagman1.tpl -bntp-keygen ntp-keygen-opts.def
788 $(srcdir)/ntp-keygen-opts.texi $(srcdir)/ntp-keygen-opts.menu: $(srcdir)/ntp-keygen-opts.def $(std_def_list)
789 $(MAKE) ntp-keygen # aginfo.tpl runs the binary to extract --help usage text
790 $(run_ag) -Taginfo.tpl -DLEVEL=section ntp-keygen-opts.def
792 ../libntp/libntp.a:
793 cd ../libntp && $(MAKE)
795 kern.o: kern.c
796 $(COMPILE) -DHAVE_TIMEX_H -c kern.c
798 install-exec-hook:
799 @case ${BINSUBDIR} in \
800 bin) ODIR=${exec_prefix}/sbin ;; \
801 sbin) ODIR=${exec_prefix}/bin ;; \
802 esac; \
803 test -z "${bin_PROGRAMS}${bin_SCRIPTS}" \
804 || for i in ${bin_PROGRAMS} ${bin_SCRIPTS} " "; do \
805 test ! -f $$ODIR/$$i || echo "*** $$i is also in $$ODIR!"; \
806 done
809 $(DEPDIR)/deps-ver: $(top_srcdir)/deps-ver
810 @[ -f $@ ] || \
811 cp $(top_srcdir)/deps-ver $@
812 @[ -w $@ ] || \
813 chmod ug+w $@
814 @cmp $(top_srcdir)/deps-ver $@ > /dev/null || ( \
815 $(MAKE) clean && \
816 echo -n "Prior $(subdir)/$(DEPDIR) version " && \
817 cat $@ && \
818 rm -rf $(DEPDIR) && \
819 mkdir $(DEPDIR) && \
820 case "$(top_builddir)" in \
821 .) \
822 ./config.status Makefile depfiles \
823 ;; \
824 ..) \
825 cd .. && \
826 ./config.status $(subdir)/Makefile depfiles && \
827 cd $(subdir) \
828 ;; \
829 *) \
830 echo 'Fatal: depsver.mf Automake fragment limited' \
831 'to immediate subdirectories.' && \
832 echo "top_builddir: $(top_builddir)" && \
833 echo "subdir: $(subdir)" && \
834 exit 1 \
835 ;; \
836 esac && \
837 echo -n "Cleaned $(subdir)/$(DEPDIR) version " && \
838 cat $(top_srcdir)/deps-ver \
840 cp $(top_srcdir)/deps-ver $@
842 .deps-ver: $(top_srcdir)/deps-ver
843 @[ ! -d $(DEPDIR) ] || $(MAKE) $(DEPDIR)/deps-ver
844 @touch $@
847 # depsver.mf included in Makefile.am for directories with .deps
849 # When building in the same directory with sources that change over
850 # time, such as when tracking using bk, the .deps files can become
851 # stale with respect to moved, deleted, or superceded headers. Most
852 # commonly, this would exhibit as make reporting a failure to make a
853 # header file which is no longer in the location given. To address
854 # this issue, we use a deps-ver file which is updated with each change
855 # that breaks old .deps files. A copy of deps-ver is made into
856 # $(DEPDIR) if not already present. If $(DEPDIR)/deps-ver is present
857 # with different contents than deps-ver, we make clean to ensure all
858 # .o files built before the incompatible change are rebuilt along with
859 # their updated .deps files, then remove $(DEPDIR) and recreate it as
860 # empty stubs.
862 # It is normal when configured with --disable-dependency-tracking for
863 # the DEPDIR to not have been created. For this reason, we use the
864 # intermediate target .deps-ver, which invokes make recursively if
865 # DEPDIR exists.
867 # If you modify depsver.mf, please make the changes to the master
868 # copy, the one in sntp is copied by the bootstrap script from it.
870 # This comment block follows rather than leads the related code so that
871 # it stays with it in the generated Makefile.in and Makefile.
874 # Tell versions [3.59,3.63) of GNU make to not export all variables.
875 # Otherwise a system limit (for SysV at least) may be exceeded.
876 .NOEXPORT: