]> git.tdb.fi Git - ext/vorbisfile.git/blob - doc/vorbisfile/Makefile.in
Add headers to the library component so dependencies work correctly
[ext/vorbisfile.git] / doc / vorbisfile / Makefile.in
1 # Makefile.in generated by automake 1.16.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2020 Free Software Foundation, Inc.
5
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.
9
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.
14
15 @SET_MAKE@
16
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 build_triplet = @build@
90 host_triplet = @host@
91 subdir = doc/vorbisfile
92 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
94         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
95         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
96         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ogg.m4 \
97         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
98 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99         $(ACLOCAL_M4)
100 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
101 mkinstalldirs = $(install_sh) -d
102 CONFIG_HEADER = $(top_builddir)/config.h
103 CONFIG_CLEAN_FILES =
104 CONFIG_CLEAN_VPATH_FILES =
105 AM_V_P = $(am__v_P_@AM_V@)
106 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107 am__v_P_0 = false
108 am__v_P_1 = :
109 AM_V_GEN = $(am__v_GEN_@AM_V@)
110 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111 am__v_GEN_0 = @echo "  GEN     " $@;
112 am__v_GEN_1 = 
113 AM_V_at = $(am__v_at_@AM_V@)
114 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115 am__v_at_0 = @
116 am__v_at_1 = 
117 SOURCES =
118 DIST_SOURCES =
119 am__can_run_installinfo = \
120   case $$AM_UPDATE_INFO_DIR in \
121     n|no|NO) false;; \
122     *) (install-info --version) >/dev/null 2>&1;; \
123   esac
124 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
125 am__vpath_adj = case $$p in \
126     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
127     *) f=$$p;; \
128   esac;
129 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
130 am__install_max = 40
131 am__nobase_strip_setup = \
132   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
133 am__nobase_strip = \
134   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
135 am__nobase_list = $(am__nobase_strip_setup); \
136   for p in $$list; do echo "$$p $$p"; done | \
137   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
138   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
139     if (++n[$$2] == $(am__install_max)) \
140       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
141     END { for (dir in files) print dir, files[dir] }'
142 am__base_list = \
143   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
144   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
145 am__uninstall_files_from_dir = { \
146   test -z "$$files" \
147     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
148     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
149          $(am__cd) "$$dir" && rm -f $$files; }; \
150   }
151 am__installdirs = "$(DESTDIR)$(docdir)"
152 DATA = $(doc_DATA)
153 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154 am__DIST_COMMON = $(srcdir)/Makefile.in
155 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
156 ACLOCAL = @ACLOCAL@
157 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
158 ALLOCA = @ALLOCA@
159 AMTAR = @AMTAR@
160 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
161 AR = @AR@
162 AS = @AS@
163 AUTOCONF = @AUTOCONF@
164 AUTOHEADER = @AUTOHEADER@
165 AUTOMAKE = @AUTOMAKE@
166 AWK = @AWK@
167 CC = @CC@
168 CCDEPMODE = @CCDEPMODE@
169 CFLAGS = @CFLAGS@
170 CPP = @CPP@
171 CPPFLAGS = @CPPFLAGS@
172 CYGPATH_W = @CYGPATH_W@
173 DEBUG = @DEBUG@
174 DEFS = @DEFS@
175 DEPDIR = @DEPDIR@
176 DLLTOOL = @DLLTOOL@
177 DSYMUTIL = @DSYMUTIL@
178 DUMPBIN = @DUMPBIN@
179 ECHO_C = @ECHO_C@
180 ECHO_N = @ECHO_N@
181 ECHO_T = @ECHO_T@
182 EGREP = @EGREP@
183 EXEEXT = @EXEEXT@
184 FGREP = @FGREP@
185 GREP = @GREP@
186 HAVE_DOXYGEN = @HAVE_DOXYGEN@
187 HTLATEX = @HTLATEX@
188 INSTALL = @INSTALL@
189 INSTALL_DATA = @INSTALL_DATA@
190 INSTALL_PROGRAM = @INSTALL_PROGRAM@
191 INSTALL_SCRIPT = @INSTALL_SCRIPT@
192 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
193 LD = @LD@
194 LDFLAGS = @LDFLAGS@
195 LIBOBJS = @LIBOBJS@
196 LIBS = @LIBS@
197 LIBTOOL = @LIBTOOL@
198 LIBTOOL_DEPS = @LIBTOOL_DEPS@
199 LIPO = @LIPO@
200 LN_S = @LN_S@
201 LTLIBOBJS = @LTLIBOBJS@
202 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
203 MAINT = @MAINT@
204 MAKEINFO = @MAKEINFO@
205 MANIFEST_TOOL = @MANIFEST_TOOL@
206 MKDIR_P = @MKDIR_P@
207 NM = @NM@
208 NMEDIT = @NMEDIT@
209 OBJDUMP = @OBJDUMP@
210 OBJEXT = @OBJEXT@
211 OGG_CFLAGS = @OGG_CFLAGS@
212 OGG_LIBS = @OGG_LIBS@
213 OTOOL = @OTOOL@
214 OTOOL64 = @OTOOL64@
215 PACKAGE = @PACKAGE@
216 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
217 PACKAGE_NAME = @PACKAGE_NAME@
218 PACKAGE_STRING = @PACKAGE_STRING@
219 PACKAGE_TARNAME = @PACKAGE_TARNAME@
220 PACKAGE_URL = @PACKAGE_URL@
221 PACKAGE_VERSION = @PACKAGE_VERSION@
222 PATH_SEPARATOR = @PATH_SEPARATOR@
223 PDFLATEX = @PDFLATEX@
224 PKG_CONFIG = @PKG_CONFIG@
225 PROFILE = @PROFILE@
226 RANLIB = @RANLIB@
227 SED = @SED@
228 SET_MAKE = @SET_MAKE@
229 SHELL = @SHELL@
230 STRIP = @STRIP@
231 VERSION = @VERSION@
232 VE_LIB_AGE = @VE_LIB_AGE@
233 VE_LIB_CURRENT = @VE_LIB_CURRENT@
234 VE_LIB_REVISION = @VE_LIB_REVISION@
235 VF_LIB_AGE = @VF_LIB_AGE@
236 VF_LIB_CURRENT = @VF_LIB_CURRENT@
237 VF_LIB_REVISION = @VF_LIB_REVISION@
238 VORBIS_LIBS = @VORBIS_LIBS@
239 V_LIB_AGE = @V_LIB_AGE@
240 V_LIB_CURRENT = @V_LIB_CURRENT@
241 V_LIB_REVISION = @V_LIB_REVISION@
242 abs_builddir = @abs_builddir@
243 abs_srcdir = @abs_srcdir@
244 abs_top_builddir = @abs_top_builddir@
245 abs_top_srcdir = @abs_top_srcdir@
246 ac_ct_AR = @ac_ct_AR@
247 ac_ct_CC = @ac_ct_CC@
248 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
249 am__include = @am__include@
250 am__leading_dot = @am__leading_dot@
251 am__quote = @am__quote@
252 am__tar = @am__tar@
253 am__untar = @am__untar@
254 bindir = @bindir@
255 build = @build@
256 build_alias = @build_alias@
257 build_cpu = @build_cpu@
258 build_os = @build_os@
259 build_vendor = @build_vendor@
260 builddir = @builddir@
261 datadir = @datadir@
262 datarootdir = @datarootdir@
263 docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/vorbisfile
264 dvidir = @dvidir@
265 exec_prefix = @exec_prefix@
266 host = @host@
267 host_alias = @host_alias@
268 host_cpu = @host_cpu@
269 host_os = @host_os@
270 host_vendor = @host_vendor@
271 htmldir = @htmldir@
272 includedir = @includedir@
273 infodir = @infodir@
274 install_sh = @install_sh@
275 libdir = @libdir@
276 libexecdir = @libexecdir@
277 localedir = @localedir@
278 localstatedir = @localstatedir@
279 mandir = @mandir@
280 mkdir_p = @mkdir_p@
281 oldincludedir = @oldincludedir@
282 pdfdir = @pdfdir@
283 prefix = @prefix@
284 program_transform_name = @program_transform_name@
285 psdir = @psdir@
286 pthread_lib = @pthread_lib@
287 runstatedir = @runstatedir@
288 sbindir = @sbindir@
289 sharedstatedir = @sharedstatedir@
290 srcdir = @srcdir@
291 sysconfdir = @sysconfdir@
292 target_alias = @target_alias@
293 top_build_prefix = @top_build_prefix@
294 top_builddir = @top_builddir@
295 top_srcdir = @top_srcdir@
296 doc_DATA = OggVorbis_File.html callbacks.html chaining_example_c.html\
297         chainingexample.html crosslap.html datastructures.html decoding.html\
298         example.html exampleindex.html fileinfo.html index.html\
299         initialization.html ov_bitrate.html ov_bitrate_instant.html\
300         ov_callbacks.html ov_clear.html ov_comment.html ov_crosslap.html\
301         ov_fopen.html\
302         ov_info.html ov_open.html ov_open_callbacks.html ov_pcm_seek.html\
303         ov_pcm_seek_lap.html ov_pcm_seek_page.html ov_pcm_seek_page_lap.html\
304         ov_pcm_tell.html ov_pcm_total.html ov_raw_seek.html\
305         ov_raw_seek_lap.html ov_raw_tell.html ov_raw_total.html ov_read.html\
306         ov_read_float.html ov_read_filter.html\
307     ov_seekable.html ov_serialnumber.html\
308         ov_streams.html ov_test.html ov_test_callbacks.html ov_test_open.html\
309         ov_time_seek.html ov_time_seek_lap.html ov_time_seek_page.html\
310         ov_time_seek_page_lap.html ov_time_tell.html ov_time_total.html\
311         overview.html reference.html seekexample.html seeking.html\
312         seeking_example_c.html seeking_test_c.html seekingexample.html\
313         style.css threads.html\
314         vorbisfile_example_c.html
315
316 EXTRA_DIST = $(doc_DATA)
317 all: all-am
318
319 .SUFFIXES:
320 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
321         @for dep in $?; do \
322           case '$(am__configure_deps)' in \
323             *$$dep*) \
324               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
325                 && { if test -f $@; then exit 0; else break; fi; }; \
326               exit 1;; \
327           esac; \
328         done; \
329         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/vorbisfile/Makefile'; \
330         $(am__cd) $(top_srcdir) && \
331           $(AUTOMAKE) --gnu doc/vorbisfile/Makefile
332 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
333         @case '$?' in \
334           *config.status*) \
335             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
336           *) \
337             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
338             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
339         esac;
340
341 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
342         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
343
344 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
345         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
346 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
347         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
348 $(am__aclocal_m4_deps):
349
350 mostlyclean-libtool:
351         -rm -f *.lo
352
353 clean-libtool:
354         -rm -rf .libs _libs
355 install-docDATA: $(doc_DATA)
356         @$(NORMAL_INSTALL)
357         @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
358         if test -n "$$list"; then \
359           echo " $(MKDIR_P) '$(DESTDIR)$(docdir)'"; \
360           $(MKDIR_P) "$(DESTDIR)$(docdir)" || exit 1; \
361         fi; \
362         for p in $$list; do \
363           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
364           echo "$$d$$p"; \
365         done | $(am__base_list) | \
366         while read files; do \
367           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(docdir)'"; \
368           $(INSTALL_DATA) $$files "$(DESTDIR)$(docdir)" || exit $$?; \
369         done
370
371 uninstall-docDATA:
372         @$(NORMAL_UNINSTALL)
373         @list='$(doc_DATA)'; test -n "$(docdir)" || list=; \
374         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
375         dir='$(DESTDIR)$(docdir)'; $(am__uninstall_files_from_dir)
376 tags TAGS:
377
378 ctags CTAGS:
379
380 cscope cscopelist:
381
382
383 distdir: $(BUILT_SOURCES)
384         $(MAKE) $(AM_MAKEFLAGS) distdir-am
385
386 distdir-am: $(DISTFILES)
387         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
388         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
389         list='$(DISTFILES)'; \
390           dist_files=`for file in $$list; do echo $$file; done | \
391           sed -e "s|^$$srcdirstrip/||;t" \
392               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
393         case $$dist_files in \
394           */*) $(MKDIR_P) `echo "$$dist_files" | \
395                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
396                            sort -u` ;; \
397         esac; \
398         for file in $$dist_files; do \
399           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
400           if test -d $$d/$$file; then \
401             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
402             if test -d "$(distdir)/$$file"; then \
403               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
404             fi; \
405             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
406               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
407               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
408             fi; \
409             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
410           else \
411             test -f "$(distdir)/$$file" \
412             || cp -p $$d/$$file "$(distdir)/$$file" \
413             || exit 1; \
414           fi; \
415         done
416 check-am: all-am
417 check: check-am
418 all-am: Makefile $(DATA)
419 installdirs:
420         for dir in "$(DESTDIR)$(docdir)"; do \
421           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
422         done
423 install: install-am
424 install-exec: install-exec-am
425 install-data: install-data-am
426 uninstall: uninstall-am
427
428 install-am: all-am
429         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
430
431 installcheck: installcheck-am
432 install-strip:
433         if test -z '$(STRIP)'; then \
434           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
435             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
436               install; \
437         else \
438           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
439             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
440             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
441         fi
442 mostlyclean-generic:
443
444 clean-generic:
445
446 distclean-generic:
447         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
448         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
449
450 maintainer-clean-generic:
451         @echo "This command is intended for maintainers to use"
452         @echo "it deletes files that may require special tools to rebuild."
453 clean: clean-am
454
455 clean-am: clean-generic clean-libtool mostlyclean-am
456
457 distclean: distclean-am
458         -rm -f Makefile
459 distclean-am: clean-am distclean-generic
460
461 dvi: dvi-am
462
463 dvi-am:
464
465 html: html-am
466
467 html-am:
468
469 info: info-am
470
471 info-am:
472
473 install-data-am: install-docDATA
474
475 install-dvi: install-dvi-am
476
477 install-dvi-am:
478
479 install-exec-am:
480
481 install-html: install-html-am
482
483 install-html-am:
484
485 install-info: install-info-am
486
487 install-info-am:
488
489 install-man:
490
491 install-pdf: install-pdf-am
492
493 install-pdf-am:
494
495 install-ps: install-ps-am
496
497 install-ps-am:
498
499 installcheck-am:
500
501 maintainer-clean: maintainer-clean-am
502         -rm -f Makefile
503 maintainer-clean-am: distclean-am maintainer-clean-generic
504
505 mostlyclean: mostlyclean-am
506
507 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
508
509 pdf: pdf-am
510
511 pdf-am:
512
513 ps: ps-am
514
515 ps-am:
516
517 uninstall-am: uninstall-docDATA
518
519 .MAKE: install-am install-strip
520
521 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
522         cscopelist-am ctags-am distclean distclean-generic \
523         distclean-libtool distdir dvi dvi-am html html-am info info-am \
524         install install-am install-data install-data-am \
525         install-docDATA install-dvi install-dvi-am install-exec \
526         install-exec-am install-html install-html-am install-info \
527         install-info-am install-man install-pdf install-pdf-am \
528         install-ps install-ps-am install-strip installcheck \
529         installcheck-am installdirs maintainer-clean \
530         maintainer-clean-generic mostlyclean mostlyclean-generic \
531         mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
532         uninstall-am uninstall-docDATA
533
534 .PRECIOUS: Makefile
535
536
537 # Tell versions [3.59,3.63) of GNU make to not export all variables.
538 # Otherwise a system limit (for SysV at least) may be exceeded.
539 .NOEXPORT: