blob: daf19751719f242bc59414f4336c6f0a34135012 [file] [log] [blame]
Josh Coalson52d61b52002-11-07 05:00:14 +00001#
2# GNU makefile
3#
4
5topdir = ../../..
6
7LIB_NAME = libgrabbag
8INCLUDES = -I$(topdir)/include
9
Josh Coalsonb74fc982002-11-20 06:40:08 +000010SRCS_C = \
11 cuesheet.c \
12 file.c \
Josh Coalson37d44c12006-09-24 07:18:42 +000013 picture.c \
Josh Coalsonb74fc982002-11-20 06:40:08 +000014 replaygain.c \
15 seektable.c
Josh Coalson52d61b52002-11-07 05:00:14 +000016
17include $(topdir)/build/lib.mk
18
19# DO NOT DELETE THIS LINE -- make depend depends on it.