1 # Makefile.in generated by automake 1.11 from Makefile.am.
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
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
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
)
34 build_triplet
= @build@
36 @NEED_LIBOPTS_TRUE@am__append_1
= libopts
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 \
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
) \
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
59 CONFIG_CLEAN_VPATH_FILES
=
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
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)"; }; }
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"`; \
96 first2
=`echo "$$dir2" | sed -e "$$sed_first"`; \
97 if
test "$$first2" = "$$first"; then \
98 dir2
=`echo "$$dir2" | sed -e "$$sed_rest"`; \
102 dir0
="$$dir0"/"$$first"; \
105 dir1
=`echo "$$dir1" | sed -e "$$sed_rest"`; \
108 DIST_ARCHIVES
= $(distdir
).
tar.gz
110 distuninstallcheck_listfiles
= find .
-type f
-print
111 distcleancheck_listfiles
= find .
-type f
-print
115 ARLIB_DIR
= @ARLIB_DIR@
116 AUTOCONF
= @AUTOCONF@
117 AUTOHEADER
= @AUTOHEADER@
118 AUTOMAKE
= @AUTOMAKE@
120 BINSUBDIR
= @BINSUBDIR@
122 CCDEPMODE
= @CCDEPMODE@
127 CPPFLAGS
= @CPPFLAGS@
128 CYGPATH_W
= @CYGPATH_W@
136 EDITLINE_LIBS
= @EDITLINE_LIBS@
138 EF_PROGS
= @EF_PROGS@
142 HAVE_INLINE
= @HAVE_INLINE@
144 INSTALL_DATA
= @INSTALL_DATA@
145 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
146 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
147 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
151 LIBOPTS_CFLAGS
= @LIBOPTS_CFLAGS@
152 LIBOPTS_DIR
= @LIBOPTS_DIR@
153 LIBOPTS_LDADD
= @LIBOPTS_LDADD@
154 LIBPARSE
= @LIBPARSE@
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@
176 OPENSSL_INC
= @OPENSSL_INC@
177 OPENSSL_LIB
= @OPENSSL_LIB@
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@
189 PROPDELAY
= @PROPDELAY@
191 SET_MAKE
= @SET_MAKE@
193 SNMP_CFLAGS
= @SNMP_CFLAGS@
194 SNMP_CPPFLAGS
= @SNMP_CPPFLAGS@
195 SNMP_LIBS
= @SNMP_LIBS@
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@
210 am__untar
= @am__untar@
213 build_alias
= @build_alias@
214 build_cpu
= @build_cpu@
215 build_os
= @build_os@
216 build_vendor
= @build_vendor@
217 builddir
= @builddir@
219 datarootdir
= @datarootdir@
222 exec_prefix = @
exec_prefix@
224 host_alias
= @host_alias@
225 host_cpu
= @host_cpu@
227 host_vendor
= @host_vendor@
229 includedir = @
includedir@
231 install_sh
= @install_sh@
233 libexecdir
= @libexecdir@
234 localedir
= @localedir@
235 localstatedir
= @localstatedir@
238 oldincludedir = @
oldincludedir@
241 program_transform_name
= @program_transform_name@
244 sharedstatedir
= @sharedstatedir@
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
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
)
281 DISTCHECK_CONFIGURE_FLAGS
= -C
--with-arlib
--enable-local-libopts
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.
333 $(srcdir)/COPYRIGHT \
335 $(srcdir)/version.m4 \
336 $(srcdir)/include/version.def \
337 $(srcdir)/include/version.texi \
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
350 $(srcdir)/Makefile.in
: $(srcdir)/Makefile.am
$(am__configure_deps
)
352 case
'$(am__configure_deps)' in \
354 echo
' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
355 $(am__cd
) $(srcdir) && $(AUTOMAKE
) --foreign \
360 echo
' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
361 $(am__cd
) $(top_srcdir
) && \
362 $(AUTOMAKE
) --foreign Makefile
364 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
367 echo
' $(SHELL) ./config.status'; \
368 $(SHELL
) .
/config.status
;; \
370 echo
' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
371 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$@
$(am__depfiles_maybe
);; \
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
):
384 @if
test ! -f
$@
; then \
386 $(MAKE
) $(AM_MAKEFLAGS
) stamp-h1
; \
389 stamp-h1
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
391 cd
$(top_builddir
) && $(SHELL
) .
/config.status config.h
392 $(srcdir)/config.h.in
: $(am__configure_deps
)
393 ($(am__cd
) $(top_srcdir
) && $(AUTOHEADER
))
398 -rm -f config.h stamp-h1
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
):
417 for f in x
$$MAKEFLAGS; do \
420 *k
*) failcom
='fail=yes';; \
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 \
429 local_target
="$$target-am"; \
431 local_target
="$$target"; \
433 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
436 if
test "$$dot_seen" = "no"; then \
437 $(MAKE
) $(AM_MAKEFLAGS
) "$$target-am" || exit
1; \
440 $(RECURSIVE_CLEAN_TARGETS
):
442 for f in x
$$MAKEFLAGS; do \
445 *k
*) failcom
='fail=yes';; \
450 distclean-
* | maintainer-clean-
*) list
='$(DIST_SUBDIRS)' ;; \
451 *) list
='$(SUBDIRS)' ;; \
453 rev
=''; for subdir in
$$list; do \
454 if
test "$$subdir" = "."; then
:; else \
455 rev
="$$subdir $$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"; \
465 local_target
="$$target"; \
467 ($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) $$local_target) \
469 done
&& test -z
"$$fail"
471 list
='$(SUBDIRS)'; for subdir in
$$list; do \
472 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) tags); \
475 list
='$(SUBDIRS)'; for subdir in
$$list; do \
476 test "$$subdir" = . ||
($(am__cd
) $$subdir && $(MAKE
) $(AM_MAKEFLAGS
) ctags
); \
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; \
484 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
485 END { if (nonempty) { for (i in files) print i; }; }'`; \
489 TAGS
: tags-recursive
$(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) \
490 $(TAGS_FILES
) $(LISP
)
493 if
($(ETAGS
) --etags-include
--version
) >/dev
/null
2>&1; then \
494 include_option
=--etags-include
; \
497 include_option
=--include; \
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"; \
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; \
510 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
511 END { if (nonempty) { for (i in files) print i; }; }'`; \
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
) \
519 $(ETAGS
) $(ETAGSFLAGS
) $(AM_ETAGSFLAGS
) $(ETAGS_ARGS
) \
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; \
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
) \
537 here
=`$(am__cd) $(top_builddir) && pwd` \
538 && $(am__cd
) $(top_srcdir
) \
539 && gtags
-i
$(GTAGS_ARGS
) "$$here"
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,/[^/]*$$,,' | \
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
{} \
;; \
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
{} \
;; \
569 cp
-fpR
$$d/$$file "$(distdir)$$dir" || exit
1; \
571 test -f
"$(distdir)/$$file" \
572 || cp
-p
$$d/$$file "$(distdir)/$$file" \
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" \
583 @list
='$(DIST_SUBDIRS)'; for subdir in
$$list; do \
584 if
test "$$subdir" = .
; then
:; else \
585 dir1
=$$subdir; dir2
="$(distdir)/$$subdir"; \
587 new_distdir
=$$reldir; \
588 dir1
=$$subdir; dir2
="$(top_distdir)"; \
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
=: \
604 $(MAKE
) $(AM_MAKEFLAGS
) \
605 top_distdir
="$(top_distdir)" distdir
="$(distdir)" \
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)"
614 tardir
=$(distdir
) && $(am__tar
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
tar.gz
615 $(am__remove_distdir
)
618 tardir
=$(distdir
) && $(am__tar
) | bzip2
-9 -c
>$(distdir
).
tar.bz2
619 $(am__remove_distdir
)
622 tardir
=$(distdir
) && $(am__tar
) | lzma
-9 -c
>$(distdir
).
tar.lzma
623 $(am__remove_distdir
)
626 tardir
=$(distdir
) && $(am__tar
) | xz
-c
>$(distdir
).
tar.xz
627 $(am__remove_distdir
)
630 tardir
=$(distdir
) && $(am__tar
) | compress
-c
>$(distdir
).
tar.Z
631 $(am__remove_distdir
)
634 shar $(distdir
) | GZIP
=$(GZIP_ENV
) gzip
-c
>$(distdir
).
shar.gz
635 $(am__remove_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
650 case
'$(DIST_ARCHIVES)' in \
652 GZIP
=$(GZIP_ENV
) gunzip
-c
$(distdir
).
tar.gz |
$(am__untar
) ;;\
654 bunzip2
-c
$(distdir
).
tar.bz2 |
$(am__untar
) ;;\
656 unlzma
-c
$(distdir
).
tar.lzma |
$(am__untar
) ;;\
658 xz
-dc
$(distdir
).
tar.xz |
$(am__untar
) ;;\
660 uncompress
-c
$(distdir
).
tar.Z |
$(am__untar
) ;;\
662 GZIP
=$(GZIP_ENV
) gunzip
-c
$(distdir
).
shar.gz | unshar
;;\
664 unzip
$(distdir
).zip
;;\
666 chmod
-R a-w
$(distdir
); chmod a
+w
$(distdir
)
667 mkdir
$(distdir
)/_build
668 mkdir
$(distdir
)/_inst
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-$$$$/" \
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" \
685 && chmod
-R a-w
"$$dc_install_base" \
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 \
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'
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)"; \
710 $(distuninstallcheck_listfiles
) ; \
712 distcleancheck
: distclean
713 @if
test '$(srcdir)' = .
; then \
714 echo
"ERROR: distcleancheck can only run from a VPATH build" ; \
717 @
test `$(distcleancheck_listfiles) | wc -l` -eq
0 \
718 ||
{ echo
"ERROR: files left in build directory after distclean:" ; \
719 $(distcleancheck_listfiles
) ; \
722 check: $(BUILT_SOURCES
)
723 $(MAKE
) $(AM_MAKEFLAGS
) check-recursive
724 all-am
: Makefile config.h
725 installdirs: installdirs-recursive
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
734 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
736 installcheck: installcheck-recursive
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
745 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
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
)
763 distclean-am
: clean-am distclean-generic distclean-hdr \
764 distclean-libtool distclean-tags
780 install-dvi
: install-dvi-recursive
786 install-html
: install-html-recursive
790 install-info
: install-info-recursive
796 install-pdf
: install-pdf-recursive
800 install-ps
: install-ps-recursive
806 maintainer-clean
: maintainer-clean-recursive
807 -rm -f
$(am__CONFIG_DISTCLEAN_FILES
)
808 -rm -rf
$(top_srcdir
)/autom4te.cache
810 maintainer-clean-am
: distclean-am maintainer-clean-generic
812 mostlyclean: mostlyclean-recursive
814 mostlyclean-am
: mostlyclean-generic mostlyclean-libtool
826 .MAKE
: $(RECURSIVE_CLEAN_TARGETS
) $(RECURSIVE_TARGETS
) all check \
827 ctags-recursive
install install-am install-strip \
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 && \
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
864 .
/scripts
/genver version.m4
866 $(srcdir)/include/version.def
: $(srcdir)/packageinfo.sh
868 .
/scripts
/genver
include/version.def
870 $(srcdir)/include/version.texi
: $(srcdir)/packageinfo.sh
872 .
/scripts
/genver
include/version.texi
874 libtool
: $(LIBTOOL_DEPS
)
875 .
/config.status
--recheck
878 @find
$(distdir
) -type d
-name SCCS
-print | xargs
rm -rf
879 @chmod u
+w
$(distdir
)/ports
/winnt
882 @echo
"Compiling with GCC now generates lots of new warnings."
884 @echo
"Don't be concerned. They're just warnings."
886 @echo
"Don't send bug reports about the warnings, either."
888 @echo
"Feel free to send patches that fix these warnings, though."
893 CommitLog
: FRC.CommitLog
895 && /bin
/test -e CommitLog \
896 -a SCCS
/s.ChangeSet
-ot CommitLog \
897 || scripts
/genCommitLog
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)"; \
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)"; \
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.