summaryrefslogtreecommitdiff
path: root/src/share/grabbag/Makefile.am
blob: d871b8308b7521b7376c95e7a637d7e94618498c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = foreign

AM_CPPFLAGS = -I$(top_builddir) -I$(srcdir)/include -I$(top_srcdir)/include

noinst_LTLIBRARIES = libgrabbag.la

libgrabbag_la_SOURCES = \
	alloc.c \
	cuesheet.c \
	file.c \
	picture.c \
	replaygain.c \
	seektable.c

EXTRA_DIST = \
	Makefile.lite \
	grabbag_static.dsp \
	grabbag_static.vcproj

debug:
	$(MAKE) all CFLAGS="@DEBUG@"

profile:
	$(MAKE) all CFLAGS="@PROFILE@"