nothing
[automake.git] / Makefile.in
blob53bbe9a50933de61a65c4601c434e7c4a179be2f
1 # Makefile.in generated automatically by automake 1.1m from Makefile.am
3 # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy, distribute and modify it.
8 SHELL = /bin/sh
10 srcdir = @srcdir@
11 top_srcdir = @top_srcdir@
12 VPATH = @srcdir@
13 prefix = @prefix@
14 exec_prefix = @exec_prefix@
16 bindir = @bindir@
17 sbindir = @sbindir@
18 libexecdir = @libexecdir@
19 datadir = @datadir@
20 sysconfdir = @sysconfdir@
21 sharedstatedir = @sharedstatedir@
22 localstatedir = @localstatedir@
23 libdir = @libdir@
24 infodir = @infodir@
25 mandir = @mandir@
26 includedir = @includedir@
27 oldincludedir = /usr/include
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
33 top_builddir = .
35 ACLOCAL = @ACLOCAL@
36 AUTOCONF = @AUTOCONF@
37 AUTOMAKE = @AUTOMAKE@
38 AUTOHEADER = @AUTOHEADER@
40 INSTALL = @INSTALL@
41 INSTALL_PROGRAM = @INSTALL_PROGRAM@
42 INSTALL_DATA = @INSTALL_DATA@
43 INSTALL_SCRIPT = @INSTALL_SCRIPT@
44 transform = @program_transform_name@
45 INSTALL_SCRIPT = @INSTALL_SCRIPT@
46 PACKAGE = @PACKAGE@
47 PERL = @PERL@
48 TAR = @TAR@
49 VERSION = @VERSION@
51 AUTOMAKE_OPTIONS = gnits
52 MAINT_CHARSET = latin1
54 SUBDIRS = tests m4
56 bin_SCRIPTS = automake aclocal
57 info_TEXINFOS = automake.texi
59 pkgdata_DATA = clean-kr.am clean.am compile-kr.am comp-vars.am \
60 compile.am data.am dejagnu.am depend.am depend2.am dist-vars.am \
61 footer.am header.am header-vars.am kr-extra.am libs.am library.am \
62 libtool.am ltlib.am ltlibrary.am mans-vars.am program.am progs.am \
63 remake-hdr.am remake.am scripts.am subdirs.am tags.am tags-clean.am \
64 texi-vers.am texinfos.am libs-clean.am ltlib-clean.am progs-clean.am \
65 data-clean.am COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 \
66 lisp.am lisp-clean.am
68 pkgdata_SCRIPTS = config.guess config.sub install-sh interlock \
69 mdate-sh missing mkinstalldirs elisp-comp ylwrap acinstall
71 EXTRA_DIST = acinstall $(pkgdata_DATA)
73 # The following requires a fixed version of the Emacs 19.30 etags.
74 ETAGS_ARGS = automake.in aclocal.in --lang=none \
75 --regex='/^@node[ \t]+\([^,]+\)/\1/' automake.texi
76 TAGS_DEPENDENCIES = automake.in aclocal.in automake.texi
77 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
79 CONFIG_CLEAN_FILES = automake aclocal
80 SCRIPTS = $(bin_SCRIPTS) $(pkgdata_SCRIPTS)
82 MAKEINFO = makeinfo
83 TEXI2DVI = texi2dvi
84 TEXINFO_TEX = $(srcdir)/texinfo.tex
85 INFO_DEPS = automake.info
86 DVIS = automake.dvi
87 TEXINFOS = automake.texi
88 DATA = $(pkgdata_DATA)
90 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
91 Makefile.in NEWS README-alpha THANKS TODO aclocal.in aclocal.m4 \
92 ansi2knr.1 ansi2knr.c automake.in config.guess config.sub configure \
93 configure.in elisp-comp install-sh interlock mdate-sh missing \
94 mkinstalldirs stamp-vti texinfo.tex version.texi ylwrap
97 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
99 GZIP = --best
100 default: all
102 .SUFFIXES:
103 .SUFFIXES: .texi .texinfo .info .dvi .ps
104 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
105 cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile
107 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
108 cd $(top_builddir) \
109 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
111 $(srcdir)/aclocal.m4: configure.in
112 cd $(srcdir) && $(ACLOCAL)
114 config.status: configure
115 $(SHELL) ./config.status --recheck
116 $(srcdir)/configure: configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
117 cd $(srcdir) && $(AUTOCONF)
118 automake: $(top_builddir)/config.status automake.in
119 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
120 aclocal: $(top_builddir)/config.status aclocal.in
121 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
123 install-binSCRIPTS: $(bin_SCRIPTS)
124 $(NORMAL_INSTALL)
125 $(mkinstalldirs) $(bindir)
126 @list="$(bin_SCRIPTS)"; for p in $$list; do \
127 if test -f $$p; then \
128 echo " $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
129 $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
130 else if test -f $(srcdir)/$$p; then \
131 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
132 $(INSTALL_SCRIPT) $(srcdir)/$$p $(bindir)/`echo $$p|sed '$(transform)'`; \
133 else :; fi; fi; \
134 done
136 uninstall-binSCRIPTS:
137 list="$(bin_SCRIPTS)"; for p in $$list; do \
138 rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
139 done
141 install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS)
142 $(NORMAL_INSTALL)
143 $(mkinstalldirs) $(pkgdatadir)
144 @list="$(pkgdata_SCRIPTS)"; for p in $$list; do \
145 if test -f $$p; then \
146 echo " $(INSTALL_SCRIPT) $$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
147 $(INSTALL_SCRIPT) $$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
148 else if test -f $(srcdir)/$$p; then \
149 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
150 $(INSTALL_SCRIPT) $(srcdir)/$$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
151 else :; fi; fi; \
152 done
154 uninstall-pkgdataSCRIPTS:
155 list="$(pkgdata_SCRIPTS)"; for p in $$list; do \
156 rm -f $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
157 done
159 version.texi: stamp-vti
160 cp $(srcdir)/stamp-vti $(srcdir)/version.texi
162 stamp-vti: automake.texi $(top_srcdir)/configure.in
163 echo "@set UPDATED `cd $(srcdir) \
164 && $(SHELL) ./mdate-sh automake.texi`" > vti.tmp
165 echo "@set EDITION $(VERSION)" >> vti.tmp
166 echo "@set VERSION $(VERSION)" >> vti.tmp
167 cmp -s vti.tmp $(srcdir)/stamp-vti \
168 || cp vti.tmp $(srcdir)/stamp-vti
169 rm -f vti.tmp
171 mostlyclean-vti:
172 rm -f vti.tmp
174 clean-vti:
176 distclean-vti:
178 maintainer-clean-vti:
179 rm -f stamp-vti version.texi
181 automake.info: automake.texi version.texi
182 automake.dvi: automake.texi version.texi
185 DVIPS = dvips
187 .texi.info:
188 cd $(srcdir) \
189 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
191 .texi.dvi:
192 TEXINPUTS=$(srcdir):$$TEXINPUTS \
193 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
195 .texi:
196 cd $(srcdir) \
197 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
199 .texinfo.info:
200 cd $(srcdir) \
201 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
203 .texinfo:
204 cd $(srcdir) \
205 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
207 .texinfo.dvi:
208 TEXINPUTS=$(srcdir):$$TEXINPUTS \
209 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
210 .dvi.ps:
211 $(DVIPS) $< -o $@
213 install-info-am: $(INFO_DEPS)
214 $(NORMAL_INSTALL)
215 $(mkinstalldirs) $(infodir)
216 @for file in $(INFO_DEPS); do \
217 for ifile in `cd $(srcdir) && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
218 if test -f $(srcdir)/$$ifile; then \
219 echo " $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile"; \
220 $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile; \
221 else : ; fi; \
222 done; \
223 done
224 $(POST_INSTALL)
225 @if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
226 for file in $(INFO_DEPS); do \
227 echo " install-info --info-dir=$(infodir) $(infodir)/$$file";\
228 install-info --info-dir=$(infodir) $(infodir)/$$file; :;\
229 done; \
230 else : ; fi
232 uninstall-info:
233 if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
234 ii=yes; \
235 else ii=; fi; \
236 for file in $(INFO_DEPS); do \
237 (cd $(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
238 test -z $ii || install-info --info-dir=$(infodir) --remove $$file; \
239 done
241 dist-info: $(INFO_DEPS)
242 for base in $(INFO_DEPS); do \
243 d=$(srcdir); \
244 for file in `cd $$d && eval echo $$base*`; do \
245 test -f $(distdir)/$$file \
246 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
247 || cp -p $$d/$$file $(distdir)/$$file; \
248 done; \
249 done
251 mostlyclean-info:
252 rm -f automake.aux automake.cp automake.cps automake.dvi automake.fn \
253 automake.fns automake.ky automake.log automake.pg \
254 automake.toc automake.tp automake.tps automake.vr \
255 automake.vrs automake.op automake.tr automake.cv
257 clean-info:
259 distclean-info:
261 maintainer-clean-info:
262 for i in $(INFO_DEPS); do rm -f `eval echo $$i*`; done
264 install-pkgdataDATA: $(pkgdata_DATA)
265 $(NORMAL_INSTALL)
266 $(mkinstalldirs) $(pkgdatadir)
267 @list="$(pkgdata_DATA)"; for p in $$list; do \
268 if test -f $(srcdir)/$$p; then \
269 echo " $(INSTALL_DATA) $(srcdir)/$$p $(pkgdatadir)/$$p"; \
270 $(INSTALL_DATA) $(srcdir)/$$p $(pkgdatadir)/$$p; \
271 else if test -f $$p; then \
272 echo " $(INSTALL_DATA) $$p $(pkgdatadir)/$$p"; \
273 $(INSTALL_DATA) $$p $(pkgdatadir)/$$p; \
274 fi; fi; \
275 done
277 uninstall-pkgdataDATA:
278 list="$(pkgdata_DATA)"; for p in $$list; do \
279 rm -f $(pkgdatadir)/$$p; \
280 done
282 # This directory's subdirectories are mostly independent; you can cd
283 # into them and run `make' without going through this Makefile.
284 # To change the values of `make' variables: instead of editing Makefiles,
285 # (1) if the variable is set in `config.status', edit `config.status'
286 # (which will cause the Makefiles to be regenerated when you run `make');
287 # (2) otherwise, pass the desired values on the `make' command line.
289 @SET_MAKE@
291 all-recursive install-data-recursive install-exec-recursive \
292 installdirs-recursive install-recursive uninstall-recursive \
293 check-recursive installcheck-recursive info-recursive dvi-recursive \
294 mostlyclean-recursive clean-recursive distclean-recursive \
295 maintainer-clean-recursive:
296 @for subdir in $(SUBDIRS); do \
297 target=`echo $@ | sed s/-recursive//`; \
298 echo "Making $$target in $$subdir"; \
299 (cd $$subdir && $(MAKE) $$target) \
300 || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
301 done && test -z "$$fail"
302 tags-recursive:
303 list="$(SUBDIRS)"; for subdir in $$list; do \
304 (cd $$subdir && $(MAKE) tags); \
305 done
307 tags: TAGS
309 ID: $(HEADERS) $(SOURCES)
310 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
312 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
313 tags=; \
314 here=`pwd`; \
315 list="$(SUBDIRS)"; for subdir in $$list; do \
316 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
317 done; \
318 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
319 || cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS
321 mostlyclean-tags:
323 clean-tags:
325 distclean-tags:
326 rm -f TAGS ID
328 maintainer-clean-tags:
330 distdir = $(PACKAGE)-$(VERSION)
331 # This target untars the dist file and tries a VPATH configuration. Then
332 # it guarantees that the distribution is self-contained by making another
333 # tarfile.
334 distcheck: dist
335 rm -rf $(distdir)
336 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
337 mkdir $(distdir)/=build
338 mkdir $(distdir)/=inst
339 dc_install_base=`cd $(distdir)/=inst && pwd`; \
340 cd $(distdir)/=build \
341 && ../configure --srcdir=.. --prefix=$$dc_install_base \
342 && $(MAKE) \
343 && $(MAKE) dvi \
344 && $(MAKE) check \
345 && $(MAKE) install \
346 && $(MAKE) installcheck \
347 && $(MAKE) dist
348 rm -rf $(distdir)
349 @echo "========================"; \
350 echo "$(distdir).tar.gz is ready for distribution"; \
351 echo "========================"
352 dist: distdir
353 -chmod -R a+r $(distdir)
354 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
355 rm -rf $(distdir)
356 dist-all: distdir
357 -chmod -R a+r $(distdir)
358 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
359 rm -rf $(distdir)
360 distdir: $(DISTFILES)
361 @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" > /dev/null; then :; else \
362 echo "NEWS not updated; not releasing" 1>&2; \
363 exit 1; \
365 rm -rf $(distdir)
366 mkdir $(distdir)
367 -chmod 755 $(distdir)
368 here=`pwd`; distdir=`cd $(distdir) && pwd` \
369 && cd $(srcdir) \
370 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --gnits
371 @for file in $(DISTFILES); do \
372 d=$(srcdir); \
373 test -f $(distdir)/$$file \
374 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
375 || cp -p $$d/$$file $(distdir)/$$file; \
376 done
377 for subdir in $(SUBDIRS); do \
378 test -d $(distdir)/$$subdir \
379 || mkdir $(distdir)/$$subdir \
380 || exit 1; \
381 chmod 755 $(distdir)/$$subdir; \
382 (cd $$subdir && $(MAKE) distdir=../$(distdir)/$$subdir distdir) \
383 || exit 1; \
384 done
385 $(MAKE) distdir="$(distdir)" dist-info
386 info: $(INFO_DEPS) info-recursive
387 dvi: $(DVIS) dvi-recursive
388 check: all-am
389 $(MAKE) check-recursive
390 installcheck: installcheck-recursive installcheck-local
391 all-am: $(INFO_DEPS) $(SCRIPTS) $(DATA) Makefile
393 install-exec-am: install-binSCRIPTS
395 install-data-am: install-info-am install-pkgdataSCRIPTS install-pkgdataDATA
397 uninstall-am: uninstall-binSCRIPTS uninstall-pkgdataSCRIPTS uninstall-info uninstall-pkgdataDATA
399 install-exec: install-exec-recursive install-exec-am
400 $(NORMAL_INSTALL)
402 install-data: install-data-recursive install-data-am
403 $(NORMAL_INSTALL)
405 install: install-recursive install-exec-am install-data-am
408 uninstall: uninstall-recursive uninstall-am
410 all: all-recursive all-am
412 install-strip:
413 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
414 installdirs: installdirs-recursive
415 $(mkinstalldirs) $(bindir) $(pkgdatadir) $(infodir) $(pkgdatadir)
418 mostlyclean-generic:
419 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
421 clean-generic:
422 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
424 distclean-generic:
425 rm -f Makefile $(DISTCLEANFILES)
426 rm -f config.cache config.log stamp-h
427 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
429 maintainer-clean-generic:
430 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
431 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
432 mostlyclean-am: mostlyclean-vti mostlyclean-info mostlyclean-tags \
433 mostlyclean-generic
435 clean-am: clean-vti clean-info clean-tags clean-generic mostlyclean-am
437 distclean-am: distclean-vti distclean-info distclean-tags \
438 distclean-generic clean-am
440 maintainer-clean-am: maintainer-clean-vti maintainer-clean-info \
441 maintainer-clean-tags maintainer-clean-generic \
442 distclean-am
444 mostlyclean: mostlyclean-recursive mostlyclean-am
446 clean: clean-recursive clean-am
448 distclean: distclean-recursive distclean-am
449 rm -f config.status
451 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
452 @echo "This command is intended for maintainers to use;"
453 @echo "it deletes files that may require special tools to rebuild."
454 rm -f config.status
456 .PHONY: default uninstall-binSCRIPTS install-binSCRIPTS \
457 uninstall-pkgdataSCRIPTS install-pkgdataSCRIPTS mostlyclean-vti \
458 distclean-vti clean-vti maintainer-clean-vti install-info-am \
459 uninstall-info mostlyclean-info distclean-info clean-info \
460 maintainer-clean-info uninstall-pkgdataDATA install-pkgdataDATA \
461 install-data-recursive uninstall-data-recursive install-exec-recursive \
462 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
463 all-recursive check-recursive installcheck-recursive info-recursive \
464 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
465 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
466 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
467 installcheck-local installcheck all-am install-exec-am install-data-am \
468 uninstall-am install-exec install-data install uninstall all \
469 installdirs mostlyclean-generic distclean-generic clean-generic \
470 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
473 # Check to make sure some installed files are executable.
474 installcheck-local:
475 for file in $(pkgdata_SCRIPTS); do \
476 $(PERL) -e "exit ! -x '$(pkgdatadir)/$$file';" || exit 1; \
477 done
479 ################################################################
481 # Run the test suite using Perl 4.
482 perl4-check: automake aclocal
483 @if $(SHELL) -c 'perl4.036 -v' > /dev/null 2>&1; then \
484 $(MAKE) PERL=perl4.036 check; \
485 else :; fi
487 # Some simple checks, and then ordinary check. These are only really
488 # guaranteed to work on my machine.
489 maintainer-check: automake aclocal
490 $(PERL) -c -w automake
491 $(PERL) -c -w aclocal
492 @if grep '^[^#].*true' $(srcdir)/[a-z]*.am; then \
493 echo "can't use 'true' in GNU Makefile" 1>&2; \
494 exit 1; \
495 else :; fi
496 @if test `fgrep '$${' $(srcdir)/[a-z]*.am | fgrep -v '$$$$' | wc -l` -ne 0; then \
497 echo "found too many uses of '\$${'" 1>&2; \
498 exit 1; \
499 else :; fi
500 @if test `fgrep 'mkinstalldirs' $(srcdir)/[a-z]*.am | fgrep -v '$$(mkinstalldirs)' | wc -l` -ne 0; then \
501 echo "found incorrect use of mkinstalldirs" 1>&2; \
502 exit 1; \
503 else :; fi
504 @if $(SHELL) -c 'perl4.036 -v' >/dev/null 2>&1; then \
505 perl4.036 -c -w automake; \
506 perl4.036 -c -w aclocal; \
507 else :; fi
508 @if grep undef $(srcdir)/automake.in > /dev/null 2>&1; then \
509 echo "Found undef in automake.in; use delete instead" 1>&2; \
510 exit 1; \
513 # Tag before making distribution. Also, don't make a distribution if
514 # checks fail. Also, make sure the NEWS file is up-to-date.
515 cvs-dist: maintainer-check perl4-check distcheck
516 @if sed 1q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
517 echo "NEWS not updated; not releasing" 1>&2; \
518 exit 1; \
520 cvs -q tag `echo "Release-$(VERSION)" | sed 's/\./-/g'`
521 $(MAKE) dist
523 cvs-diff:
524 thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
525 if test -z "$$OLDVERSION"; then \
526 prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
527 else prevno="$$OLDVERSION"; fi; \
528 prevver=Release-`echo $$prevno | sed 's/\./-/g'`; \
529 cvs -f rdiff -c -r $$prevver -r $$thisver $(PACKAGE) \
530 > $(PACKAGE)-$$prevno-$(VERSION).diff
532 path-check: distdir
533 (cd $(distdir) && \
534 find . -print | xargs pathchk -p); \
535 status=$$?; \
536 rm -rf $(distdir); \
537 exit $$status
539 # Tell versions [3.59,3.63) of GNU make to not export all variables.
540 # Otherwise a system limit (for SysV at least) may be exceeded.
541 .NOEXPORT: