a7f2ee7166bed061e8dea01978d86ed86ed48248
[platform/upstream/flac.git] / src / share / grabbag / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include
4
5 noinst_LTLIBRARIES = libgrabbag.la
6
7 libgrabbag_la_SOURCES = \
8         alloc.c \
9         cuesheet.c \
10         file.c \
11         picture.c \
12         replaygain.c \
13         seektable.c
14
15 EXTRA_DIST = \
16         Makefile.lite \
17         grabbag_static.vcproj
18
19 debug:
20         $(MAKE) all CFLAGS="@DEBUG@"
21
22 profile:
23         $(MAKE) all CFLAGS="@PROFILE@"