Fix CVE-2018-10392 : Sanity check number of channels in setup
[platform/upstream/libvorbis.git] / lib / 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
19 VPATH = @srcdir@
20 am__make_dryrun = \
21   { \
22     am__dry=no; \
23     case $$MAKEFLAGS in \
24       *\\[\ \   ]*) \
25         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
26           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
27       *) \
28         for am__flg in $$MAKEFLAGS; do \
29           case $$am__flg in \
30             *=*|--*) ;; \
31             *n*) am__dry=yes; break;; \
32           esac; \
33         done;; \
34     esac; \
35     test $$am__dry = yes; \
36   }
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 pkglibdir = $(libdir)/@PACKAGE@
40 pkglibexecdir = $(libexecdir)/@PACKAGE@
41 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
42 install_sh_DATA = $(install_sh) -c -m 644
43 install_sh_PROGRAM = $(install_sh) -c
44 install_sh_SCRIPT = $(install_sh) -c
45 INSTALL_HEADER = $(INSTALL_DATA)
46 transform = $(program_transform_name)
47 NORMAL_INSTALL = :
48 PRE_INSTALL = :
49 POST_INSTALL = :
50 NORMAL_UNINSTALL = :
51 PRE_UNINSTALL = :
52 POST_UNINSTALL = :
53 build_triplet = @build@
54 host_triplet = @host@
55 target_triplet = @target@
56 EXTRA_PROGRAMS = barkmel$(EXEEXT) tone$(EXEEXT) psytune$(EXEEXT)
57 noinst_PROGRAMS = $(am__EXEEXT_1)
58 subdir = lib
59 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
60 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61 am__aclocal_m4_deps = $(top_srcdir)/m4/add_cflags.m4 \
62         $(top_srcdir)/m4/ogg.m4 $(top_srcdir)/m4/pkg.m4 \
63         $(top_srcdir)/configure.ac
64 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65         $(ACLOCAL_M4)
66 mkinstalldirs = $(install_sh) -d
67 CONFIG_HEADER = $(top_builddir)/config.h
68 CONFIG_CLEAN_FILES =
69 CONFIG_CLEAN_VPATH_FILES =
70 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
71 am__vpath_adj = case $$p in \
72     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
73     *) f=$$p;; \
74   esac;
75 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
76 am__install_max = 40
77 am__nobase_strip_setup = \
78   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
79 am__nobase_strip = \
80   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
81 am__nobase_list = $(am__nobase_strip_setup); \
82   for p in $$list; do echo "$$p $$p"; done | \
83   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
84   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
85     if (++n[$$2] == $(am__install_max)) \
86       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
87     END { for (dir in files) print dir, files[dir] }'
88 am__base_list = \
89   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
90   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
91 am__uninstall_files_from_dir = { \
92   test -z "$$files" \
93     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
94     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
95          $(am__cd) "$$dir" && rm -f $$files; }; \
96   }
97 am__installdirs = "$(DESTDIR)$(libdir)"
98 LTLIBRARIES = $(lib_LTLIBRARIES)
99 libvorbis_la_DEPENDENCIES =
100 am_libvorbis_la_OBJECTS = mdct.lo smallft.lo block.lo envelope.lo \
101         window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo \
102         info.lo floor1.lo floor0.lo res0.lo mapping0.lo registry.lo \
103         codebook.lo sharedbook.lo lookup.lo bitrate.lo
104 libvorbis_la_OBJECTS = $(am_libvorbis_la_OBJECTS)
105 libvorbis_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
106         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
107         $(libvorbis_la_LDFLAGS) $(LDFLAGS) -o $@
108 libvorbisenc_la_DEPENDENCIES = libvorbis.la
109 am_libvorbisenc_la_OBJECTS = vorbisenc.lo
110 libvorbisenc_la_OBJECTS = $(am_libvorbisenc_la_OBJECTS)
111 libvorbisenc_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
112         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
113         $(libvorbisenc_la_LDFLAGS) $(LDFLAGS) -o $@
114 libvorbisfile_la_DEPENDENCIES = libvorbis.la
115 am_libvorbisfile_la_OBJECTS = vorbisfile.lo
116 libvorbisfile_la_OBJECTS = $(am_libvorbisfile_la_OBJECTS)
117 libvorbisfile_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
118         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
119         $(libvorbisfile_la_LDFLAGS) $(LDFLAGS) -o $@
120 am__EXEEXT_1 = test_sharedbook$(EXEEXT)
121 PROGRAMS = $(noinst_PROGRAMS)
122 am_barkmel_OBJECTS = barkmel.$(OBJEXT)
123 barkmel_OBJECTS = $(am_barkmel_OBJECTS)
124 barkmel_LDADD = $(LDADD)
125 am_psytune_OBJECTS = psytune.$(OBJEXT)
126 psytune_OBJECTS = $(am_psytune_OBJECTS)
127 psytune_DEPENDENCIES = libvorbis.la
128 psytune_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
129         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(psytune_LDFLAGS) \
130         $(LDFLAGS) -o $@
131 am_test_sharedbook_OBJECTS = test_sharedbook-sharedbook.$(OBJEXT)
132 test_sharedbook_OBJECTS = $(am_test_sharedbook_OBJECTS)
133 test_sharedbook_DEPENDENCIES =
134 test_sharedbook_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
135         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(test_sharedbook_CFLAGS) \
136         $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
137 am_tone_OBJECTS = tone.$(OBJEXT)
138 tone_OBJECTS = $(am_tone_OBJECTS)
139 tone_LDADD = $(LDADD)
140 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
141 depcomp = $(SHELL) $(top_srcdir)/depcomp
142 am__depfiles_maybe = depfiles
143 am__mv = mv -f
144 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
145         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
146 LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
147         --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
148         $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
149 CCLD = $(CC)
150 LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
151         --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
152         $(LDFLAGS) -o $@
153 SOURCES = $(libvorbis_la_SOURCES) $(libvorbisenc_la_SOURCES) \
154         $(libvorbisfile_la_SOURCES) $(barkmel_SOURCES) \
155         $(psytune_SOURCES) $(test_sharedbook_SOURCES) $(tone_SOURCES)
156 DIST_SOURCES = $(libvorbis_la_SOURCES) $(libvorbisenc_la_SOURCES) \
157         $(libvorbisfile_la_SOURCES) $(barkmel_SOURCES) \
158         $(psytune_SOURCES) $(test_sharedbook_SOURCES) $(tone_SOURCES)
159 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
160         html-recursive info-recursive install-data-recursive \
161         install-dvi-recursive install-exec-recursive \
162         install-html-recursive install-info-recursive \
163         install-pdf-recursive install-ps-recursive install-recursive \
164         installcheck-recursive installdirs-recursive pdf-recursive \
165         ps-recursive uninstall-recursive
166 am__can_run_installinfo = \
167   case $$AM_UPDATE_INFO_DIR in \
168     n|no|NO) false;; \
169     *) (install-info --version) >/dev/null 2>&1;; \
170   esac
171 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
172   distclean-recursive maintainer-clean-recursive
173 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
174         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
175         distdir
176 ETAGS = etags
177 CTAGS = ctags
178 DIST_SUBDIRS = $(SUBDIRS)
179 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
180 am__relativize = \
181   dir0=`pwd`; \
182   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
183   sed_rest='s,^[^/]*/*,,'; \
184   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
185   sed_butlast='s,/*[^/]*$$,,'; \
186   while test -n "$$dir1"; do \
187     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
188     if test "$$first" != "."; then \
189       if test "$$first" = ".."; then \
190         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
191         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
192       else \
193         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
194         if test "$$first2" = "$$first"; then \
195           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
196         else \
197           dir2="../$$dir2"; \
198         fi; \
199         dir0="$$dir0"/"$$first"; \
200       fi; \
201     fi; \
202     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
203   done; \
204   reldir="$$dir2"
205 ACLOCAL = @ACLOCAL@
206 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
207 ALLOCA = @ALLOCA@
208 AMTAR = @AMTAR@
209 AR = @AR@
210 AS = @AS@
211 AUTOCONF = @AUTOCONF@
212 AUTOHEADER = @AUTOHEADER@
213 AUTOMAKE = @AUTOMAKE@
214 AWK = @AWK@
215 CC = @CC@
216 CCDEPMODE = @CCDEPMODE@
217 CFLAGS = @CFLAGS@
218 CPP = @CPP@
219 CPPFLAGS = @CPPFLAGS@
220 CYGPATH_W = @CYGPATH_W@
221 DEBUG = @DEBUG@
222 DEFS = @DEFS@
223 DEPDIR = @DEPDIR@
224 DLLTOOL = @DLLTOOL@
225 DSYMUTIL = @DSYMUTIL@
226 DUMPBIN = @DUMPBIN@
227 ECHO_C = @ECHO_C@
228 ECHO_N = @ECHO_N@
229 ECHO_T = @ECHO_T@
230 EGREP = @EGREP@
231 EXEEXT = @EXEEXT@
232 FGREP = @FGREP@
233 GREP = @GREP@
234 HAVE_DOXYGEN = @HAVE_DOXYGEN@
235 HTLATEX = @HTLATEX@
236 INSTALL = @INSTALL@
237 INSTALL_DATA = @INSTALL_DATA@
238 INSTALL_PROGRAM = @INSTALL_PROGRAM@
239 INSTALL_SCRIPT = @INSTALL_SCRIPT@
240 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
241 LD = @LD@
242 LDFLAGS = @LDFLAGS@
243 LIBOBJS = @LIBOBJS@
244 LIBS = @LIBS@
245 LIBTOOL = @LIBTOOL@
246 LIBTOOL_DEPS = @LIBTOOL_DEPS@
247 LIPO = @LIPO@
248 LN_S = @LN_S@
249 LTLIBOBJS = @LTLIBOBJS@
250 MAINT = @MAINT@
251 MAKEINFO = @MAKEINFO@
252 MANIFEST_TOOL = @MANIFEST_TOOL@
253 MKDIR_P = @MKDIR_P@
254 NM = @NM@
255 NMEDIT = @NMEDIT@
256 OBJDUMP = @OBJDUMP@
257 OBJEXT = @OBJEXT@
258 OGG_CFLAGS = @OGG_CFLAGS@
259 OGG_LIBS = @OGG_LIBS@
260 OTOOL = @OTOOL@
261 OTOOL64 = @OTOOL64@
262 PACKAGE = @PACKAGE@
263 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
264 PACKAGE_NAME = @PACKAGE_NAME@
265 PACKAGE_STRING = @PACKAGE_STRING@
266 PACKAGE_TARNAME = @PACKAGE_TARNAME@
267 PACKAGE_URL = @PACKAGE_URL@
268 PACKAGE_VERSION = @PACKAGE_VERSION@
269 PATH_SEPARATOR = @PATH_SEPARATOR@
270 PDFLATEX = @PDFLATEX@
271 PKG_CONFIG = @PKG_CONFIG@
272 PROFILE = @PROFILE@
273 RANLIB = @RANLIB@
274 SED = @SED@
275 SET_MAKE = @SET_MAKE@
276 SHELL = @SHELL@
277 STRIP = @STRIP@
278 VERSION = @VERSION@
279 VE_LIB_AGE = @VE_LIB_AGE@
280 VE_LIB_CURRENT = @VE_LIB_CURRENT@
281 VE_LIB_REVISION = @VE_LIB_REVISION@
282 VF_LIB_AGE = @VF_LIB_AGE@
283 VF_LIB_CURRENT = @VF_LIB_CURRENT@
284 VF_LIB_REVISION = @VF_LIB_REVISION@
285 VORBIS_LIBS = @VORBIS_LIBS@
286 V_LIB_AGE = @V_LIB_AGE@
287 V_LIB_CURRENT = @V_LIB_CURRENT@
288 V_LIB_REVISION = @V_LIB_REVISION@
289 abs_builddir = @abs_builddir@
290 abs_srcdir = @abs_srcdir@
291 abs_top_builddir = @abs_top_builddir@
292 abs_top_srcdir = @abs_top_srcdir@
293 ac_ct_AR = @ac_ct_AR@
294 ac_ct_CC = @ac_ct_CC@
295 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
296 am__include = @am__include@
297 am__leading_dot = @am__leading_dot@
298 am__quote = @am__quote@
299 am__tar = @am__tar@
300 am__untar = @am__untar@
301 bindir = @bindir@
302 build = @build@
303 build_alias = @build_alias@
304 build_cpu = @build_cpu@
305 build_os = @build_os@
306 build_vendor = @build_vendor@
307 builddir = @builddir@
308 datadir = @datadir@
309 datarootdir = @datarootdir@
310 docdir = @docdir@
311 dvidir = @dvidir@
312 exec_prefix = @exec_prefix@
313 host = @host@
314 host_alias = @host_alias@
315 host_cpu = @host_cpu@
316 host_os = @host_os@
317 host_vendor = @host_vendor@
318 htmldir = @htmldir@
319 includedir = @includedir@
320 infodir = @infodir@
321 install_sh = @install_sh@
322 libdir = @libdir@
323 libexecdir = @libexecdir@
324 localedir = @localedir@
325 localstatedir = @localstatedir@
326 mandir = @mandir@
327 mkdir_p = @mkdir_p@
328 oldincludedir = @oldincludedir@
329 pdfdir = @pdfdir@
330 prefix = @prefix@
331 program_transform_name = @program_transform_name@
332 psdir = @psdir@
333 pthread_lib = @pthread_lib@
334 sbindir = @sbindir@
335 sharedstatedir = @sharedstatedir@
336 srcdir = @srcdir@
337 sysconfdir = @sysconfdir@
338 target = @target@
339 target_alias = @target_alias@
340 target_cpu = @target_cpu@
341 target_os = @target_os@
342 target_vendor = @target_vendor@
343 top_build_prefix = @top_build_prefix@
344 top_builddir = @top_builddir@
345 top_srcdir = @top_srcdir@
346 SUBDIRS = modes books
347 INCLUDES = -I$(top_srcdir)/include @OGG_CFLAGS@
348 lib_LTLIBRARIES = libvorbis.la libvorbisfile.la libvorbisenc.la
349 libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c \
350                         lpc.c analysis.c synthesis.c psy.c info.c \
351                         floor1.c floor0.c\
352                         res0.c mapping0.c registry.c codebook.c sharedbook.c\
353                         lookup.c bitrate.c\
354                         envelope.h lpc.h lsp.h codebook.h misc.h psy.h\
355                         masking.h os.h mdct.h smallft.h highlevel.h\
356                         registry.h scales.h window.h lookup.h lookup_data.h\
357                         codec_internal.h backends.h bitrate.h 
358
359 libvorbis_la_LDFLAGS = -no-undefined -version-info @V_LIB_CURRENT@:@V_LIB_REVISION@:@V_LIB_AGE@
360 libvorbis_la_LIBADD = @VORBIS_LIBS@ @OGG_LIBS@
361 libvorbisfile_la_SOURCES = vorbisfile.c
362 libvorbisfile_la_LDFLAGS = -no-undefined -version-info @VF_LIB_CURRENT@:@VF_LIB_REVISION@:@VF_LIB_AGE@
363 libvorbisfile_la_LIBADD = libvorbis.la @OGG_LIBS@
364 libvorbisenc_la_SOURCES = vorbisenc.c 
365 libvorbisenc_la_LDFLAGS = -no-undefined -version-info @VE_LIB_CURRENT@:@VE_LIB_REVISION@:@VE_LIB_AGE@
366 libvorbisenc_la_LIBADD = libvorbis.la @OGG_LIBS@
367 CLEANFILES = $(EXTRA_PROGRAMS)
368 barkmel_SOURCES = barkmel.c
369 tone_SOURCES = tone.c
370 psytune_SOURCES = psytune.c
371 psytune_LDFLAGS = -static
372 psytune_LDADD = libvorbis.la
373 EXTRA_DIST = lookups.pl 
374
375 # build and run the self tests on 'make check'
376
377 #vorbis_selftests = test_codebook test_sharedbook
378 vorbis_selftests = test_sharedbook
379
380 #test_codebook_SOURCES = codebook.c
381 #test_codebook_CFLAGS = -D_V_SELFTEST
382 test_sharedbook_SOURCES = sharedbook.c
383 test_sharedbook_CFLAGS = -D_V_SELFTEST
384 test_sharedbook_LDADD = @VORBIS_LIBS@
385 all: all-recursive
386
387 .SUFFIXES:
388 .SUFFIXES: .c .lo .o .obj
389 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
390         @for dep in $?; do \
391           case '$(am__configure_deps)' in \
392             *$$dep*) \
393               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
394                 && { if test -f $@; then exit 0; else break; fi; }; \
395               exit 1;; \
396           esac; \
397         done; \
398         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
399         $(am__cd) $(top_srcdir) && \
400           $(AUTOMAKE) --gnu lib/Makefile
401 .PRECIOUS: Makefile
402 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
403         @case '$?' in \
404           *config.status*) \
405             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
406           *) \
407             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
408             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
409         esac;
410
411 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
412         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
413
414 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
415         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
416 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
417         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
418 $(am__aclocal_m4_deps):
419 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
420         @$(NORMAL_INSTALL)
421         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
422         list2=; for p in $$list; do \
423           if test -f $$p; then \
424             list2="$$list2 $$p"; \
425           else :; fi; \
426         done; \
427         test -z "$$list2" || { \
428           echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
429           $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
430           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
431           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
432         }
433
434 uninstall-libLTLIBRARIES:
435         @$(NORMAL_UNINSTALL)
436         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
437         for p in $$list; do \
438           $(am__strip_dir) \
439           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
440           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
441         done
442
443 clean-libLTLIBRARIES:
444         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
445         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
446           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
447           test "$$dir" != "$$p" || dir=.; \
448           echo "rm -f \"$${dir}/so_locations\""; \
449           rm -f "$${dir}/so_locations"; \
450         done
451 libvorbis.la: $(libvorbis_la_OBJECTS) $(libvorbis_la_DEPENDENCIES) $(EXTRA_libvorbis_la_DEPENDENCIES) 
452         $(libvorbis_la_LINK) -rpath $(libdir) $(libvorbis_la_OBJECTS) $(libvorbis_la_LIBADD) $(LIBS)
453 libvorbisenc.la: $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_DEPENDENCIES) $(EXTRA_libvorbisenc_la_DEPENDENCIES) 
454         $(libvorbisenc_la_LINK) -rpath $(libdir) $(libvorbisenc_la_OBJECTS) $(libvorbisenc_la_LIBADD) $(LIBS)
455 libvorbisfile.la: $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_DEPENDENCIES) $(EXTRA_libvorbisfile_la_DEPENDENCIES) 
456         $(libvorbisfile_la_LINK) -rpath $(libdir) $(libvorbisfile_la_OBJECTS) $(libvorbisfile_la_LIBADD) $(LIBS)
457
458 clean-noinstPROGRAMS:
459         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
460         echo " rm -f" $$list; \
461         rm -f $$list || exit $$?; \
462         test -n "$(EXEEXT)" || exit 0; \
463         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
464         echo " rm -f" $$list; \
465         rm -f $$list
466 barkmel$(EXEEXT): $(barkmel_OBJECTS) $(barkmel_DEPENDENCIES) $(EXTRA_barkmel_DEPENDENCIES) 
467         @rm -f barkmel$(EXEEXT)
468         $(LINK) $(barkmel_OBJECTS) $(barkmel_LDADD) $(LIBS)
469 psytune$(EXEEXT): $(psytune_OBJECTS) $(psytune_DEPENDENCIES) $(EXTRA_psytune_DEPENDENCIES) 
470         @rm -f psytune$(EXEEXT)
471         $(psytune_LINK) $(psytune_OBJECTS) $(psytune_LDADD) $(LIBS)
472 test_sharedbook$(EXEEXT): $(test_sharedbook_OBJECTS) $(test_sharedbook_DEPENDENCIES) $(EXTRA_test_sharedbook_DEPENDENCIES) 
473         @rm -f test_sharedbook$(EXEEXT)
474         $(test_sharedbook_LINK) $(test_sharedbook_OBJECTS) $(test_sharedbook_LDADD) $(LIBS)
475 tone$(EXEEXT): $(tone_OBJECTS) $(tone_DEPENDENCIES) $(EXTRA_tone_DEPENDENCIES) 
476         @rm -f tone$(EXEEXT)
477         $(LINK) $(tone_OBJECTS) $(tone_LDADD) $(LIBS)
478
479 mostlyclean-compile:
480         -rm -f *.$(OBJEXT)
481
482 distclean-compile:
483         -rm -f *.tab.c
484
485 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/analysis.Plo@am__quote@
486 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/barkmel.Po@am__quote@
487 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bitrate.Plo@am__quote@
488 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/block.Plo@am__quote@
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/codebook.Plo@am__quote@
490 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/envelope.Plo@am__quote@
491 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/floor0.Plo@am__quote@
492 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/floor1.Plo@am__quote@
493 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/info.Plo@am__quote@
494 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lookup.Plo@am__quote@
495 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpc.Plo@am__quote@
496 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lsp.Plo@am__quote@
497 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mapping0.Plo@am__quote@
498 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdct.Plo@am__quote@
499 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psy.Plo@am__quote@
500 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/psytune.Po@am__quote@
501 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/registry.Plo@am__quote@
502 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/res0.Plo@am__quote@
503 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sharedbook.Plo@am__quote@
504 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/smallft.Plo@am__quote@
505 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/synthesis.Plo@am__quote@
506 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_sharedbook-sharedbook.Po@am__quote@
507 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tone.Po@am__quote@
508 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisenc.Plo@am__quote@
509 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbisfile.Plo@am__quote@
510 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Plo@am__quote@
511
512 .c.o:
513 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
514 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
515 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
516 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
517 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
518
519 .c.obj:
520 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
521 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
522 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
523 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
524 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
525
526 .c.lo:
527 @am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
528 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
529 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
530 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
531 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
532
533 test_sharedbook-sharedbook.o: sharedbook.c
534 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_sharedbook_CFLAGS) $(CFLAGS) -MT test_sharedbook-sharedbook.o -MD -MP -MF $(DEPDIR)/test_sharedbook-sharedbook.Tpo -c -o test_sharedbook-sharedbook.o `test -f 'sharedbook.c' || echo '$(srcdir)/'`sharedbook.c
535 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_sharedbook-sharedbook.Tpo $(DEPDIR)/test_sharedbook-sharedbook.Po
536 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sharedbook.c' object='test_sharedbook-sharedbook.o' libtool=no @AMDEPBACKSLASH@
537 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
538 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_sharedbook_CFLAGS) $(CFLAGS) -c -o test_sharedbook-sharedbook.o `test -f 'sharedbook.c' || echo '$(srcdir)/'`sharedbook.c
539
540 test_sharedbook-sharedbook.obj: sharedbook.c
541 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_sharedbook_CFLAGS) $(CFLAGS) -MT test_sharedbook-sharedbook.obj -MD -MP -MF $(DEPDIR)/test_sharedbook-sharedbook.Tpo -c -o test_sharedbook-sharedbook.obj `if test -f 'sharedbook.c'; then $(CYGPATH_W) 'sharedbook.c'; else $(CYGPATH_W) '$(srcdir)/sharedbook.c'; fi`
542 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/test_sharedbook-sharedbook.Tpo $(DEPDIR)/test_sharedbook-sharedbook.Po
543 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='sharedbook.c' object='test_sharedbook-sharedbook.obj' libtool=no @AMDEPBACKSLASH@
544 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
545 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_sharedbook_CFLAGS) $(CFLAGS) -c -o test_sharedbook-sharedbook.obj `if test -f 'sharedbook.c'; then $(CYGPATH_W) 'sharedbook.c'; else $(CYGPATH_W) '$(srcdir)/sharedbook.c'; fi`
546
547 mostlyclean-libtool:
548         -rm -f *.lo
549
550 clean-libtool:
551         -rm -rf .libs _libs
552
553 # This directory's subdirectories are mostly independent; you can cd
554 # into them and run `make' without going through this Makefile.
555 # To change the values of `make' variables: instead of editing Makefiles,
556 # (1) if the variable is set in `config.status', edit `config.status'
557 #     (which will cause the Makefiles to be regenerated when you run `make');
558 # (2) otherwise, pass the desired values on the `make' command line.
559 $(RECURSIVE_TARGETS):
560         @fail= failcom='exit 1'; \
561         for f in x $$MAKEFLAGS; do \
562           case $$f in \
563             *=* | --[!k]*);; \
564             *k*) failcom='fail=yes';; \
565           esac; \
566         done; \
567         dot_seen=no; \
568         target=`echo $@ | sed s/-recursive//`; \
569         list='$(SUBDIRS)'; for subdir in $$list; do \
570           echo "Making $$target in $$subdir"; \
571           if test "$$subdir" = "."; then \
572             dot_seen=yes; \
573             local_target="$$target-am"; \
574           else \
575             local_target="$$target"; \
576           fi; \
577           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
578           || eval $$failcom; \
579         done; \
580         if test "$$dot_seen" = "no"; then \
581           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
582         fi; test -z "$$fail"
583
584 $(RECURSIVE_CLEAN_TARGETS):
585         @fail= failcom='exit 1'; \
586         for f in x $$MAKEFLAGS; do \
587           case $$f in \
588             *=* | --[!k]*);; \
589             *k*) failcom='fail=yes';; \
590           esac; \
591         done; \
592         dot_seen=no; \
593         case "$@" in \
594           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
595           *) list='$(SUBDIRS)' ;; \
596         esac; \
597         rev=''; for subdir in $$list; do \
598           if test "$$subdir" = "."; then :; else \
599             rev="$$subdir $$rev"; \
600           fi; \
601         done; \
602         rev="$$rev ."; \
603         target=`echo $@ | sed s/-recursive//`; \
604         for subdir in $$rev; do \
605           echo "Making $$target in $$subdir"; \
606           if test "$$subdir" = "."; then \
607             local_target="$$target-am"; \
608           else \
609             local_target="$$target"; \
610           fi; \
611           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
612           || eval $$failcom; \
613         done && test -z "$$fail"
614 tags-recursive:
615         list='$(SUBDIRS)'; for subdir in $$list; do \
616           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
617         done
618 ctags-recursive:
619         list='$(SUBDIRS)'; for subdir in $$list; do \
620           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
621         done
622
623 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
624         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
625         unique=`for i in $$list; do \
626             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
627           done | \
628           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
629               END { if (nonempty) { for (i in files) print i; }; }'`; \
630         mkid -fID $$unique
631 tags: TAGS
632
633 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
634                 $(TAGS_FILES) $(LISP)
635         set x; \
636         here=`pwd`; \
637         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
638           include_option=--etags-include; \
639           empty_fix=.; \
640         else \
641           include_option=--include; \
642           empty_fix=; \
643         fi; \
644         list='$(SUBDIRS)'; for subdir in $$list; do \
645           if test "$$subdir" = .; then :; else \
646             test ! -f $$subdir/TAGS || \
647               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
648           fi; \
649         done; \
650         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
651         unique=`for i in $$list; do \
652             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
653           done | \
654           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
655               END { if (nonempty) { for (i in files) print i; }; }'`; \
656         shift; \
657         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
658           test -n "$$unique" || unique=$$empty_fix; \
659           if test $$# -gt 0; then \
660             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
661               "$$@" $$unique; \
662           else \
663             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
664               $$unique; \
665           fi; \
666         fi
667 ctags: CTAGS
668 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
669                 $(TAGS_FILES) $(LISP)
670         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
671         unique=`for i in $$list; do \
672             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
673           done | \
674           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
675               END { if (nonempty) { for (i in files) print i; }; }'`; \
676         test -z "$(CTAGS_ARGS)$$unique" \
677           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
678              $$unique
679
680 GTAGS:
681         here=`$(am__cd) $(top_builddir) && pwd` \
682           && $(am__cd) $(top_srcdir) \
683           && gtags -i $(GTAGS_ARGS) "$$here"
684
685 distclean-tags:
686         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
687
688 distdir: $(DISTFILES)
689         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
690         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
691         list='$(DISTFILES)'; \
692           dist_files=`for file in $$list; do echo $$file; done | \
693           sed -e "s|^$$srcdirstrip/||;t" \
694               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
695         case $$dist_files in \
696           */*) $(MKDIR_P) `echo "$$dist_files" | \
697                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
698                            sort -u` ;; \
699         esac; \
700         for file in $$dist_files; do \
701           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
702           if test -d $$d/$$file; then \
703             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
704             if test -d "$(distdir)/$$file"; then \
705               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
706             fi; \
707             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
708               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
709               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
710             fi; \
711             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
712           else \
713             test -f "$(distdir)/$$file" \
714             || cp -p $$d/$$file "$(distdir)/$$file" \
715             || exit 1; \
716           fi; \
717         done
718         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
719           if test "$$subdir" = .; then :; else \
720             $(am__make_dryrun) \
721               || test -d "$(distdir)/$$subdir" \
722               || $(MKDIR_P) "$(distdir)/$$subdir" \
723               || exit 1; \
724             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
725             $(am__relativize); \
726             new_distdir=$$reldir; \
727             dir1=$$subdir; dir2="$(top_distdir)"; \
728             $(am__relativize); \
729             new_top_distdir=$$reldir; \
730             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
731             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
732             ($(am__cd) $$subdir && \
733               $(MAKE) $(AM_MAKEFLAGS) \
734                 top_distdir="$$new_top_distdir" \
735                 distdir="$$new_distdir" \
736                 am__remove_distdir=: \
737                 am__skip_length_check=: \
738                 am__skip_mode_fix=: \
739                 distdir) \
740               || exit 1; \
741           fi; \
742         done
743 check-am: all-am
744 check: check-recursive
745 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
746 installdirs: installdirs-recursive
747 installdirs-am:
748         for dir in "$(DESTDIR)$(libdir)"; do \
749           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
750         done
751 install: install-recursive
752 install-exec: install-exec-recursive
753 install-data: install-data-recursive
754 uninstall: uninstall-recursive
755
756 install-am: all-am
757         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
758
759 installcheck: installcheck-recursive
760 install-strip:
761         if test -z '$(STRIP)'; then \
762           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
763             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
764               install; \
765         else \
766           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
767             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
768             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
769         fi
770 mostlyclean-generic:
771
772 clean-generic:
773         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
774
775 distclean-generic:
776         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
777         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
778
779 maintainer-clean-generic:
780         @echo "This command is intended for maintainers to use"
781         @echo "it deletes files that may require special tools to rebuild."
782 clean: clean-recursive
783
784 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
785         clean-noinstPROGRAMS mostlyclean-am
786
787 distclean: distclean-recursive
788         -rm -rf ./$(DEPDIR)
789         -rm -f Makefile
790 distclean-am: clean-am distclean-compile distclean-generic \
791         distclean-tags
792
793 dvi: dvi-recursive
794
795 dvi-am:
796
797 html: html-recursive
798
799 html-am:
800
801 info: info-recursive
802
803 info-am:
804
805 install-data-am:
806
807 install-dvi: install-dvi-recursive
808
809 install-dvi-am:
810
811 install-exec-am: install-libLTLIBRARIES
812
813 install-html: install-html-recursive
814
815 install-html-am:
816
817 install-info: install-info-recursive
818
819 install-info-am:
820
821 install-man:
822
823 install-pdf: install-pdf-recursive
824
825 install-pdf-am:
826
827 install-ps: install-ps-recursive
828
829 install-ps-am:
830
831 installcheck-am:
832
833 maintainer-clean: maintainer-clean-recursive
834         -rm -rf ./$(DEPDIR)
835         -rm -f Makefile
836 maintainer-clean-am: distclean-am maintainer-clean-generic
837
838 mostlyclean: mostlyclean-recursive
839
840 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
841         mostlyclean-libtool
842
843 pdf: pdf-recursive
844
845 pdf-am:
846
847 ps: ps-recursive
848
849 ps-am:
850
851 uninstall-am: uninstall-libLTLIBRARIES
852
853 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
854         install-am install-strip tags-recursive
855
856 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
857         all all-am check check-am clean clean-generic \
858         clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS ctags \
859         ctags-recursive distclean distclean-compile distclean-generic \
860         distclean-libtool distclean-tags distdir dvi dvi-am html \
861         html-am info info-am install install-am install-data \
862         install-data-am install-dvi install-dvi-am install-exec \
863         install-exec-am install-html install-html-am install-info \
864         install-info-am install-libLTLIBRARIES install-man install-pdf \
865         install-pdf-am install-ps install-ps-am install-strip \
866         installcheck installcheck-am installdirs installdirs-am \
867         maintainer-clean maintainer-clean-generic mostlyclean \
868         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
869         pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
870         uninstall-libLTLIBRARIES
871
872
873 check: $(noinst_PROGRAMS)
874         ./test_sharedbook$(EXEEXT)
875
876 # recurse for alternate targets
877
878 debug:
879         $(MAKE) all CFLAGS="@DEBUG@"
880
881 profile:
882         $(MAKE) all CFLAGS="@PROFILE@"
883
884 # Tell versions [3.59,3.63) of GNU make to not export all variables.
885 # Otherwise a system limit (for SysV at least) may be exceeded.
886 .NOEXPORT: