add new gain_analysis convenience library
[platform/upstream/flac.git] / src / share / gain_analysis / Makefile.lite
1 #
2 # GNU makefile
3 #
4
5 topdir = ../../..
6
7 LIB_NAME = libgain_analysis
8 INCLUDES = -I$(topdir)/include/share
9
10 OBJS = \
11         gain_analysis.o
12
13 include $(topdir)/build/lib.mk
14
15 # DO NOT DELETE THIS LINE -- make depend depends on it.