aboutsummaryrefslogtreecommitdiff
path: root/deps/flac-1.3.2/src/share/replaygain_synthesis/Makefile.lite
blob: a944234a3dcec2d0c9e1d24f3ee7de424594ea2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# GNU makefile
#

topdir = ../../..

LIB_NAME = libreplaygain_synthesis
INCLUDES = -I./include -I$(topdir)/include

SRCS_C = \
	replaygain_synthesis.c

include $(topdir)/build/lib.mk

# DO NOT DELETE THIS LINE -- make depend depends on it.