Mercurial > audlegacy-plugins
annotate src/paranormal/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 | 134deb25be83 |
children |
rev | line source |
---|---|
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
1 PLUGIN = paranormal${PLUGIN_SUFFIX} |
149
fd9c0a5871ac
[svn] - new and IMPROVED paranormal visualization studio
nenolod
parents:
diff
changeset
|
2 |
1882 | 3 SRCS = actuators.c \ |
4 beatdetect.c \ | |
5 builtins.c \ | |
6 cfg.c \ | |
7 cmaps.c \ | |
8 containers.c \ | |
9 drawing.c \ | |
10 freq.c \ | |
11 general.c \ | |
12 misc.c \ | |
13 paranormal.c \ | |
14 plugin.c \ | |
15 presets.c \ | |
16 wave.c \ | |
17 xform.c \ | |
18 libcalc/dict.c \ | |
19 libcalc/execute.c \ | |
20 libcalc/function.c \ | |
21 libcalc/parser.c \ | |
22 libcalc/storage.c | |
149
fd9c0a5871ac
[svn] - new and IMPROVED paranormal visualization studio
nenolod
parents:
diff
changeset
|
23 |
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
24 SUBDIRS = presets |
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
25 |
1833 | 26 include ../../buildsys.mk |
27 include ../../extra.mk | |
894 | 28 |
2017
6d33dffd1382
Curly vs round braces (part 1)
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2014
diff
changeset
|
29 plugindir := ${plugindir}/${VISUALIZATION_PLUGIN_DIR} |
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1882
diff
changeset
|
30 |
2014
1ad002ce1bd0
Just a tiny cleanup.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
2006
diff
changeset
|
31 CFLAGS += ${PLUGIN_CFLAGS} |
2528
134deb25be83
Remove DBUS_CFLAGS and DBUS_LIBS from Makefiles that don't need them.
Matti Hamalainen <ccr@tnsp.org>
parents:
2524
diff
changeset
|
32 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} ${SDL_CFLAGS} -I../.. -I. |
2524
c42fa8f89616
Remove -I../../intl and PANGO_{CFLAGS,LIBS} from those Makefiles where they are not needed (in practice almost all of them.)
Matti Hamalainen <ccr@tnsp.org>
parents:
2017
diff
changeset
|
33 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${XML_LIBS} ${SDL_LIBS} |