follow GNU standards
[automake.git] / Makefile.in
bloba0d34ee46c54514446182fbdcc09409a6fba8277
1 # Makefile.in generated automatically by automake 1.1n 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@
46 NORMAL_INSTALL = @:
47 PRE_INSTALL = @:
48 POST_INSTALL = @:
49 INSTALL_SCRIPT = @INSTALL_SCRIPT@
50 PACKAGE = @PACKAGE@
51 PERL = @PERL@
52 TAR = @TAR@
53 VERSION = @VERSION@
55 AUTOMAKE_OPTIONS = gnits
56 MAINT_CHARSET = latin1
58 SUBDIRS = tests m4
60 bin_SCRIPTS = automake aclocal
61 info_TEXINFOS = automake.texi
63 pkgdata_DATA = clean-kr.am clean.am compile-kr.am comp-vars.am \
64 compile.am data.am dejagnu.am depend.am depend2.am dist-vars.am \
65 footer.am header.am header-vars.am kr-extra.am libs.am library.am \
66 libtool.am ltlib.am ltlibrary.am mans-vars.am program.am progs.am \
67 remake-hdr.am remake.am scripts.am subdirs.am tags.am tags-clean.am \
68 texi-vers.am texinfos.am libs-clean.am ltlib-clean.am progs-clean.am \
69 data-clean.am COPYING INSTALL texinfo.tex ansi2knr.c ansi2knr.1 \
70 lisp.am lisp-clean.am
72 pkgdata_SCRIPTS = config.guess config.sub install-sh interlock \
73 mdate-sh missing mkinstalldirs elisp-comp ylwrap acinstall
75 EXTRA_DIST = acinstall $(pkgdata_DATA)
77 # The following requires a fixed version of the Emacs 19.30 etags.
78 ETAGS_ARGS = automake.in aclocal.in --lang=none \
79 --regex='/^@node[ \t]+\([^,]+\)/\1/' automake.texi
80 TAGS_DEPENDENCIES = automake.in aclocal.in automake.texi
81 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
82 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
83 CONFIG_CLEAN_FILES = automake aclocal
84 SCRIPTS = $(bin_SCRIPTS) $(pkgdata_SCRIPTS)
86 MAKEINFO = makeinfo
87 TEXI2DVI = texi2dvi
88 TEXINFO_TEX = $(srcdir)/texinfo.tex
89 INFO_DEPS = automake.info
90 DVIS = automake.dvi
91 TEXINFOS = automake.texi
92 DATA = $(pkgdata_DATA)
94 DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
95 Makefile.in NEWS README-alpha THANKS TODO aclocal.in aclocal.m4 \
96 ansi2knr.1 ansi2knr.c automake.in config.guess config.sub configure \
97 configure.in elisp-comp install-sh interlock mdate-sh missing \
98 mkinstalldirs stamp-vti texinfo.tex version.texi ylwrap
101 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
103 GZIP = --best
104 default: all
106 .SUFFIXES:
107 .SUFFIXES: .texi .texinfo .info .dvi .ps
108 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
109 cd $(top_srcdir) && $(AUTOMAKE) --gnits Makefile
111 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
112 cd $(top_builddir) \
113 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
115 $(srcdir)/aclocal.m4: configure.in
116 cd $(srcdir) && $(ACLOCAL)
118 config.status: configure
119 $(SHELL) ./config.status --recheck
120 $(srcdir)/configure: configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
121 cd $(srcdir) && $(AUTOCONF)
122 automake: $(top_builddir)/config.status automake.in
123 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
124 aclocal: $(top_builddir)/config.status aclocal.in
125 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
127 install-binSCRIPTS: $(bin_SCRIPTS)
128 $(NORMAL_INSTALL)
129 $(mkinstalldirs) $(bindir)
130 @list="$(bin_SCRIPTS)"; for p in $$list; do \
131 if test -f $$p; then \
132 echo " $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
133 $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
134 else if test -f $(srcdir)/$$p; then \
135 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
136 $(INSTALL_SCRIPT) $(srcdir)/$$p $(bindir)/`echo $$p|sed '$(transform)'`; \
137 else :; fi; fi; \
138 done
140 uninstall-binSCRIPTS:
141 list="$(bin_SCRIPTS)"; for p in $$list; do \
142 rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
143 done
145 install-pkgdataSCRIPTS: $(pkgdata_SCRIPTS)
146 $(NORMAL_INSTALL)
147 $(mkinstalldirs) $(pkgdatadir)
148 @list="$(pkgdata_SCRIPTS)"; for p in $$list; do \
149 if test -f $$p; then \
150 echo " $(INSTALL_SCRIPT) $$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
151 $(INSTALL_SCRIPT) $$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
152 else if test -f $(srcdir)/$$p; then \
153 echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`"; \
154 $(INSTALL_SCRIPT) $(srcdir)/$$p $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
155 else :; fi; fi; \
156 done
158 uninstall-pkgdataSCRIPTS:
159 list="$(pkgdata_SCRIPTS)"; for p in $$list; do \
160 rm -f $(pkgdatadir)/`echo $$p|sed '$(transform)'`; \
161 done
163 version.texi: stamp-vti
164 cp $(srcdir)/stamp-vti $(srcdir)/version.texi
166 stamp-vti: automake.texi $(top_srcdir)/configure.in
167 echo "@set UPDATED `cd $(srcdir) \
168 && $(SHELL) ./mdate-sh automake.texi`" > vti.tmp
169 echo "@set EDITION $(VERSION)" >> vti.tmp
170 echo "@set VERSION $(VERSION)" >> vti.tmp
171 cmp -s vti.tmp $(srcdir)/stamp-vti \
172 || cp vti.tmp $(srcdir)/stamp-vti
173 rm -f vti.tmp
175 mostlyclean-vti:
176 rm -f vti.tmp
178 clean-vti:
180 distclean-vti:
182 maintainer-clean-vti:
183 rm -f stamp-vti version.texi
185 automake.info: automake.texi version.texi
186 automake.dvi: automake.texi version.texi
189 DVIPS = dvips
191 .texi.info:
192 cd $(srcdir) \
193 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
195 .texi.dvi:
196 TEXINPUTS=$(srcdir):$$TEXINPUTS \
197 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
199 .texi:
200 cd $(srcdir) \
201 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
203 .texinfo.info:
204 cd $(srcdir) \
205 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
207 .texinfo:
208 cd $(srcdir) \
209 && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
211 .texinfo.dvi:
212 TEXINPUTS=$(srcdir):$$TEXINPUTS \
213 MAKEINFO='$(MAKEINFO) -I $(srcdir)' $(TEXI2DVI) $<
214 .dvi.ps:
215 $(DVIPS) $< -o $@
217 install-info-am: $(INFO_DEPS)
218 $(NORMAL_INSTALL)
219 $(mkinstalldirs) $(infodir)
220 @for file in $(INFO_DEPS); do \
221 for ifile in `cd $(srcdir) && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
222 if test -f $(srcdir)/$$ifile; then \
223 echo " $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile"; \
224 $(INSTALL_DATA) $(srcdir)/$$ifile $(infodir)/$$ifile; \
225 else : ; fi; \
226 done; \
227 done
228 $(POST_INSTALL)
229 @if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
230 for file in $(INFO_DEPS); do \
231 echo " install-info --info-dir=$(infodir) $(infodir)/$$file";\
232 install-info --info-dir=$(infodir) $(infodir)/$$file; :;\
233 done; \
234 else : ; fi
236 uninstall-info:
237 if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
238 ii=yes; \
239 else ii=; fi; \
240 for file in $(INFO_DEPS); do \
241 (cd $(infodir) && rm -f $$file $$file-[0-9] $$file-[0-9][0-9]); \
242 test -z $ii || install-info --info-dir=$(infodir) --remove $$file; \
243 done
245 dist-info: $(INFO_DEPS)
246 for base in $(INFO_DEPS); do \
247 d=$(srcdir); \
248 for file in `cd $$d && eval echo $$base*`; do \
249 test -f $(distdir)/$$file \
250 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
251 || cp -p $$d/$$file $(distdir)/$$file; \
252 done; \
253 done
255 mostlyclean-info:
256 rm -f automake.aux automake.cp automake.cps automake.dvi automake.fn \
257 automake.fns automake.ky automake.log automake.pg \
258 automake.toc automake.tp automake.tps automake.vr \
259 automake.vrs automake.op automake.tr automake.cv
261 clean-info:
263 distclean-info:
265 maintainer-clean-info:
266 for i in $(INFO_DEPS); do rm -f `eval echo $$i*`; done
268 install-pkgdataDATA: $(pkgdata_DATA)
269 $(NORMAL_INSTALL)
270 $(mkinstalldirs) $(pkgdatadir)
271 @list="$(pkgdata_DATA)"; for p in $$list; do \
272 if test -f $(srcdir)/$$p; then \
273 echo " $(INSTALL_DATA) $(srcdir)/$$p $(pkgdatadir)/$$p"; \
274 $(INSTALL_DATA) $(srcdir)/$$p $(pkgdatadir)/$$p; \
275 else if test -f $$p; then \
276 echo " $(INSTALL_DATA) $$p $(pkgdatadir)/$$p"; \
277 $(INSTALL_DATA) $$p $(pkgdatadir)/$$p; \
278 fi; fi; \
279 done
281 uninstall-pkgdataDATA:
282 list="$(pkgdata_DATA)"; for p in $$list; do \
283 rm -f $(pkgdatadir)/$$p; \
284 done
286 # This directory's subdirectories are mostly independent; you can cd
287 # into them and run `make' without going through this Makefile.
288 # To change the values of `make' variables: instead of editing Makefiles,
289 # (1) if the variable is set in `config.status', edit `config.status'
290 # (which will cause the Makefiles to be regenerated when you run `make');
291 # (2) otherwise, pass the desired values on the `make' command line.
293 @SET_MAKE@
295 all-recursive install-data-recursive install-exec-recursive \
296 installdirs-recursive install-recursive uninstall-recursive \
297 check-recursive installcheck-recursive info-recursive dvi-recursive \
298 mostlyclean-recursive clean-recursive distclean-recursive \
299 maintainer-clean-recursive:
300 @for subdir in $(SUBDIRS); do \
301 target=`echo $@ | sed s/-recursive//`; \
302 echo "Making $$target in $$subdir"; \
303 (cd $$subdir && $(MAKE) $$target) \
304 || case "$(MFLAGS)" in *k*) fail=yes;; *) exit 1;; esac; \
305 done && test -z "$$fail"
306 tags-recursive:
307 list="$(SUBDIRS)"; for subdir in $$list; do \
308 (cd $$subdir && $(MAKE) tags); \
309 done
311 tags: TAGS
313 ID: $(HEADERS) $(SOURCES)
314 here=`pwd` && cd $(srcdir) && mkid -f$$here/ID $(SOURCES) $(HEADERS)
316 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES)
317 tags=; \
318 here=`pwd`; \
319 list="$(SUBDIRS)"; for subdir in $$list; do \
320 test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
321 done; \
322 test -z "$(ETAGS_ARGS)$(SOURCES)$(HEADERS)$$tags" \
323 || cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $(SOURCES) $(HEADERS) -o $$here/TAGS
325 mostlyclean-tags:
327 clean-tags:
329 distclean-tags:
330 rm -f TAGS ID
332 maintainer-clean-tags:
334 distdir = $(PACKAGE)-$(VERSION)
335 # This target untars the dist file and tries a VPATH configuration. Then
336 # it guarantees that the distribution is self-contained by making another
337 # tarfile.
338 distcheck: dist
339 rm -rf $(distdir)
340 GZIP=$(GZIP) $(TAR) zxf $(distdir).tar.gz
341 mkdir $(distdir)/=build
342 mkdir $(distdir)/=inst
343 dc_install_base=`cd $(distdir)/=inst && pwd`; \
344 cd $(distdir)/=build \
345 && ../configure --srcdir=.. --prefix=$$dc_install_base \
346 && $(MAKE) \
347 && $(MAKE) dvi \
348 && $(MAKE) check \
349 && $(MAKE) install \
350 && $(MAKE) installcheck \
351 && $(MAKE) dist
352 rm -rf $(distdir)
353 @echo "========================"; \
354 echo "$(distdir).tar.gz is ready for distribution"; \
355 echo "========================"
356 dist: distdir
357 -chmod -R a+r $(distdir)
358 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
359 rm -rf $(distdir)
360 dist-all: distdir
361 -chmod -R a+r $(distdir)
362 GZIP=$(GZIP) $(TAR) chozf $(distdir).tar.gz $(distdir)
363 rm -rf $(distdir)
364 distdir: $(DISTFILES)
365 @if sed 15q $(srcdir)/NEWS | fgrep -e "$(VERSION)" > /dev/null; then :; else \
366 echo "NEWS not updated; not releasing" 1>&2; \
367 exit 1; \
369 rm -rf $(distdir)
370 mkdir $(distdir)
371 -chmod 755 $(distdir)
372 here=`pwd`; distdir=`cd $(distdir) && pwd` \
373 && cd $(srcdir) \
374 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(srcdir) --output-dir=$$distdir --gnits
375 @for file in $(DISTFILES); do \
376 d=$(srcdir); \
377 test -f $(distdir)/$$file \
378 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
379 || cp -p $$d/$$file $(distdir)/$$file; \
380 done
381 for subdir in $(SUBDIRS); do \
382 test -d $(distdir)/$$subdir \
383 || mkdir $(distdir)/$$subdir \
384 || exit 1; \
385 chmod 755 $(distdir)/$$subdir; \
386 (cd $$subdir && $(MAKE) distdir=../$(distdir)/$$subdir distdir) \
387 || exit 1; \
388 done
389 $(MAKE) distdir="$(distdir)" dist-info
390 info: $(INFO_DEPS) info-recursive
391 dvi: $(DVIS) dvi-recursive
392 check: all-am
393 $(MAKE) check-recursive
394 installcheck: installcheck-recursive installcheck-local
395 all-am: $(INFO_DEPS) $(SCRIPTS) $(DATA) Makefile
397 install-exec-am: install-binSCRIPTS
399 install-data-am: install-info-am install-pkgdataSCRIPTS install-pkgdataDATA
401 uninstall-am: uninstall-binSCRIPTS uninstall-pkgdataSCRIPTS uninstall-info uninstall-pkgdataDATA
403 install-exec: install-exec-recursive install-exec-am
404 $(NORMAL_INSTALL)
406 install-data: install-data-recursive install-data-am
407 $(NORMAL_INSTALL)
409 install: install-recursive install-exec-am install-data-am
412 uninstall: uninstall-recursive uninstall-am
414 all: all-recursive all-am
416 install-strip:
417 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
418 installdirs: installdirs-recursive
419 $(mkinstalldirs) $(bindir) $(pkgdatadir) $(infodir) $(pkgdatadir)
422 mostlyclean-generic:
423 test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
425 clean-generic:
426 test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
428 distclean-generic:
429 rm -f Makefile $(DISTCLEANFILES)
430 rm -f config.cache config.log stamp-h
431 test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
433 maintainer-clean-generic:
434 test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
435 test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
436 mostlyclean-am: mostlyclean-vti mostlyclean-info mostlyclean-tags \
437 mostlyclean-generic
439 clean-am: clean-vti clean-info clean-tags clean-generic mostlyclean-am
441 distclean-am: distclean-vti distclean-info distclean-tags \
442 distclean-generic clean-am
444 maintainer-clean-am: maintainer-clean-vti maintainer-clean-info \
445 maintainer-clean-tags maintainer-clean-generic \
446 distclean-am
448 mostlyclean: mostlyclean-recursive mostlyclean-am
450 clean: clean-recursive clean-am
452 distclean: distclean-recursive distclean-am
453 rm -f config.status
455 maintainer-clean: maintainer-clean-recursive maintainer-clean-am
456 @echo "This command is intended for maintainers to use;"
457 @echo "it deletes files that may require special tools to rebuild."
458 rm -f config.status
460 .PHONY: default uninstall-binSCRIPTS install-binSCRIPTS \
461 uninstall-pkgdataSCRIPTS install-pkgdataSCRIPTS mostlyclean-vti \
462 distclean-vti clean-vti maintainer-clean-vti install-info-am \
463 uninstall-info mostlyclean-info distclean-info clean-info \
464 maintainer-clean-info uninstall-pkgdataDATA install-pkgdataDATA \
465 install-data-recursive uninstall-data-recursive install-exec-recursive \
466 uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
467 all-recursive check-recursive installcheck-recursive info-recursive \
468 dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
469 maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
470 distclean-tags clean-tags maintainer-clean-tags distdir info dvi \
471 installcheck-local installcheck all-am install-exec-am install-data-am \
472 uninstall-am install-exec install-data install uninstall all \
473 installdirs mostlyclean-generic distclean-generic clean-generic \
474 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
477 # Check to make sure some installed files are executable.
478 installcheck-local:
479 for file in $(pkgdata_SCRIPTS); do \
480 $(PERL) -e "exit ! -x '$(pkgdatadir)/$$file';" || exit 1; \
481 done
483 ################################################################
485 # Run the test suite using Perl 4.
486 perl4-check: automake aclocal
487 @if $(SHELL) -c 'perl4.036 -v' > /dev/null 2>&1; then \
488 $(MAKE) PERL=perl4.036 check; \
489 else :; fi
491 # Some simple checks, and then ordinary check. These are only really
492 # guaranteed to work on my machine.
493 maintainer-check: automake aclocal
494 $(PERL) -c -w automake
495 $(PERL) -c -w aclocal
496 @if grep '^[^#].*true' $(srcdir)/[a-z]*.am; then \
497 echo "can't use 'true' in GNU Makefile" 1>&2; \
498 exit 1; \
499 else :; fi
500 @if test `fgrep '$${' $(srcdir)/[a-z]*.am | fgrep -v '$$$$' | wc -l` -ne 0; then \
501 echo "found too many uses of '\$${'" 1>&2; \
502 exit 1; \
503 else :; fi
504 @if test `fgrep 'mkinstalldirs' $(srcdir)/[a-z]*.am | fgrep -v '$$(mkinstalldirs)' | wc -l` -ne 0; then \
505 echo "found incorrect use of mkinstalldirs" 1>&2; \
506 exit 1; \
507 else :; fi
508 @if $(SHELL) -c 'perl4.036 -v' >/dev/null 2>&1; then \
509 perl4.036 -c -w automake; \
510 perl4.036 -c -w aclocal; \
511 else :; fi
512 @if grep undef $(srcdir)/automake.in > /dev/null 2>&1; then \
513 echo "Found undef in automake.in; use delete instead" 1>&2; \
514 exit 1; \
517 # Tag before making distribution. Also, don't make a distribution if
518 # checks fail. Also, make sure the NEWS file is up-to-date.
519 cvs-dist: maintainer-check perl4-check distcheck
520 @if sed 1q $(srcdir)/NEWS | grep -e "$(VERSION)" > /dev/null; then :; else \
521 echo "NEWS not updated; not releasing" 1>&2; \
522 exit 1; \
524 cvs -q tag `echo "Release-$(VERSION)" | sed 's/\./-/g'`
525 $(MAKE) dist
527 cvs-diff:
528 thisver=`echo "Release-$(VERSION)" | sed 's/\./-/g'`; \
529 if test -z "$$OLDVERSION"; then \
530 prevno=`echo "$(VERSION)" - 0.01 | bc | sed 's/^\./0./'`; \
531 else prevno="$$OLDVERSION"; fi; \
532 prevver=Release-`echo $$prevno | sed 's/\./-/g'`; \
533 cvs -f rdiff -c -r $$prevver -r $$thisver $(PACKAGE) \
534 > $(PACKAGE)-$$prevno-$(VERSION).diff
536 path-check: distdir
537 (cd $(distdir) && \
538 find . -print | xargs pathchk -p); \
539 status=$$?; \
540 rm -rf $(distdir); \
541 exit $$status
543 # Tell versions [3.59,3.63) of GNU make to not export all variables.
544 # Otherwise a system limit (for SysV at least) may be exceeded.
545 .NOEXPORT: