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