Mercurial > audlegacy-plugins
comparison src/tta/Makefile @ 290:fbd06b4aa776 trunk
[svn] - add TrueAudio plugin
author | yaz |
---|---|
date | Wed, 22 Nov 2006 09:55:20 -0800 |
parents | |
children | 0c50f248ed10 |
comparison
equal
deleted
inserted
replaced
289:a60da24269dc | 290:fbd06b4aa776 |
---|---|
1 include ../../mk/rules.mk | |
2 include ../../mk/init.mk | |
3 | |
4 OBJECTIVE_LIBS = libtta.so | |
5 | |
6 LIBDIR = $(plugindir)/$(INPUT_PLUGIN_DIR) | |
7 | |
8 SOURCES = aud-tta.c id3.c ttadec.c | |
9 | |
10 OBJECTS = ${SOURCES:.c=.o} | |
11 | |
12 CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) -I../../intl -I../.. | |
13 | |
14 LIBADD = -lid3tag | |
15 | |
16 include ../../mk/objective.mk |