initial version
[platform/upstream/flac.git] / src / libFLAC / Makefile.am
1 #
2 # GNU makefile
3 #
4
5 lib_LTLIBRARIES = libFLAC.la
6 if DEBUG
7 CFLAGS += @CFLAGS@ -DFLAC_OVERFLOW_DETECT
8 else
9 CFLAGS = @CFLAGS@
10 endif
11
12 libFLAC_la_SOURCES = \
13         bitbuffer.c \
14         crc.c \
15         encoder.c \
16         encoder_framing.c \
17         file_decoder.c \
18         fixed.c \
19         format.c \
20         lpc.c \
21         md5.c \
22         stream_decoder.c