xref: /freebsd/contrib/ntp/Makefile.in (revision 4b2eaea43fec8e8792be611dea204071a10b655a)
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.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
168DISTCLEANFILES = .warning
169
170#ETAGS_ARGS = $(srcdir)/Makefile.am $(srcdir)/configure.in
171ETAGS_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.
177BUILT_SOURCES = .warning $(srcdir)/COPYRIGHT $(srcdir)/version
178
179
180# HMS: The following seems to be a work-in-progress...
181CVO = `$(srcdir)/config.guess`
182
183BHOST = `(hostname || uname -n)`
184subdir = .
185ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
186mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
187CONFIG_HEADER = config.h
188CONFIG_CLEAN_FILES =
189DIST_SOURCES =
190
191RECURSIVE_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
195DIST_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
199DIST_SUBDIRS = $(SUBDIRS)
200all: $(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
207Makefile:  $(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)
219config.h: stamp-h
220	@if test ! -f $@; then \
221		rm -f stamp-h; \
222		$(MAKE) stamp-h; \
223	else :; fi
224stamp-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
242distclean-hdr:
243	-rm -f config.h
244uninstall-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
271mostlyclean-recursive clean-recursive distclean-recursive \
272maintainer-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"
296tags-recursive:
297	list='$(SUBDIRS)'; for subdir in $$list; do \
298	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
299	done
300
301tags: TAGS
302
303ID: $(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
312TAGS: 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
330GTAGS:
331	here=`CDPATH=: && cd $(top_builddir) && pwd` \
332	  && cd $(top_srcdir) \
333	  && gtags -i $(GTAGS_ARGS) $$here
334
335distclean-tags:
336	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
337
338DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
339
340top_distdir = .
341# Avoid unsightly `./'.
342distdir = $(PACKAGE)-$(VERSION)
343
344GZIP_ENV = --best
345
346distdir: $(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)
386dist: 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.
393distcheck: 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'
421check-am: all-am
422check: check-recursive
423all-am: Makefile config.h
424installdirs: installdirs-recursive
425installdirs-am:
426
427install: install-recursive
428install-exec: install-exec-recursive
429install-data: install-data-recursive
430uninstall: uninstall-recursive
431
432install-am: all-am
433	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
434
435installcheck: installcheck-recursive
436install-strip:
437	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
438	  `test -z '$(STRIP)' || \
439	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
440mostlyclean-generic:
441
442clean-generic:
443
444distclean-generic:
445	-rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
446	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
447
448maintainer-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)
452clean: clean-recursive
453
454clean-am: clean-generic mostlyclean-am
455
456dist-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)
459distclean: distclean-recursive
460	-rm -f config.status config.cache config.log
461distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
462
463dvi: dvi-recursive
464
465dvi-am:
466
467info: info-recursive
468
469info-am:
470
471install-data-am:
472
473install-exec-am:
474
475install-info: install-info-recursive
476
477install-man:
478
479installcheck-am:
480
481maintainer-clean: maintainer-clean-recursive
482
483maintainer-clean-am: distclean-am maintainer-clean-generic
484
485mostlyclean: mostlyclean-recursive
486
487mostlyclean-am: mostlyclean-generic
488
489uninstall-am: uninstall-info-am
490
491uninstall-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
523dist-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
560FRC.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:
567