Mercurial > audlegacy-plugins
annotate src/alsa/Makefile @ 1882:eed7c270e8dd
Fix MILLIONS of Makefiles.
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Wed, 26 Sep 2007 14:53:37 +0200 |
parents | f83e1be5b3fa |
children | a56a26a5f233 |
rev | line source |
---|---|
1867
f83e1be5b3fa
Fix ALSA plugin's Makefile.
Matti Hamalainen <ccr@tnsp.org>
parents:
1862
diff
changeset
|
1 PLUGIN = ALSA${PLUGIN_SUFFIX} |
1882 | 2 SRCS = alsa.c \ |
3 about.c \ | |
4 audio.c \ | |
5 configure.c \ | |
6 init.c | |
17 | 7 |
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1803
diff
changeset
|
8 plugindir = audacious/${OUTPUT_PLUGIN_DIR} |
17 | 9 |
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1803
diff
changeset
|
10 include ../../buildsys.mk |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1803
diff
changeset
|
11 include ../../extra.mk |
17 | 12 |
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1803
diff
changeset
|
13 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ALSA_CFLAGS} -I../../intl -I../.. |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1803
diff
changeset
|
14 CFLAGS += ${PLUGIN_CFLAGS} |
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1803
diff
changeset
|
15 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${ALSA_LIBS} |