initial checkin

This commit is contained in:
chudov
2008-10-13 19:25:11 +00:00
parent 2e379c72e2
commit 36757fca7a
937 changed files with 184964 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#
# GNU makefile
#
topdir = ../../..
LIB_NAME = libgrabbag
INCLUDES = -I$(topdir)/include
SRCS_C = \
cuesheet.c \
file.c \
picture.c \
replaygain.c \
seektable.c
include $(topdir)/build/lib.mk
# DO NOT DELETE THIS LINE -- make depend depends on it.