Mercurial > audlegacy-plugins
comparison src/OSS/Makefile @ 1882:eed7c270e8dd
Fix MILLIONS of Makefiles.
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Wed, 26 Sep 2007 14:53:37 +0200 |
| parents | d9d4b258fbf1 |
| children | a56a26a5f233 |
comparison
equal
deleted
inserted
replaced
| 1881:8bdede3414cd | 1882:eed7c270e8dd |
|---|---|
| 1 PLUGIN = OSS${PLUGIN_SUFFIX} | 1 PLUGIN = OSS${PLUGIN_SUFFIX} |
| 2 plugindir = audacious/${OUTPUT_PLUGIN_DIR} | |
| 3 | |
| 4 SRCS = OSS.c \ | 2 SRCS = OSS.c \ |
| 5 mixer.c \ | 3 mixer.c \ |
| 6 about.c \ | 4 about.c \ |
| 7 configure.c \ | 5 configure.c \ |
| 8 audio.c \ | 6 audio.c \ |
| 9 init.c \ | 7 init.c \ |
| 10 convert.c | 8 convert.c |
| 11 | 9 |
| 10 plugindir = audacious/${OUTPUT_PLUGIN_DIR} | |
| 11 | |
| 12 include ../../buildsys.mk | 12 include ../../buildsys.mk |
| 13 include ../../extra.mk | 13 include ../../extra.mk |
| 14 | 14 |
| 15 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${OSS_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. -I. | 15 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${OSS_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. -I. |
| 16 CFLAGS += ${PLUGIN_CFLAGS} | 16 CFLAGS += ${PLUGIN_CFLAGS} |
