Mercurial > audlegacy-plugins
annotate src/projectm-1.0/Makefile @ 3203:f5456241bff9 default tip
changed include path from audacious to audlegacy.
| author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
|---|---|
| date | Tue, 10 Nov 2009 05:19:25 +0900 |
| parents | 8a7364b4c957 |
| children |
| rev | line source |
|---|---|
|
1920
a6d84a2cfaa7
projectm-1.0: add the new files this time
Kieran Clancy <clancy.kieran+audacious@gmail.com>
parents:
diff
changeset
|
1 PLUGIN = projectm-1.0${PLUGIN_SUFFIX} |
|
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
2 |
|
3040
f13b61c91ada
go back to the SDL version
William Pitcock <nenolod@atheme.org>
parents:
2528
diff
changeset
|
3 SRCS = main.cxx \ |
|
f13b61c91ada
go back to the SDL version
William Pitcock <nenolod@atheme.org>
parents:
2528
diff
changeset
|
4 video_init.cxx \ |
|
f13b61c91ada
go back to the SDL version
William Pitcock <nenolod@atheme.org>
parents:
2528
diff
changeset
|
5 ConfigFile.cxx \ |
|
f13b61c91ada
go back to the SDL version
William Pitcock <nenolod@atheme.org>
parents:
2528
diff
changeset
|
6 main_visplugin.c |
|
1920
a6d84a2cfaa7
projectm-1.0: add the new files this time
Kieran Clancy <clancy.kieran+audacious@gmail.com>
parents:
diff
changeset
|
7 |
|
a6d84a2cfaa7
projectm-1.0: add the new files this time
Kieran Clancy <clancy.kieran+audacious@gmail.com>
parents:
diff
changeset
|
8 include ../../buildsys.mk |
|
a6d84a2cfaa7
projectm-1.0: add the new files this time
Kieran Clancy <clancy.kieran+audacious@gmail.com>
parents:
diff
changeset
|
9 include ../../extra.mk |
|
a6d84a2cfaa7
projectm-1.0: add the new files this time
Kieran Clancy <clancy.kieran+audacious@gmail.com>
parents:
diff
changeset
|
10 |
|
2017
6d33dffd1382
Curly vs round braces (part 1)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2014
diff
changeset
|
11 plugindir := ${plugindir}/${VISUALIZATION_PLUGIN_DIR} |
|
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1920
diff
changeset
|
12 |
|
3043
8a7364b4c957
add a debugging notice
William Pitcock <nenolod@atheme.org>
parents:
3040
diff
changeset
|
13 LD = ${CXX} |
|
1920
a6d84a2cfaa7
projectm-1.0: add the new files this time
Kieran Clancy <clancy.kieran+audacious@gmail.com>
parents:
diff
changeset
|
14 CFLAGS += ${PLUGIN_CFLAGS} |
|
a6d84a2cfaa7
projectm-1.0: add the new files this time
Kieran Clancy <clancy.kieran+audacious@gmail.com>
parents:
diff
changeset
|
15 CXXFLAGS += ${PLUGIN_CFLAGS} |
|
3040
f13b61c91ada
go back to the SDL version
William Pitcock <nenolod@atheme.org>
parents:
2528
diff
changeset
|
16 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} ${SDL_CFLAGS} ${LIBPROJECTM1_CFLAGS} -I../../intl -I../.. |
|
f13b61c91ada
go back to the SDL version
William Pitcock <nenolod@atheme.org>
parents:
2528
diff
changeset
|
17 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${SDL_LIBS} ${LIBPROJECTM1_LIBS} |
