/contrib/ntp/scripts/Makefile.in

https://bitbucket.org/freebsd/freebsd-head/ · Autoconf · 470 lines · 403 code · 53 blank · 14 comment · 74 complexity · 972f0f192fd559c8d5abec187d20ce5f MD5 · raw file

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