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