libogg-1.1
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse /usr/bin/nm -B output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... yes
checking for int16_t... yes
checking for int32_t... yes
checking for uint32_t... no
checking for uint16_t... no
checking for u_int32_t... yes
checking for u_int16_t... yes
checking for int64_t... yes
checking for short... yes
checking size of short... 2
checking for int... yes
checking size of int... 4
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking for working memcmp... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating doc/ogg/Makefile
config.status: creating include/Makefile
config.status: creating include/ogg/Makefile
config.status: creating include/ogg/config_types.h
config.status: creating win32/Makefile
config.status: creating debian/Makefile
config.status: creating ogg.pc
config.status: executing depfiles commands
Making all in src
make[1]: Entering directory `/usr/src/libogg-1.1/src'
source='framing.c' object='framing.lo' libtool=yes \
depfile='.deps/framing.Plo' tmpdepfile='.deps/framing.TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libogg\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8  -I. -I. -I../include -I../include    -O20 -ffast-math -fsigned-char -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse -c -o framing.lo `test -f 'framing.c' || echo './'`framing.c
mkdir .libs
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libogg\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -I. -I. -I../include -I../include -O20 -ffast-math -fsigned-char -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse -c framing.c -MT framing.lo -MD -MP -MF .deps/framing.TPlo  -fPIC -DPIC -o .libs/framing.lo
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libogg\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -I. -I. -I../include -I../include -O20 -ffast-math -fsigned-char -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse -c framing.c -MT framing.lo -MD -MP -MF .deps/framing.TPlo -o framing.o >/dev/null 2>&1
mv -f .libs/framing.lo framing.lo
source='bitwise.c' object='bitwise.lo' libtool=yes \
depfile='.deps/bitwise.Plo' tmpdepfile='.deps/bitwise.TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libogg\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8  -I. -I. -I../include -I../include    -O20 -ffast-math -fsigned-char -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse -c -o bitwise.lo `test -f 'bitwise.c' || echo './'`bitwise.c
rm -f .libs/bitwise.lo
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libogg\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -I. -I. -I../include -I../include -O20 -ffast-math -fsigned-char -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse -c bitwise.c -MT bitwise.lo -MD -MP -MF .deps/bitwise.TPlo  -fPIC -DPIC -o .libs/bitwise.lo
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libogg\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8 -I. -I. -I../include -I../include -O20 -ffast-math -fsigned-char -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse -c bitwise.c -MT bitwise.lo -MD -MP -MF .deps/bitwise.TPlo -o bitwise.o >/dev/null 2>&1
mv -f .libs/bitwise.lo bitwise.lo
/bin/sh ../libtool --mode=link gcc  -O20 -ffast-math -fsigned-char -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse   -o libogg.la -rpath /usr/lib -no-undefined -version-info 5:0:5 framing.lo bitwise.lo  
rm -fr .libs/libogg.la .libs/libogg.* .libs/libogg.*
gcc -shared  framing.lo bitwise.lo   -Wl,-soname -Wl,libogg.so.0 -o .libs/libogg.so.0.5.0
(cd .libs && rm -f libogg.so.0 && ln -s libogg.so.0.5.0 libogg.so.0)
(cd .libs && rm -f libogg.so && ln -s libogg.so.0.5.0 libogg.so)
ar cru .libs/libogg.a  framing.o bitwise.o 
ranlib .libs/libogg.a
creating libogg.la
(cd .libs && rm -f libogg.la && ln -s ../libogg.la libogg.la)
source='bitwise.c' object='test_bitwise-bitwise.o' libtool=no \
depfile='.deps/test_bitwise-bitwise.Po' tmpdepfile='.deps/test_bitwise-bitwise.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libogg\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8  -I. -I. -I../include -I../include   -D_V_SELFTEST -O20 -ffast-math -fsigned-char -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo './'`bitwise.c
/bin/sh ../libtool --mode=link gcc  -O20 -ffast-math -fsigned-char -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse   -o test_bitwise  test_bitwise-bitwise.o  
gcc -O20 -ffast-math -fsigned-char -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse -o test_bitwise test_bitwise-bitwise.o 
source='framing.c' object='test_framing-framing.o' libtool=no \
depfile='.deps/test_framing-framing.Po' tmpdepfile='.deps/test_framing-framing.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"libogg\" -DVERSION=\"1.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DSTDC_HEADERS=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DSIZEOF_LONG_LONG=8  -I. -I. -I../include -I../include   -D_V_SELFTEST -O20 -ffast-math -fsigned-char -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse -c -o test_framing-framing.o `test -f 'framing.c' || echo './'`framing.c
/bin/sh ../libtool --mode=link gcc  -O20 -ffast-math -fsigned-char -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse   -o test_framing  test_framing-framing.o  
gcc -O20 -ffast-math -fsigned-char -O3 -march=k8 -fomit-frame-pointer -ftracer -mmmx -msse2 -mfpmath=sse -o test_framing test_framing-framing.o 
make[1]: Leaving directory `/usr/src/libogg-1.1/src'
Making all in include
make[1]: Entering directory `/usr/src/libogg-1.1/include'
Making all in ogg
make[2]: Entering directory `/usr/src/libogg-1.1/include/ogg'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/libogg-1.1/include/ogg'
make[2]: Entering directory `/usr/src/libogg-1.1/include'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/usr/src/libogg-1.1/include'
make[1]: Leaving directory `/usr/src/libogg-1.1/include'
Making all in doc
make[1]: Entering directory `/usr/src/libogg-1.1/doc'
Making all in ogg
make[2]: Entering directory `/usr/src/libogg-1.1/doc/ogg'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/src/libogg-1.1/doc/ogg'
make[2]: Entering directory `/usr/src/libogg-1.1/doc'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/usr/src/libogg-1.1/doc'
make[1]: Leaving directory `/usr/src/libogg-1.1/doc'
Making all in win32
make[1]: Entering directory `/usr/src/libogg-1.1/win32'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/libogg-1.1/win32'
Making all in debian
make[1]: Entering directory `/usr/src/libogg-1.1/debian'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/src/libogg-1.1/debian'
make[1]: Entering directory `/usr/src/libogg-1.1'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/usr/src/libogg-1.1'
Making install in src
make[1]: Entering directory `/usr/src/libogg-1.1/src'
make[2]: Entering directory `/usr/src/libogg-1.1/src'
/bin/sh ../mkinstalldirs /usr/lib
 /bin/sh ../libtool --mode=install /bin/install -c  libogg.la /usr/lib/libogg.la
