xref: /third_party/lame/doc/Makefile.in (revision 159b3361)
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# global section for every Makefile.am
18VPATH = @srcdir@
19am__is_gnu_make = { \
20  if test -z '$(MAKELEVEL)'; then \
21    false; \
22  elif test -n '$(MAKE_HOST)'; then \
23    true; \
24  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25    true; \
26  else \
27    false; \
28  fi; \
29}
30am__make_running_with_option = \
31  case $${target_option-} in \
32      ?) ;; \
33      *) echo "am__make_running_with_option: internal error: invalid" \
34              "target option '$${target_option-}' specified" >&2; \
35         exit 1;; \
36  esac; \
37  has_opt=no; \
38  sane_makeflags=$$MAKEFLAGS; \
39  if $(am__is_gnu_make); then \
40    sane_makeflags=$$MFLAGS; \
41  else \
42    case $$MAKEFLAGS in \
43      *\\[\ \	]*) \
44        bs=\\; \
45        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
47    esac; \
48  fi; \
49  skip_next=no; \
50  strip_trailopt () \
51  { \
52    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53  }; \
54  for flg in $$sane_makeflags; do \
55    test $$skip_next = yes && { skip_next=no; continue; }; \
56    case $$flg in \
57      *=*|--*) continue;; \
58        -*I) strip_trailopt 'I'; skip_next=yes;; \
59      -*I?*) strip_trailopt 'I';; \
60        -*O) strip_trailopt 'O'; skip_next=yes;; \
61      -*O?*) strip_trailopt 'O';; \
62        -*l) strip_trailopt 'l'; skip_next=yes;; \
63      -*l?*) strip_trailopt 'l';; \
64      -[dEDm]) skip_next=yes;; \
65      -[JT]) skip_next=yes;; \
66    esac; \
67    case $$flg in \
68      *$$target_option*) has_opt=yes; break;; \
69    esac; \
70  done; \
71  test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
74pkgdatadir = $(datadir)/@PACKAGE@
75pkgincludedir = $(includedir)/@PACKAGE@
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
90build_triplet = @build@
91host_triplet = @host@
92subdir = doc
93ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
95	$(top_srcdir)/configure.in
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97	$(ACLOCAL_M4)
98DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
99mkinstalldirs = $(install_sh) -d
100CONFIG_HEADER = $(top_builddir)/config.h
101CONFIG_CLEAN_FILES =
102CONFIG_CLEAN_VPATH_FILES =
103AM_V_P = $(am__v_P_@AM_V@)
104am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105am__v_P_0 = false
106am__v_P_1 = :
107AM_V_GEN = $(am__v_GEN_@AM_V@)
108am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109am__v_GEN_0 = @echo "  GEN     " $@;
110am__v_GEN_1 = 
111AM_V_at = $(am__v_at_@AM_V@)
112am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113am__v_at_0 = @
114am__v_at_1 = 
115SOURCES =
116DIST_SOURCES =
117RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
118	ctags-recursive dvi-recursive html-recursive info-recursive \
119	install-data-recursive install-dvi-recursive \
120	install-exec-recursive install-html-recursive \
121	install-info-recursive install-pdf-recursive \
122	install-ps-recursive install-recursive installcheck-recursive \
123	installdirs-recursive pdf-recursive ps-recursive \
124	tags-recursive uninstall-recursive
125am__can_run_installinfo = \
126  case $$AM_UPDATE_INFO_DIR in \
127    n|no|NO) false;; \
128    *) (install-info --version) >/dev/null 2>&1;; \
129  esac
130RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
131  distclean-recursive maintainer-clean-recursive
132am__recursive_targets = \
133  $(RECURSIVE_TARGETS) \
134  $(RECURSIVE_CLEAN_TARGETS) \
135  $(am__extra_recursive_targets)
136AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
137	distdir distdir-am
138am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
139# Read a list of newline-separated strings from the standard input,
140# and print each of them once, without duplicates.  Input order is
141# *not* preserved.
142am__uniquify_input = $(AWK) '\
143  BEGIN { nonempty = 0; } \
144  { items[$$0] = 1; nonempty = 1; } \
145  END { if (nonempty) { for (i in items) print i; }; } \
146'
147# Make sure the list of sources is unique.  This is necessary because,
148# e.g., the same source file might be shared among _SOURCES variables
149# for different programs/libraries.
150am__define_uniq_tagged_files = \
151  list='$(am__tagged_files)'; \
152  unique=`for i in $$list; do \
153    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
154  done | $(am__uniquify_input)`
155ETAGS = etags
156CTAGS = ctags
157DIST_SUBDIRS = $(SUBDIRS)
158am__DIST_COMMON = $(srcdir)/Makefile.in \
159	$(top_srcdir)/Makefile.am.global
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@
187ALLOCA = @ALLOCA@
188AMTAR = @AMTAR@
189AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
190AR = @AR@
191AUTOCONF = @AUTOCONF@
192AUTOHEADER = @AUTOHEADER@
193AUTOMAKE = @AUTOMAKE@
194AWK = @AWK@
195CC = @CC@
196CCDEPMODE = @CCDEPMODE@
197CFLAGS = @CFLAGS@
198CONFIG_DEFS = @CONFIG_DEFS@
199CONFIG_MATH_LIB = @CONFIG_MATH_LIB@
200CPP = @CPP@
201CPPFLAGS = @CPPFLAGS@
202CPUCCODE = @CPUCCODE@
203CPUTYPE = @CPUTYPE@
204CYGPATH_W = @CYGPATH_W@
205DEFS = @DEFS@
206DEPDIR = @DEPDIR@
207DLLTOOL = @DLLTOOL@
208DSYMUTIL = @DSYMUTIL@
209DUMPBIN = @DUMPBIN@
210ECHO_C = @ECHO_C@
211ECHO_N = @ECHO_N@
212ECHO_T = @ECHO_T@
213EGREP = @EGREP@
214EXEEXT = @EXEEXT@
215FGREP = @FGREP@
216FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
217FRONTEND_LDADD = @FRONTEND_LDADD@
218FRONTEND_LDFLAGS = @FRONTEND_LDFLAGS@
219GREP = @GREP@
220GTK_CFLAGS = @GTK_CFLAGS@
221GTK_CONFIG = @GTK_CONFIG@
222GTK_LIBS = @GTK_LIBS@
223INCLUDES = @INCLUDES@
224INSTALL = @INSTALL@
225INSTALL_DATA = @INSTALL_DATA@
226INSTALL_PROGRAM = @INSTALL_PROGRAM@
227INSTALL_SCRIPT = @INSTALL_SCRIPT@
228INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
229LD = @LD@
230LDADD = @LDADD@
231LDFLAGS = @LDFLAGS@
232LIBICONV = @LIBICONV@
233LIBMP3LAME_LDADD = @LIBMP3LAME_LDADD@
234LIBOBJS = @LIBOBJS@
235LIBS = @LIBS@
236LIBTOOL = @LIBTOOL@
237LIBTOOL_DEPS = @LIBTOOL_DEPS@
238LIB_MAJOR_VERSION = @LIB_MAJOR_VERSION@
239LIB_MINOR_VERSION = @LIB_MINOR_VERSION@
240LIPO = @LIPO@
241LN_S = @LN_S@
242LTLIBICONV = @LTLIBICONV@
243LTLIBOBJS = @LTLIBOBJS@
244LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
245MAINT = @MAINT@
246MAKEDEP = @MAKEDEP@
247MAKEINFO = @MAKEINFO@
248MANIFEST_TOOL = @MANIFEST_TOOL@
249MKDIR_P = @MKDIR_P@
250NASM = @NASM@
251NASM_FORMAT = @NASM_FORMAT@
252NM = @NM@
253NMEDIT = @NMEDIT@
254OBJDUMP = @OBJDUMP@
255OBJEXT = @OBJEXT@
256OTOOL = @OTOOL@
257OTOOL64 = @OTOOL64@
258PACKAGE = @PACKAGE@
259PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
260PACKAGE_NAME = @PACKAGE_NAME@
261PACKAGE_STRING = @PACKAGE_STRING@
262PACKAGE_TARNAME = @PACKAGE_TARNAME@
263PACKAGE_URL = @PACKAGE_URL@
264PACKAGE_VERSION = @PACKAGE_VERSION@
265PATH_SEPARATOR = @PATH_SEPARATOR@
266PKG_CONFIG = @PKG_CONFIG@
267PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
268PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
269RANLIB = @RANLIB@
270RM_F = @RM_F@
271SED = @SED@
272SET_MAKE = @SET_MAKE@
273SHELL = @SHELL@
274SNDFILE_CFLAGS = @SNDFILE_CFLAGS@
275SNDFILE_LIBS = @SNDFILE_LIBS@
276STRIP = @STRIP@
277VERSION = @VERSION@
278WITH_FRONTEND = @WITH_FRONTEND@
279WITH_MP3RTP = @WITH_MP3RTP@
280WITH_MP3X = @WITH_MP3X@
281abs_builddir = @abs_builddir@
282abs_srcdir = @abs_srcdir@
283abs_top_builddir = @abs_top_builddir@
284abs_top_srcdir = @abs_top_srcdir@
285ac_ct_AR = @ac_ct_AR@
286ac_ct_CC = @ac_ct_CC@
287ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
288am__include = @am__include@
289am__leading_dot = @am__leading_dot@
290am__quote = @am__quote@
291am__tar = @am__tar@
292am__untar = @am__untar@
293bindir = @bindir@
294build = @build@
295build_alias = @build_alias@
296build_cpu = @build_cpu@
297build_os = @build_os@
298build_vendor = @build_vendor@
299builddir = @builddir@
300datadir = @datadir@
301datarootdir = @datarootdir@
302docdir = @docdir@
303dvidir = @dvidir@
304exec_prefix = @exec_prefix@
305host = @host@
306host_alias = @host_alias@
307host_cpu = @host_cpu@
308host_os = @host_os@
309host_vendor = @host_vendor@
310htmldir = @htmldir@
311includedir = @includedir@
312infodir = @infodir@
313install_sh = @install_sh@
314libdir = @libdir@
315libexecdir = @libexecdir@
316localedir = @localedir@
317localstatedir = @localstatedir@
318mandir = @mandir@
319mkdir_p = @mkdir_p@
320mpg123_CFLAGS = @mpg123_CFLAGS@
321mpg123_LIBS = @mpg123_LIBS@
322oldincludedir = @oldincludedir@
323pdfdir = @pdfdir@
324prefix = @prefix@
325program_transform_name = @program_transform_name@
326psdir = @psdir@
327sbindir = @sbindir@
328sharedstatedir = @sharedstatedir@
329srcdir = @srcdir@
330sysconfdir = @sysconfdir@
331target_alias = @target_alias@
332top_build_prefix = @top_build_prefix@
333top_builddir = @top_builddir@
334top_srcdir = @top_srcdir@
335AUTOMAKE_OPTIONS = 1.15 foreign
336SUBDIRS = html man
337all: all-recursive
338
339.SUFFIXES:
340$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.am.global $(am__configure_deps)
341	@for dep in $?; do \
342	  case '$(am__configure_deps)' in \
343	    *$$dep*) \
344	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
345	        && { if test -f $@; then exit 0; else break; fi; }; \
346	      exit 1;; \
347	  esac; \
348	done; \
349	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \
350	$(am__cd) $(top_srcdir) && \
351	  $(AUTOMAKE) --foreign doc/Makefile
352Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
353	@case '$?' in \
354	  *config.status*) \
355	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
356	  *) \
357	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
358	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
359	esac;
360$(top_srcdir)/Makefile.am.global $(am__empty):
361
362$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
363	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
364
365$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
366	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
367$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
368	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
369$(am__aclocal_m4_deps):
370
371mostlyclean-libtool:
372	-rm -f *.lo
373
374clean-libtool:
375	-rm -rf .libs _libs
376
377# This directory's subdirectories are mostly independent; you can cd
378# into them and run 'make' without going through this Makefile.
379# To change the values of 'make' variables: instead of editing Makefiles,
380# (1) if the variable is set in 'config.status', edit 'config.status'
381#     (which will cause the Makefiles to be regenerated when you run 'make');
382# (2) otherwise, pass the desired values on the 'make' command line.
383$(am__recursive_targets):
384	@fail=; \
385	if $(am__make_keepgoing); then \
386	  failcom='fail=yes'; \
387	else \
388	  failcom='exit 1'; \
389	fi; \
390	dot_seen=no; \
391	target=`echo $@ | sed s/-recursive//`; \
392	case "$@" in \
393	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
394	  *) list='$(SUBDIRS)' ;; \
395	esac; \
396	for subdir in $$list; do \
397	  echo "Making $$target in $$subdir"; \
398	  if test "$$subdir" = "."; then \
399	    dot_seen=yes; \
400	    local_target="$$target-am"; \
401	  else \
402	    local_target="$$target"; \
403	  fi; \
404	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
405	  || eval $$failcom; \
406	done; \
407	if test "$$dot_seen" = "no"; then \
408	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
409	fi; test -z "$$fail"
410
411ID: $(am__tagged_files)
412	$(am__define_uniq_tagged_files); mkid -fID $$unique
413tags: tags-recursive
414TAGS: tags
415
416tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
417	set x; \
418	here=`pwd`; \
419	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
420	  include_option=--etags-include; \
421	  empty_fix=.; \
422	else \
423	  include_option=--include; \
424	  empty_fix=; \
425	fi; \
426	list='$(SUBDIRS)'; for subdir in $$list; do \
427	  if test "$$subdir" = .; then :; else \
428	    test ! -f $$subdir/TAGS || \
429	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
430	  fi; \
431	done; \
432	$(am__define_uniq_tagged_files); \
433	shift; \
434	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
435	  test -n "$$unique" || unique=$$empty_fix; \
436	  if test $$# -gt 0; then \
437	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
438	      "$$@" $$unique; \
439	  else \
440	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
441	      $$unique; \
442	  fi; \
443	fi
444ctags: ctags-recursive
445
446CTAGS: ctags
447ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
448	$(am__define_uniq_tagged_files); \
449	test -z "$(CTAGS_ARGS)$$unique" \
450	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
451	     $$unique
452
453GTAGS:
454	here=`$(am__cd) $(top_builddir) && pwd` \
455	  && $(am__cd) $(top_srcdir) \
456	  && gtags -i $(GTAGS_ARGS) "$$here"
457cscopelist: cscopelist-recursive
458
459cscopelist-am: $(am__tagged_files)
460	list='$(am__tagged_files)'; \
461	case "$(srcdir)" in \
462	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
463	  *) sdir=$(subdir)/$(srcdir) ;; \
464	esac; \
465	for i in $$list; do \
466	  if test -f "$$i"; then \
467	    echo "$(subdir)/$$i"; \
468	  else \
469	    echo "$$sdir/$$i"; \
470	  fi; \
471	done >> $(top_builddir)/cscope.files
472
473distclean-tags:
474	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
475
476distdir: $(BUILT_SOURCES)
477	$(MAKE) $(AM_MAKEFLAGS) distdir-am
478
479distdir-am: $(DISTFILES)
480	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
481	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
482	list='$(DISTFILES)'; \
483	  dist_files=`for file in $$list; do echo $$file; done | \
484	  sed -e "s|^$$srcdirstrip/||;t" \
485	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
486	case $$dist_files in \
487	  */*) $(MKDIR_P) `echo "$$dist_files" | \
488			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
489			   sort -u` ;; \
490	esac; \
491	for file in $$dist_files; do \
492	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
493	  if test -d $$d/$$file; then \
494	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
495	    if test -d "$(distdir)/$$file"; then \
496	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
497	    fi; \
498	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
499	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
500	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
501	    fi; \
502	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
503	  else \
504	    test -f "$(distdir)/$$file" \
505	    || cp -p $$d/$$file "$(distdir)/$$file" \
506	    || exit 1; \
507	  fi; \
508	done
509	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
510	  if test "$$subdir" = .; then :; else \
511	    $(am__make_dryrun) \
512	      || test -d "$(distdir)/$$subdir" \
513	      || $(MKDIR_P) "$(distdir)/$$subdir" \
514	      || exit 1; \
515	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
516	    $(am__relativize); \
517	    new_distdir=$$reldir; \
518	    dir1=$$subdir; dir2="$(top_distdir)"; \
519	    $(am__relativize); \
520	    new_top_distdir=$$reldir; \
521	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
522	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
523	    ($(am__cd) $$subdir && \
524	      $(MAKE) $(AM_MAKEFLAGS) \
525	        top_distdir="$$new_top_distdir" \
526	        distdir="$$new_distdir" \
527		am__remove_distdir=: \
528		am__skip_length_check=: \
529		am__skip_mode_fix=: \
530	        distdir) \
531	      || exit 1; \
532	  fi; \
533	done
534check-am: all-am
535check: check-recursive
536all-am: Makefile
537installdirs: installdirs-recursive
538installdirs-am:
539install: install-recursive
540install-exec: install-exec-recursive
541install-data: install-data-recursive
542uninstall: uninstall-recursive
543
544install-am: all-am
545	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
546
547installcheck: installcheck-recursive
548install-strip:
549	if test -z '$(STRIP)'; then \
550	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
551	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
552	      install; \
553	else \
554	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
555	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
556	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
557	fi
558mostlyclean-generic:
559
560clean-generic:
561
562distclean-generic:
563	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
564	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
565
566maintainer-clean-generic:
567	@echo "This command is intended for maintainers to use"
568	@echo "it deletes files that may require special tools to rebuild."
569clean: clean-recursive
570
571clean-am: clean-generic clean-libtool mostlyclean-am
572
573distclean: distclean-recursive
574	-rm -f Makefile
575distclean-am: clean-am distclean-generic distclean-tags
576
577dvi: dvi-recursive
578
579dvi-am:
580
581html: html-recursive
582
583html-am:
584
585info: info-recursive
586
587info-am:
588
589install-data-am:
590
591install-dvi: install-dvi-recursive
592
593install-dvi-am:
594
595install-exec-am:
596
597install-html: install-html-recursive
598
599install-html-am:
600
601install-info: install-info-recursive
602
603install-info-am:
604
605install-man:
606
607install-pdf: install-pdf-recursive
608
609install-pdf-am:
610
611install-ps: install-ps-recursive
612
613install-ps-am:
614
615installcheck-am:
616
617maintainer-clean: maintainer-clean-recursive
618	-rm -f Makefile
619maintainer-clean-am: distclean-am maintainer-clean-generic
620
621mostlyclean: mostlyclean-recursive
622
623mostlyclean-am: mostlyclean-generic mostlyclean-libtool
624
625pdf: pdf-recursive
626
627pdf-am:
628
629ps: ps-recursive
630
631ps-am:
632
633uninstall-am:
634
635.MAKE: $(am__recursive_targets) install-am install-strip
636
637.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
638	check-am clean clean-generic clean-libtool cscopelist-am ctags \
639	ctags-am distclean distclean-generic distclean-libtool \
640	distclean-tags distdir dvi dvi-am html html-am info info-am \
641	install install-am install-data install-data-am install-dvi \
642	install-dvi-am install-exec install-exec-am install-html \
643	install-html-am install-info install-info-am install-man \
644	install-pdf install-pdf-am install-ps install-ps-am \
645	install-strip installcheck installcheck-am installdirs \
646	installdirs-am maintainer-clean maintainer-clean-generic \
647	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
648	ps ps-am tags tags-am uninstall uninstall-am
649
650.PRECIOUS: Makefile
651
652
653# end global section
654
655# Tell versions [3.59,3.63) of GNU make to not export all variables.
656# Otherwise a system limit (for SysV at least) may be exceeded.
657.NOEXPORT:
658