Mercurial > audlegacy-plugins
annotate src/paranormal/Makefile @ 2138:76f9a4168708
Fix linking with libaudid3tag
Linking with libaudid3tag from /usr/lib/audacious, add rpath (affected to tta,
shnplug and madplug plugins)
| author | Vitaly Lipatov <lav@etersoft.ru> |
|---|---|
| date | Sat, 27 Oct 2007 19:34:46 -0500 |
| parents | 6d33dffd1382 |
| children | c42fa8f89616 |
| 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} |
| 1882 | 32 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${DBUS_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} ${ARCH_DEFINES} ${XML_CPPFLAGS} ${SDL_CFLAGS} -I../../intl -I../.. -I. |
| 33 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} ${XML_LIBS} ${SDL_LIBS} |
