add bitmath.c
[platform/upstream/flac.git] / src / libFLAC / Makefile.lite
1 #
2 # GNU makefile
3 #
4
5 LIB_NAME  = libFLAC
6 INCLUDES  = -I./include -I../../include
7 DEBUG_CFLAGS = -DFLAC_OVERFLOW_DETECT
8
9 OBJS = \
10         bitbuffer.o \
11         bitmath.o \
12         crc.o \
13         encoder.o \
14         encoder_framing.o \
15         file_decoder.o \
16         fixed.o \
17         format.o \
18         lpc.o \
19         md5.o \
20         stream_decoder.o
21
22 include ../../build/lib.mk
23
24 # DO NOT DELETE THIS LINE -- make depend depends on it.