]> git.tdb.fi Git - ext/vorbisfile.git/blob - include/Makefile.in
Add headers to the library component so dependencies work correctly
[ext/vorbisfile.git] / include / 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 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; \
27 }
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 build_triplet = @build@
89 host_triplet = @host@
90 subdir = include
91 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92 am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
93         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
94         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
95         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/ogg.m4 \
96         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
97 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98         $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
100 mkinstalldirs = $(install_sh) -d
101 CONFIG_HEADER = $(top_builddir)/config.h
102 CONFIG_CLEAN_FILES =
103 CONFIG_CLEAN_VPATH_FILES =
104 AM_V_P = $(am__v_P_@AM_V@)
105 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106 am__v_P_0 = false
107 am__v_P_1 = :
108 AM_V_GEN = $(am__v_GEN_@AM_V@)
109 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110 am__v_GEN_0 = @echo "  GEN     " $@;
111 am__v_GEN_1 = 
112 AM_V_at = $(am__v_at_@AM_V@)
113 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114 am__v_at_0 = @
115 am__v_at_1 = 
116 SOURCES =
117 DIST_SOURCES =
118 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
119         ctags-recursive dvi-recursive html-recursive info-recursive \
120         install-data-recursive install-dvi-recursive \
121         install-exec-recursive install-html-recursive \
122         install-info-recursive install-pdf-recursive \
123         install-ps-recursive install-recursive installcheck-recursive \
124         installdirs-recursive pdf-recursive ps-recursive \
125         tags-recursive uninstall-recursive
126 am__can_run_installinfo = \
127   case $$AM_UPDATE_INFO_DIR in \
128     n|no|NO) false;; \
129     *) (install-info --version) >/dev/null 2>&1;; \
130   esac
131 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
132   distclean-recursive maintainer-clean-recursive
133 am__recursive_targets = \
134   $(RECURSIVE_TARGETS) \
135   $(RECURSIVE_CLEAN_TARGETS) \
136   $(am__extra_recursive_targets)
137 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
138         distdir distdir-am
139 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
140 # Read a list of newline-separated strings from the standard input,
141 # and print each of them once, without duplicates.  Input order is
142 # *not* preserved.
143 am__uniquify_input = $(AWK) '\
144   BEGIN { nonempty = 0; } \
145   { items[$$0] = 1; nonempty = 1; } \
146   END { if (nonempty) { for (i in items) print i; }; } \
147 '
148 # Make sure the list of sources is unique.  This is necessary because,
149 # e.g., the same source file might be shared among _SOURCES variables
150 # for different programs/libraries.
151 am__define_uniq_tagged_files = \
152   list='$(am__tagged_files)'; \
153   unique=`for i in $$list; do \
154     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
155   done | $(am__uniquify_input)`
156 ETAGS = etags
157 CTAGS = ctags
158 DIST_SUBDIRS = $(SUBDIRS)
159 am__DIST_COMMON = $(srcdir)/Makefile.in
160 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161 am__relativize = \
162   dir0=`pwd`; \
163   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
164   sed_rest='s,^[^/]*/*,,'; \
165   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
166   sed_butlast='s,/*[^/]*$$,,'; \
167   while test -n "$$dir1"; do \
168     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
169     if test "$$first" != "."; then \
170       if test "$$first" = ".."; then \
171         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
172         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
173       else \
174         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
175         if test "$$first2" = "$$first"; then \
176           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
177         else \
178           dir2="../$$dir2"; \
179         fi; \
180         dir0="$$dir0"/"$$first"; \
181       fi; \
182     fi; \
183     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
184   done; \
185   reldir="$$dir2"
186 ACLOCAL = @ACLOCAL@
187 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
188 ALLOCA = @ALLOCA@
189 AMTAR = @AMTAR@
190 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
191 AR = @AR@
192 AS = @AS@
193 AUTOCONF = @AUTOCONF@
194 AUTOHEADER = @AUTOHEADER@
195 AUTOMAKE = @AUTOMAKE@
196 AWK = @AWK@
197 CC = @CC@
198 CCDEPMODE = @CCDEPMODE@
199 CFLAGS = @CFLAGS@
200 CPP = @CPP@
201 CPPFLAGS = @CPPFLAGS@
202 CYGPATH_W = @CYGPATH_W@
203 DEBUG = @DEBUG@
204 DEFS = @DEFS@
205 DEPDIR = @DEPDIR@
206 DLLTOOL = @DLLTOOL@
207 DSYMUTIL = @DSYMUTIL@
208 DUMPBIN = @DUMPBIN@
209 ECHO_C = @ECHO_C@
210 ECHO_N = @ECHO_N@
211 ECHO_T = @ECHO_T@
212 EGREP = @EGREP@
213 EXEEXT = @EXEEXT@
214 FGREP = @FGREP@
215 GREP = @GREP@
216 HAVE_DOXYGEN = @HAVE_DOXYGEN@
217 HTLATEX = @HTLATEX@
218 INSTALL = @INSTALL@
219 INSTALL_DATA = @INSTALL_DATA@
220 INSTALL_PROGRAM = @INSTALL_PROGRAM@
221 INSTALL_SCRIPT = @INSTALL_SCRIPT@
222 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
223 LD = @LD@
224 LDFLAGS = @LDFLAGS@
225 LIBOBJS = @LIBOBJS@
226 LIBS = @LIBS@
227 LIBTOOL = @LIBTOOL@
228 LIBTOOL_DEPS = @LIBTOOL_DEPS@
229 LIPO = @LIPO@
230 LN_S = @LN_S@
231 LTLIBOBJS = @LTLIBOBJS@
232 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
233 MAINT = @MAINT@
234 MAKEINFO = @MAKEINFO@
235 MANIFEST_TOOL = @MANIFEST_TOOL@
236 MKDIR_P = @MKDIR_P@
237 NM = @NM@
238 NMEDIT = @NMEDIT@
239 OBJDUMP = @OBJDUMP@
240 OBJEXT = @OBJEXT@
241 OGG_CFLAGS = @OGG_CFLAGS@
242 OGG_LIBS = @OGG_LIBS@
243 OTOOL = @OTOOL@
244 OTOOL64 = @OTOOL64@
245 PACKAGE = @PACKAGE@
246 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
247 PACKAGE_NAME = @PACKAGE_NAME@
248 PACKAGE_STRING = @PACKAGE_STRING@
249 PACKAGE_TARNAME = @PACKAGE_TARNAME@
250 PACKAGE_URL = @PACKAGE_URL@
251 PACKAGE_VERSION = @PACKAGE_VERSION@
252 PATH_SEPARATOR = @PATH_SEPARATOR@
253 PDFLATEX = @PDFLATEX@
254 PKG_CONFIG = @PKG_CONFIG@
255 PROFILE = @PROFILE@
256 RANLIB = @RANLIB@
257 SED = @SED@
258 SET_MAKE = @SET_MAKE@
259 SHELL = @SHELL@
260 STRIP = @STRIP@
261 VERSION = @VERSION@
262 VE_LIB_AGE = @VE_LIB_AGE@
263 VE_LIB_CURRENT = @VE_LIB_CURRENT@
264 VE_LIB_REVISION = @VE_LIB_REVISION@
265 VF_LIB_AGE = @VF_LIB_AGE@
266 VF_LIB_CURRENT = @VF_LIB_CURRENT@
267 VF_LIB_REVISION = @VF_LIB_REVISION@
268 VORBIS_LIBS = @VORBIS_LIBS@
269 V_LIB_AGE = @V_LIB_AGE@
270 V_LIB_CURRENT = @V_LIB_CURRENT@
271 V_LIB_REVISION = @V_LIB_REVISION@
272 abs_builddir = @abs_builddir@
273 abs_srcdir = @abs_srcdir@
274 abs_top_builddir = @abs_top_builddir@
275 abs_top_srcdir = @abs_top_srcdir@
276 ac_ct_AR = @ac_ct_AR@
277 ac_ct_CC = @ac_ct_CC@
278 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
279 am__include = @am__include@
280 am__leading_dot = @am__leading_dot@
281 am__quote = @am__quote@
282 am__tar = @am__tar@
283 am__untar = @am__untar@
284 bindir = @bindir@
285 build = @build@
286 build_alias = @build_alias@
287 build_cpu = @build_cpu@
288 build_os = @build_os@
289 build_vendor = @build_vendor@
290 builddir = @builddir@
291 datadir = @datadir@
292 datarootdir = @datarootdir@
293 docdir = @docdir@
294 dvidir = @dvidir@
295 exec_prefix = @exec_prefix@
296 host = @host@
297 host_alias = @host_alias@
298 host_cpu = @host_cpu@
299 host_os = @host_os@
300 host_vendor = @host_vendor@
301 htmldir = @htmldir@
302 includedir = @includedir@
303 infodir = @infodir@
304 install_sh = @install_sh@
305 libdir = @libdir@
306 libexecdir = @libexecdir@
307 localedir = @localedir@
308 localstatedir = @localstatedir@
309 mandir = @mandir@
310 mkdir_p = @mkdir_p@
311 oldincludedir = @oldincludedir@
312 pdfdir = @pdfdir@
313 prefix = @prefix@
314 program_transform_name = @program_transform_name@
315 psdir = @psdir@
316 pthread_lib = @pthread_lib@
317 runstatedir = @runstatedir@
318 sbindir = @sbindir@
319 sharedstatedir = @sharedstatedir@
320 srcdir = @srcdir@
321 sysconfdir = @sysconfdir@
322 target_alias = @target_alias@
323 top_build_prefix = @top_build_prefix@
324 top_builddir = @top_builddir@
325 top_srcdir = @top_srcdir@
326 SUBDIRS = vorbis
327 all: all-recursive
328
329 .SUFFIXES:
330 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
331         @for dep in $?; do \
332           case '$(am__configure_deps)' in \
333             *$$dep*) \
334               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
335                 && { if test -f $@; then exit 0; else break; fi; }; \
336               exit 1;; \
337           esac; \
338         done; \
339         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
340         $(am__cd) $(top_srcdir) && \
341           $(AUTOMAKE) --gnu include/Makefile
342 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
343         @case '$?' in \
344           *config.status*) \
345             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
346           *) \
347             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
348             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
349         esac;
350
351 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
352         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
353
354 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
355         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
356 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
357         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
358 $(am__aclocal_m4_deps):
359
360 mostlyclean-libtool:
361         -rm -f *.lo
362
363 clean-libtool:
364         -rm -rf .libs _libs
365
366 # This directory's subdirectories are mostly independent; you can cd
367 # into them and run 'make' without going through this Makefile.
368 # To change the values of 'make' variables: instead of editing Makefiles,
369 # (1) if the variable is set in 'config.status', edit 'config.status'
370 #     (which will cause the Makefiles to be regenerated when you run 'make');
371 # (2) otherwise, pass the desired values on the 'make' command line.
372 $(am__recursive_targets):
373         @fail=; \
374         if $(am__make_keepgoing); then \
375           failcom='fail=yes'; \
376         else \
377           failcom='exit 1'; \
378         fi; \
379         dot_seen=no; \
380         target=`echo $@ | sed s/-recursive//`; \
381         case "$@" in \
382           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
383           *) list='$(SUBDIRS)' ;; \
384         esac; \
385         for subdir in $$list; do \
386           echo "Making $$target in $$subdir"; \
387           if test "$$subdir" = "."; then \
388             dot_seen=yes; \
389             local_target="$$target-am"; \
390           else \
391             local_target="$$target"; \
392           fi; \
393           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
394           || eval $$failcom; \
395         done; \
396         if test "$$dot_seen" = "no"; then \
397           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
398         fi; test -z "$$fail"
399
400 ID: $(am__tagged_files)
401         $(am__define_uniq_tagged_files); mkid -fID $$unique
402 tags: tags-recursive
403 TAGS: tags
404
405 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
406         set x; \
407         here=`pwd`; \
408         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
409           include_option=--etags-include; \
410           empty_fix=.; \
411         else \
412           include_option=--include; \
413           empty_fix=; \
414         fi; \
415         list='$(SUBDIRS)'; for subdir in $$list; do \
416           if test "$$subdir" = .; then :; else \
417             test ! -f $$subdir/TAGS || \
418               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
419           fi; \
420         done; \
421         $(am__define_uniq_tagged_files); \
422         shift; \
423         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
424           test -n "$$unique" || unique=$$empty_fix; \
425           if test $$# -gt 0; then \
426             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
427               "$$@" $$unique; \
428           else \
429             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
430               $$unique; \
431           fi; \
432         fi
433 ctags: ctags-recursive
434
435 CTAGS: ctags
436 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
437         $(am__define_uniq_tagged_files); \
438         test -z "$(CTAGS_ARGS)$$unique" \
439           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
440              $$unique
441
442 GTAGS:
443         here=`$(am__cd) $(top_builddir) && pwd` \
444           && $(am__cd) $(top_srcdir) \
445           && gtags -i $(GTAGS_ARGS) "$$here"
446 cscopelist: cscopelist-recursive
447
448 cscopelist-am: $(am__tagged_files)
449         list='$(am__tagged_files)'; \
450         case "$(srcdir)" in \
451           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
452           *) sdir=$(subdir)/$(srcdir) ;; \
453         esac; \
454         for i in $$list; do \
455           if test -f "$$i"; then \
456             echo "$(subdir)/$$i"; \
457           else \
458             echo "$$sdir/$$i"; \
459           fi; \
460         done >> $(top_builddir)/cscope.files
461
462 distclean-tags:
463         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
464
465 distdir: $(BUILT_SOURCES)
466         $(MAKE) $(AM_MAKEFLAGS) distdir-am
467
468 distdir-am: $(DISTFILES)
469         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
470         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
471         list='$(DISTFILES)'; \
472           dist_files=`for file in $$list; do echo $$file; done | \
473           sed -e "s|^$$srcdirstrip/||;t" \
474               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
475         case $$dist_files in \
476           */*) $(MKDIR_P) `echo "$$dist_files" | \
477                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
478                            sort -u` ;; \
479         esac; \
480         for file in $$dist_files; do \
481           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
482           if test -d $$d/$$file; then \
483             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
484             if test -d "$(distdir)/$$file"; then \
485               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
486             fi; \
487             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
488               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
489               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490             fi; \
491             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
492           else \
493             test -f "$(distdir)/$$file" \
494             || cp -p $$d/$$file "$(distdir)/$$file" \
495             || exit 1; \
496           fi; \
497         done
498         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
499           if test "$$subdir" = .; then :; else \
500             $(am__make_dryrun) \
501               || test -d "$(distdir)/$$subdir" \
502               || $(MKDIR_P) "$(distdir)/$$subdir" \
503               || exit 1; \
504             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
505             $(am__relativize); \
506             new_distdir=$$reldir; \
507             dir1=$$subdir; dir2="$(top_distdir)"; \
508             $(am__relativize); \
509             new_top_distdir=$$reldir; \
510             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
511             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
512             ($(am__cd) $$subdir && \
513               $(MAKE) $(AM_MAKEFLAGS) \
514                 top_distdir="$$new_top_distdir" \
515                 distdir="$$new_distdir" \
516                 am__remove_distdir=: \
517                 am__skip_length_check=: \
518                 am__skip_mode_fix=: \
519                 distdir) \
520               || exit 1; \
521           fi; \
522         done
523 check-am: all-am
524 check: check-recursive
525 all-am: Makefile
526 installdirs: installdirs-recursive
527 installdirs-am:
528 install: install-recursive
529 install-exec: install-exec-recursive
530 install-data: install-data-recursive
531 uninstall: uninstall-recursive
532
533 install-am: all-am
534         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
535
536 installcheck: installcheck-recursive
537 install-strip:
538         if test -z '$(STRIP)'; then \
539           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
540             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
541               install; \
542         else \
543           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
544             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
545             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
546         fi
547 mostlyclean-generic:
548
549 clean-generic:
550
551 distclean-generic:
552         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
553         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
554
555 maintainer-clean-generic:
556         @echo "This command is intended for maintainers to use"
557         @echo "it deletes files that may require special tools to rebuild."
558 clean: clean-recursive
559
560 clean-am: clean-generic clean-libtool mostlyclean-am
561
562 distclean: distclean-recursive
563         -rm -f Makefile
564 distclean-am: clean-am distclean-generic distclean-tags
565
566 dvi: dvi-recursive
567
568 dvi-am:
569
570 html: html-recursive
571
572 html-am:
573
574 info: info-recursive
575
576 info-am:
577
578 install-data-am:
579
580 install-dvi: install-dvi-recursive
581
582 install-dvi-am:
583
584 install-exec-am:
585
586 install-html: install-html-recursive
587
588 install-html-am:
589
590 install-info: install-info-recursive
591
592 install-info-am:
593
594 install-man:
595
596 install-pdf: install-pdf-recursive
597
598 install-pdf-am:
599
600 install-ps: install-ps-recursive
601
602 install-ps-am:
603
604 installcheck-am:
605
606 maintainer-clean: maintainer-clean-recursive
607         -rm -f Makefile
608 maintainer-clean-am: distclean-am maintainer-clean-generic
609
610 mostlyclean: mostlyclean-recursive
611
612 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
613
614 pdf: pdf-recursive
615
616 pdf-am:
617
618 ps: ps-recursive
619
620 ps-am:
621
622 uninstall-am:
623
624 .MAKE: $(am__recursive_targets) install-am install-strip
625
626 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
627         check-am clean clean-generic clean-libtool cscopelist-am ctags \
628         ctags-am distclean distclean-generic distclean-libtool \
629         distclean-tags distdir dvi dvi-am html html-am info info-am \
630         install install-am install-data install-data-am install-dvi \
631         install-dvi-am install-exec install-exec-am install-html \
632         install-html-am install-info install-info-am install-man \
633         install-pdf install-pdf-am install-ps install-ps-am \
634         install-strip installcheck installcheck-am installdirs \
635         installdirs-am maintainer-clean maintainer-clean-generic \
636         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
637         ps ps-am tags tags-am uninstall uninstall-am
638
639 .PRECIOUS: Makefile
640
641
642 # Tell versions [3.59,3.63) of GNU make to not export all variables.
643 # Otherwise a system limit (for SysV at least) may be exceeded.
644 .NOEXPORT: