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@
16VPATH = @srcdir@
17am__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}
28am__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
70am__make_dryrun = (target_option=n; $(am__make_running_with_option))
71am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
72pkgdatadir = $(datadir)/@PACKAGE@
73pkgincludedir = $(includedir)/@PACKAGE@
74pkglibdir = $(libdir)/@PACKAGE@
75pkglibexecdir = $(libexecdir)/@PACKAGE@
76am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
77install_sh_DATA = $(install_sh) -c -m 644
78install_sh_PROGRAM = $(install_sh) -c
79install_sh_SCRIPT = $(install_sh) -c
80INSTALL_HEADER = $(INSTALL_DATA)
81transform = $(program_transform_name)
82NORMAL_INSTALL = :
83PRE_INSTALL = :
84POST_INSTALL = :
85NORMAL_UNINSTALL = :
86PRE_UNINSTALL = :
87POST_UNINSTALL = :
88build_triplet = @build@
89host_triplet = @host@
90subdir = include
91ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
92am__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
97am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
98	$(ACLOCAL_M4)
99DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
100mkinstalldirs = $(install_sh) -d
101CONFIG_HEADER = $(top_builddir)/config.h
102CONFIG_CLEAN_FILES =
103CONFIG_CLEAN_VPATH_FILES =
104AM_V_P = $(am__v_P_@AM_V@)
105am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
106am__v_P_0 = false
107am__v_P_1 = :
108AM_V_GEN = $(am__v_GEN_@AM_V@)
109am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
110am__v_GEN_0 = @echo "  GEN     " $@;
111am__v_GEN_1 =
112AM_V_at = $(am__v_at_@AM_V@)
113am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
114am__v_at_0 = @
115am__v_at_1 =
116SOURCES =
117DIST_SOURCES =
118RECURSIVE_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
126am__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
131RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
132  distclean-recursive maintainer-clean-recursive
133am__recursive_targets = \
134  $(RECURSIVE_TARGETS) \
135  $(RECURSIVE_CLEAN_TARGETS) \
136  $(am__extra_recursive_targets)
137AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
138	distdir distdir-am
139am__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.
143am__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.
151am__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)`
156ETAGS = etags
157CTAGS = ctags
158DIST_SUBDIRS = $(SUBDIRS)
159am__DIST_COMMON = $(srcdir)/Makefile.in
160DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161am__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"
186ACLOCAL = @ACLOCAL@
187ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
188ALLOCA = @ALLOCA@
189AMTAR = @AMTAR@
190AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
191AR = @AR@
192AS = @AS@
193AUTOCONF = @AUTOCONF@
194AUTOHEADER = @AUTOHEADER@
195AUTOMAKE = @AUTOMAKE@
196AWK = @AWK@
197CC = @CC@
198CCDEPMODE = @CCDEPMODE@
199CFLAGS = @CFLAGS@
200CPP = @CPP@
201CPPFLAGS = @CPPFLAGS@
202CYGPATH_W = @CYGPATH_W@
203DEBUG = @DEBUG@
204DEFS = @DEFS@
205DEPDIR = @DEPDIR@
206DLLTOOL = @DLLTOOL@
207DSYMUTIL = @DSYMUTIL@
208DUMPBIN = @DUMPBIN@
209ECHO_C = @ECHO_C@
210ECHO_N = @ECHO_N@
211ECHO_T = @ECHO_T@
212EGREP = @EGREP@
213EXEEXT = @EXEEXT@
214FGREP = @FGREP@
215GREP = @GREP@
216HAVE_DOXYGEN = @HAVE_DOXYGEN@
217HTLATEX = @HTLATEX@
218INSTALL = @INSTALL@
219INSTALL_DATA = @INSTALL_DATA@
220INSTALL_PROGRAM = @INSTALL_PROGRAM@
221INSTALL_SCRIPT = @INSTALL_SCRIPT@
222INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
223LD = @LD@
224LDFLAGS = @LDFLAGS@
225LIBOBJS = @LIBOBJS@
226LIBS = @LIBS@
227LIBTOOL = @LIBTOOL@
228LIBTOOL_DEPS = @LIBTOOL_DEPS@
229LIPO = @LIPO@
230LN_S = @LN_S@
231LTLIBOBJS = @LTLIBOBJS@
232LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
233MAINT = @MAINT@
234MAKEINFO = @MAKEINFO@
235MANIFEST_TOOL = @MANIFEST_TOOL@
236MKDIR_P = @MKDIR_P@
237NM = @NM@
238NMEDIT = @NMEDIT@
239OBJDUMP = @OBJDUMP@
240OBJEXT = @OBJEXT@
241OGG_CFLAGS = @OGG_CFLAGS@
242OGG_LIBS = @OGG_LIBS@
243OTOOL = @OTOOL@
244OTOOL64 = @OTOOL64@
245PACKAGE = @PACKAGE@
246PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
247PACKAGE_NAME = @PACKAGE_NAME@
248PACKAGE_STRING = @PACKAGE_STRING@
249PACKAGE_TARNAME = @PACKAGE_TARNAME@
250PACKAGE_URL = @PACKAGE_URL@
251PACKAGE_VERSION = @PACKAGE_VERSION@
252PATH_SEPARATOR = @PATH_SEPARATOR@
253PDFLATEX = @PDFLATEX@
254PKG_CONFIG = @PKG_CONFIG@
255PROFILE = @PROFILE@
256RANLIB = @RANLIB@
257SED = @SED@
258SET_MAKE = @SET_MAKE@
259SHELL = @SHELL@
260STRIP = @STRIP@
261VERSION = @VERSION@
262VE_LIB_AGE = @VE_LIB_AGE@
263VE_LIB_CURRENT = @VE_LIB_CURRENT@
264VE_LIB_REVISION = @VE_LIB_REVISION@
265VF_LIB_AGE = @VF_LIB_AGE@
266VF_LIB_CURRENT = @VF_LIB_CURRENT@
267VF_LIB_REVISION = @VF_LIB_REVISION@
268VORBIS_LIBS = @VORBIS_LIBS@
269V_LIB_AGE = @V_LIB_AGE@
270V_LIB_CURRENT = @V_LIB_CURRENT@
271V_LIB_REVISION = @V_LIB_REVISION@
272abs_builddir = @abs_builddir@
273abs_srcdir = @abs_srcdir@
274abs_top_builddir = @abs_top_builddir@
275abs_top_srcdir = @abs_top_srcdir@
276ac_ct_AR = @ac_ct_AR@
277ac_ct_CC = @ac_ct_CC@
278ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
279am__include = @am__include@
280am__leading_dot = @am__leading_dot@
281am__quote = @am__quote@
282am__tar = @am__tar@
283am__untar = @am__untar@
284bindir = @bindir@
285build = @build@
286build_alias = @build_alias@
287build_cpu = @build_cpu@
288build_os = @build_os@
289build_vendor = @build_vendor@
290builddir = @builddir@
291datadir = @datadir@
292datarootdir = @datarootdir@
293docdir = @docdir@
294dvidir = @dvidir@
295exec_prefix = @exec_prefix@
296host = @host@
297host_alias = @host_alias@
298host_cpu = @host_cpu@
299host_os = @host_os@
300host_vendor = @host_vendor@
301htmldir = @htmldir@
302includedir = @includedir@
303infodir = @infodir@
304install_sh = @install_sh@
305libdir = @libdir@
306libexecdir = @libexecdir@
307localedir = @localedir@
308localstatedir = @localstatedir@
309mandir = @mandir@
310mkdir_p = @mkdir_p@
311oldincludedir = @oldincludedir@
312pdfdir = @pdfdir@
313prefix = @prefix@
314program_transform_name = @program_transform_name@
315psdir = @psdir@
316pthread_lib = @pthread_lib@
317runstatedir = @runstatedir@
318sbindir = @sbindir@
319sharedstatedir = @sharedstatedir@
320srcdir = @srcdir@
321sysconfdir = @sysconfdir@
322target_alias = @target_alias@
323top_build_prefix = @top_build_prefix@
324top_builddir = @top_builddir@
325top_srcdir = @top_srcdir@
326SUBDIRS = vorbis
327all: 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
342Makefile: $(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
360mostlyclean-libtool:
361	-rm -f *.lo
362
363clean-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
400ID: $(am__tagged_files)
401	$(am__define_uniq_tagged_files); mkid -fID $$unique
402tags: tags-recursive
403TAGS: tags
404
405tags-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
433ctags: ctags-recursive
434
435CTAGS: ctags
436ctags-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
442GTAGS:
443	here=`$(am__cd) $(top_builddir) && pwd` \
444	  && $(am__cd) $(top_srcdir) \
445	  && gtags -i $(GTAGS_ARGS) "$$here"
446cscopelist: cscopelist-recursive
447
448cscopelist-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
462distclean-tags:
463	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
464
465distdir: $(BUILT_SOURCES)
466	$(MAKE) $(AM_MAKEFLAGS) distdir-am
467
468distdir-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
523check-am: all-am
524check: check-recursive
525all-am: Makefile
526installdirs: installdirs-recursive
527installdirs-am:
528install: install-recursive
529install-exec: install-exec-recursive
530install-data: install-data-recursive
531uninstall: uninstall-recursive
532
533install-am: all-am
534	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
535
536installcheck: installcheck-recursive
537install-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
547mostlyclean-generic:
548
549clean-generic:
550
551distclean-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
555maintainer-clean-generic:
556	@echo "This command is intended for maintainers to use"
557	@echo "it deletes files that may require special tools to rebuild."
558clean: clean-recursive
559
560clean-am: clean-generic clean-libtool mostlyclean-am
561
562distclean: distclean-recursive
563	-rm -f Makefile
564distclean-am: clean-am distclean-generic distclean-tags
565
566dvi: dvi-recursive
567
568dvi-am:
569
570html: html-recursive
571
572html-am:
573
574info: info-recursive
575
576info-am:
577
578install-data-am:
579
580install-dvi: install-dvi-recursive
581
582install-dvi-am:
583
584install-exec-am:
585
586install-html: install-html-recursive
587
588install-html-am:
589
590install-info: install-info-recursive
591
592install-info-am:
593
594install-man:
595
596install-pdf: install-pdf-recursive
597
598install-pdf-am:
599
600install-ps: install-ps-recursive
601
602install-ps-am:
603
604installcheck-am:
605
606maintainer-clean: maintainer-clean-recursive
607	-rm -f Makefile
608maintainer-clean-am: distclean-am maintainer-clean-generic
609
610mostlyclean: mostlyclean-recursive
611
612mostlyclean-am: mostlyclean-generic mostlyclean-libtool
613
614pdf: pdf-recursive
615
616pdf-am:
617
618ps: ps-recursive
619
620ps-am:
621
622uninstall-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:
645