/bin/install -c .libs/libogg.so.0.5.0 /usr/lib/libogg.so.0.5.0
(cd /usr/lib && rm -f libogg.so.0 && ln -s libogg.so.0.5.0 libogg.so.0)
(cd /usr/lib && rm -f libogg.so && ln -s libogg.so.0.5.0 libogg.so)
/bin/install -c .libs/libogg.lai /usr/lib/libogg.la
/bin/install -c .libs/libogg.a /usr/lib/libogg.a
ranlib /usr/lib/libogg.a
chmod 644 /usr/lib/libogg.a
PATH="$PATH:/sbin" ldconfig -n /usr/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/lib

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/src/libogg-1.1/src'
make[1]: Leaving directory `/usr/src/libogg-1.1/src'
Making install in include
make[1]: Entering directory `/usr/src/libogg-1.1/include'
Making install in ogg
make[2]: Entering directory `/usr/src/libogg-1.1/include/ogg'
make[3]: Entering directory `/usr/src/libogg-1.1/include/ogg'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /usr/include/ogg
mkdir -p -- /usr/include/ogg
 /bin/install -c -m 644 config_types.h /usr/include/ogg/config_types.h
/bin/sh ../../mkinstalldirs /usr/include/ogg
 /bin/install -c -m 644 ogg.h /usr/include/ogg/ogg.h
 /bin/install -c -m 644 os_types.h /usr/include/ogg/os_types.h
