Mercurial > audlegacy-plugins
diff src/null/Makefile @ 1791:ea7ec02f2ea2
Automated merge with ssh://hg.atheme-project.org//hg/audacious-plugins
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Mon, 24 Sep 2007 19:19:59 +0200 |
| parents | da78a435e90e |
| children | eed7c270e8dd |
line wrap: on
line diff
--- a/src/null/Makefile Mon Sep 24 19:19:41 2007 +0200 +++ b/src/null/Makefile Mon Sep 24 19:19:59 2007 +0200 @@ -1,15 +1,13 @@ -include ../../mk/rules.mk -include ../../mk/init.mk +include ../../extra.mk -OBJECTIVE_LIBS = libnull${SHARED_SUFFIX} +PLUGIN = null${PLUGIN_SUFFIX} +plugindir = audacious/${OUTPUT_PLUGIN_DIR} -LIBDIR = ${plugindir}/${OUTPUT_PLUGIN_DIR} +SRCS = null.c -SOURCES = null.c - -OBJECTS = ${SOURCES:.c=.o} +include ../../buildsys.mk -CFLAGS += ${PICFLAGS} \ - -I../.. +CFLAGS += ${PLUGIN_CFLAGS} +CPPFLAGS += ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${DBUS_CFLAGS} ${MOWGLI_CFLAGS} -I../.. +LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} -include ../../mk/objective.mk
