Mercurial > audlegacy-plugins
annotate src/curl/Makefile @ 1862:d9d4b258fbf1
Millions of Makefile fixes. More to follow.
| author | Jonathan Schleifer <js@h3c.de> |
|---|---|
| date | Mon, 24 Sep 2007 23:03:25 +0200 |
| parents | e0c5fa530df8 |
| children | a56a26a5f233 |
| rev | line source |
|---|---|
|
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1844
diff
changeset
|
1 PLUGIN = curl${PLUGIN_SUFFIX} |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1844
diff
changeset
|
2 SRCS = curl.c |
| 429 | 3 |
|
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1844
diff
changeset
|
4 plugindir = audacious/${TRANSPORT_PLUGIN_DIR} |
| 429 | 5 |
| 1844 | 6 include ../../buildsys.mk |
| 7 include ../../extra.mk | |
| 429 | 8 |
|
1862
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1844
diff
changeset
|
9 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} ${CURL_CFLAGS} -I../../intl -I../.. |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1844
diff
changeset
|
10 CFLAGS += ${PLUGIN_CFLAGS} |
|
d9d4b258fbf1
Millions of Makefile fixes. More to follow.
Jonathan Schleifer <js@h3c.de>
parents:
1844
diff
changeset
|
11 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${XML_LIBS} ${CURL_LIBS} |
