blob: f7b31c132d6d528a00e6ecc1cc7ae743906ccc98 [file] [log] [blame]
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir)/include
noinst_LTLIBRARIES = libgrabbag.la
libgrabbag_la_SOURCES = \
cuesheet.c \
file.c \
picture.c \
replaygain.c \
seektable.c
EXTRA_DIST = \
Makefile.lite \
grabbag_static.dsp
debug:
$(MAKE) all CFLAGS="@DEBUG@"
profile:
$(MAKE) all CFLAGS="@PROFILE@"