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