Mercurial > audlegacy-plugins
comparison src/audiocompress/Makefile @ 1807:562e7f9bb661
audiocompress -> new buildsys.
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Mon, 24 Sep 2007 19:54:22 +0200 |
parents | 550c9e382cf8 |
children | 7de4914cd8c8 |
comparison
equal
deleted
inserted
replaced
1806:ec6c92d79a16 | 1807:562e7f9bb661 |
---|---|
1 include ../../mk/rules.mk | 1 PLUGIN = baudiocompress${PLUGIN_SUFFIX} |
2 include ../../mk/init.mk | 2 SRCS = compress.c \ |
3 audacious-glue.c | |
3 | 4 |
4 OBJECTIVE_LIBS = libaudiocompress$(SHARED_SUFFIX) | 5 plugindir = audacious/${EFFECT_PLUGIN_DIR} |
5 | 6 |
6 LIBDIR = $(plugindir)/$(EFFECT_PLUGIN_DIR) | 7 include ../../buildsys.mk |
8 include ../../extra.mk | |
7 | 9 |
8 LIBADD = $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) | 10 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. |
9 | 11 CFLAGS += ${PLUGIN_CFLAGS} |
10 SOURCES = compress.c audacious-glue.c | 12 LIBADD = ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |
11 | |
12 CFLAGS += $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. | |
13 | |
14 OBJECTS = ${SOURCES:.c=.o} | |
15 | |
16 include ../../mk/objective.mk |