beta-0.89.2
[luatex.git] / source / auxdir / auxsub / Makefile.in
blobf7771a2576835299d8ba70db53579d81a85fc0ca
1 # Makefile.in generated by automake 1.15 from Makefile.am.
2 # @configure_input@
4 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
15 @SET_MAKE@
16 VPATH = @srcdir@
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
28 am__make_running_with_option = \
29 case $${target_option-} in \
30 ?) ;; \
31 *) echo "am__make_running_with_option: internal error: invalid" \
32 "target option '$${target_option-}' specified" >&2; \
33 exit 1;; \
34 esac; \
35 has_opt=no; \
36 sane_makeflags=$$MAKEFLAGS; \
37 if $(am__is_gnu_make); then \
38 sane_makeflags=$$MFLAGS; \
39 else \
40 case $$MAKEFLAGS in \
41 *\\[\ \ ]*) \
42 bs=\\; \
43 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
44 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
45 esac; \
46 fi; \
47 skip_next=no; \
48 strip_trailopt () \
49 { \
50 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
51 }; \
52 for flg in $$sane_makeflags; do \
53 test $$skip_next = yes && { skip_next=no; continue; }; \
54 case $$flg in \
55 *=*|--*) continue;; \
56 -*I) strip_trailopt 'I'; skip_next=yes;; \
57 -*I?*) strip_trailopt 'I';; \
58 -*O) strip_trailopt 'O'; skip_next=yes;; \
59 -*O?*) strip_trailopt 'O';; \
60 -*l) strip_trailopt 'l'; skip_next=yes;; \
61 -*l?*) strip_trailopt 'l';; \
62 -[dEDm]) skip_next=yes;; \
63 -[JT]) skip_next=yes;; \
64 esac; \
65 case $$flg in \
66 *$$target_option*) has_opt=yes; break;; \
67 esac; \
68 done; \
69 test $$has_opt = yes
70 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72 pkgdatadir = $(datadir)/@PACKAGE@
73 pkgincludedir = $(includedir)/@PACKAGE@
74 pkglibdir = $(libdir)/@PACKAGE@
75 pkglibexecdir = $(libexecdir)/@PACKAGE@
76 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77 install_sh_DATA = $(install_sh) -c -m 644
78 install_sh_PROGRAM = $(install_sh) -c
79 install_sh_SCRIPT = $(install_sh) -c
80 INSTALL_HEADER = $(INSTALL_DATA)
81 transform = $(program_transform_name)
82 NORMAL_INSTALL = :
83 PRE_INSTALL = :
84 POST_INSTALL = :
85 NORMAL_UNINSTALL = :
86 PRE_UNINSTALL = :
87 POST_UNINSTALL = :
88 subdir = .
89 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
91 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
92 $(ACLOCAL_M4)
93 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
94 $(am__configure_deps) $(am__DIST_COMMON)
95 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
96 configure.lineno config.status.lineno
97 mkinstalldirs = $(install_sh) -d
98 CONFIG_CLEAN_FILES =
99 CONFIG_CLEAN_VPATH_FILES =
100 AM_V_P = $(am__v_P_@AM_V@)
101 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
102 am__v_P_0 = false
103 am__v_P_1 = :
104 AM_V_GEN = $(am__v_GEN_@AM_V@)
105 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
106 am__v_GEN_0 = @echo " GEN " $@;
107 am__v_GEN_1 =
108 AM_V_at = $(am__v_at_@AM_V@)
109 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
110 am__v_at_0 = @
111 am__v_at_1 =
112 SOURCES =
113 DIST_SOURCES =
114 am__can_run_installinfo = \
115 case $$AM_UPDATE_INFO_DIR in \
116 n|no|NO) false;; \
117 *) (install-info --version) >/dev/null 2>&1;; \
118 esac
119 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
120 am__DIST_COMMON = $(srcdir)/Makefile.in \
121 $(top_srcdir)/../../build-aux/install-sh \
122 $(top_srcdir)/../../build-aux/missing ../../build-aux/compile \
123 ../../build-aux/config.guess ../../build-aux/config.sub \
124 ../../build-aux/depcomp ../../build-aux/install-sh \
125 ../../build-aux/ltmain.sh ../../build-aux/missing \
126 ../../build-aux/texinfo.tex ../../build-aux/ylwrap README
127 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
128 distdir = $(PACKAGE)-$(VERSION)
129 top_distdir = $(distdir)
130 am__remove_distdir = \
131 if test -d "$(distdir)"; then \
132 find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
133 && rm -rf "$(distdir)" \
134 || { sleep 5 && rm -rf "$(distdir)"; }; \
135 else :; fi
136 am__post_remove_distdir = $(am__remove_distdir)
137 DIST_ARCHIVES = $(distdir).tar.gz
138 GZIP_ENV = --best
139 DIST_TARGETS = dist-gzip
140 distuninstallcheck_listfiles = find . -type f -print
141 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
142 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
143 distcleancheck_listfiles = find . -type f -print
144 ACLOCAL = @ACLOCAL@
145 AMTAR = @AMTAR@
146 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
147 AUTOCONF = @AUTOCONF@
148 AUTOHEADER = @AUTOHEADER@
149 AUTOMAKE = @AUTOMAKE@
150 AWK = @AWK@
151 CYGPATH_W = @CYGPATH_W@
152 DEFS = @DEFS@
153 ECHO_C = @ECHO_C@
154 ECHO_N = @ECHO_N@
155 ECHO_T = @ECHO_T@
156 INSTALL = @INSTALL@
157 INSTALL_DATA = @INSTALL_DATA@
158 INSTALL_PROGRAM = @INSTALL_PROGRAM@
159 INSTALL_SCRIPT = @INSTALL_SCRIPT@
160 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
161 LIBOBJS = @LIBOBJS@
162 LIBS = @LIBS@
163 LTLIBOBJS = @LTLIBOBJS@
164 MAINT = @MAINT@
165 MAKEINFO = @MAKEINFO@
166 MKDIR_P = @MKDIR_P@
167 PACKAGE = @PACKAGE@
168 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
169 PACKAGE_NAME = @PACKAGE_NAME@
170 PACKAGE_STRING = @PACKAGE_STRING@
171 PACKAGE_TARNAME = @PACKAGE_TARNAME@
172 PACKAGE_URL = @PACKAGE_URL@
173 PACKAGE_VERSION = @PACKAGE_VERSION@
174 PATH_SEPARATOR = @PATH_SEPARATOR@
175 SET_MAKE = @SET_MAKE@
176 SHELL = @SHELL@
177 STRIP = @STRIP@
178 VERSION = @VERSION@
179 abs_builddir = @abs_builddir@
180 abs_srcdir = @abs_srcdir@
181 abs_top_builddir = @abs_top_builddir@
182 abs_top_srcdir = @abs_top_srcdir@
183 am__leading_dot = @am__leading_dot@
184 am__tar = @am__tar@
185 am__untar = @am__untar@
186 bindir = @bindir@
187 build_alias = @build_alias@
188 builddir = @builddir@
189 datadir = @datadir@
190 datarootdir = @datarootdir@
191 docdir = @docdir@
192 dvidir = @dvidir@
193 exec_prefix = @exec_prefix@
194 host_alias = @host_alias@
195 htmldir = @htmldir@
196 includedir = @includedir@
197 infodir = @infodir@
198 install_sh = @install_sh@
199 libdir = @libdir@
200 libexecdir = @libexecdir@
201 localedir = @localedir@
202 localstatedir = @localstatedir@
203 mandir = @mandir@
204 mkdir_p = @mkdir_p@
205 oldincludedir = @oldincludedir@
206 pdfdir = @pdfdir@
207 prefix = @prefix@
208 program_transform_name = @program_transform_name@
209 psdir = @psdir@
210 sbindir = @sbindir@
211 sharedstatedir = @sharedstatedir@
212 srcdir = @srcdir@
213 sysconfdir = @sysconfdir@
214 target_alias = @target_alias@
215 top_build_prefix = @top_build_prefix@
216 top_builddir = @top_builddir@
217 top_srcdir = @top_srcdir@
218 DISTCLEANFILES = ../../subsubdir-conf.cmd
219 all: all-am
221 .SUFFIXES:
222 am--refresh: Makefile
224 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
225 @for dep in $?; do \
226 case '$(am__configure_deps)' in \
227 *$$dep*) \
228 echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
229 $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
230 && exit 0; \
231 exit 1;; \
232 esac; \
233 done; \
234 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
235 $(am__cd) $(top_srcdir) && \
236 $(AUTOMAKE) --foreign Makefile
237 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
238 @case '$?' in \
239 *config.status*) \
240 echo ' $(SHELL) ./config.status'; \
241 $(SHELL) ./config.status;; \
242 *) \
243 echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
244 cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
245 esac;
247 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
248 $(SHELL) ./config.status --recheck
250 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
251 $(am__cd) $(srcdir) && $(AUTOCONF)
252 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
253 $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
254 $(am__aclocal_m4_deps):
255 tags TAGS:
257 ctags CTAGS:
259 cscope cscopelist:
262 distdir: $(DISTFILES)
263 $(am__remove_distdir)
264 test -d "$(distdir)" || mkdir "$(distdir)"
265 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
266 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
267 list='$(DISTFILES)'; \
268 dist_files=`for file in $$list; do echo $$file; done | \
269 sed -e "s|^$$srcdirstrip/||;t" \
270 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
271 case $$dist_files in \
272 */*) $(MKDIR_P) `echo "$$dist_files" | \
273 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
274 sort -u` ;; \
275 esac; \
276 for file in $$dist_files; do \
277 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
278 if test -d $$d/$$file; then \
279 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
280 if test -d "$(distdir)/$$file"; then \
281 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
282 fi; \
283 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
284 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
285 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
286 fi; \
287 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
288 else \
289 test -f "$(distdir)/$$file" \
290 || cp -p $$d/$$file "$(distdir)/$$file" \
291 || exit 1; \
292 fi; \
293 done
294 -test -n "$(am__skip_mode_fix)" \
295 || find "$(distdir)" -type d ! -perm -755 \
296 -exec chmod u+rwx,go+rx {} \; -o \
297 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
298 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
299 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
300 || chmod -R a+r "$(distdir)"
301 dist-gzip: distdir
302 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
303 $(am__post_remove_distdir)
305 dist-bzip2: distdir
306 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
307 $(am__post_remove_distdir)
309 dist-lzip: distdir
310 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
311 $(am__post_remove_distdir)
313 dist-xz: distdir
314 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
315 $(am__post_remove_distdir)
317 dist-tarZ: distdir
318 @echo WARNING: "Support for distribution archives compressed with" \
319 "legacy program 'compress' is deprecated." >&2
320 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
321 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
322 $(am__post_remove_distdir)
324 dist-shar: distdir
325 @echo WARNING: "Support for shar distribution archives is" \
326 "deprecated." >&2
327 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
328 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
329 $(am__post_remove_distdir)
331 dist-zip: distdir
332 -rm -f $(distdir).zip
333 zip -rq $(distdir).zip $(distdir)
334 $(am__post_remove_distdir)
336 dist dist-all:
337 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
338 $(am__post_remove_distdir)
340 # This target untars the dist file and tries a VPATH configuration. Then
341 # it guarantees that the distribution is self-contained by making another
342 # tarfile.
343 distcheck: dist
344 case '$(DIST_ARCHIVES)' in \
345 *.tar.gz*) \
346 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
347 *.tar.bz2*) \
348 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
349 *.tar.lz*) \
350 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
351 *.tar.xz*) \
352 xz -dc $(distdir).tar.xz | $(am__untar) ;;\
353 *.tar.Z*) \
354 uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
355 *.shar.gz*) \
356 GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
357 *.zip*) \
358 unzip $(distdir).zip ;;\
359 esac
360 chmod -R a-w $(distdir)
361 chmod u+w $(distdir)
362 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
363 chmod a-w $(distdir)
364 test -d $(distdir)/_build || exit 0; \
365 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
366 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
367 && am__cwd=`pwd` \
368 && $(am__cd) $(distdir)/_build/sub \
369 && ../../configure \
370 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
371 $(DISTCHECK_CONFIGURE_FLAGS) \
372 --srcdir=../.. --prefix="$$dc_install_base" \
373 && $(MAKE) $(AM_MAKEFLAGS) \
374 && $(MAKE) $(AM_MAKEFLAGS) dvi \
375 && $(MAKE) $(AM_MAKEFLAGS) check \
376 && $(MAKE) $(AM_MAKEFLAGS) install \
377 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
378 && $(MAKE) $(AM_MAKEFLAGS) uninstall \
379 && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
380 distuninstallcheck \
381 && chmod -R a-w "$$dc_install_base" \
382 && ({ \
383 (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
384 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
385 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
386 && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
387 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
388 } || { rm -rf "$$dc_destdir"; exit 1; }) \
389 && rm -rf "$$dc_destdir" \
390 && $(MAKE) $(AM_MAKEFLAGS) dist \
391 && rm -rf $(DIST_ARCHIVES) \
392 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
393 && cd "$$am__cwd" \
394 || exit 1
395 $(am__post_remove_distdir)
396 @(echo "$(distdir) archives ready for distribution: "; \
397 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
398 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
399 distuninstallcheck:
400 @test -n '$(distuninstallcheck_dir)' || { \
401 echo 'ERROR: trying to run $@ with an empty' \
402 '$$(distuninstallcheck_dir)' >&2; \
403 exit 1; \
404 }; \
405 $(am__cd) '$(distuninstallcheck_dir)' || { \
406 echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
407 exit 1; \
408 }; \
409 test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
410 || { echo "ERROR: files left after uninstall:" ; \
411 if test -n "$(DESTDIR)"; then \
412 echo " (check DESTDIR support)"; \
413 fi ; \
414 $(distuninstallcheck_listfiles) ; \
415 exit 1; } >&2
416 distcleancheck: distclean
417 @if test '$(srcdir)' = . ; then \
418 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
419 exit 1 ; \
421 @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
422 || { echo "ERROR: files left in build directory after distclean:" ; \
423 $(distcleancheck_listfiles) ; \
424 exit 1; } >&2
425 check-am: all-am
426 check: check-am
427 all-am: Makefile
428 installdirs:
429 install: install-am
430 install-exec: install-exec-am
431 install-data: install-data-am
432 uninstall: uninstall-am
434 install-am: all-am
435 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
437 installcheck: installcheck-am
438 install-strip:
439 if test -z '$(STRIP)'; then \
440 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
441 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
442 install; \
443 else \
444 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
445 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
446 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
448 mostlyclean-generic:
450 clean-generic:
452 distclean-generic:
453 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
454 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
455 -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
457 maintainer-clean-generic:
458 @echo "This command is intended for maintainers to use"
459 @echo "it deletes files that may require special tools to rebuild."
460 clean: clean-am
462 clean-am: clean-generic mostlyclean-am
464 distclean: distclean-am
465 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
466 -rm -f Makefile
467 distclean-am: clean-am distclean-generic
469 dvi: dvi-am
471 dvi-am:
473 html: html-am
475 html-am:
477 info: info-am
479 info-am:
481 install-data-am:
483 install-dvi: install-dvi-am
485 install-dvi-am:
487 install-exec-am:
489 install-html: install-html-am
491 install-html-am:
493 install-info: install-info-am
495 install-info-am:
497 install-man:
499 install-pdf: install-pdf-am
501 install-pdf-am:
503 install-ps: install-ps-am
505 install-ps-am:
507 installcheck-am:
509 maintainer-clean: maintainer-clean-am
510 -rm -f $(am__CONFIG_DISTCLEAN_FILES)
511 -rm -rf $(top_srcdir)/autom4te.cache
512 -rm -f Makefile
513 maintainer-clean-am: distclean-am maintainer-clean-generic
515 mostlyclean: mostlyclean-am
517 mostlyclean-am: mostlyclean-generic
519 pdf: pdf-am
521 pdf-am:
523 ps: ps-am
525 ps-am:
527 uninstall-am:
529 .MAKE: install-am install-strip
531 .PHONY: all all-am am--refresh check check-am clean clean-generic \
532 cscopelist-am ctags-am dist dist-all dist-bzip2 dist-gzip \
533 dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
534 distclean distclean-generic distcleancheck distdir \
535 distuninstallcheck dvi dvi-am html html-am info info-am \
536 install install-am install-data install-data-am install-dvi \
537 install-dvi-am install-exec install-exec-am install-html \
538 install-html-am install-info install-info-am install-man \
539 install-pdf install-pdf-am install-ps install-ps-am \
540 install-strip installcheck installcheck-am installdirs \
541 maintainer-clean maintainer-clean-generic mostlyclean \
542 mostlyclean-generic pdf pdf-am ps ps-am tags-am uninstall \
543 uninstall-am
545 .PRECIOUS: Makefile
548 # Tell versions [3.59,3.63) of GNU make to not export all variables.
549 # Otherwise a system limit (for SysV at least) may be exceeded.
550 .NOEXPORT: