add ESTIMATE_RICE_BITS for speed
[platform/upstream/flac.git] / src / test_unit / Makefile
1 #
2 # GNU makefile
3 #
4
5 PROGRAM_NAME = test_unit
6 INCLUDES     = -I../libFLAC/include -I../../include
7 LIBS         = -lFLAC -lm
8 OBJS = \
9         bitbuffer.o \
10         main.o
11
12 include ../../build/exe.mk
13
14 # DO NOT DELETE THIS LINE -- make depend depends on it.