# Generated automatically from Makefile.in by configure.
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am

# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.


INCLUDES = -I/software/include 
LIBS= -L/software/lib -lvorbisfile -lvorbis -logg -lao -ldl -nsl -lcurl -lm -lpthread       

CSRCS = audio.c buffer.c callbacks.c cfgfile_options.c                     \
	cmdline_options.c file_transport.c format.c http_transport.c       \
	ogg123.c oggvorbis_format.c status.c transport.c 
HSRCS = audio.h buffer.h  \
	callbacks.h compat.h cfgfile_options.h cmdline_options.h format.h  \
	ogg123.h status.h transport.h

DEFS =  -DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0rc3\" -DHAVE_DLFCN_H=1 -DHAVE_PTHREAD=1 -DHAVE_ICONV=1 -DICONV_CONST=const -DHAVE_ATEXIT=1 -DHAVE_ON_EXIT=1 -DHAVE_LANGINFO_CODESET=1  -I. 
CPPFLAGS = 
LDFLAGS =  
LIBS = 

OBJS=${CSRCS:%.c=%.o}
LIB=libogg_player.a

CFLAGS=${DEFS} ${INCLUDES} -O2

default: ${LIB}

${LIB}:${LIB}(${OBJS})

clean:
	/bin/rm -rf core *~ *% *.BAK ${OBJS} ${LIB}
