Files
flac/src/libFLAC/Makefile.lite

24 lines
365 B
Makefile
Raw Normal View History

2000-12-10 04:09:52 +00:00
#
# GNU makefile
#
LIB_NAME = libFLAC
INCLUDES = -I./include -I../../include -DSYMMETRIC_RICE
2000-12-10 04:09:52 +00:00
DEBUG_CFLAGS = -DFLAC_OVERFLOW_DETECT
OBJS = \
bitbuffer.o \
crc.o \
encoder.o \
encoder_framing.o \
file_decoder.o \
fixed.o \
format.o \
lpc.o \
2001-01-12 23:58:30 +00:00
md5.o \
2000-12-10 04:09:52 +00:00
stream_decoder.o
include ../../build/lib.mk
# DO NOT DELETE THIS LINE -- make depend depends on it.