projects
/
platform
/
upstream
/
flac.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
renamed Makefile to Makefile.lite
[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
crc.o \
12
encoder.o \
13
encoder_framing.o \
14
file_decoder.o \
15
fixed.o \
16
format.o \
17
lpc.o \
18
md5.o \
19
stream_decoder.o
20
21
include ../../build/lib.mk
22
23
# DO NOT DELETE THIS LINE -- make depend depends on it.