make[3]: Leaving directory `/usr/src/libogg-1.1/include/ogg'
make[2]: Leaving directory `/usr/src/libogg-1.1/include/ogg'
make[2]: Entering directory `/usr/src/libogg-1.1/include'
make[3]: Entering directory `/usr/src/libogg-1.1/include'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/usr/src/libogg-1.1/include'
make[2]: Leaving directory `/usr/src/libogg-1.1/include'
make[1]: Leaving directory `/usr/src/libogg-1.1/include'
Making install in doc
make[1]: Entering directory `/usr/src/libogg-1.1/doc'
Making install in ogg
make[2]: Entering directory `/usr/src/libogg-1.1/doc/ogg'
make[3]: Entering directory `/usr/src/libogg-1.1/doc/ogg'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /usr/share/doc/libogg-1.1/ogg
mkdir -p -- /usr/share/doc/libogg-1.1/ogg
 /bin/install -c -m 644 bitpacking.html /usr/share/doc/libogg-1.1/ogg/bitpacking.html
 /bin/install -c -m 644 datastructures.html /usr/share/doc/libogg-1.1/ogg/datastructures.html
 /bin/install -c -m 644 decoding.html /usr/share/doc/libogg-1.1/ogg/decoding.html
 /bin/install -c -m 644 encoding.html /usr/share/doc/libogg-1.1/ogg/encoding.html
 /bin/install -c -m 644 general.html /usr/share/doc/libogg-1.1/ogg/general.html
 /bin/install -c -m 644 index.html /usr/share/doc/libogg-1.1/ogg/index.html
 /bin/install -c -m 644 ogg_packet.html /usr/share/doc/libogg-1.1/ogg/ogg_packet.html
 /bin/install -c -m 644 ogg_packet_clear.html /usr/share/doc/libogg-1.1/ogg/ogg_packet_clear.html
 /bin/install -c -m 644 ogg_page.html /usr/share/doc/libogg-1.1/ogg/ogg_page.html
 /bin/install -c -m 644 ogg_page_bos.html /usr/share/doc/libogg-1.1/ogg/ogg_page_bos.html
 /bin/install -c -m 644 ogg_page_checksum_set.html /usr/share/doc/libogg-1.1/ogg/ogg_page_checksum_set.html
 /bin/install -c -m 644 ogg_page_continued.html /usr/share/doc/libogg-1.1/ogg/ogg_page_continued.html
 /bin/install -c -m 644 ogg_page_eos.html /usr/share/doc/libogg-1.1/ogg/ogg_page_eos.html
 /bin/install -c -m 644 ogg_page_granulepos.html /usr/share/doc/libogg-1.1/ogg/ogg_page_granulepos.html
 /bin/install -c -m 644 ogg_page_packets.html /usr/share/doc/libogg-1.1/ogg/ogg_page_packets.html
 /bin/install -c -m 644 ogg_page_pageno.html /usr/share/doc/libogg-1.1/ogg/ogg_page_pageno.html
 /bin/install -c -m 644 ogg_page_serialno.html /usr/share/doc/libogg-1.1/ogg/ogg_page_serialno.html
 /bin/install -c -m 644 ogg_page_version.html /usr/share/doc/libogg-1.1/ogg/ogg_page_version.html
 /bin/install -c -m 644 ogg_stream_clear.html /usr/share/doc/libogg-1.1/ogg/ogg_stream_clear.html
 /bin/install -c -m 644 ogg_stream_destroy.html /usr/share/doc/libogg-1.1/ogg/ogg_stream_destroy.html
 /bin/install -c -m 644 ogg_stream_eos.html /usr/share/doc/libogg-1.1/ogg/ogg_stream_eos.html
 /bin/install -c -m 644 ogg_stream_flush.html /usr/share/doc/libogg-1.1/ogg/ogg_stream_flush.html
 /bin/install -c -m 644 ogg_stream_init.html /usr/share/doc/libogg-1.1/ogg/ogg_stream_init.html
 /bin/install -c -m 644 ogg_stream_packetin.html /usr/share/doc/libogg-1.1/ogg/ogg_stream_packetin.html
 /bin/install -c -m 644 ogg_stream_packetout.html /usr/share/doc/libogg-1.1/ogg/ogg_stream_packetout.html
 /bin/install -c -m 644 ogg_stream_packetpeek.html /usr/share/doc/libogg-1.1/ogg/ogg_stream_packetpeek.html
 /bin/install -c -m 644 ogg_stream_pagein.html /usr/share/doc/libogg-1.1/ogg/ogg_stream_pagein.html
 /bin/install -c -m 644 ogg_stream_pageout.html /usr/share/doc/libogg-1.1/ogg/ogg_stream_pageout.html
 /bin/install -c -m 644 ogg_stream_reset.html /usr/share/doc/libogg-1.1/ogg/ogg_stream_reset.html
 /bin/install -c -m 644 ogg_stream_reset_serialno.html /usr/share/doc/libogg-1.1/ogg/ogg_stream_reset_serialno.html
 /bin/install -c -m 644 ogg_stream_state.html /usr/share/doc/libogg-1.1/ogg/ogg_stream_state.html
 /bin/install -c -m 644 ogg_sync_buffer.html /usr/share/doc/libogg-1.1/ogg/ogg_sync_buffer.html
 /bin/install -c -m 644 ogg_sync_clear.html /usr/share/doc/libogg-1.1/ogg/ogg_sync_clear.html
 /bin/install -c -m 644 ogg_sync_destroy.html /usr/share/doc/libogg-1.1/ogg/ogg_sync_destroy.html
 /bin/install -c -m 644 ogg_sync_init.html /usr/share/doc/libogg-1.1/ogg/ogg_sync_init.html
 /bin/install -c -m 644 ogg_sync_pageout.html /usr/share/doc/libogg-1.1/ogg/ogg_sync_pageout.html
 /bin/install -c -m 644 ogg_sync_pageseek.html /usr/share/doc/libogg-1.1/ogg/ogg_sync_pageseek.html
 /bin/install -c -m 644 ogg_sync_reset.html /usr/share/doc/libogg-1.1/ogg/ogg_sync_reset.html
 /bin/install -c -m 644 ogg_sync_state.html /usr/share/doc/libogg-1.1/ogg/ogg_sync_state.html
 /bin/install -c -m 644 ogg_sync_wrote.html /usr/share/doc/libogg-1.1/ogg/ogg_sync_wrote.html
 /bin/install -c -m 644 oggpack_adv.html /usr/share/doc/libogg-1.1/ogg/oggpack_adv.html
 /bin/install -c -m 644 oggpack_adv1.html /usr/share/doc/libogg-1.1/ogg/oggpack_adv1.html
 /bin/install -c -m 644 oggpack_bits.html /usr/share/doc/libogg-1.1/ogg/oggpack_bits.html
 /bin/install -c -m 644 oggpack_buffer.html /usr/share/doc/libogg-1.1/ogg/oggpack_buffer.html
 /bin/install -c -m 644 oggpack_bytes.html /usr/share/doc/libogg-1.1/ogg/oggpack_bytes.html
 /bin/install -c -m 644 oggpack_get_buffer.html /usr/share/doc/libogg-1.1/ogg/oggpack_get_buffer.html
 /bin/install -c -m 644 oggpack_look.html /usr/share/doc/libogg-1.1/ogg/oggpack_look.html
 /bin/install -c -m 644 oggpack_look1.html /usr/share/doc/libogg-1.1/ogg/oggpack_look1.html
 /bin/install -c -m 644 oggpack_read.html /usr/share/doc/libogg-1.1/ogg/oggpack_read.html
 /bin/install -c -m 644 oggpack_read1.html /usr/share/doc/libogg-1.1/ogg/oggpack_read1.html
 /bin/install -c -m 644 oggpack_readinit.html /usr/share/doc/libogg-1.1/ogg/oggpack_readinit.html
 /bin/install -c -m 644 oggpack_reset.html /usr/share/doc/libogg-1.1/ogg/oggpack_reset.html
 /bin/install -c -m 644 oggpack_write.html /usr/share/doc/libogg-1.1/ogg/oggpack_write.html
 /bin/install -c -m 644 oggpack_writealign.html /usr/share/doc/libogg-1.1/ogg/oggpack_writealign.html
 /bin/install -c -m 644 oggpack_writeclear.html /usr/share/doc/libogg-1.1/ogg/oggpack_writeclear.html
 /bin/install -c -m 644 oggpack_writecopy.html /usr/share/doc/libogg-1.1/ogg/oggpack_writecopy.html
 /bin/install -c -m 644 oggpack_writeinit.html /usr/share/doc/libogg-1.1/ogg/oggpack_writeinit.html
 /bin/install -c -m 644 oggpack_writetrunc.html /usr/share/doc/libogg-1.1/ogg/oggpack_writetrunc.html
 /bin/install -c -m 644 overview.html /usr/share/doc/libogg-1.1/ogg/overview.html
 /bin/install -c -m 644 reference.html /usr/share/doc/libogg-1.1/ogg/reference.html
 /bin/install -c -m 644 style.css /usr/share/doc/libogg-1.1/ogg/style.css
 /bin/install -c -m 644 vorbis_comment.html /usr/share/doc/libogg-1.1/ogg/vorbis_comment.html
 /bin/install -c -m 644 vorbis_info.html /usr/share/doc/libogg-1.1/ogg/vorbis_info.html
make[3]: Leaving directory `/usr/src/libogg-1.1/doc/ogg'
make[2]: Leaving directory `/usr/src/libogg-1.1/doc/ogg'
make[2]: Entering directory `/usr/src/libogg-1.1/doc'
make[3]: Entering directory `/usr/src/libogg-1.1/doc'
make[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/share/doc/libogg-1.1
 /bin/install -c -m 644 framing.html /usr/share/doc/libogg-1.1/framing.html
 /bin/install -c -m 644 index.html /usr/share/doc/libogg-1.1/index.html
 /bin/install -c -m 644 oggstream.html /usr/share/doc/libogg-1.1/oggstream.html
 /bin/install -c -m 644 rfc3533.txt /usr/share/doc/libogg-1.1/rfc3533.txt
 /bin/install -c -m 644 rfc3534.txt /usr/share/doc/libogg-1.1/rfc3534.txt
 /bin/install -c -m 644 stream.png /usr/share/doc/libogg-1.1/stream.png
 /bin/install -c -m 644 vorbisword2.png /usr/share/doc/libogg-1.1/vorbisword2.png
 /bin/install -c -m 644 white-ogg.png /usr/share/doc/libogg-1.1/white-ogg.png
 /bin/install -c -m 644 white-xifish.png /usr/share/doc/libogg-1.1/white-xifish.png
make[3]: Leaving directory `/usr/src/libogg-1.1/doc'
make[2]: Leaving directory `/usr/src/libogg-1.1/doc'
make[1]: Leaving directory `/usr/src/libogg-1.1/doc'
Making install in win32
make[1]: Entering directory `/usr/src/libogg-1.1/win32'
make[2]: Entering directory `/usr/src/libogg-1.1/win32'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/src/libogg-1.1/win32'
make[1]: Leaving directory `/usr/src/libogg-1.1/win32'
Making install in debian
make[1]: Entering directory `/usr/src/libogg-1.1/debian'
make[2]: Entering directory `/usr/src/libogg-1.1/debian'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/usr/src/libogg-1.1/debian'
make[1]: Leaving directory `/usr/src/libogg-1.1/debian'
make[1]: Entering directory `/usr/src/libogg-1.1'
make[2]: Entering directory `/usr/src/libogg-1.1'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ./mkinstalldirs /usr/share/aclocal
 /bin/install -c -m 644 ogg.m4 /usr/share/aclocal/ogg.m4
/bin/sh ./mkinstalldirs /usr/lib/pkgconfig
 /bin/install -c -m 644 ogg.pc /usr/lib/pkgconfig/ogg.pc
make[2]: Leaving directory `/usr/src/libogg-1.1'
make[1]: Leaving directory `/usr/src/libogg-1.1'

real	0m11.309s
user	0m4.350s
sys	0m1.546s
