Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / bsd / ntp / dist / scripts / Makefile.in
blob5fd12b4c2c99d7c8ff14772c29b48e21f0806be7
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 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 subdir = scripts
38 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
39 $(srcdir)/calc_tickadj.in $(srcdir)/checktime.in \
40 $(srcdir)/freq_adj.in $(srcdir)/html2man.in $(srcdir)/mkver.in \
41 $(srcdir)/ntp-wait.in $(srcdir)/ntpsweep.in \
42 $(srcdir)/ntptrace.in $(srcdir)/ntpver.in \
43 $(srcdir)/plot_summary.in $(srcdir)/summary.in
44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
46 $(top_srcdir)/m4/define_dir.m4 \
47 $(top_srcdir)/m4/ntp_cacheversion.m4 \
48 $(top_srcdir)/m4/ntp_dir_sep.m4 \
49 $(top_srcdir)/m4/ntp_lineeditlibs.m4 \
50 $(top_srcdir)/m4/ntp_vpathhack.m4 \
51 $(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
52 $(top_srcdir)/configure.ac
53 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
54 $(ACLOCAL_M4)
55 mkinstalldirs = $(install_sh) -d
56 CONFIG_HEADER = $(top_builddir)/config.h
57 CONFIG_CLEAN_FILES = calc_tickadj checktime freq_adj html2man mkver \
58 ntp-wait ntpsweep ntptrace ntpver plot_summary summary
59 CONFIG_CLEAN_VPATH_FILES =
60 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
61 am__vpath_adj = case $$p in \
62 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
63 *) f=$$p;; \
64 esac;
65 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
66 am__install_max = 40
67 am__nobase_strip_setup = \
68 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
69 am__nobase_strip = \
70 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
71 am__nobase_list = $(am__nobase_strip_setup); \
72 for p in $$list; do echo "$$p $$p"; done | \
73 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
74 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
75 if (++n[$$2] == $(am__install_max)) \
76 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
77 END { for (dir in files) print dir, files[dir] }'
78 am__base_list = \
79 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
80 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
81 am__installdirs = "$(DESTDIR)$(bindir)"
82 SCRIPTS = $(bin_SCRIPTS) $(noinst_SCRIPTS)
83 SOURCES =
84 DIST_SOURCES =
85 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
86 ACLOCAL = @ACLOCAL@
87 AMTAR = @AMTAR@
88 AR = @AR@
89 ARLIB_DIR = @ARLIB_DIR@
90 AUTOCONF = @AUTOCONF@
91 AUTOHEADER = @AUTOHEADER@
92 AUTOMAKE = @AUTOMAKE@
93 AWK = @AWK@
94 BINSUBDIR = @BINSUBDIR@
95 CC = @CC@
96 CCDEPMODE = @CCDEPMODE@
97 CFLAGS = @CFLAGS@
98 CHUTEST = @CHUTEST@
99 CLKTEST = @CLKTEST@
100 CPP = @CPP@
101 CPPFLAGS = @CPPFLAGS@
102 CYGPATH_W = @CYGPATH_W@
103 DCFD = @DCFD@
104 DEFS = @DEFS@
105 DEPDIR = @DEPDIR@
106 ECHO = @ECHO@
107 ECHO_C = @ECHO_C@
108 ECHO_N = @ECHO_N@
109 ECHO_T = @ECHO_T@
110 EDITLINE_LIBS = @EDITLINE_LIBS@
111 EF_LIBS = @EF_LIBS@
112 EF_PROGS = @EF_PROGS@
113 EGREP = @EGREP@
114 EXEEXT = @EXEEXT@
115 GREP = @GREP@
116 HAVE_INLINE = @HAVE_INLINE@
117 INSTALL = @INSTALL@
118 INSTALL_DATA = @INSTALL_DATA@
119 INSTALL_PROGRAM = @INSTALL_PROGRAM@
120 INSTALL_SCRIPT = @INSTALL_SCRIPT@
121 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
122 LCRYPTO = @LCRYPTO@
123 LDFLAGS = @LDFLAGS@
124 LIBOBJS = @LIBOBJS@
125 LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
126 LIBOPTS_DIR = @LIBOPTS_DIR@
127 LIBOPTS_LDADD = @LIBOPTS_LDADD@
128 LIBPARSE = @LIBPARSE@
129 LIBS = @LIBS@
130 LIBTOOL = @LIBTOOL@
131 LN_S = @LN_S@
132 LSCF = @LSCF@
133 LTLIBOBJS = @LTLIBOBJS@
134 MAKEINFO = @MAKEINFO@
135 MAKE_ADJTIMED = @MAKE_ADJTIMED@
136 MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
137 MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
138 MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
139 MAKE_LIBPARSE = @MAKE_LIBPARSE@
140 MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
141 MAKE_NTPDSIM = @MAKE_NTPDSIM@
142 MAKE_NTPSNMPD = @MAKE_NTPSNMPD@
143 MAKE_NTPTIME = @MAKE_NTPTIME@
144 MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
145 MAKE_TICKADJ = @MAKE_TICKADJ@
146 MAKE_TIMETRIM = @MAKE_TIMETRIM@
147 MKDIR_P = @MKDIR_P@
148 OBJEXT = @OBJEXT@
149 OPENSSL = @OPENSSL@
150 OPENSSL_INC = @OPENSSL_INC@
151 OPENSSL_LIB = @OPENSSL_LIB@
152 PACKAGE = @PACKAGE@
153 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
154 PACKAGE_NAME = @PACKAGE_NAME@
155 PACKAGE_STRING = @PACKAGE_STRING@
156 PACKAGE_TARNAME = @PACKAGE_TARNAME@
157 PACKAGE_URL = @PACKAGE_URL@
158 PACKAGE_VERSION = @PACKAGE_VERSION@
159 PATH_NET_SNMP_CONFIG = @PATH_NET_SNMP_CONFIG@
160 PATH_PERL = @PATH_PERL@
161 PATH_SEPARATOR = @PATH_SEPARATOR@
162 PATH_SH = @PATH_SH@
163 PROPDELAY = @PROPDELAY@
164 RANLIB = @RANLIB@
165 SET_MAKE = @SET_MAKE@
166 SHELL = @SHELL@
167 SNMP_CFLAGS = @SNMP_CFLAGS@
168 SNMP_CPPFLAGS = @SNMP_CPPFLAGS@
169 SNMP_LIBS = @SNMP_LIBS@
170 STRIP = @STRIP@
171 TESTDCF = @TESTDCF@
172 VERSION = @VERSION@
173 YACC = @YACC@
174 YFLAGS = @YFLAGS@
175 abs_builddir = @abs_builddir@
176 abs_srcdir = @abs_srcdir@
177 abs_top_builddir = @abs_top_builddir@
178 abs_top_srcdir = @abs_top_srcdir@
179 ac_ct_CC = @ac_ct_CC@
180 am__include = @am__include@
181 am__leading_dot = @am__leading_dot@
182 am__quote = @am__quote@
183 am__tar = @am__tar@
184 am__untar = @am__untar@
185 bindir = @bindir@
186 build = @build@
187 build_alias = @build_alias@
188 build_cpu = @build_cpu@
189 build_os = @build_os@
190 build_vendor = @build_vendor@
191 builddir = @builddir@
192 datadir = @datadir@
193 datarootdir = @datarootdir@
194 docdir = @docdir@
195 dvidir = @dvidir@
196 exec_prefix = @exec_prefix@
197 host = @host@
198 host_alias = @host_alias@
199 host_cpu = @host_cpu@
200 host_os = @host_os@
201 host_vendor = @host_vendor@
202 htmldir = @htmldir@
203 includedir = @includedir@
204 infodir = @infodir@
205 install_sh = @install_sh@
206 libdir = @libdir@
207 libexecdir = @libexecdir@
208 localedir = @localedir@
209 localstatedir = @localstatedir@
210 mandir = @mandir@
211 mkdir_p = @mkdir_p@
212 oldincludedir = @oldincludedir@
213 pdfdir = @pdfdir@
214 prefix = @prefix@
215 program_transform_name = @program_transform_name@
216 psdir = @psdir@
217 sbindir = @sbindir@
218 sharedstatedir = @sharedstatedir@
219 srcdir = @srcdir@
220 subdirs = @subdirs@
221 sysconfdir = @sysconfdir@
222 target_alias = @target_alias@
223 top_build_prefix = @top_build_prefix@
224 top_builddir = @top_builddir@
225 top_srcdir = @top_srcdir@
226 bin_SCRIPTS = ntp-wait ntptrace
227 noinst_SCRIPTS = calc_tickadj checktime freq_adj html2man mkver ntpsweep ntpver plot_summary summary
228 EXTRA_DIST = VersionName cvo.sh fixautomakedepsmagic genCommitLog \
229 genver hpadjtime.sh monitoring ntp-close ntp-groper ntp-restart \
230 ntp-status rc1 rc2 stats
232 all: all-am
234 .SUFFIXES:
235 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
236 @for dep in $?; do \
237 case '$(am__configure_deps)' in \
238 *$$dep*) \
239 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
240 && { if test -f $@; then exit 0; else break; fi; }; \
241 exit 1;; \
242 esac; \
243 done; \
244 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign scripts/Makefile'; \
245 $(am__cd) $(top_srcdir) && \
246 $(AUTOMAKE) --foreign scripts/Makefile
247 .PRECIOUS: Makefile
248 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
249 @case '$?' in \
250 *config.status*) \
251 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
252 *) \
253 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
254 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
255 esac;
257 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
258 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
260 $(top_srcdir)/configure: $(am__configure_deps)
261 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
263 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264 $(am__aclocal_m4_deps):
265 calc_tickadj: $(top_builddir)/config.status $(srcdir)/calc_tickadj.in
266 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
267 checktime: $(top_builddir)/config.status $(srcdir)/checktime.in
268 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
269 freq_adj: $(top_builddir)/config.status $(srcdir)/freq_adj.in
270 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
271 html2man: $(top_builddir)/config.status $(srcdir)/html2man.in
272 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
273 mkver: $(top_builddir)/config.status $(srcdir)/mkver.in
274 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
275 ntp-wait: $(top_builddir)/config.status $(srcdir)/ntp-wait.in
276 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
277 ntpsweep: $(top_builddir)/config.status $(srcdir)/ntpsweep.in
278 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
279 ntptrace: $(top_builddir)/config.status $(srcdir)/ntptrace.in
280 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
281 ntpver: $(top_builddir)/config.status $(srcdir)/ntpver.in
282 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
283 plot_summary: $(top_builddir)/config.status $(srcdir)/plot_summary.in
284 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
285 summary: $(top_builddir)/config.status $(srcdir)/summary.in
286 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
287 install-binSCRIPTS: $(bin_SCRIPTS)
288 @$(NORMAL_INSTALL)
289 test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
290 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
291 for p in $$list; do \
292 if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
293 if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
294 done | \
295 sed -e 'p;s,.*/,,;n' \
296 -e 'h;s|.*|.|' \
297 -e 'p;x;s,.*/,,;$(transform)' | sed 'N;N;N;s,\n, ,g' | \
298 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1; } \
299 { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
300 if ($$2 == $$4) { files[d] = files[d] " " $$1; \
301 if (++n[d] == $(am__install_max)) { \
302 print "f", d, files[d]; n[d] = 0; files[d] = "" } } \
303 else { print "f", d "/" $$4, $$1 } } \
304 END { for (d in files) print "f", d, files[d] }' | \
305 while read type dir files; do \
306 if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
307 test -z "$$files" || { \
308 echo " $(INSTALL_SCRIPT) $$files '$(DESTDIR)$(bindir)$$dir'"; \
309 $(INSTALL_SCRIPT) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
311 ; done
313 uninstall-binSCRIPTS:
314 @$(NORMAL_UNINSTALL)
315 @list='$(bin_SCRIPTS)'; test -n "$(bindir)" || exit 0; \
316 files=`for p in $$list; do echo "$$p"; done | \
317 sed -e 's,.*/,,;$(transform)'`; \
318 test -n "$$list" || exit 0; \
319 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
320 cd "$(DESTDIR)$(bindir)" && rm -f $$files
322 mostlyclean-libtool:
323 -rm -f *.lo
325 clean-libtool:
326 -rm -rf .libs _libs
327 tags: TAGS
328 TAGS:
330 ctags: CTAGS
331 CTAGS:
334 distdir: $(DISTFILES)
335 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
336 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
337 list='$(DISTFILES)'; \
338 dist_files=`for file in $$list; do echo $$file; done | \
339 sed -e "s|^$$srcdirstrip/||;t" \
340 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
341 case $$dist_files in \
342 */*) $(MKDIR_P) `echo "$$dist_files" | \
343 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
344 sort -u` ;; \
345 esac; \
346 for file in $$dist_files; do \
347 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
348 if test -d $$d/$$file; then \
349 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
350 if test -d "$(distdir)/$$file"; then \
351 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
352 fi; \
353 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
354 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
355 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
356 fi; \
357 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
358 else \
359 test -f "$(distdir)/$$file" \
360 || cp -p $$d/$$file "$(distdir)/$$file" \
361 || exit 1; \
362 fi; \
363 done
364 check-am: all-am
365 check: check-am
366 all-am: Makefile $(SCRIPTS)
367 installdirs:
368 for dir in "$(DESTDIR)$(bindir)"; do \
369 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
370 done
371 install: install-am
372 install-exec: install-exec-am
373 install-data: install-data-am
374 uninstall: uninstall-am
376 install-am: all-am
377 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
379 installcheck: installcheck-am
380 install-strip:
381 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
382 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
383 `test -z '$(STRIP)' || \
384 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
385 mostlyclean-generic:
387 clean-generic:
389 distclean-generic:
390 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
391 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
393 maintainer-clean-generic:
394 @echo "This command is intended for maintainers to use"
395 @echo "it deletes files that may require special tools to rebuild."
396 clean: clean-am
398 clean-am: clean-generic clean-libtool mostlyclean-am
400 distclean: distclean-am
401 -rm -f Makefile
402 distclean-am: clean-am distclean-generic
404 dvi: dvi-am
406 dvi-am:
408 html: html-am
410 html-am:
412 info: info-am
414 info-am:
416 install-data-am:
418 install-dvi: install-dvi-am
420 install-dvi-am:
422 install-exec-am: install-binSCRIPTS
424 install-html: install-html-am
426 install-html-am:
428 install-info: install-info-am
430 install-info-am:
432 install-man:
434 install-pdf: install-pdf-am
436 install-pdf-am:
438 install-ps: install-ps-am
440 install-ps-am:
442 installcheck-am:
444 maintainer-clean: maintainer-clean-am
445 -rm -f Makefile
446 maintainer-clean-am: distclean-am maintainer-clean-generic
448 mostlyclean: mostlyclean-am
450 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
452 pdf: pdf-am
454 pdf-am:
456 ps: ps-am
458 ps-am:
460 uninstall-am: uninstall-binSCRIPTS
462 .MAKE: install-am install-strip
464 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
465 distclean distclean-generic distclean-libtool distdir dvi \
466 dvi-am html html-am info info-am install install-am \
467 install-binSCRIPTS install-data install-data-am install-dvi \
468 install-dvi-am install-exec install-exec-am install-html \
469 install-html-am install-info install-info-am install-man \
470 install-pdf install-pdf-am install-ps install-ps-am \
471 install-strip installcheck installcheck-am installdirs \
472 maintainer-clean maintainer-clean-generic mostlyclean \
473 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
474 uninstall uninstall-am uninstall-binSCRIPTS
477 # Tell versions [3.59,3.63) of GNU make to not export all variables.
478 # Otherwise a system limit (for SysV at least) may be exceeded.
479 .NOEXPORT: