Mercurial > audlegacy-plugins
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 1790:2d37dbee0d12 | 1791:ea7ec02f2ea2 |
|---|---|
| 1 include ../../mk/rules.mk | 1 include ../../extra.mk |
| 2 include ../../mk/init.mk | |
| 3 | 2 |
| 4 OBJECTIVE_LIBS = libnull${SHARED_SUFFIX} | 3 PLUGIN = null${PLUGIN_SUFFIX} |
| 4 plugindir = audacious/${OUTPUT_PLUGIN_DIR} | |
| 5 | 5 |
| 6 LIBDIR = ${plugindir}/${OUTPUT_PLUGIN_DIR} | 6 SRCS = null.c |
| 7 | 7 |
| 8 SOURCES = null.c | 8 include ../../buildsys.mk |
| 9 | 9 |
| 10 OBJECTS = ${SOURCES:.c=.o} | 10 CFLAGS += ${PLUGIN_CFLAGS} |
| 11 CPPFLAGS += ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${DBUS_CFLAGS} ${MOWGLI_CFLAGS} -I../.. | |
| 12 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} | |
| 11 | 13 |
| 12 CFLAGS += ${PICFLAGS} \ | |
| 13 -I../.. | |
| 14 | |
| 15 include ../../mk/objective.mk |
