Files
flac/src/plugin_common/Makefile.lite

19 lines
339 B
Makefile
Raw Normal View History

2002-08-23 06:28:59 +00:00
#
# GNU makefile
#
LIB_NAME = libplugin-common
2002-08-29 08:12:08 +00:00
INCLUDES = -I../../include -I$(HOME)/local/include
DEFINES = -DFLAC__HAS_ID3LIB -DID3LIB_MAJOR=3 -DID3LIB_MINOR=8 -DID3LIB_PATCH=0
2002-08-23 06:28:59 +00:00
OBJS = \
canonical_tag.o \
2002-08-27 05:36:09 +00:00
charset.o \
dither.o \
2002-08-29 08:12:08 +00:00
id3v1.o \
id3v2.o
2002-08-23 06:28:59 +00:00
include ../../build/lib.mk
# DO NOT DELETE THIS LINE -- make depend depends on it.