Mercurial > audlegacy-plugins
annotate src/sun/Makefile @ 1898:95685713a865
sun: transition to new buildsystem
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Wed, 26 Sep 2007 16:13:38 -0500 |
parents | 550c9e382cf8 |
children | a56a26a5f233 |
rev | line source |
---|---|
1898
95685713a865
sun: transition to new buildsystem
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
1 SRCS = sun.c \ |
95685713a865
sun: transition to new buildsystem
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
2 audio.c \ |
95685713a865
sun: transition to new buildsystem
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
3 convert.c \ |
95685713a865
sun: transition to new buildsystem
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
4 mixer.c \ |
95685713a865
sun: transition to new buildsystem
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
5 configure.c \ |
95685713a865
sun: transition to new buildsystem
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
6 about.c |
17 | 7 |
1898
95685713a865
sun: transition to new buildsystem
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
8 PLUGIN = sun$(PLUGIN_SUFFIX) |
95685713a865
sun: transition to new buildsystem
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
9 plugindir = audacious/$(OUTPUT_PLUGIN_DIR) |
17 | 10 |
1898
95685713a865
sun: transition to new buildsystem
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
11 include ../../buildsys.mk |
95685713a865
sun: transition to new buildsystem
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
12 include ../../extra.mk |
17 | 13 |
1898
95685713a865
sun: transition to new buildsystem
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
14 CFLAGS += $(PLUGIN_CFLAGS) |
95685713a865
sun: transition to new buildsystem
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
15 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(MOWGLI_CFLAGS) $(DBUS_CFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) -I../../intl -I../.. |
95685713a865
sun: transition to new buildsystem
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
16 LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) |
95685713a865
sun: transition to new buildsystem
William Pitcock <nenolod@atheme.org>
parents:
578
diff
changeset
|
17 |