Mercurial > audlegacy-plugins
annotate src/daap/Makefile @ 2007:57ee341c180f
Converted daap to the new buildsys. Even though it is not built currently. (???)
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 05:21:55 +0300 |
parents | 69bff388b0f8 |
children | 6d33dffd1382 |
rev | line source |
---|---|
2007
57ee341c180f
Converted daap to the new buildsys. Even though it is not built currently. (???)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1450
diff
changeset
|
1 PLUGIN = libdaap$(PLUGIN_SUFFIX) |
1407
776dd8fc2b38
DAAP plugin (work in progress)
Cristi Magherusan <majeru@atheme-project.org>
parents:
diff
changeset
|
2 |
2007
57ee341c180f
Converted daap to the new buildsys. Even though it is not built currently. (???)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1450
diff
changeset
|
3 SRCS = daap.c |
1407
776dd8fc2b38
DAAP plugin (work in progress)
Cristi Magherusan <majeru@atheme-project.org>
parents:
diff
changeset
|
4 |
776dd8fc2b38
DAAP plugin (work in progress)
Cristi Magherusan <majeru@atheme-project.org>
parents:
diff
changeset
|
5 SUBDIRS = xmms2-daap |
776dd8fc2b38
DAAP plugin (work in progress)
Cristi Magherusan <majeru@atheme-project.org>
parents:
diff
changeset
|
6 |
2007
57ee341c180f
Converted daap to the new buildsys. Even though it is not built currently. (???)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1450
diff
changeset
|
7 include ../../buildsys.mk |
57ee341c180f
Converted daap to the new buildsys. Even though it is not built currently. (???)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1450
diff
changeset
|
8 include ../../extra.mk |
57ee341c180f
Converted daap to the new buildsys. Even though it is not built currently. (???)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1450
diff
changeset
|
9 |
57ee341c180f
Converted daap to the new buildsys. Even though it is not built currently. (???)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1450
diff
changeset
|
10 plugindir := $(plugindir)/$(TRANSPORT_PLUGIN_DIR) |
1407
776dd8fc2b38
DAAP plugin (work in progress)
Cristi Magherusan <majeru@atheme-project.org>
parents:
diff
changeset
|
11 |
1450
69bff388b0f8
now it compiles
Cristi Magherusan <majeru@atheme-project.org>
parents:
1407
diff
changeset
|
12 #For the moment i'm hardcoding it but it will be configurable |
69bff388b0f8
now it compiles
Cristi Magherusan <majeru@atheme-project.org>
parents:
1407
diff
changeset
|
13 #MDNS_LIBS=-ldns_sd |
69bff388b0f8
now it compiles
Cristi Magherusan <majeru@atheme-project.org>
parents:
1407
diff
changeset
|
14 MDNS_LIBS=-lavahi-glib -lavahi-common -lavahi-client |
69bff388b0f8
now it compiles
Cristi Magherusan <majeru@atheme-project.org>
parents:
1407
diff
changeset
|
15 #MDNS_LIBS= |
69bff388b0f8
now it compiles
Cristi Magherusan <majeru@atheme-project.org>
parents:
1407
diff
changeset
|
16 |
2007
57ee341c180f
Converted daap to the new buildsys. Even though it is not built currently. (???)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1450
diff
changeset
|
17 INC = -I../.. -I./xmms2-daap |
57ee341c180f
Converted daap to the new buildsys. Even though it is not built currently. (???)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1450
diff
changeset
|
18 WARN = -Wall -pedantic -std=c99 |
1407
776dd8fc2b38
DAAP plugin (work in progress)
Cristi Magherusan <majeru@atheme-project.org>
parents:
diff
changeset
|
19 |
2007
57ee341c180f
Converted daap to the new buildsys. Even though it is not built currently. (???)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1450
diff
changeset
|
20 CFLAGS += $(PLUGIN_CFLAGS) |
57ee341c180f
Converted daap to the new buildsys. Even though it is not built currently. (???)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1450
diff
changeset
|
21 CPPFLAGS += $(PLUGIN_CPPFLAGS) $(MOWGLI_CFLAGS) $(PICFLAGS) $(GTK_CFLAGS) $(GLIB_CFLAGS) $(PANGO_CFLAGS) $(INC) $(WARN) $(GCC42_CFLAGS) |
57ee341c180f
Converted daap to the new buildsys. Even though it is not built currently. (???)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1450
diff
changeset
|
22 LIBS += $(GTK_LIBS) $(GLIB_LIBS) $(PANGO_LIBS) $(MDNS_LIBS) ./xmms2-daap/xmms2-daap.a |