Mercurial > audlegacy-plugins
annotate src/tta/Makefile @ 387:0c50f248ed10 trunk
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
author | giacomo |
---|---|
date | Sun, 17 Dec 2006 07:06:34 -0800 |
parents | fbd06b4aa776 |
children | ad8e44bcdf8a |
rev | line source |
---|---|
290 | 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 | |
387
0c50f248ed10
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
giacomo
parents:
290
diff
changeset
|
12 CFLAGS += -fPIC -DPIC $(GTK_CFLAGS) $(AUDACIOUS_CFLAGS) -I../../intl -I../.. |
290 | 13 |
387
0c50f248ed10
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
giacomo
parents:
290
diff
changeset
|
14 LIBADD = -lid3tag $(AUDACIOUS_LIBS) |
290 | 15 |
387
0c50f248ed10
[svn] - added AUDACIOUS_LIBS and AUDACIOUS_CFLAGS to makefiles to ensure that plugins are linked to libaudacious
giacomo
parents:
290
diff
changeset
|
16 include ../../mk/objective.mk |