Initial revision

This commit is contained in:
Josh Coalson
2000-12-10 04:09:52 +00:00
commit bb7f6b99d0
63 changed files with 12744 additions and 0 deletions

22
src/libFLAC/Makefile Normal file
View File

@@ -0,0 +1,22 @@
#
# GNU makefile
#
LIB_NAME = libFLAC
INCLUDES = -I./include -I../../include
DEBUG_CFLAGS = -DFLAC_OVERFLOW_DETECT
OBJS = \
bitbuffer.o \
crc.o \
encoder.o \
encoder_framing.o \
file_decoder.o \
fixed.o \
format.o \
lpc.o \
stream_decoder.o
include ../../build/lib.mk
# DO NOT DELETE THIS LINE -- make depend depends on it.