4fa2cc90cd9316e4cb1e6d70706c6ec105d43504
[pcsx_rearmed.git] / deps / flac-1.3.2 / src / share / replaygain_analysis / Makefile.lite
1 #
2 # GNU makefile
3 #
4
5 topdir = ../../..
6
7 LIB_NAME = libreplaygain_analysis
8 INCLUDES = -I$(topdir)/include
9
10 SRCS_C = \
11         replaygain_analysis.c
12
13 include $(topdir)/build/lib.mk
14
15 # DO NOT DELETE THIS LINE -- make depend depends on it.