Blame src/Makefile.in

Packit Service 102f81
# Makefile.in generated by automake 1.9.6 from Makefile.am.
Packit Service 102f81
# @configure_input@
Packit Service 102f81
Packit Service 102f81
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
Packit Service 102f81
# 2003, 2004, 2005  Free Software Foundation, Inc.
Packit Service 102f81
# This Makefile.in is free software; the Free Software Foundation
Packit Service 102f81
# gives unlimited permission to copy and/or distribute it,
Packit Service 102f81
# with or without modifications, as long as this notice is preserved.
Packit Service 102f81
Packit Service 102f81
# This program is distributed in the hope that it will be useful,
Packit Service 102f81
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
Packit Service 102f81
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
Packit Service 102f81
# PARTICULAR PURPOSE.
Packit Service 102f81
Packit Service 102f81
@SET_MAKE@
Packit Service 102f81
Packit Service 102f81
Packit Service 102f81
srcdir = @srcdir@
Packit Service 102f81
top_srcdir = @top_srcdir@
Packit Service 102f81
VPATH = @srcdir@
Packit Service 102f81
pkgdatadir = $(datadir)/@PACKAGE@
Packit Service 102f81
pkglibdir = $(libdir)/@PACKAGE@
Packit Service 102f81
pkgincludedir = $(includedir)/@PACKAGE@
Packit Service 102f81
top_builddir = ..
Packit Service 102f81
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Packit Service 102f81
INSTALL = @INSTALL@
Packit Service 102f81
install_sh_DATA = $(install_sh) -c -m 644
Packit Service 102f81
install_sh_PROGRAM = $(install_sh) -c
Packit Service 102f81
install_sh_SCRIPT = $(install_sh) -c
Packit Service 102f81
INSTALL_HEADER = $(INSTALL_DATA)
Packit Service 102f81
transform = $(program_transform_name)
Packit Service 102f81
NORMAL_INSTALL = :
Packit Service 102f81
PRE_INSTALL = :
Packit Service 102f81
POST_INSTALL = :
Packit Service 102f81
NORMAL_UNINSTALL = :
Packit Service 102f81
PRE_UNINSTALL = :
Packit Service 102f81
POST_UNINSTALL = :
Packit Service 102f81
build_triplet = @build@
Packit Service 102f81
host_triplet = @host@
Packit Service 102f81
subdir = src
Packit Service 102f81
DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
Packit Service 102f81
	$(srcdir)/Makefile.in
Packit Service 102f81
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Packit Service 102f81
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_config_libconfig_in.m4 \
Packit Service 102f81
	$(top_srcdir)/m4/acx_pthread.m4 $(top_srcdir)/m4/ogg.m4 \
Packit Service 102f81
	$(top_srcdir)/m4/speex.m4 $(top_srcdir)/m4/theora.m4 \
Packit Service 102f81
	$(top_srcdir)/m4/vorbis.m4 $(top_srcdir)/m4/xiph_compiler.m4 \
Packit Service 102f81
	$(top_srcdir)/m4/xiph_net.m4 $(top_srcdir)/m4/xiph_types.m4 \
Packit Service 102f81
	$(top_srcdir)/configure.ac
Packit Service 102f81
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
Packit Service 102f81
	$(ACLOCAL_M4)
Packit Service 102f81
mkinstalldirs = $(install_sh) -d
Packit Service 102f81
CONFIG_HEADER = $(top_builddir)/config.h
Packit Service 102f81
CONFIG_CLEAN_FILES =
Packit Service 102f81
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
Packit Service 102f81
am__vpath_adj = case $$p in \
Packit Service 102f81
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
Packit Service 102f81
    *) f=$$p;; \
Packit Service 102f81
  esac;
Packit Service 102f81
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
Packit Service 102f81
am__installdirs = "$(DESTDIR)$(libdir)"
Packit Service 102f81
libLTLIBRARIES_INSTALL = $(INSTALL)
Packit Service 102f81
LTLIBRARIES = $(lib_LTLIBRARIES)
Packit Service 102f81
@HAVE_THREAD_TRUE@am__DEPENDENCIES_1 = thread/libicethread.la
Packit Service 102f81
am__DEPENDENCIES_2 =
Packit Service 102f81
libshout_la_DEPENDENCIES = net/libicenet.la timing/libicetiming.la \
Packit Service 102f81
	avl/libiceavl.la httpp/libicehttpp.la $(am__DEPENDENCIES_1) \
Packit Service 9cdbd4
	$(am__DEPENDENCIES_2) $(am__DEPENDENCIES_2) \
Packit Service 9cdbd4
	$(am__DEPENDENCIES_2)
Packit Service 102f81
am__libshout_la_SOURCES_DIST = shout.c util.c ogg.c vorbis.c mp3.c \
Packit Service 102f81
	theora.c speex.c
