Fix CVE-2018-10392 : Sanity check number of channels in setup
[platform/upstream/libvorbis.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 am__make_dryrun = \
20   { \
21     am__dry=no; \
22     case $$MAKEFLAGS in \
23       *\\[\ \   ]*) \
24         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
25           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26       *) \
27         for am__flg in $$MAKEFLAGS; do \
28           case $$am__flg in \
29             *=*|--*) ;; \
30             *n*) am__dry=yes; break;; \
31           esac; \
32         done;; \
33     esac; \
34     test $$am__dry = yes; \
35   }
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkgincludedir = $(includedir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkglibexecdir = $(libexecdir)/@PACKAGE@
40 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
41 install_sh_DATA = $(install_sh) -c -m 644
42 install_sh_PROGRAM = $(install_sh) -c
43 install_sh_SCRIPT = $(install_sh) -c
44 INSTALL_HEADER = $(INSTALL_DATA)
45 transform = $(program_transform_name)
46 NORMAL_INSTALL = :
47 PRE_INSTALL = :
48 POST_INSTALL = :
49 NORMAL_UNINSTALL = :
50 PRE_UNINSTALL = :
51 POST_UNINSTALL = :
52 build_triplet = @build@
53 host_triplet = @host@
54 target_triplet = @target@
55 @BUILD_EXAMPLES_TRUE@am__append_1 = examples 
56 subdir = .
57 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
58         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
59         $(srcdir)/libvorbis.spec.in $(srcdir)/vorbis-uninstalled.pc.in \
60         $(srcdir)/vorbis.pc.in $(srcdir)/vorbisenc-uninstalled.pc.in \
61         $(srcdir)/vorbisenc.pc.in \
62         $(srcdir)/vorbisfile-uninstalled.pc.in \
63         $(srcdir)/vorbisfile.pc.in $(top_srcdir)/configure AUTHORS \
64         COPYING compile config.guess config.sub depcomp install-sh \
65         ltmain.sh missing
66 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
67 am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
68         $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/pkg.m4 \
69         $(top_srcdir)/configure.ac
70 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
71         $(ACLOCAL_M4)
72 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
73  configure.lineno config.status.lineno
74 mkinstalldirs = $(install_sh) -d
75 CONFIG_HEADER = config.h
76 CONFIG_CLEAN_FILES = libvorbis.spec vorbis.pc vorbisenc.pc \
77         vorbisfile.pc vorbis-uninstalled.pc vorbisenc-uninstalled.pc \
78         vorbisfile-uninstalled.pc
79 CONFIG_CLEAN_VPATH_FILES =
80 SOURCES =
81 DIST_SOURCES =
82 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
83         html-recursive info-recursive install-data-recursive \
84         install-dvi-recursive install-exec-recursive \
85         install-html-recursive install-info-recursive \
86         install-pdf-recursive install-ps-recursive install-recursive \
87         installcheck-recursive installdirs-recursive pdf-recursive \
88         ps-recursive uninstall-recursive
89 am__can_run_installinfo = \
90   case $$AM_UPDATE_INFO_DIR in \
91     n|no|NO) false;; \
92     *) (install-info --version) >/dev/null 2>&1;; \
93   esac
94 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
95 am__vpath_adj = case $$p in \
96     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
97     *) f=$$p;; \
98   esac;
99 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
100 am__install_max = 40
101 am__nobase_strip_setup = \
102   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
103 am__nobase_strip = \
104   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
105 am__nobase_list = $(am__nobase_strip_setup); \
106   for p in $$list; do echo "$$p $$p"; done | \
107   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
108   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
109     if (++n[$$2] == $(am__install_max)) \
110       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
111     END { for (dir in files) print dir, files[dir] }'
112 am__base_list = \
113   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
114   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
115 am__uninstall_files_from_dir = { \
116   test -z "$$files" \
117     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
118     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
119          $(am__cd) "$$dir" && rm -f $$files; }; \
120   }
121 am__installdirs = "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"
122 DATA = $(m4data_DATA) $(pkgconfig_DATA)
123 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
124   distclean-recursive maintainer-clean-recursive
125 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
126         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
127         distdir dist dist-all distcheck
128 ETAGS = etags
129 CTAGS = ctags
130 DIST_SUBDIRS = m4 include vq lib test doc examples
131 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
132 distdir = $(PACKAGE)-$(VERSION)
133 top_distdir = $(distdir)
134 am__remove_distdir = \
135   if test -d "$(distdir)"; then \
136     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
137       && rm -rf "$(distdir)" \
138       || { sleep 5 && rm -rf "$(distdir)"; }; \
139   else :; fi
140 am__relativize = \
141   dir0=`pwd`; \
142   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
143   sed_rest='s,^[^/]*/*,,'; \
144   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
145   sed_butlast='s,/*[^/]*$$,,'; \
146   while test -n "$$dir1"; do \
147     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
148     if test "$$first" != "."; then \
149       if test "$$first" = ".."; then \
150         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
151         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
152       else \
153         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
154         if test "$$first2" = "$$first"; then \
155           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
156         else \
157           dir2="../$$dir2"; \
158         fi; \
159         dir0="$$dir0"/"$$first"; \
160       fi; \
161     fi; \
162     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
163   done; \
164   reldir="$$dir2"
165 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz $(distdir).zip
166 GZIP_ENV = --best
167 distuninstallcheck_listfiles = find . -type f -print
168 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
169   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
170 distcleancheck_listfiles = find . -type f -print
171 ACLOCAL = @ACLOCAL@
172 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
173 ALLOCA = @ALLOCA@
174 AMTAR = @AMTAR@
175 AR = @AR@
176 AS = @AS@
177 AUTOCONF = @AUTOCONF@
178 AUTOHEADER = @AUTOHEADER@
179 AUTOMAKE = @AUTOMAKE@
180 AWK = @AWK@
181 CC = @CC@
182 CCDEPMODE = @CCDEPMODE@
183 CFLAGS = @CFLAGS@
184 CPP = @CPP@
185 CPPFLAGS = @CPPFLAGS@
186 CYGPATH_W = @CYGPATH_W@
187 DEBUG = @DEBUG@
188 DEFS = @DEFS@
189 DEPDIR = @DEPDIR@
190 DLLTOOL = @DLLTOOL@
191 DSYMUTIL = @DSYMUTIL@
192 DUMPBIN = @DUMPBIN@
193 ECHO_C = @ECHO_C@
194 ECHO_N = @ECHO_N@
195 ECHO_T = @ECHO_T@
196 EGREP = @EGREP@
197 EXEEXT = @EXEEXT@
198 FGREP = @FGREP@
199 GREP = @GREP@
200 HAVE_DOXYGEN = @HAVE_DOXYGEN@
201 HTLATEX = @HTLATEX@
202 INSTALL = @INSTALL@
203 INSTALL_DATA = @INSTALL_DATA@
204 INSTALL_PROGRAM = @INSTALL_PROGRAM@
205 INSTALL_SCRIPT = @INSTALL_SCRIPT@
206 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
207 LD = @LD@
208 LDFLAGS = @LDFLAGS@
209 LIBOBJS = @LIBOBJS@
210 LIBS = @LIBS@
211 LIBTOOL = @LIBTOOL@
212 LIBTOOL_DEPS = @LIBTOOL_DEPS@
213 LIPO = @LIPO@
214 LN_S = @LN_S@
215 LTLIBOBJS = @LTLIBOBJS@
216 MAINT = @MAINT@
217 MAKEINFO = @MAKEINFO@
218 MANIFEST_TOOL = @MANIFEST_TOOL@
219 MKDIR_P = @MKDIR_P@
220 NM = @NM@
221 NMEDIT = @NMEDIT@
222 OBJDUMP = @OBJDUMP@
223 OBJEXT = @OBJEXT@
224 OGG_CFLAGS = @OGG_CFLAGS@
225 OGG_LIBS = @OGG_LIBS@
226 OTOOL = @OTOOL@
227 OTOOL64 = @OTOOL64@
228 PACKAGE = @PACKAGE@
229 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
230 PACKAGE_NAME = @PACKAGE_NAME@
231 PACKAGE_STRING = @PACKAGE_STRING@
232 PACKAGE_TARNAME = @PACKAGE_TARNAME@
233 PACKAGE_URL = @PACKAGE_URL@
234 PACKAGE_VERSION = @PACKAGE_VERSION@
235 PATH_SEPARATOR = @PATH_SEPARATOR@
236 PDFLATEX = @PDFLATEX@
237 PKG_CONFIG = @PKG_CONFIG@
238 PROFILE = @PROFILE@
239 RANLIB = @RANLIB@
240 SED = @SED@
241 SET_MAKE = @SET_MAKE@
242 SHELL = @SHELL@
243 STRIP = @STRIP@
244 VERSION = @VERSION@
245 VE_LIB_AGE = @VE_LIB_AGE@
246 VE_LIB_CURRENT = @VE_LIB_CURRENT@
247 VE_LIB_REVISION = @VE_LIB_REVISION@
248 VF_LIB_AGE = @VF_LIB_AGE@
249 VF_LIB_CURRENT = @VF_LIB_CURRENT@
250 VF_LIB_REVISION = @VF_LIB_REVISION@
251 VORBIS_LIBS = @VORBIS_LIBS@
252 V_LIB_AGE = @V_LIB_AGE@
253 V_LIB_CURRENT = @V_LIB_CURRENT@
254 V_LIB_REVISION = @V_LIB_REVISION@
255 abs_builddir = @abs_builddir@
256 abs_srcdir = @abs_srcdir@
257 abs_top_builddir = @abs_top_builddir@
258 abs_top_srcdir = @abs_top_srcdir@
259 ac_ct_AR = @ac_ct_AR@
260 ac_ct_CC = @ac_ct_CC@
261 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
262 am__include = @am__include@
263 am__leading_dot = @am__leading_dot@
264 am__quote = @am__quote@
265 am__tar = @am__tar@
266 am__untar = @am__untar@
267 bindir = @bindir@
268 build = @build@
269 build_alias = @build_alias@
270 build_cpu = @build_cpu@
271 build_os = @build_os@
272 build_vendor = @build_vendor@
273 builddir = @builddir@
274 datadir = @datadir@
275 datarootdir = @datarootdir@
276 docdir = @docdir@
277 dvidir = @dvidir@
278 exec_prefix = @exec_prefix@
279 host = @host@
280 host_alias = @host_alias@
281 host_cpu = @host_cpu@
282 host_os = @host_os@
283 host_vendor = @host_vendor@
284 htmldir = @htmldir@
285 includedir = @includedir@
286 infodir = @infodir@
287 install_sh = @install_sh@
288 libdir = @libdir@
289 libexecdir = @libexecdir@
290 localedir = @localedir@
291 localstatedir = @localstatedir@
292 mandir = @mandir@
293 mkdir_p = @mkdir_p@
294 oldincludedir = @oldincludedir@
295 pdfdir = @pdfdir@
296 prefix = @prefix@
297 program_transform_name = @program_transform_name@
298 psdir = @psdir@
299 pthread_lib = @pthread_lib@
300 sbindir = @sbindir@
301 sharedstatedir = @sharedstatedir@
302 srcdir = @srcdir@
303 sysconfdir = @sysconfdir@
304 target = @target@
305 target_alias = @target_alias@
306 target_cpu = @target_cpu@
307 target_os = @target_os@
308 target_vendor = @target_vendor@
309 top_build_prefix = @top_build_prefix@
310 top_builddir = @top_builddir@
311 top_srcdir = @top_srcdir@
312
313 #AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
314 AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
315 SUBDIRS = m4 include vq lib test doc $(am__append_1)
316 m4datadir = $(datadir)/aclocal
317 m4data_DATA = vorbis.m4
318 pkgconfigdir = $(libdir)/pkgconfig
319 pkgconfig_DATA = vorbis.pc vorbisenc.pc vorbisfile.pc
320 EXTRA_DIST = \
321         CHANGES COPYING \
322         todo.txt autogen.sh \
323         libvorbis.spec libvorbis.spec.in \
324         vorbis.m4 \
325         vorbis.pc.in vorbisenc.pc.in vorbisfile.pc.in \
326         vorbis-uninstalled.pc.in \
327         vorbisenc-uninstalled.pc.in \
328         vorbisfile-uninstalled.pc.in \
329         symbian \
330         macos macosx win32
331
332 DISTCHECK_CONFIGURE_FLAGS = --enable-docs
333 all: config.h
334         $(MAKE) $(AM_MAKEFLAGS) all-recursive
335
336 .SUFFIXES:
337 am--refresh: Makefile
338         @:
339 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
340         @for dep in $?; do \
341           case '$(am__configure_deps)' in \
342             *$$dep*) \
343               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
344               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
345                 && exit 0; \
346               exit 1;; \
347           esac; \
348         done; \
349         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
350         $(am__cd) $(top_srcdir) && \
351           $(AUTOMAKE) --foreign Makefile
352 .PRECIOUS: Makefile
353 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
354         @case '$?' in \
355           *config.status*) \
356             echo ' $(SHELL) ./config.status'; \
357             $(SHELL) ./config.status;; \
358           *) \
359             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
360             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
361         esac;
362
363 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
364         $(SHELL) ./config.status --recheck
365
366 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
367         $(am__cd) $(srcdir) && $(AUTOCONF)
368 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
369         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
370 $(am__aclocal_m4_deps):
371
372 config.h: stamp-h1
373         @if test ! -f $@; then rm -f stamp-h1; else :; fi
374         @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
375
376 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
377         @rm -f stamp-h1
378         cd $(top_builddir) && $(SHELL) ./config.status config.h
379 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
380         ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
381         rm -f stamp-h1
382         touch $@
383
384 distclean-hdr:
385         -rm -f config.h stamp-h1
386 libvorbis.spec: $(top_builddir)/config.status $(srcdir)/libvorbis.spec.in
387         cd $(top_builddir) && $(SHELL) ./config.status $@
388 vorbis.pc: $(top_builddir)/config.status $(srcdir)/vorbis.pc.in
389         cd $(top_builddir) && $(SHELL) ./config.status $@
390 vorbisenc.pc: $(top_builddir)/config.status $(srcdir)/vorbisenc.pc.in
391         cd $(top_builddir) && $(SHELL) ./config.status $@
392 vorbisfile.pc: $(top_builddir)/config.status $(srcdir)/vorbisfile.pc.in
393         cd $(top_builddir) && $(SHELL) ./config.status $@
394 vorbis-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/vorbis-uninstalled.pc.in
395         cd $(top_builddir) && $(SHELL) ./config.status $@
396 vorbisenc-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/vorbisenc-uninstalled.pc.in
397         cd $(top_builddir) && $(SHELL) ./config.status $@
398 vorbisfile-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/vorbisfile-uninstalled.pc.in
399         cd $(top_builddir) && $(SHELL) ./config.status $@
400
401 mostlyclean-libtool:
402         -rm -f *.lo
403
404 clean-libtool:
405         -rm -rf .libs _libs
406
407 distclean-libtool:
408         -rm -f libtool config.lt
409 install-m4dataDATA: $(m4data_DATA)
410         @$(NORMAL_INSTALL)
411         @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
412         if test -n "$$list"; then \
413           echo " $(MKDIR_P) '$(DESTDIR)$(m4datadir)'"; \
414           $(MKDIR_P) "$(DESTDIR)$(m4datadir)" || exit 1; \
415         fi; \
416         for p in $$list; do \
417           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
418           echo "$$d$$p"; \
419         done | $(am__base_list) | \
420         while read files; do \
421           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(m4datadir)'"; \
422           $(INSTALL_DATA) $$files "$(DESTDIR)$(m4datadir)" || exit $$?; \
423         done
424
425 uninstall-m4dataDATA:
426         @$(NORMAL_UNINSTALL)
427         @list='$(m4data_DATA)'; test -n "$(m4datadir)" || list=; \
428         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
429         dir='$(DESTDIR)$(m4datadir)'; $(am__uninstall_files_from_dir)
430 install-pkgconfigDATA: $(pkgconfig_DATA)
431         @$(NORMAL_INSTALL)
432         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
433         if test -n "$$list"; then \
434           echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
435           $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
436         fi; \
437         for p in $$list; do \
438           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
439           echo "$$d$$p"; \
440         done | $(am__base_list) | \
441         while read files; do \
442           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
443           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
444         done
445
446 uninstall-pkgconfigDATA:
447         @$(NORMAL_UNINSTALL)
448         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
449         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
450         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
451
452 # This directory's subdirectories are mostly independent; you can cd
453 # into them and run `make' without going through this Makefile.
454 # To change the values of `make' variables: instead of editing Makefiles,
455 # (1) if the variable is set in `config.status', edit `config.status'
456 #     (which will cause the Makefiles to be regenerated when you run `make');
457 # (2) otherwise, pass the desired values on the `make' command line.
458 $(RECURSIVE_TARGETS):
459         @fail= failcom='exit 1'; \
460         for f in x $$MAKEFLAGS; do \
461           case $$f in \
462             *=* | --[!k]*);; \
463             *k*) failcom='fail=yes';; \
464           esac; \
465         done; \
466         dot_seen=no; \
467         target=`echo $@ | sed s/-recursive//`; \
468         list='$(SUBDIRS)'; for subdir in $$list; do \
469           echo "Making $$target in $$subdir"; \
470           if test "$$subdir" = "."; then \
471             dot_seen=yes; \
472             local_target="$$target-am"; \
473           else \
474             local_target="$$target"; \
475           fi; \
476           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
477           || eval $$failcom; \
478         done; \
479         if test "$$dot_seen" = "no"; then \
480           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
481         fi; test -z "$$fail"
482
483 $(RECURSIVE_CLEAN_TARGETS):
484         @fail= failcom='exit 1'; \
485         for f in x $$MAKEFLAGS; do \
486           case $$f in \
487             *=* | --[!k]*);; \
488             *k*) failcom='fail=yes';; \
489           esac; \
490         done; \
491         dot_seen=no; \
492         case "$@" in \
493           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
494           *) list='$(SUBDIRS)' ;; \
495         esac; \
496         rev=''; for subdir in $$list; do \
497           if test "$$subdir" = "."; then :; else \
498             rev="$$subdir $$rev"; \
499           fi; \
500         done; \
501         rev="$$rev ."; \
502         target=`echo $@ | sed s/-recursive//`; \
503         for subdir in $$rev; do \
504           echo "Making $$target in $$subdir"; \
505           if test "$$subdir" = "."; then \
506             local_target="$$target-am"; \
507           else \
508             local_target="$$target"; \
509           fi; \
510           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
511           || eval $$failcom; \
512         done && test -z "$$fail"
513 tags-recursive:
514         list='$(SUBDIRS)'; for subdir in $$list; do \
515           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
516         done
517 ctags-recursive:
518         list='$(SUBDIRS)'; for subdir in $$list; do \
519           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
520         done
521
522 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
523         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
524         unique=`for i in $$list; do \
525             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
526           done | \
527           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
528               END { if (nonempty) { for (i in files) print i; }; }'`; \
529         mkid -fID $$unique
530 tags: TAGS
531
532 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
533                 $(TAGS_FILES) $(LISP)
534         set x; \
535         here=`pwd`; \
536         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
537           include_option=--etags-include; \
538           empty_fix=.; \
539         else \
540           include_option=--include; \
541           empty_fix=; \
542         fi; \
543         list='$(SUBDIRS)'; for subdir in $$list; do \
544           if test "$$subdir" = .; then :; else \
545             test ! -f $$subdir/TAGS || \
546               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
547           fi; \
548         done; \
549         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
550         unique=`for i in $$list; do \
551             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
552           done | \
553           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
554               END { if (nonempty) { for (i in files) print i; }; }'`; \
555         shift; \
556         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
557           test -n "$$unique" || unique=$$empty_fix; \
558           if test $$# -gt 0; then \
559             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
560               "$$@" $$unique; \
561           else \
562             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
563               $$unique; \
564           fi; \
565         fi
566 ctags: CTAGS
567 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
568                 $(TAGS_FILES) $(LISP)
569         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
570         unique=`for i in $$list; do \
571             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
572           done | \
573           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
574               END { if (nonempty) { for (i in files) print i; }; }'`; \
575         test -z "$(CTAGS_ARGS)$$unique" \
576           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
577              $$unique
578
579 GTAGS:
580         here=`$(am__cd) $(top_builddir) && pwd` \
581           && $(am__cd) $(top_srcdir) \
582           && gtags -i $(GTAGS_ARGS) "$$here"
583
584 distclean-tags:
585         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
586
587 distdir: $(DISTFILES)
588         $(am__remove_distdir)
589         test -d "$(distdir)" || mkdir "$(distdir)"
590         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
591         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
592         list='$(DISTFILES)'; \
593           dist_files=`for file in $$list; do echo $$file; done | \
594           sed -e "s|^$$srcdirstrip/||;t" \
595               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
596         case $$dist_files in \
597           */*) $(MKDIR_P) `echo "$$dist_files" | \
598                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
599                            sort -u` ;; \
600         esac; \
601         for file in $$dist_files; do \
602           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
603           if test -d $$d/$$file; then \
604             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
605             if test -d "$(distdir)/$$file"; then \
606               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
607             fi; \
608             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
609               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
610               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
611             fi; \
612             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
613           else \
614             test -f "$(distdir)/$$file" \
615             || cp -p $$d/$$file "$(distdir)/$$file" \
616             || exit 1; \
617           fi; \
618         done
619         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
620           if test "$$subdir" = .; then :; else \
621             $(am__make_dryrun) \
622               || test -d "$(distdir)/$$subdir" \
623               || $(MKDIR_P) "$(distdir)/$$subdir" \
624               || exit 1; \
625             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
626             $(am__relativize); \
627             new_distdir=$$reldir; \
628             dir1=$$subdir; dir2="$(top_distdir)"; \
629             $(am__relativize); \
630             new_top_distdir=$$reldir; \
631             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
632             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
633             ($(am__cd) $$subdir && \
634               $(MAKE) $(AM_MAKEFLAGS) \
635                 top_distdir="$$new_top_distdir" \
636                 distdir="$$new_distdir" \
637                 am__remove_distdir=: \
638                 am__skip_length_check=: \
639                 am__skip_mode_fix=: \
640                 distdir) \
641               || exit 1; \
642           fi; \
643         done
644         $(MAKE) $(AM_MAKEFLAGS) \
645           top_distdir="$(top_distdir)" distdir="$(distdir)" \
646           dist-hook
647         -test -n "$(am__skip_mode_fix)" \
648         || find "$(distdir)" -type d ! -perm -755 \
649                 -exec chmod u+rwx,go+rx {} \; -o \
650           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
651           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
652           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
653         || chmod -R a+r "$(distdir)"
654 dist-gzip: distdir
655         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
656         $(am__remove_distdir)
657
658 dist-bzip2: distdir
659         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
660         $(am__remove_distdir)
661
662 dist-lzip: distdir
663         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
664         $(am__remove_distdir)
665
666 dist-lzma: distdir
667         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
668         $(am__remove_distdir)
669 dist-xz: distdir
670         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
671         $(am__remove_distdir)
672
673 dist-tarZ: distdir
674         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
675         $(am__remove_distdir)
676
677 dist-shar: distdir
678         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
679         $(am__remove_distdir)
680 dist-zip: distdir
681         -rm -f $(distdir).zip
682         zip -rq $(distdir).zip $(distdir)
683         $(am__remove_distdir)
684
685 dist dist-all: distdir
686         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
687         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
688         -rm -f $(distdir).zip
689         zip -rq $(distdir).zip $(distdir)
690         $(am__remove_distdir)
691
692 # This target untars the dist file and tries a VPATH configuration.  Then
693 # it guarantees that the distribution is self-contained by making another
694 # tarfile.
695 distcheck: dist
696         case '$(DIST_ARCHIVES)' in \
697         *.tar.gz*) \
698           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
699         *.tar.bz2*) \
700           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
701         *.tar.lzma*) \
702           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
703         *.tar.lz*) \
704           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
705         *.tar.xz*) \
706           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
707         *.tar.Z*) \
708           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
709         *.shar.gz*) \
710           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
711         *.zip*) \
712           unzip $(distdir).zip ;;\
713         esac
714         chmod -R a-w $(distdir); chmod u+w $(distdir)
715         mkdir $(distdir)/_build
716         mkdir $(distdir)/_inst
717         chmod a-w $(distdir)
718         test -d $(distdir)/_build || exit 0; \
719         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
720           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
721           && am__cwd=`pwd` \
722           && $(am__cd) $(distdir)/_build \
723           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
724             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
725             $(DISTCHECK_CONFIGURE_FLAGS) \
726           && $(MAKE) $(AM_MAKEFLAGS) \
727           && $(MAKE) $(AM_MAKEFLAGS) dvi \
728           && $(MAKE) $(AM_MAKEFLAGS) check \
729           && $(MAKE) $(AM_MAKEFLAGS) install \
730           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
731           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
732           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
733                 distuninstallcheck \
734           && chmod -R a-w "$$dc_install_base" \
735           && ({ \
736                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
737                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
738                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
739                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
740                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
741               } || { rm -rf "$$dc_destdir"; exit 1; }) \
742           && rm -rf "$$dc_destdir" \
743           && $(MAKE) $(AM_MAKEFLAGS) dist \
744           && rm -rf $(DIST_ARCHIVES) \
745           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
746           && cd "$$am__cwd" \
747           || exit 1
748         $(am__remove_distdir)
749         @(echo "$(distdir) archives ready for distribution: "; \
750           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
751           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
752 distuninstallcheck:
753         @test -n '$(distuninstallcheck_dir)' || { \
754           echo 'ERROR: trying to run $@ with an empty' \
755                '$$(distuninstallcheck_dir)' >&2; \
756           exit 1; \
757         }; \
758         $(am__cd) '$(distuninstallcheck_dir)' || { \
759           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
760           exit 1; \
761         }; \
762         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
763            || { echo "ERROR: files left after uninstall:" ; \
764                 if test -n "$(DESTDIR)"; then \
765                   echo "  (check DESTDIR support)"; \
766                 fi ; \
767                 $(distuninstallcheck_listfiles) ; \
768                 exit 1; } >&2
769 distcleancheck: distclean
770         @if test '$(srcdir)' = . ; then \
771           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
772           exit 1 ; \
773         fi
774         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
775           || { echo "ERROR: files left in build directory after distclean:" ; \
776                $(distcleancheck_listfiles) ; \
777                exit 1; } >&2
778 check-am: all-am
779 check: check-recursive
780 all-am: Makefile $(DATA) config.h
781 installdirs: installdirs-recursive
782 installdirs-am:
783         for dir in "$(DESTDIR)$(m4datadir)" "$(DESTDIR)$(pkgconfigdir)"; do \
784           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
785         done
786 install: install-recursive
787 install-exec: install-exec-recursive
788 install-data: install-data-recursive
789 uninstall: uninstall-recursive
790
791 install-am: all-am
792         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
793
794 installcheck: installcheck-recursive
795 install-strip:
796         if test -z '$(STRIP)'; then \
797           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
798             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
799               install; \
800         else \
801           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
802             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
803             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
804         fi
805 mostlyclean-generic:
806
807 clean-generic:
808
809 distclean-generic:
810         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
811         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
812
813 maintainer-clean-generic:
814         @echo "This command is intended for maintainers to use"
815         @echo "it deletes files that may require special tools to rebuild."
816 clean: clean-recursive
817
818 clean-am: clean-generic clean-libtool mostlyclean-am
819
820 distclean: distclean-recursive
821         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
822         -rm -f Makefile
823 distclean-am: clean-am distclean-generic distclean-hdr \
824         distclean-libtool distclean-tags
825
826 dvi: dvi-recursive
827
828 dvi-am:
829
830 html: html-recursive
831
832 html-am:
833
834 info: info-recursive
835
836 info-am:
837
838 install-data-am: install-m4dataDATA install-pkgconfigDATA
839
840 install-dvi: install-dvi-recursive
841
842 install-dvi-am:
843
844 install-exec-am:
845
846 install-html: install-html-recursive
847
848 install-html-am:
849
850 install-info: install-info-recursive
851
852 install-info-am:
853
854 install-man:
855
856 install-pdf: install-pdf-recursive
857
858 install-pdf-am:
859
860 install-ps: install-ps-recursive
861
862 install-ps-am:
863
864 installcheck-am:
865
866 maintainer-clean: maintainer-clean-recursive
867         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
868         -rm -rf $(top_srcdir)/autom4te.cache
869         -rm -f Makefile
870 maintainer-clean-am: distclean-am maintainer-clean-generic
871
872 mostlyclean: mostlyclean-recursive
873
874 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
875
876 pdf: pdf-recursive
877
878 pdf-am:
879
880 ps: ps-recursive
881
882 ps-am:
883
884 uninstall-am: uninstall-m4dataDATA uninstall-pkgconfigDATA
885
886 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
887         ctags-recursive install-am install-strip tags-recursive
888
889 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
890         all all-am am--refresh check check-am clean clean-generic \
891         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
892         dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
893         dist-xz dist-zip distcheck distclean distclean-generic \
894         distclean-hdr distclean-libtool distclean-tags distcleancheck \
895         distdir distuninstallcheck dvi dvi-am html html-am info \
896         info-am install install-am install-data install-data-am \
897         install-dvi install-dvi-am install-exec install-exec-am \
898         install-html install-html-am install-info install-info-am \
899         install-m4dataDATA install-man install-pdf install-pdf-am \
900         install-pkgconfigDATA install-ps install-ps-am install-strip \
901         installcheck installcheck-am installdirs installdirs-am \
902         maintainer-clean maintainer-clean-generic mostlyclean \
903         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
904         tags tags-recursive uninstall uninstall-am \
905         uninstall-m4dataDATA uninstall-pkgconfigDATA
906
907
908 dist-hook:
909         for item in $(EXTRA_DIST); do \
910           if test -d $$item; then \
911             echo -n "cleaning $$item dir for distribution..."; \
912             rm -rf `find $(distdir)/$$item -name .svn`; \
913             echo "OK"; \
914           fi; \
915         done
916
917 debug:
918         $(MAKE) all CFLAGS="@DEBUG@"
919
920 profile:
921         $(MAKE) all CFLAGS="@PROFILE@"
922
923 # Tell versions [3.59,3.63) of GNU make to not export all variables.
924 # Otherwise a system limit (for SysV at least) may be exceeded.
925 .NOEXPORT: