OSDN Git Service

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