Packit Service 102f81
@HAVE_THEORA_TRUE@am__objects_1 = theora.lo
Packit Service 102f81
@HAVE_SPEEX_TRUE@am__objects_2 = speex.lo
Packit Service 102f81
am_libshout_la_OBJECTS = shout.lo util.lo ogg.lo vorbis.lo mp3.lo \
Packit Service 102f81
	$(am__objects_1) $(am__objects_2)
Packit Service 102f81
libshout_la_OBJECTS = $(am_libshout_la_OBJECTS)
Packit Service 102f81
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
Packit Service 102f81
depcomp = $(SHELL) $(top_srcdir)/depcomp
Packit Service 102f81
am__depfiles_maybe = depfiles
Packit Service 102f81
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
Packit Service 102f81
	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Packit Service 102f81
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
Packit Service 102f81
	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
Packit Service 102f81
	$(AM_CFLAGS) $(CFLAGS)
Packit Service 102f81
CCLD = $(CC)
Packit Service 102f81
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Packit Service 102f81
	$(AM_LDFLAGS) $(LDFLAGS) -o $@
Packit Service 102f81
SOURCES = $(libshout_la_SOURCES)
Packit Service 102f81
DIST_SOURCES = $(am__libshout_la_SOURCES_DIST)
Packit Service 102f81
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
Packit Service 102f81
	html-recursive info-recursive install-data-recursive \
Packit Service 102f81
	install-exec-recursive install-info-recursive \
Packit Service 102f81
	install-recursive installcheck-recursive installdirs-recursive \
Packit Service 102f81
	pdf-recursive ps-recursive uninstall-info-recursive \
Packit Service 102f81
	uninstall-recursive
Packit Service 102f81
HEADERS = $(noinst_HEADERS)
Packit Service 102f81
ETAGS = etags
Packit Service 102f81
CTAGS = ctags
Packit Service 102f81
DIST_SUBDIRS = avl net timing httpp thread
Packit Service 102f81
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
Packit Service 102f81
ACLOCAL = @ACLOCAL@
Packit Service 102f81
AMDEP_FALSE = @AMDEP_FALSE@
Packit Service 102f81
AMDEP_TRUE = @AMDEP_TRUE@
Packit Service 102f81
AMTAR = @AMTAR@
Packit Service 102f81
AR = @AR@
Packit Service 102f81
AUTOCONF = @AUTOCONF@
Packit Service 102f81
AUTOHEADER = @AUTOHEADER@
Packit Service 102f81
AUTOMAKE = @AUTOMAKE@
Packit Service 102f81
AWK = @AWK@
Packit Service 102f81
CC = @CC@
Packit Service 102f81
CCDEPMODE = @CCDEPMODE@
Packit Service 102f81
CFLAGS = @CFLAGS@
Packit Service 102f81
CPP = @CPP@
Packit Service 102f81
CPPFLAGS = @CPPFLAGS@
Packit Service 102f81
CXX = @CXX@
Packit Service 102f81
CXXCPP = @CXXCPP@
Packit Service 102f81
CXXDEPMODE = @CXXDEPMODE@
Packit Service 102f81
CXXFLAGS = @CXXFLAGS@
Packit Service 102f81
CYGPATH_W = @CYGPATH_W@
Packit Service 102f81
DEBUG = @DEBUG@
Packit Service 102f81
DEFS = @DEFS@
Packit Service 102f81
DEPDIR = @DEPDIR@
Packit Service 102f81
ECHO = @ECHO@
Packit Service 102f81
ECHO_C = @ECHO_C@
Packit Service 102f81
ECHO_N = @ECHO_N@
Packit Service 102f81
ECHO_T = @ECHO_T@
Packit Service 102f81
EGREP = @EGREP@
Packit Service 102f81
EXEEXT = @EXEEXT@
Packit Service 102f81
F77 = @F77@
Packit Service 102f81
FFLAGS = @FFLAGS@
Packit Service 102f81
FGREP = @FGREP@
Packit Service 9cdbd4
GREP = @GREP@
Packit Service 102f81
HAVE_PKGCONFIG_FALSE = @HAVE_PKGCONFIG_FALSE@
Packit Service 102f81
HAVE_PKGCONFIG_TRUE = @HAVE_PKGCONFIG_TRUE@
Packit Service 102f81
HAVE_SPEEX_FALSE = @HAVE_SPEEX_FALSE@
Packit Service 102f81
HAVE_SPEEX_TRUE = @HAVE_SPEEX_TRUE@
Packit Service 102f81
HAVE_THEORA_FALSE = @HAVE_THEORA_FALSE@
Packit Service 102f81
HAVE_THEORA_TRUE = @HAVE_THEORA_TRUE@
Packit Service 102f81
HAVE_THREAD_FALSE = @HAVE_THREAD_FALSE@
Packit Service 102f81
HAVE_THREAD_TRUE = @HAVE_THREAD_TRUE@
Packit Service 102f81
INSTALL_DATA = @INSTALL_DATA@
Packit Service 102f81
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Packit Service 102f81
INSTALL_SCRIPT = @INSTALL_SCRIPT@
Packit Service 102f81
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Packit Service 102f81
LDFLAGS = @LDFLAGS@
Packit Service 102f81
LIBOBJS = @LIBOBJS@
Packit Service 102f81
LIBS = @LIBS@
Packit Service 102f81
LIBTOOL = @LIBTOOL@
Packit Service 102f81
LIBTOOL_DEPS = @LIBTOOL_DEPS@
Packit Service 102f81
LN_S = @LN_S@
Packit Service 102f81
LTLIBOBJS = @LTLIBOBJS@
Packit Service 102f81
MAINT = @MAINT@
Packit Service 102f81
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
Packit Service 102f81
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
Packit Service 102f81
MAKEINFO = @MAKEINFO@
Packit Service 102f81
OBJEXT = @OBJEXT@
Packit Service 102f81
OGG_CFLAGS = @OGG_CFLAGS@
Packit Service 102f81
OGG_LDFLAGS = @OGG_LDFLAGS@
Packit Service 102f81
OGG_LIBS = @OGG_LIBS@
Packit Service 102f81
OGG_PREFIX = @OGG_PREFIX@
Packit Service 102f81
OPT = @OPT@
Packit Service 102f81
PACKAGE = @PACKAGE@
Packit Service 102f81
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
Packit Service 102f81
PACKAGE_NAME = @PACKAGE_NAME@
Packit Service 102f81
PACKAGE_STRING = @PACKAGE_STRING@
Packit Service 102f81
PACKAGE_TARNAME = @PACKAGE_TARNAME@
Packit Service 102f81
PACKAGE_VERSION = @PACKAGE_VERSION@
Packit Service 102f81
PATH_SEPARATOR = @PATH_SEPARATOR@
Packit Service 102f81
PKGCONFIG = @PKGCONFIG@
Packit Service 102f81
PKG_CONFIG = @PKG_CONFIG@
Packit Service 102f81
PROFILE = @PROFILE@
Packit Service 102f81
PTHREAD_CC = @PTHREAD_CC@
Packit Service 102f81
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
Packit Service 102f81
PTHREAD_CPPFLAGS = @PTHREAD_CPPFLAGS@
Packit Service 102f81
PTHREAD_LIBS = @PTHREAD_LIBS@
Packit Service 102f81
RANLIB = @RANLIB@
Packit Service 102f81
SET_MAKE = @SET_MAKE@
Packit Service 102f81
SHELL = @SHELL@
Packit Service 102f81
SHOUT_CFLAGS = @SHOUT_CFLAGS@
Packit Service 102f81
SHOUT_CONFIG = @SHOUT_CONFIG@
Packit Service 102f81
SHOUT_CPPFLAGS = @SHOUT_CPPFLAGS@
Packit Service 102f81
SHOUT_LIBDEPS = @SHOUT_LIBDEPS@
Packit Service 102f81
SHOUT_REQUIRES = @SHOUT_REQUIRES@
Packit Service 102f81
SHOUT_THREADSAFE = @SHOUT_THREADSAFE@
Packit Service 102f81
SHOUT_VERSION = @SHOUT_VERSION@
Packit Service 102f81
SPEEX = @SPEEX@
Packit Service 102f81
SPEEX_CFLAGS = @SPEEX_CFLAGS@
Packit Service 102f81
SPEEX_LDFLAGS = @SPEEX_LDFLAGS@
Packit Service 102f81
SPEEX_LIBS = @SPEEX_LIBS@
Packit Service 102f81
STRIP = @STRIP@
Packit Service 102f81
THEORA = @THEORA@
Packit Service 102f81
THEORA_CFLAGS = @THEORA_CFLAGS@
Packit Service 102f81
THEORA_LDFLAGS = @THEORA_LDFLAGS@
Packit Service 102f81
THEORA_LIBS = @THEORA_LIBS@
Packit Service 102f81
VERSION = @VERSION@
Packit Service 102f81
VORBISENC_LIBS = @VORBISENC_LIBS@
Packit Service 102f81
VORBISFILE_LIBS = @VORBISFILE_LIBS@
Packit Service 102f81
VORBIS_CFLAGS = @VORBIS_CFLAGS@
Packit Service 102f81
VORBIS_LDFLAGS = @VORBIS_LDFLAGS@
Packit Service 102f81
VORBIS_LIBS = @VORBIS_LIBS@
Packit Service 102f81
VORBIS_PREFIX = @VORBIS_PREFIX@
Packit Service 102f81
XIPH_CFLAGS = @XIPH_CFLAGS@
Packit Service 102f81
XIPH_CPPFLAGS = @XIPH_CPPFLAGS@
Packit Service 102f81
ac_ct_CC = @ac_ct_CC@
Packit Service 102f81
ac_ct_CXX = @ac_ct_CXX@
Packit Service 102f81
ac_ct_F77 = @ac_ct_F77@
Packit Service 102f81
acx_pthread_config = @acx_pthread_config@
Packit Service 102f81
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
Packit Service 102f81
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
Packit Service 102f81
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
Packit Service 102f81
am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
Packit Service 102f81
am__include = @am__include@
Packit Service 102f81
am__leading_dot = @am__leading_dot@
Packit Service 102f81
am__quote = @am__quote@
Packit Service 102f81
am__tar = @am__tar@
Packit Service 102f81
am__untar = @am__untar@
Packit Service 102f81
bindir = @bindir@
Packit Service 102f81
build = @build@
Packit Service 102f81
build_alias = @build_alias@
Packit Service 102f81
build_cpu = @build_cpu@
Packit Service 102f81
build_os = @build_os@
Packit Service 102f81
build_vendor = @build_vendor@
Packit Service 102f81
datadir = @datadir@
Packit Service 9cdbd4
datarootdir = @datarootdir@
Packit Service 9cdbd4
docdir = @docdir@
Packit Service 9cdbd4
dvidir = @dvidir@
Packit Service 102f81
exec_prefix = @exec_prefix@
Packit Service 102f81
host = @host@
Packit Service 102f81
host_alias = @host_alias@
Packit Service 102f81
host_cpu = @host_cpu@
Packit Service 102f81
host_os = @host_os@
Packit Service 102f81
host_vendor = @host_vendor@
Packit Service 9cdbd4
htmldir = @htmldir@
Packit Service 102f81
includedir = @includedir@
Packit Service 102f81
infodir = @infodir@
Packit Service 102f81
install_sh = @install_sh@
Packit Service 102f81
libdir = @libdir@
Packit Service 102f81
libexecdir = @libexecdir@
Packit Service 9cdbd4
localedir = @localedir@
Packit Service 102f81
localstatedir = @localstatedir@
Packit Service 102f81
mandir = @mandir@
Packit Service 102f81
mkdir_p = @mkdir_p@
Packit Service 102f81
oldincludedir = @oldincludedir@
Packit Service 9cdbd4
pdfdir = @pdfdir@
Packit Service 102f81
prefix = @prefix@
Packit Service 102f81
program_transform_name = @program_transform_name@
Packit Service 9cdbd4
psdir = @psdir@
Packit Service 102f81
sbindir = @sbindir@
Packit Service 102f81
sharedstatedir = @sharedstatedir@
Packit Service 102f81
shout_cflags = @shout_cflags@
Packit Service 102f81
shout_cppflags = @shout_cppflags@
Packit Service 102f81
shout_libs = @shout_libs@
Packit Service 102f81
sysconfdir = @sysconfdir@
Packit Service 102f81
target = @target@
Packit Service 102f81
target_alias = @target_alias@
Packit Service 102f81
AUTOMAKE_OPTIONS = foreign 1.6
Packit Service 102f81
@HAVE_THREAD_TRUE@MAYBE_THREAD = thread
Packit Service 102f81
@HAVE_THREAD_TRUE@MAYBE_THREAD_LIB = thread/libicethread.la
Packit Service 102f81
@HAVE_THEORA_TRUE@MAYBE_THEORA = theora.c
Packit Service 102f81
@HAVE_SPEEX_TRUE@MAYBE_SPEEX = speex.c
Packit Service 102f81
SUBDIRS = avl net timing httpp $(MAYBE_THREAD)
Packit Service 102f81
lib_LTLIBRARIES = libshout.la
Packit Service 102f81
libshout_la_LDFLAGS = -version-info 5:0:2
Packit Service 102f81
EXTRA_DIST = theora.c speex.c
Packit Service 102f81
noinst_HEADERS = shout_ogg.h shout_private.h util.h
Packit Service 102f81
libshout_la_SOURCES = shout.c util.c ogg.c vorbis.c mp3.c $(MAYBE_THEORA) $(MAYBE_SPEEX)
Packit Service 102f81
AM_CFLAGS = @XIPH_CFLAGS@
Packit Service 102f81
libshout_la_LIBADD = net/libicenet.la timing/libicetiming.la avl/libiceavl.la\
Packit Service 9cdbd4
		httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS) $(SPEEX_LIBS)
