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