blob: fafc974e1a2c7c7bfb44e7ff6ccf82c72ecfc49a [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
10OBJS = \
Josh Coalsoneb3c5862002-11-19 06:16:08 +000011 cuesheet.o \
Josh Coalson52d61b52002-11-07 05:00:14 +000012 file.o \
13 replaygain.o \
14 seektable.o
15
16include $(topdir)/build/lib.mk
17
18# DO NOT DELETE THIS LINE -- make depend depends on it.