Packit Service 102f81
Packit Service 102f81
INCLUDES = -I$(top_builddir)/include
Packit Service 102f81
all: all-recursive
Packit Service 102f81
Packit Service 102f81
.SUFFIXES:
Packit Service 102f81
.SUFFIXES: .c .lo .o .obj
Packit Service 102f81
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
Packit Service 102f81
	@for dep in $?; do \
Packit Service 102f81
	  case '$(am__configure_deps)' in \
Packit Service 102f81
	    *$$dep*) \
Packit Service 102f81
	      cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
Packit Service 102f81
		&& exit 0; \
Packit Service 102f81
	      exit 1;; \
Packit Service 102f81
	  esac; \
Packit Service 102f81
	done; \
Packit Service 102f81
	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/Makefile'; \
Packit Service 102f81
	cd $(top_srcdir) && \
Packit Service 102f81
	  $(AUTOMAKE) --foreign  src/Makefile
Packit Service 102f81
.PRECIOUS: Makefile
Packit Service 102f81
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
Packit Service 102f81
	@case '$?' in \
Packit Service 102f81
	  *config.status*) \
Packit Service 102f81
	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
Packit Service 102f81
	  *) \
Packit Service 102f81
	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
Packit Service 102f81
	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
Packit Service 102f81
	esac;
Packit Service 102f81
Packit Service 102f81
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
Packit Service 102f81
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service 102f81
Packit Service 102f81
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
Packit Service 102f81
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service 102f81
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
Packit Service 102f81
	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Packit Service 102f81
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
Packit Service 102f81
	@$(NORMAL_INSTALL)
Packit Service 102f81
	test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
Packit Service 102f81
	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
Packit Service 102f81
	  if test -f $$p; then \
Packit Service 102f81
	    f=$(am__strip_dir) \
Packit Service 102f81
	    echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
Packit Service 102f81
	    $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
Packit Service 102f81
	  else :; fi; \
Packit Service 102f81
	done
Packit Service 102f81
Packit Service 102f81
uninstall-libLTLIBRARIES:
Packit Service 102f81
	@$(NORMAL_UNINSTALL)
Packit Service 102f81
	@set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
Packit Service 102f81
	  p=$(am__strip_dir) \
Packit Service 102f81
	  echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
Packit Service 102f81
	  $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
Packit Service 102f81
	done
Packit Service 102f81
Packit Service 102f81
clean-libLTLIBRARIES:
Packit Service 102f81
	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
Packit Service 102f81
	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
Packit Service 102f81
	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
Packit Service 102f81
	  test "$$dir" != "$$p" || dir=.; \
Packit Service 102f81
	  echo "rm -f \"$${dir}/so_locations\""; \
Packit Service 102f81
	  rm -f "$${dir}/so_locations"; \
Packit Service 102f81
	done
Packit Service 102f81
libshout.la: $(libshout_la_OBJECTS) $(libshout_la_DEPENDENCIES) 
Packit Service 102f81
	$(LINK) -rpath $(libdir) $(libshout_la_LDFLAGS) $(libshout_la_OBJECTS) $(libshout_la_LIBADD) $(LIBS)
Packit Service 102f81
Packit Service 102f81
mostlyclean-compile:
Packit Service 102f81
	-rm -f *.$(OBJEXT)
Packit Service 102f81
Packit Service 102f81
distclean-compile:
Packit Service 102f81
	-rm -f *.tab.c
Packit Service 102f81
Packit Service 102f81
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mp3.Plo@am__quote@
Packit Service 102f81
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ogg.Plo@am__quote@
Packit Service 102f81
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/shout.Plo@am__quote@
Packit Service 102f81
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/speex.Plo@am__quote@
Packit Service 102f81
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/theora.Plo@am__quote@
Packit Service 102f81
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@
Packit Service 102f81
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vorbis.Plo@am__quote@
Packit Service 102f81
Packit Service 102f81
.c.o:
Packit Service 102f81
@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
Packit Service 102f81
@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
Packit Service 102f81
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit Service 102f81
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit Service 102f81
@am__fastdepCC_FALSE@	$(COMPILE) -c $<
Packit Service 102f81
Packit Service 102f81
.c.obj:
Packit Service 102f81
@am__fastdepCC_TRUE@	if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
Packit Service 102f81
@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
Packit Service 102f81
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Packit Service 102f81
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit Service 102f81
@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
Packit Service 102f81
Packit Service 102f81
.c.lo:
Packit Service 102f81
@am__fastdepCC_TRUE@	if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
Packit Service 102f81
@am__fastdepCC_TRUE@	then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
Packit Service 102f81
@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Packit Service 102f81
@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Packit Service 102f81
@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
Packit Service 102f81
Packit Service 102f81
mostlyclean-libtool:
Packit Service 102f81
	-rm -f *.lo
Packit Service 102f81
Packit Service 102f81
clean-libtool:
Packit Service 102f81
	-rm -rf .libs _libs
Packit Service 102f81
Packit Service 102f81
distclean-libtool:
Packit Service 102f81
	-rm -f libtool
Packit Service 102f81
uninstall-info-am:
Packit Service 102f81
Packit Service 102f81
# This directory's subdirectories are mostly independent; you can cd
Packit Service 102f81
# into them and run `make' without going through this Makefile.
Packit Service 102f81
# To change the values of `make' variables: instead of editing Makefiles,
Packit Service 102f81
# (1) if the variable is set in `config.status', edit `config.status'
Packit Service 102f81
#     (which will cause the Makefiles to be regenerated when you run `make');
Packit Service 102f81
# (2) otherwise, pass the desired values on the `make' command line.
Packit Service 102f81
$(RECURSIVE_TARGETS):
Packit Service 102f81
	@failcom='exit 1'; \
Packit Service 102f81
	for f in x $$MAKEFLAGS; do \
Packit Service 102f81
	  case $$f in \
Packit Service 102f81
	    *=* | --[!k]*);; \
Packit Service 102f81
	    *k*) failcom='fail=yes';; \
Packit Service 102f81
	  esac; \
Packit Service 102f81
	done; \
Packit Service 102f81
	dot_seen=no; \
Packit Service 102f81
	target=`echo $@ | sed s/-recursive//`; \
Packit Service 102f81
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit Service 102f81
	  echo "Making $$target in $$subdir"; \
Packit Service 102f81
	  if test "$$subdir" = "."; then \
Packit Service 102f81
	    dot_seen=yes; \
Packit Service 102f81
	    local_target="$$target-am"; \
Packit Service 102f81
	  else \
Packit Service 102f81
	    local_target="$$target"; \
Packit Service 102f81
	  fi; \
Packit Service 102f81
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit Service 102f81
	  || eval $$failcom; \
Packit Service 102f81
	done; \
Packit Service 102f81
	if test "$$dot_seen" = "no"; then \
Packit Service 102f81
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
Packit Service 102f81
	fi; test -z "$$fail"
Packit Service 102f81
Packit Service 102f81
mostlyclean-recursive clean-recursive distclean-recursive \
Packit Service 102f81
maintainer-clean-recursive:
Packit Service 102f81
	@failcom='exit 1'; \
Packit Service 102f81
	for f in x $$MAKEFLAGS; do \
Packit Service 102f81
	  case $$f in \
Packit Service 102f81
	    *=* | --[!k]*);; \
Packit Service 102f81
	    *k*) failcom='fail=yes';; \
Packit Service 102f81
	  esac; \
Packit Service 102f81
	done; \
Packit Service 102f81
	dot_seen=no; \
Packit Service 102f81
	case "$@" in \
Packit Service 102f81
	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
Packit Service 102f81
	  *) list='$(SUBDIRS)' ;; \
Packit Service 102f81
	esac; \
Packit Service 102f81
	rev=''; for subdir in $$list; do \
Packit Service 102f81
	  if test "$$subdir" = "."; then :; else \
Packit Service 102f81
	    rev="$$subdir $$rev"; \
Packit Service 102f81
	  fi; \
Packit Service 102f81
	done; \
Packit Service 102f81
	rev="$$rev ."; \
Packit Service 102f81
	target=`echo $@ | sed s/-recursive//`; \
Packit Service 102f81
	for subdir in $$rev; do \
Packit Service 102f81
	  echo "Making $$target in $$subdir"; \
Packit Service 102f81
	  if test "$$subdir" = "."; then \
Packit Service 102f81
	    local_target="$$target-am"; \
Packit Service 102f81
	  else \
Packit Service 102f81
	    local_target="$$target"; \
Packit Service 102f81
	  fi; \
Packit Service 102f81
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
Packit Service 102f81
	  || eval $$failcom; \
Packit Service 102f81
	done && test -z "$$fail"
Packit Service 102f81
tags-recursive:
Packit Service 102f81
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit Service 102f81
	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
Packit Service 102f81
	done
Packit Service 102f81
ctags-recursive:
Packit Service 102f81
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit Service 102f81
	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
Packit Service 102f81
	done
Packit Service 102f81
Packit Service 102f81
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Packit Service 102f81
	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Packit Service 102f81
	unique=`for i in $$list; do \
Packit Service 102f81
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit Service 102f81
	  done | \
Packit Service 102f81
	  $(AWK) '    { files[$$0] = 1; } \
Packit Service 102f81
	       END { for (i in files) print i; }'`; \
Packit Service 102f81
	mkid -fID $$unique
Packit Service 102f81
tags: TAGS
Packit Service 102f81
Packit Service 102f81
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Packit Service 102f81
		$(TAGS_FILES) $(LISP)
Packit Service 102f81
	tags=; \
Packit Service 102f81
	here=`pwd`; \
Packit Service 102f81
	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
Packit Service 102f81
	  include_option=--etags-include; \
Packit Service 102f81
	  empty_fix=.; \
Packit Service 102f81
	else \
Packit Service 102f81
	  include_option=--include; \
Packit Service 102f81
	  empty_fix=; \
Packit Service 102f81
	fi; \
Packit Service 102f81
	list='$(SUBDIRS)'; for subdir in $$list; do \
Packit Service 102f81
	  if test "$$subdir" = .; then :; else \
Packit Service 102f81
	    test ! -f $$subdir/TAGS || \
Packit Service 102f81
	      tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
Packit Service 102f81
	  fi; \
Packit Service 102f81
	done; \
Packit Service 102f81
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
Packit Service 102f81
	unique=`for i in $$list; do \
Packit Service 102f81
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit Service 102f81
	  done | \
Packit Service 102f81
	  $(AWK) '    { files[$$0] = 1; } \
Packit Service 102f81
	       END { for (i in files) print i; }'`; \
Packit Service 102f81
	if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
Packit Service 102f81
	  test -n "$$unique" || unique=$$empty_fix; \
Packit Service 102f81
	  $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
Packit Service 102f81
	    $$tags $$unique; \
Packit Service 102f81
	fi
Packit Service 102f81
ctags: CTAGS
Packit Service 102f81
CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
Packit Service 102f81
		$(TAGS_FILES) $(LISP)
Packit Service 102f81
	tags=; \
Packit Service 102f81
	here=`pwd`; \
Packit Service 102f81
	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
Packit Service 102f81
	unique=`for i in $$list; do \
Packit Service 102f81
	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
Packit Service 102f81
	  done | \
Packit Service 102f81
	  $(AWK) '    { files[$$0] = 1; } \
Packit Service 102f81
	       END { for (i in files) print i; }'`; \
Packit Service 102f81
	test -z "$(CTAGS_ARGS)$$tags$$unique" \
Packit Service 102f81
	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
Packit Service 102f81
	     $$tags $$unique
Packit Service 102f81
Packit Service 102f81
GTAGS:
Packit Service 102f81
	here=`$(am__cd) $(top_builddir) && pwd` \
Packit Service 102f81
	  && cd $(top_srcdir) \
Packit Service 102f81
	  && gtags -i $(GTAGS_ARGS) $$here
Packit Service 102f81
Packit Service 102f81
distclean-tags:
Packit Service 102f81
	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Packit Service 102f81
Packit Service 102f81
distdir: $(DISTFILES)
Packit Service 102f81
	@srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
Packit Service 102f81
	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
Packit Service 102f81
	list='$(DISTFILES)'; for file in $$list; do \
Packit Service 102f81
	  case $$file in \
Packit Service 102f81
	    $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
Packit Service 102f81
	    $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
Packit Service 102f81
	  esac; \
Packit Service 102f81
	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Packit Service 102f81
	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
Packit Service 102f81
	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
Packit Service 102f81
	    dir="/$$dir"; \
Packit Service 102f81
	    $(mkdir_p) "$(distdir)$$dir"; \
Packit Service 102f81
	  else \
Packit Service 102f81
	    dir=''; \
Packit Service 102f81
	  fi; \
Packit Service 102f81
	  if test -d $$d/$$file; then \
Packit Service 102f81
	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
Packit Service 102f81
	      cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
Packit Service 102f81
	    fi; \
Packit Service 102f81
	    cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Packit Service 102f81
	  else \
Packit Service 102f81
	    test -f $(distdir)/$$file \
Packit Service 102f81
	    || cp -p $$d/$$file $(distdir)/$$file \
Packit Service 102f81
	    || exit 1; \
Packit Service 102f81
	  fi; \
Packit Service 102f81
	done
Packit Service 102f81
	list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
Packit Service 102f81
	  if test "$$subdir" = .; then :; else \
Packit Service 102f81
	    test -d "$(distdir)/$$subdir" \
Packit Service 102f81
	    || $(mkdir_p) "$(distdir)/$$subdir" \
Packit Service 102f81
	    || exit 1; \
Packit Service 102f81
	    distdir=`$(am__cd) $(distdir) && pwd`; \
Packit Service 102f81
	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
Packit Service 102f81
	    (cd $$subdir && \
Packit Service 102f81
	      $(MAKE) $(AM_MAKEFLAGS) \
Packit Service 102f81
	        top_distdir="$$top_distdir" \
Packit Service 102f81
	        distdir="$$distdir/$$subdir" \
Packit Service 102f81
	        distdir) \
Packit Service 102f81
	      || exit 1; \
Packit Service 102f81
	  fi; \
Packit Service 102f81
	done
Packit Service 102f81
check-am: all-am
Packit Service 102f81
check: check-recursive
Packit Service 102f81
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
Packit Service 102f81
installdirs: installdirs-recursive
Packit Service 102f81
installdirs-am:
Packit Service 102f81
	for dir in "$(DESTDIR)$(libdir)"; do \
Packit Service 102f81
	  test -z "$$dir" || $(mkdir_p) "$$dir"; \
Packit Service 102f81
	done
