/contrib/ntp/Makefile.in

https://bitbucket.org/freebsd/freebsd-head/ · Autoconf · 899 lines · 777 code · 86 blank · 36 comment · 161 complexity · 028afdf6886be00d6bcf7529c1827973 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. @NEED_LIBOPTS_TRUE@am__append_1 = libopts
  34. subdir = .
  35. DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
  36. $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  37. $(top_srcdir)/configure ChangeLog INSTALL NEWS TODO compile \
  38. config.guess config.sub depcomp install-sh ltmain.sh missing
  39. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  40. am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
  41. $(top_srcdir)/m4/define_dir.m4 \
  42. $(top_srcdir)/m4/hs_ulong_const.m4 \
  43. $(top_srcdir)/m4/os_cflags.m4 $(top_srcdir)/version.m4 \
  44. $(top_srcdir)/configure.ac
  45. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  46. $(ACLOCAL_M4)
  47. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  48. configure.lineno config.status.lineno
  49. mkinstalldirs = $(install_sh) -d
  50. CONFIG_HEADER = config.h
  51. CONFIG_CLEAN_FILES =
  52. CONFIG_CLEAN_VPATH_FILES =
  53. SOURCES =
  54. DIST_SOURCES =
  55. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  56. html-recursive info-recursive install-data-recursive \
  57. install-dvi-recursive install-exec-recursive \
  58. install-html-recursive install-info-recursive \
  59. install-pdf-recursive install-ps-recursive install-recursive \
  60. installcheck-recursive installdirs-recursive pdf-recursive \
  61. ps-recursive uninstall-recursive
  62. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  63. distclean-recursive maintainer-clean-recursive
  64. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  65. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  66. distdir dist dist-all distcheck
  67. ETAGS = etags
  68. CTAGS = ctags
  69. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  70. distdir = $(PACKAGE)-$(VERSION)
  71. top_distdir = $(distdir)
  72. am__remove_distdir = \
  73. { test ! -d "$(distdir)" \
  74. || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  75. && rm -fr "$(distdir)"; }; }
  76. am__relativize = \
  77. dir0=`pwd`; \
  78. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  79. sed_rest='s,^[^/]*/*,,'; \
  80. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  81. sed_butlast='s,/*[^/]*$$,,'; \
  82. while test -n "$$dir1"; do \
  83. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  84. if test "$$first" != "."; then \
  85. if test "$$first" = ".."; then \
  86. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  87. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  88. else \
  89. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  90. if test "$$first2" = "$$first"; then \
  91. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  92. else \
  93. dir2="../$$dir2"; \
  94. fi; \
  95. dir0="$$dir0"/"$$first"; \
  96. fi; \
  97. fi; \
  98. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  99. done; \
  100. reldir="$$dir2"
  101. DIST_ARCHIVES = $(distdir).tar.gz
  102. GZIP_ENV = --best
  103. distuninstallcheck_listfiles = find . -type f -print
  104. distcleancheck_listfiles = find . -type f -print
  105. ACLOCAL = @ACLOCAL@
  106. AMTAR = @AMTAR@
  107. AR = @AR@
  108. ARLIB_DIR = @ARLIB_DIR@
  109. AUTOCONF = @AUTOCONF@
  110. AUTOHEADER = @AUTOHEADER@
  111. AUTOMAKE = @AUTOMAKE@
  112. AWK = @AWK@
  113. BINSUBDIR = @BINSUBDIR@
  114. CC = @CC@
  115. CCDEPMODE = @CCDEPMODE@
  116. CFLAGS = @CFLAGS@
  117. CHUTEST = @CHUTEST@
  118. CLKTEST = @CLKTEST@
  119. CPP = @CPP@
  120. CPPFLAGS = @CPPFLAGS@
  121. CYGPATH_W = @CYGPATH_W@
  122. DCFD = @DCFD@
  123. DEFS = @DEFS@
  124. DEPDIR = @DEPDIR@
  125. ECHO = @ECHO@
  126. ECHO_C = @ECHO_C@
  127. ECHO_N = @ECHO_N@
  128. ECHO_T = @ECHO_T@
  129. EF_LIBS = @EF_LIBS@
  130. EF_PROGS = @EF_PROGS@
  131. EGREP = @EGREP@
  132. EXEEXT = @EXEEXT@
  133. GREP = @GREP@
  134. HAVE_INLINE = @HAVE_INLINE@
  135. INSTALL = @INSTALL@
  136. INSTALL_DATA = @INSTALL_DATA@
  137. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  138. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  139. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  140. LCRYPTO = @LCRYPTO@
  141. LDFLAGS = @LDFLAGS@
  142. LIBOBJS = @LIBOBJS@
  143. LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
  144. LIBOPTS_DIR = @LIBOPTS_DIR@
  145. LIBOPTS_LDADD = @LIBOPTS_LDADD@
  146. LIBPARSE = @LIBPARSE@
  147. LIBS = @LIBS@
  148. LIBTOOL = @LIBTOOL@
  149. LN_S = @LN_S@
  150. LSCF = @LSCF@
  151. LTLIBOBJS = @LTLIBOBJS@
  152. MAKEINFO = @MAKEINFO@
  153. MAKE_ADJTIMED = @MAKE_ADJTIMED@
  154. MAKE_CHECK_LAYOUT = @MAKE_CHECK_LAYOUT@
  155. MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
  156. MAKE_LIBNTPSIM = @MAKE_LIBNTPSIM@
  157. MAKE_LIBPARSE = @MAKE_LIBPARSE@
  158. MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
  159. MAKE_NTPDSIM = @MAKE_NTPDSIM@
  160. MAKE_NTPTIME = @MAKE_NTPTIME@
  161. MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
  162. MAKE_TICKADJ = @MAKE_TICKADJ@
  163. MAKE_TIMETRIM = @MAKE_TIMETRIM@
  164. MKDIR_P = @MKDIR_P@
  165. OBJEXT = @OBJEXT@
  166. OPENSSL = @OPENSSL@
  167. OPENSSL_INC = @OPENSSL_INC@
  168. OPENSSL_LIB = @OPENSSL_LIB@
  169. PACKAGE = @PACKAGE@
  170. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  171. PACKAGE_NAME = @PACKAGE_NAME@
  172. PACKAGE_STRING = @PACKAGE_STRING@
  173. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  174. PACKAGE_URL = @PACKAGE_URL@
  175. PACKAGE_VERSION = @PACKAGE_VERSION@
  176. PATH_PERL = @PATH_PERL@
  177. PATH_SEPARATOR = @PATH_SEPARATOR@
  178. PATH_SH = @PATH_SH@
  179. PROPDELAY = @PROPDELAY@
  180. RANLIB = @RANLIB@
  181. READLINE_LIBS = @READLINE_LIBS@
  182. SET_MAKE = @SET_MAKE@
  183. SHELL = @SHELL@
  184. STRIP = @STRIP@
  185. TESTDCF = @TESTDCF@
  186. U = @U@
  187. VERSION = @VERSION@
  188. abs_builddir = @abs_builddir@
  189. abs_srcdir = @abs_srcdir@
  190. abs_top_builddir = @abs_top_builddir@
  191. abs_top_srcdir = @abs_top_srcdir@
  192. ac_ct_CC = @ac_ct_CC@
  193. am__include = @am__include@
  194. am__leading_dot = @am__leading_dot@
  195. am__quote = @am__quote@
  196. am__tar = @am__tar@
  197. am__untar = @am__untar@
  198. bindir = @bindir@
  199. build = @build@
  200. build_alias = @build_alias@
  201. build_cpu = @build_cpu@
  202. build_os = @build_os@
  203. build_vendor = @build_vendor@
  204. builddir = @builddir@
  205. datadir = @datadir@
  206. datarootdir = @datarootdir@
  207. docdir = @docdir@
  208. dvidir = @dvidir@
  209. exec_prefix = @exec_prefix@
  210. host = @host@
  211. host_alias = @host_alias@
  212. host_cpu = @host_cpu@
  213. host_os = @host_os@
  214. host_vendor = @host_vendor@
  215. htmldir = @htmldir@
  216. includedir = @includedir@
  217. infodir = @infodir@
  218. install_sh = @install_sh@
  219. libdir = @libdir@
  220. libexecdir = @libexecdir@
  221. localedir = @localedir@
  222. localstatedir = @localstatedir@
  223. mandir = @mandir@
  224. mkdir_p = @mkdir_p@
  225. oldincludedir = @oldincludedir@
  226. pdfdir = @pdfdir@
  227. prefix = @prefix@
  228. program_transform_name = @program_transform_name@
  229. psdir = @psdir@
  230. sbindir = @sbindir@
  231. sharedstatedir = @sharedstatedir@
  232. srcdir = @srcdir@
  233. subdirs = @subdirs@
  234. sysconfdir = @sysconfdir@
  235. target_alias = @target_alias@
  236. top_build_prefix = @top_build_prefix@
  237. top_builddir = @top_builddir@
  238. top_srcdir = @top_srcdir@
  239. #AUTOMAKE_OPTIONS = util/ansi2knr foreign dist-tarZ no-dependencies
  240. AUTOMAKE_OPTIONS = util/ansi2knr foreign 1.8
  241. ACLOCAL_AMFLAGS = -I m4 -I libopts/m4
  242. NULL =
  243. SUBDIRS = $(am__append_1) scripts include ElectricFence @ARLIB_DIR@ \
  244. libntp libparse ntpd ntpdate ntpdc ntpq parseutil adjtimed \
  245. clockstuff kernel sntp util $(NULL)
  246. DIST_SUBDIRS = \
  247. scripts \
  248. include \
  249. ElectricFence \
  250. arlib \
  251. libntp \
  252. libopts \
  253. libparse \
  254. ntpd \
  255. ntpdate \
  256. ntpdc \
  257. ntpq \
  258. parseutil \
  259. adjtimed \
  260. clockstuff \
  261. kernel \
  262. sntp \
  263. util \
  264. $(NULL)
  265. DISTCHECK_CONFIGURE_FLAGS = --with-arlib --enable-local-libopts
  266. EXTRA_DIST = \
  267. COPYRIGHT \
  268. ChangeLog \
  269. CommitLog \
  270. CommitLog-4.1.0 \
  271. NEWS \
  272. NOTES.y2kfixes \
  273. README.bk \
  274. README.hackers \
  275. README.patches \
  276. README.refclocks \
  277. README.versions \
  278. TODO \
  279. WHERE-TO-START \
  280. bootstrap \
  281. build \
  282. config.guess \
  283. config.h.in \
  284. config.sub \
  285. dot.emacs \
  286. excludes \
  287. flock-build \
  288. install-sh \
  289. packageinfo.sh \
  290. readme.y2kfixes \
  291. results.y2kfixes \
  292. \
  293. conf \
  294. html \
  295. libisc \
  296. ports \
  297. \
  298. bincheck.mf \
  299. version \
  300. version.m4 \
  301. \
  302. $(NULL)
  303. DISTCLEANFILES = .gcc-warning
  304. #ETAGS_ARGS = $(srcdir)/Makefile.am $(srcdir)/configure.ac
  305. ETAGS_ARGS = Makefile.am configure.ac
  306. # HMS: make ports be the last directory...
  307. # DIST_HOOK_DIRS = conf html scripts ports
  308. # HMS: Keep .gcc-warning first, as that way it gets printed first.
  309. BUILT_SOURCES = .gcc-warning $(srcdir)/COPYRIGHT $(srcdir)/version $(srcdir)/version.m4 $(srcdir)/include/version.def
  310. # HMS: The following seems to be a work-in-progress...
  311. CVO = `$(srcdir)/config.guess`
  312. BHOST = `(hostname || uname -n)`
  313. all: $(BUILT_SOURCES) config.h
  314. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  315. .SUFFIXES:
  316. am--refresh:
  317. @:
  318. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  319. @for dep in $?; do \
  320. case '$(am__configure_deps)' in \
  321. *$$dep*) \
  322. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  323. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  324. && exit 0; \
  325. exit 1;; \
  326. esac; \
  327. done; \
  328. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  329. $(am__cd) $(top_srcdir) && \
  330. $(AUTOMAKE) --foreign Makefile
  331. .PRECIOUS: Makefile
  332. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  333. @case '$?' in \
  334. *config.status*) \
  335. echo ' $(SHELL) ./config.status'; \
  336. $(SHELL) ./config.status;; \
  337. *) \
  338. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  339. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  340. esac;
  341. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  342. $(SHELL) ./config.status --recheck
  343. $(top_srcdir)/configure: $(am__configure_deps)
  344. $(am__cd) $(srcdir) && $(AUTOCONF)
  345. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  346. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  347. $(am__aclocal_m4_deps):
  348. config.h: stamp-h1
  349. @if test ! -f $@; then \
  350. rm -f stamp-h1; \
  351. $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
  352. else :; fi
  353. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  354. @rm -f stamp-h1
  355. cd $(top_builddir) && $(SHELL) ./config.status config.h
  356. $(srcdir)/config.h.in: $(am__configure_deps)
  357. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  358. rm -f stamp-h1
  359. touch $@
  360. distclean-hdr:
  361. -rm -f config.h stamp-h1
  362. mostlyclean-libtool:
  363. -rm -f *.lo
  364. clean-libtool:
  365. -rm -rf .libs _libs
  366. distclean-libtool:
  367. -rm -f libtool config.lt
  368. # This directory's subdirectories are mostly independent; you can cd
  369. # into them and run `make' without going through this Makefile.
  370. # To change the values of `make' variables: instead of editing Makefiles,
  371. # (1) if the variable is set in `config.status', edit `config.status'
  372. # (which will cause the Makefiles to be regenerated when you run `make');
  373. # (2) otherwise, pass the desired values on the `make' command line.
  374. $(RECURSIVE_TARGETS):
  375. @failcom='exit 1'; \
  376. for f in x $$MAKEFLAGS; do \
  377. case $$f in \
  378. *=* | --[!k]*);; \
  379. *k*) failcom='fail=yes';; \
  380. esac; \
  381. done; \
  382. dot_seen=no; \
  383. target=`echo $@ | sed s/-recursive//`; \
  384. list='$(SUBDIRS)'; for subdir in $$list; do \
  385. echo "Making $$target in $$subdir"; \
  386. if test "$$subdir" = "."; then \
  387. dot_seen=yes; \
  388. local_target="$$target-am"; \
  389. else \
  390. local_target="$$target"; \
  391. fi; \
  392. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  393. || eval $$failcom; \
  394. done; \
  395. if test "$$dot_seen" = "no"; then \
  396. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  397. fi; test -z "$$fail"
  398. $(RECURSIVE_CLEAN_TARGETS):
  399. @failcom='exit 1'; \
  400. for f in x $$MAKEFLAGS; do \
  401. case $$f in \
  402. *=* | --[!k]*);; \
  403. *k*) failcom='fail=yes';; \
  404. esac; \
  405. done; \
  406. dot_seen=no; \
  407. case "$@" in \
  408. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  409. *) list='$(SUBDIRS)' ;; \
  410. esac; \
  411. rev=''; for subdir in $$list; do \
  412. if test "$$subdir" = "."; then :; else \
  413. rev="$$subdir $$rev"; \
  414. fi; \
  415. done; \
  416. rev="$$rev ."; \
  417. target=`echo $@ | sed s/-recursive//`; \
  418. for subdir in $$rev; do \
  419. echo "Making $$target in $$subdir"; \
  420. if test "$$subdir" = "."; then \
  421. local_target="$$target-am"; \
  422. else \
  423. local_target="$$target"; \
  424. fi; \
  425. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  426. || eval $$failcom; \
  427. done && test -z "$$fail"
  428. tags-recursive:
  429. list='$(SUBDIRS)'; for subdir in $$list; do \
  430. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  431. done
  432. ctags-recursive:
  433. list='$(SUBDIRS)'; for subdir in $$list; do \
  434. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  435. done
  436. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  437. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  438. unique=`for i in $$list; do \
  439. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  440. done | \
  441. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  442. END { if (nonempty) { for (i in files) print i; }; }'`; \
  443. mkid -fID $$unique
  444. tags: TAGS
  445. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  446. $(TAGS_FILES) $(LISP)
  447. set x; \
  448. here=`pwd`; \
  449. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  450. include_option=--etags-include; \
  451. empty_fix=.; \
  452. else \
  453. include_option=--include; \
  454. empty_fix=; \
  455. fi; \
  456. list='$(SUBDIRS)'; for subdir in $$list; do \
  457. if test "$$subdir" = .; then :; else \
  458. test ! -f $$subdir/TAGS || \
  459. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  460. fi; \
  461. done; \
  462. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  463. unique=`for i in $$list; do \
  464. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  465. done | \
  466. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  467. END { if (nonempty) { for (i in files) print i; }; }'`; \
  468. shift; \
  469. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  470. test -n "$$unique" || unique=$$empty_fix; \
  471. if test $$# -gt 0; then \
  472. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  473. "$$@" $$unique; \
  474. else \
  475. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  476. $$unique; \
  477. fi; \
  478. fi
  479. ctags: CTAGS
  480. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  481. $(TAGS_FILES) $(LISP)
  482. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  483. unique=`for i in $$list; do \
  484. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  485. done | \
  486. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  487. END { if (nonempty) { for (i in files) print i; }; }'`; \
  488. test -z "$(CTAGS_ARGS)$$unique" \
  489. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  490. $$unique
  491. GTAGS:
  492. here=`$(am__cd) $(top_builddir) && pwd` \
  493. && $(am__cd) $(top_srcdir) \
  494. && gtags -i $(GTAGS_ARGS) "$$here"
  495. distclean-tags:
  496. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  497. distdir: $(DISTFILES)
  498. $(am__remove_distdir)
  499. test -d "$(distdir)" || mkdir "$(distdir)"
  500. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  501. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  502. list='$(DISTFILES)'; \
  503. dist_files=`for file in $$list; do echo $$file; done | \
  504. sed -e "s|^$$srcdirstrip/||;t" \
  505. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  506. case $$dist_files in \
  507. */*) $(MKDIR_P) `echo "$$dist_files" | \
  508. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  509. sort -u` ;; \
  510. esac; \
  511. for file in $$dist_files; do \
  512. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  513. if test -d $$d/$$file; then \
  514. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  515. if test -d "$(distdir)/$$file"; then \
  516. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  517. fi; \
  518. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  519. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  520. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  521. fi; \
  522. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  523. else \
  524. test -f "$(distdir)/$$file" \
  525. || cp -p $$d/$$file "$(distdir)/$$file" \
  526. || exit 1; \
  527. fi; \
  528. done
  529. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  530. if test "$$subdir" = .; then :; else \
  531. test -d "$(distdir)/$$subdir" \
  532. || $(MKDIR_P) "$(distdir)/$$subdir" \
  533. || exit 1; \
  534. fi; \
  535. done
  536. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  537. if test "$$subdir" = .; then :; else \
  538. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  539. $(am__relativize); \
  540. new_distdir=$$reldir; \
  541. dir1=$$subdir; dir2="$(top_distdir)"; \
  542. $(am__relativize); \
  543. new_top_distdir=$$reldir; \
  544. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  545. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  546. ($(am__cd) $$subdir && \
  547. $(MAKE) $(AM_MAKEFLAGS) \
  548. top_distdir="$$new_top_distdir" \
  549. distdir="$$new_distdir" \
  550. am__remove_distdir=: \
  551. am__skip_length_check=: \
  552. am__skip_mode_fix=: \
  553. distdir) \
  554. || exit 1; \
  555. fi; \
  556. done
  557. $(MAKE) $(AM_MAKEFLAGS) \
  558. top_distdir="$(top_distdir)" distdir="$(distdir)" \
  559. dist-hook
  560. -test -n "$(am__skip_mode_fix)" \
  561. || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
  562. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  563. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  564. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  565. || chmod -R a+r "$(distdir)"
  566. dist-gzip: distdir
  567. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  568. $(am__remove_distdir)
  569. dist-bzip2: distdir
  570. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  571. $(am__remove_distdir)
  572. dist-lzma: distdir
  573. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  574. $(am__remove_distdir)
  575. dist-xz: distdir
  576. tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
  577. $(am__remove_distdir)
  578. dist-tarZ: distdir
  579. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  580. $(am__remove_distdir)
  581. dist-shar: distdir
  582. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  583. $(am__remove_distdir)
  584. dist-zip: distdir
  585. -rm -f $(distdir).zip
  586. zip -rq $(distdir).zip $(distdir)
  587. $(am__remove_distdir)
  588. dist dist-all: distdir
  589. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  590. $(am__remove_distdir)
  591. # This target untars the dist file and tries a VPATH configuration. Then
  592. # it guarantees that the distribution is self-contained by making another
  593. # tarfile.
  594. distcheck: dist
  595. case '$(DIST_ARCHIVES)' in \
  596. *.tar.gz*) \
  597. GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
  598. *.tar.bz2*) \
  599. bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
  600. *.tar.lzma*) \
  601. unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
  602. *.tar.xz*) \
  603. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  604. *.tar.Z*) \
  605. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  606. *.shar.gz*) \
  607. GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
  608. *.zip*) \
  609. unzip $(distdir).zip ;;\
  610. esac
  611. chmod -R a-w $(distdir); chmod a+w $(distdir)
  612. mkdir $(distdir)/_build
  613. mkdir $(distdir)/_inst
  614. chmod a-w $(distdir)
  615. test -d $(distdir)/_build || exit 0; \
  616. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  617. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  618. && am__cwd=`pwd` \
  619. && $(am__cd) $(distdir)/_build \
  620. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  621. $(DISTCHECK_CONFIGURE_FLAGS) \
  622. && $(MAKE) $(AM_MAKEFLAGS) \
  623. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  624. && $(MAKE) $(AM_MAKEFLAGS) check \
  625. && $(MAKE) $(AM_MAKEFLAGS) install \
  626. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  627. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  628. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  629. distuninstallcheck \
  630. && chmod -R a-w "$$dc_install_base" \
  631. && ({ \
  632. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  633. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  634. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  635. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  636. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  637. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  638. && rm -rf "$$dc_destdir" \
  639. && $(MAKE) $(AM_MAKEFLAGS) dist \
  640. && rm -rf $(DIST_ARCHIVES) \
  641. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  642. && cd "$$am__cwd" \
  643. || exit 1
  644. $(am__remove_distdir)
  645. @(echo "$(distdir) archives ready for distribution: "; \
  646. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  647. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  648. distuninstallcheck:
  649. @$(am__cd) '$(distuninstallcheck_dir)' \
  650. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  651. || { echo "ERROR: files left after uninstall:" ; \
  652. if test -n "$(DESTDIR)"; then \
  653. echo " (check DESTDIR support)"; \
  654. fi ; \
  655. $(distuninstallcheck_listfiles) ; \
  656. exit 1; } >&2
  657. distcleancheck: distclean
  658. @if test '$(srcdir)' = . ; then \
  659. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  660. exit 1 ; \
  661. fi
  662. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  663. || { echo "ERROR: files left in build directory after distclean:" ; \
  664. $(distcleancheck_listfiles) ; \
  665. exit 1; } >&2
  666. check-am: all-am
  667. check: $(BUILT_SOURCES)
  668. $(MAKE) $(AM_MAKEFLAGS) check-recursive
  669. all-am: Makefile config.h
  670. installdirs: installdirs-recursive
  671. installdirs-am:
  672. install: $(BUILT_SOURCES)
  673. $(MAKE) $(AM_MAKEFLAGS) install-recursive
  674. install-exec: install-exec-recursive
  675. install-data: install-data-recursive
  676. uninstall: uninstall-recursive
  677. install-am: all-am
  678. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  679. installcheck: installcheck-recursive
  680. install-strip:
  681. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  682. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  683. `test -z '$(STRIP)' || \
  684. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  685. mostlyclean-generic:
  686. clean-generic:
  687. distclean-generic:
  688. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  689. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  690. -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
  691. maintainer-clean-generic:
  692. @echo "This command is intended for maintainers to use"
  693. @echo "it deletes files that may require special tools to rebuild."
  694. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  695. clean: clean-recursive
  696. clean-am: clean-generic clean-libtool mostlyclean-am
  697. distclean: distclean-recursive
  698. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  699. -rm -f Makefile
  700. distclean-am: clean-am distclean-generic distclean-hdr \
  701. distclean-libtool distclean-tags
  702. dvi: dvi-recursive
  703. dvi-am:
  704. html: html-recursive
  705. html-am:
  706. info: info-recursive
  707. info-am:
  708. install-data-am:
  709. install-dvi: install-dvi-recursive
  710. install-dvi-am:
  711. install-exec-am:
  712. install-html: install-html-recursive
  713. install-html-am:
  714. install-info: install-info-recursive
  715. install-info-am:
  716. install-man:
  717. install-pdf: install-pdf-recursive
  718. install-pdf-am:
  719. install-ps: install-ps-recursive
  720. install-ps-am:
  721. installcheck-am:
  722. maintainer-clean: maintainer-clean-recursive
  723. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  724. -rm -rf $(top_srcdir)/autom4te.cache
  725. -rm -f Makefile
  726. maintainer-clean-am: distclean-am maintainer-clean-generic
  727. mostlyclean: mostlyclean-recursive
  728. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  729. pdf: pdf-recursive
  730. pdf-am:
  731. ps: ps-recursive
  732. ps-am:
  733. uninstall-am:
  734. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
  735. ctags-recursive install install-am install-strip \
  736. tags-recursive
  737. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  738. all all-am am--refresh check check-am clean clean-generic \
  739. clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
  740. dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-xz \
  741. dist-zip distcheck distclean distclean-generic distclean-hdr \
  742. distclean-libtool distclean-tags distcleancheck distdir \
  743. distuninstallcheck dvi dvi-am html html-am info info-am \
  744. install install-am install-data install-data-am install-dvi \
  745. install-dvi-am install-exec install-exec-am install-html \
  746. install-html-am install-info install-info-am install-man \
  747. install-pdf install-pdf-am install-ps install-ps-am \
  748. install-strip installcheck installcheck-am installdirs \
  749. installdirs-am maintainer-clean maintainer-clean-generic \
  750. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  751. ps ps-am tags tags-recursive uninstall uninstall-am
  752. $(srcdir)/COPYRIGHT: $(srcdir)/html/copyright.html
  753. ( echo "This file is automatically generated from html/copyright.html" ; lynx -dump $(srcdir)/html/copyright.html ) > $(srcdir)/COPYRIGHT.new && mv $(srcdir)/COPYRIGHT.new $(srcdir)/COPYRIGHT
  754. # HMS: The next bit is still suboptimal. If bk is present but this NTP
  755. # repo is not a bk repo, we'll get an error message from the prs command.
  756. # Unfortunately, I haven't found the necessary magic to redirect this error
  757. # output to /dev/null under ancient/unique shells like the one Ultrix uses.
  758. # We'll also get an error if srcdir or version is unwritable.
  759. $(srcdir)/version: FRC.version
  760. -(bk version) >/dev/null 2>&1 && \
  761. cd $(srcdir) && \
  762. x=`bk -R prs -hr+ -nd:I: ChangeSet` && \
  763. y=`cat version 2>/dev/null` || true && \
  764. case "$$x" in ''|$$y) ;; *) echo $$x > version ;; esac
  765. $(srcdir)/version.m4: $(srcdir)/packageinfo.sh
  766. cd $(srcdir) && \
  767. ./scripts/genver version.m4
  768. $(srcdir)/include/version.def: $(srcdir)/packageinfo.sh
  769. cd $(srcdir) && \
  770. ./scripts/genver include/version.def
  771. dist-hook:
  772. @find $(distdir) -type d -name CVS -print | xargs rm -rf
  773. @find $(distdir) -type d -name SCCS -print | xargs rm -rf
  774. @chmod u+w $(distdir)/ports/winnt
  775. @for i in `find $(distdir)/ports/winnt -type f -name '*.ds*' -print`; \
  776. do chmod u+w $$i ; unix2dos $$i $$i; done
  777. .gcc-warning:
  778. @echo "Compiling with GCC now generates lots of new warnings."
  779. @echo " "
  780. @echo "Don't be concerned. They're just warnings."
  781. @echo " "
  782. @echo "Don't send bug reports about the warnings, either."
  783. @echo " "
  784. @echo "Feel free to send patches that fix these warnings, though."
  785. @echo " "
  786. @sleep 1
  787. @touch $@
  788. CommitLog: FRC.CommitLog
  789. cd $(srcdir) \
  790. && /bin/test -e CommitLog \
  791. -a SCCS/s.ChangeSet -ot CommitLog \
  792. || scripts/genCommitLog
  793. .buildcvo:
  794. echo "$(CVO)" > .buildcvo
  795. .checkcvo: .buildcvo FRC.checkcvo
  796. @if [ "`cat .buildcvo`" != "$(CVO)" ];then \
  797. echo "This directory was configured for `cat .buildcvo`"; \
  798. echo "but this machine is a $(CVO)"; \
  799. exit 1; \
  800. fi
  801. .buildhost:
  802. echo "$(BHOST)" > .buildhost
  803. .checkhost: .buildhost FRC.checkhost
  804. @if [ "`cat .buildhost`" != "$(BHOST)" ];then \
  805. echo "Built on `cat .buildhost` but this is $(BHOST)"; \
  806. echo " "; \
  807. fi
  808. FRC.CommitLog FRC.distwarn FRC.checkcvo FRC.checkhost FRC.version:
  809. # HMS: what was I trying to do with this?
  810. #dot.emacs: FRC.distwarn
  811. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  812. # Otherwise a system limit (for SysV at least) may be exceeded.
  813. .NOEXPORT: