source: trunk/third/xntp/Makefile.in @ 17268

Revision 17268, 16.4 KB checked in by zacheiss, 23 years ago (diff)
Merge with ntp 4.1.1.
Line 
1# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
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
14@SET_MAKE@
15
16#AUTOMAKE_OPTIONS = util/ansi2knr foreign dist-tarZ no-dependencies
17
18SHELL = @SHELL@
19
20srcdir = @srcdir@
21top_srcdir = @top_srcdir@
22VPATH = @srcdir@
23prefix = @prefix@
24exec_prefix = @exec_prefix@
25
26bindir = @bindir@
27sbindir = @sbindir@
28libexecdir = @libexecdir@
29datadir = @datadir@
30sysconfdir = @sysconfdir@
31sharedstatedir = @sharedstatedir@
32localstatedir = @localstatedir@
33libdir = @libdir@
34infodir = @infodir@
35mandir = @mandir@
36includedir = @includedir@
37oldincludedir = /usr/include
38pkgdatadir = $(datadir)/@PACKAGE@
39pkglibdir = $(libdir)/@PACKAGE@
40pkgincludedir = $(includedir)/@PACKAGE@
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52INSTALL_HEADER = $(INSTALL_DATA)
53transform = @program_transform_name@
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60build_alias = @build_alias@
61build_triplet = @build@
62host_alias = @host_alias@
63host_triplet = @host@
64target_alias = @target_alias@
65target_triplet = @target@
66AMTAR = @AMTAR@
67AUTOKEY = @AUTOKEY@
68AWK = @AWK@
69CC = @CC@
70CFLAGS = @CFLAGS@
71CHUTEST = @CHUTEST@
72CLKTEST = @CLKTEST@
73CPP = @CPP@
74DCFD = @DCFD@
75DEPDIR = @DEPDIR@
76EF_LIBS = @EF_LIBS@
77EF_PROGS = @EF_PROGS@
78EXEEXT = @EXEEXT@
79INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
80LDFLAGS = @LDFLAGS@
81LIBPARSE = @LIBPARSE@
82LIBRSAREF = @LIBRSAREF@
83LN_S = @LN_S@
84MAKE_ADJTIMED = @MAKE_ADJTIMED@
85MAKE_CHECK_Y2K = @MAKE_CHECK_Y2K@
86MAKE_LIBPARSE = @MAKE_LIBPARSE@
87MAKE_LIBPARSE_KERNEL = @MAKE_LIBPARSE_KERNEL@
88MAKE_LIBRSAREF = @MAKE_LIBRSAREF@
89MAKE_NTPTIME = @MAKE_NTPTIME@
90MAKE_NTP_GENKEYS = @MAKE_NTP_GENKEYS@
91MAKE_PARSEKMODULE = @MAKE_PARSEKMODULE@
92MAKE_TICKADJ = @MAKE_TICKADJ@
93MAKE_TIMETRIM = @MAKE_TIMETRIM@
94OBJEXT = @OBJEXT@
95OPENSSL = @OPENSSL@
96OPENSSL_INC = @OPENSSL_INC@
97OPENSSL_LIB = @OPENSSL_LIB@
98PACKAGE = @PACKAGE@
99PATH_PERL = @PATH_PERL@
100PATH_SH = @PATH_SH@
101PROPDELAY = @PROPDELAY@
102RANLIB = @RANLIB@
103RSADIR = @RSADIR@
104RSAOBJS = @RSAOBJS@
105RSAREF = @RSAREF@
106RSASRCS = @RSASRCS@
107TESTDCF = @TESTDCF@
108U = @U@
109VERSION = @VERSION@
110am__include = @am__include@
111am__quote = @am__quote@
112install_sh = @install_sh@
113
114AUTOMAKE_OPTIONS = util/ansi2knr foreign
115
116SUBDIRS = \
117        scripts \
118        include \
119        ElectricFence   \
120        librsaref       \
121        libntp  \
122        libparse        \
123        ntpd    \
124        ntpdate \
125        ntpdc   \
126        ntpq    \
127        ntptrace        \
128        parseutil       \
129        adjtimed        \
130        clockstuff      \
131        kernel  \
132        util
133
134
135EXTRA_DIST = \
136        COPYRIGHT \
137        ChangeLog \
138        ChangeLog-4.1.0 \
139        NEWS \
140        NOTES.y2kfixes \
141        README.bk \
142        README.cvs \
143        README.des \
144        README.hackers \
145        README.rsa \
146        README.versions \
147        TODO \
148        WHERE-TO-START \
149        acconfig.h \
150        build \
151        config.guess \
152        config.h.in \
153        config.sub \
154        dot.emacs \
155        excludes \
156        flock-build \
157        install-sh \
158        ntp_update \
159        readme.y2kfixes \
160        results.y2kfixes \
161        conf \
162        html \
163        ports \
164        version
165
166
167DISTCLEANFILES = .warning
168
169#ETAGS_ARGS = $(srcdir)/Makefile.am $(srcdir)/configure.in
170ETAGS_ARGS = Makefile.am configure.in acconfig.h
171
172# HMS: make ports be the last directory...
173# DIST_HOOK_DIRS = conf html scripts ports
174
175# HMS: Keep .warning first, as that way it gets printed first.
176BUILT_SOURCES = .warning $(srcdir)/COPYRIGHT $(srcdir)/version
177
178
179# HMS: The following seems to be a work-in-progress...
180CVO = `$(srcdir)/config.guess`
181
182BHOST = `(hostname || uname -n)`
183subdir = .
184ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
185mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
186CONFIG_HEADER = config.h
187CONFIG_CLEAN_FILES =
188DIST_SOURCES =
189
190RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
191        uninstall-info-recursive all-recursive install-data-recursive \
192        install-exec-recursive installdirs-recursive install-recursive \
193        uninstall-recursive check-recursive installcheck-recursive
194DIST_COMMON = README ./stamp-h.in ChangeLog INSTALL Makefile.am \
195        Makefile.in NEWS TODO acconfig.h acinclude.m4 aclocal.m4 \
196        config.guess config.h.in config.sub configure configure.in \
197        depcomp install-sh missing mkinstalldirs
198DIST_SUBDIRS = $(SUBDIRS)
199all: $(BUILT_SOURCES) config.h
200        $(MAKE) $(AM_MAKEFLAGS) all-recursive
201
202.SUFFIXES:
203$(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
204        cd $(top_srcdir) && \
205          $(AUTOMAKE) --foreign  Makefile
206Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
207        cd $(top_builddir) && \
208          CONFIG_HEADERS= CONFIG_LINKS= \
209          CONFIG_FILES=$@ $(SHELL) ./config.status
210
211$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
212        $(SHELL) ./config.status --recheck
213$(srcdir)/configure:  $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
214        cd $(srcdir) && $(AUTOCONF)
215
216$(ACLOCAL_M4):  configure.in acinclude.m4
217        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
218config.h: stamp-h
219        @if test ! -f $@; then \
220                rm -f stamp-h; \
221                $(MAKE) stamp-h; \
222        else :; fi
223stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
224        @rm -f stamp-h stamp-hT
225        @echo timestamp > stamp-hT 2> /dev/null
226        cd $(top_builddir) \
227          && CONFIG_FILES= CONFIG_HEADERS=config.h \
228             $(SHELL) ./config.status
229        @mv stamp-hT stamp-h
230$(srcdir)/config.h.in:  $(srcdir)/./stamp-h.in
231        @if test ! -f $@; then \
232                rm -f $(srcdir)/./stamp-h.in; \
233                $(MAKE) $(srcdir)/./stamp-h.in; \
234        else :; fi
235$(srcdir)/./stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/acconfig.h
236        @rm -f $(srcdir)/./stamp-h.in $(srcdir)/./stamp-h.inT
237        @echo timestamp > $(srcdir)/./stamp-h.inT 2> /dev/null
238        cd $(top_srcdir) && $(AUTOHEADER)
239        @mv $(srcdir)/./stamp-h.inT $(srcdir)/./stamp-h.in
240
241distclean-hdr:
242        -rm -f config.h
243uninstall-info-am:
244
245# This directory's subdirectories are mostly independent; you can cd
246# into them and run `make' without going through this Makefile.
247# To change the values of `make' variables: instead of editing Makefiles,
248# (1) if the variable is set in `config.status', edit `config.status'
249#     (which will cause the Makefiles to be regenerated when you run `make');
250# (2) otherwise, pass the desired values on the `make' command line.
251$(RECURSIVE_TARGETS):
252        @set fnord $(MAKEFLAGS); amf=$$2; \
253        dot_seen=no; \
254        target=`echo $@ | sed s/-recursive//`; \
255        list='$(SUBDIRS)'; for subdir in $$list; do \
256          echo "Making $$target in $$subdir"; \
257          if test "$$subdir" = "."; then \
258            dot_seen=yes; \
259            local_target="$$target-am"; \
260          else \
261            local_target="$$target"; \
262          fi; \
263          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
264           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
265        done; \
266        if test "$$dot_seen" = "no"; then \
267          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
268        fi; test -z "$$fail"
269
270mostlyclean-recursive clean-recursive distclean-recursive \
271maintainer-clean-recursive:
272        @set fnord $(MAKEFLAGS); amf=$$2; \
273        dot_seen=no; \
274        case "$@" in \
275          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
276          *) list='$(SUBDIRS)' ;; \
277        esac; \
278        rev=''; for subdir in $$list; do \
279          if test "$$subdir" = "."; then :; else \
280            rev="$$subdir $$rev"; \
281          fi; \
282        done; \
283        rev="$$rev ."; \
284        target=`echo $@ | sed s/-recursive//`; \
285        for subdir in $$rev; do \
286          echo "Making $$target in $$subdir"; \
287          if test "$$subdir" = "."; then \
288            local_target="$$target-am"; \
289          else \
290            local_target="$$target"; \
291          fi; \
292          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
293           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
294        done && test -z "$$fail"
295tags-recursive:
296        list='$(SUBDIRS)'; for subdir in $$list; do \
297          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
298        done
299
300tags: TAGS
301
302ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
303        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
304        unique=`for i in $$list; do \
305            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
306          done | \
307          $(AWK) '    { files[$$0] = 1; } \
308               END { for (i in files) print i; }'`; \
309        mkid -fID $$unique $(LISP)
310
311TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
312                $(TAGS_FILES) $(LISP)
313        tags=; \
314        here=`pwd`; \
315        list='$(SUBDIRS)'; for subdir in $$list; do \
316          if test "$$subdir" = .; then :; else \
317            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
318          fi; \
319        done; \
320        list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
321        unique=`for i in $$list; do \
322            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
323          done | \
324          $(AWK) '    { files[$$0] = 1; } \
325               END { for (i in files) print i; }'`; \
326        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
327          || etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP)
328
329GTAGS:
330        here=`CDPATH=: && cd $(top_builddir) && pwd` \
331          && cd $(top_srcdir) \
332          && gtags -i $(GTAGS_ARGS) $$here
333
334distclean-tags:
335        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
336
337DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
338
339top_distdir = .
340# Avoid unsightly `./'.
341distdir = $(PACKAGE)-$(VERSION)
342
343GZIP_ENV = --best
344
345distdir: $(DISTFILES)
346        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
347        mkdir $(distdir)
348        $(mkinstalldirs) $(distdir)/scripts
349        @for file in $(DISTFILES); do \
350          if test -f $$file; then d=.; else d=$(srcdir); fi; \
351          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
352          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
353            $(mkinstalldirs) "$(distdir)/$$dir"; \
354          fi; \
355          if test -d $$d/$$file; then \
356            cp -pR $$d/$$file $(distdir) \
357            || exit 1; \
358          else \
359            test -f $(distdir)/$$file \
360            || cp -p $$d/$$file $(distdir)/$$file \
361            || exit 1; \
362          fi; \
363        done
364        for subdir in $(SUBDIRS); do \
365          if test "$$subdir" = .; then :; else \
366            test -d $(distdir)/$$subdir \
367            || mkdir $(distdir)/$$subdir \
368            || exit 1; \
369            (cd $$subdir && \
370              $(MAKE) $(AM_MAKEFLAGS) \
371                top_distdir="$(top_distdir)" \
372                distdir=../$(distdir)/$$subdir \
373                distdir) \
374              || exit 1; \
375          fi; \
376        done
377        $(MAKE) $(AM_MAKEFLAGS) \
378          top_distdir="${top_distdir}" distdir="$(distdir)" \
379          dist-hook
380        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
381          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
382          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
383          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
384        || chmod -R a+r $(distdir)
385dist: distdir
386        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
387        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
388
389# This target untars the dist file and tries a VPATH configuration.  Then
390# it guarantees that the distribution is self-contained by making another
391# tarfile.
392distcheck: dist
393        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
394        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf -
395        chmod -R a-w $(distdir); chmod a+w $(distdir)
396        mkdir $(distdir)/=build
397        mkdir $(distdir)/=inst
398        chmod a-w $(distdir)
399        dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
400          && cd $(distdir)/=build \
401          && ../configure --srcdir=.. --prefix=$$dc_install_base \
402          && $(MAKE) $(AM_MAKEFLAGS) \
403          && $(MAKE) $(AM_MAKEFLAGS) dvi \
404          && $(MAKE) $(AM_MAKEFLAGS) check \
405          && $(MAKE) $(AM_MAKEFLAGS) install \
406          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
407          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
408          && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
409             || (echo "Error: files left after uninstall" 1>&2; \
410                 exit 1) ) \
411          && $(MAKE) $(AM_MAKEFLAGS) dist \
412          && $(MAKE) $(AM_MAKEFLAGS) distclean \
413          && rm -f $(distdir).tar.gz \
414          && (test `find . -type f -print | wc -l` -eq 0 \
415             || (echo "Error: files left after distclean" 1>&2; \
416                 exit 1) )
417        -chmod -R a+w $(distdir) > /dev/null 2>&1; rm -rf $(distdir)
418        @echo "$(distdir).tar.gz is ready for distribution" | \
419          sed 'h;s/./=/g;p;x;p;x'
420check-am: all-am
421check: check-recursive
422all-am: Makefile config.h
423installdirs: installdirs-recursive
424installdirs-am:
425
426install: install-recursive
427install-exec: install-exec-recursive
428install-data: install-data-recursive
429uninstall: uninstall-recursive
430
431install-am: all-am
432        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
433
434installcheck: installcheck-recursive
435install-strip:
436        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
437          `test -z '$(STRIP)' || \
438            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
439mostlyclean-generic:
440
441clean-generic:
442
443distclean-generic:
444        -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
445        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
446
447maintainer-clean-generic:
448        @echo "This command is intended for maintainers to use"
449        @echo "it deletes files that may require special tools to rebuild."
450        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
451clean: clean-recursive
452
453clean-am: clean-generic mostlyclean-am
454
455dist-all: distdir
456        $(AMTAR) chof - $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
457        -chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
458distclean: distclean-recursive
459        -rm -f config.status config.cache config.log
460distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
461
462dvi: dvi-recursive
463
464dvi-am:
465
466info: info-recursive
467
468info-am:
469
470install-data-am:
471
472install-exec-am:
473
474install-info: install-info-recursive
475
476install-man:
477
478installcheck-am:
479
480maintainer-clean: maintainer-clean-recursive
481
482maintainer-clean-am: distclean-am maintainer-clean-generic
483
484mostlyclean: mostlyclean-recursive
485
486mostlyclean-am: mostlyclean-generic
487
488uninstall-am: uninstall-info-am
489
490uninstall-info: uninstall-info-recursive
491
492.PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
493        clean-generic clean-recursive dist dist-all distcheck distclean \
494        distclean-generic distclean-hdr distclean-recursive \
495        distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
496        info-recursive install install-am install-data install-data-am \
497        install-data-recursive install-exec install-exec-am \
498        install-exec-recursive install-info install-info-am \
499        install-info-recursive install-man install-recursive \
500        install-strip installcheck installcheck-am installdirs \
501        installdirs-am installdirs-recursive maintainer-clean \
502        maintainer-clean-generic maintainer-clean-recursive mostlyclean \
503        mostlyclean-generic mostlyclean-recursive tags tags-recursive \
504        uninstall uninstall-am uninstall-info-am \
505        uninstall-info-recursive uninstall-recursive
506
507
508$(srcdir)/COPYRIGHT: html/copyright.htm
509        ( echo "This file is automatically generated from html/copyright.htm" ; lynx -dump $(srcdir)/html/copyright.htm ) > $(srcdir)/COPYRIGHT.new && mv $(srcdir)/COPYRIGHT.new $(srcdir)/COPYRIGHT
510
511# HMS: The next bit is still suboptimal.  If bk is present but this NTP
512# repo is not a bk repo, we'll get an error message from the prs command.
513# Unfortunately, I haven't found the necessary magic to redirect this error
514# output to /dev/null under ancient/unique shells like the one Ultrix uses.
515# We'll also get an error of srcdir or version is unwritable.
516$(srcdir)/version: FRC.version
517        -(bk version) >/dev/null 2>&1 && \
518            cd $(srcdir) && \
519            x=`bk -R prs -hr+ -nd:I: ChangeSet` && \
520            case "$$x" in '') ;; *) echo $$x > version ;; esac
521
522dist-hook:
523        @find $(distdir) -type d -name CVS -print | xargs rm -rf
524        @find $(distdir) -type d -name SCCS -print | xargs rm -rf
525
526.warning:
527        @echo "Compiling with GCC now generates lots of new warnings."
528        @echo " "
529        @echo "Don't be concerned. They're just warnings."
530        @echo " "
531        @echo "Don't send bug reports about the warnings, either."
532        @echo " "
533        @echo "Feel free to send patches that fix these warnings, though."
534        @echo " "
535        @sleep 1
536        @touch .warning
537
538.buildcvo:
539        echo "$(CVO)" > .buildcvo
540
541.checkcvo: .buildcvo FRC.checkcvo
542        @if [ "`cat .buildcvo`" != "$(CVO)" ];then      \
543                echo "This directory was configured for `cat .buildcvo`"; \
544                echo "but this machine is a $(CVO)";    \
545                exit 1; \
546        fi
547
548.buildhost:
549        echo "$(BHOST)" > .buildhost
550
551.checkhost: .buildhost FRC.checkhost
552        @if [ "`cat .buildhost`" != "$(BHOST)" ];then   \
553                echo "Built on `cat .buildhost` but this is $(BHOST)"; \
554                echo " "; \
555        fi
556
557FRC.distwarn FRC.checkcvo FRC.checkhost FRC.version:
558
559# HMS: what was I trying to do with this?
560#dot.emacs: FRC.distwarn
561# Tell versions [3.59,3.63) of GNU make to not export all variables.
562# Otherwise a system limit (for SysV at least) may be exceeded.
563.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.