Packit Service 102f81
install: install-recursive
Packit Service 102f81
install-exec: install-exec-recursive
Packit Service 102f81
install-data: install-data-recursive
Packit Service 102f81
uninstall: uninstall-recursive
Packit Service 102f81
Packit Service 102f81
install-am: all-am
Packit Service 102f81
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
Packit Service 102f81
Packit Service 102f81
installcheck: installcheck-recursive
Packit Service 102f81
install-strip:
Packit Service 102f81
	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Packit Service 102f81
	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Packit Service 102f81
	  `test -z '$(STRIP)' || \
Packit Service 102f81
	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
Packit Service 102f81
mostlyclean-generic:
Packit Service 102f81
Packit Service 102f81
clean-generic:
Packit Service 102f81
Packit Service 102f81
distclean-generic:
Packit Service 102f81
	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Packit Service 102f81
Packit Service 102f81
maintainer-clean-generic:
Packit Service 102f81
	@echo "This command is intended for maintainers to use"
Packit Service 102f81
	@echo "it deletes files that may require special tools to rebuild."
Packit Service 102f81
clean: clean-recursive
Packit Service 102f81
Packit Service 102f81
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
Packit Service 102f81
	mostlyclean-am
Packit Service 102f81
Packit Service 102f81
distclean: distclean-recursive
Packit Service 102f81
	-rm -rf ./$(DEPDIR)
Packit Service 102f81
	-rm -f Makefile
Packit Service 102f81
distclean-am: clean-am distclean-compile distclean-generic \
Packit Service 102f81
	distclean-libtool distclean-tags
Packit Service 102f81
Packit Service 102f81
dvi: dvi-recursive
Packit Service 102f81
Packit Service 102f81
dvi-am:
Packit Service 102f81
Packit Service 102f81
html: html-recursive
Packit Service 102f81
Packit Service 102f81
info: info-recursive
Packit Service 102f81
Packit Service 102f81
info-am:
Packit Service 102f81
Packit Service 102f81
install-data-am:
Packit Service 102f81
Packit Service 102f81
install-exec-am: install-libLTLIBRARIES
Packit Service 102f81
Packit Service 102f81
install-info: install-info-recursive
Packit Service 102f81
Packit Service 102f81
install-man:
Packit Service 102f81
Packit Service 102f81
installcheck-am:
Packit Service 102f81
Packit Service 102f81
maintainer-clean: maintainer-clean-recursive
Packit Service 102f81
	-rm -rf ./$(DEPDIR)
Packit Service 102f81
	-rm -f Makefile
Packit Service 102f81
maintainer-clean-am: distclean-am maintainer-clean-generic
Packit Service 102f81
Packit Service 102f81
mostlyclean: mostlyclean-recursive
Packit Service 102f81
Packit Service 102f81
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
Packit Service 102f81
	mostlyclean-libtool
Packit Service 102f81
Packit Service 102f81
pdf: pdf-recursive
Packit Service 102f81
Packit Service 102f81
pdf-am:
Packit Service 102f81
Packit Service 102f81
ps: ps-recursive
Packit Service 102f81
Packit Service 102f81
ps-am:
Packit Service 102f81
Packit Service 102f81
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
Packit Service 102f81
Packit Service 102f81
uninstall-info: uninstall-info-recursive
Packit Service 102f81
Packit Service 102f81
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
Packit Service 102f81
	clean clean-generic clean-libLTLIBRARIES clean-libtool \
Packit Service 102f81
	clean-recursive ctags ctags-recursive distclean \
Packit Service 102f81
	distclean-compile distclean-generic distclean-libtool \
Packit Service 102f81
	distclean-recursive distclean-tags distdir dvi dvi-am html \
Packit Service 102f81
	html-am info info-am install install-am install-data \
Packit Service 102f81
	install-data-am install-exec install-exec-am install-info \
Packit Service 102f81
	install-info-am install-libLTLIBRARIES install-man \
Packit Service 102f81
	install-strip installcheck installcheck-am installdirs \
Packit Service 102f81
	installdirs-am maintainer-clean maintainer-clean-generic \
Packit Service 102f81
	maintainer-clean-recursive mostlyclean mostlyclean-compile \
Packit Service 102f81
	mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
Packit Service 102f81
	pdf pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
Packit Service 102f81
	uninstall-info-am uninstall-libLTLIBRARIES
Packit Service 102f81
Packit Service 102f81
Packit Service 102f81
debug:
Packit Service 102f81
	$(MAKE) all CFLAGS="@DEBUG@"
Packit Service 102f81
Packit Service 102f81
profile:
Packit Service 102f81
	$(MAKE) all CFLAGS="@PROFILE@"
Packit Service 102f81
# Tell versions [3.59,3.63) of GNU make to not export all variables.
Packit Service 102f81
# Otherwise a system limit (for SysV at least) may be exceeded.
Packit Service 102f81
.NOEXPORT: