Mercurial > audlegacy-plugins
annotate src/sexypsf/Makefile @ 2006:a56a26a5f233
Revised the plugindir logic.
author | Eugene Paskevich <eugene@raptor.kiev.ua> |
---|---|
date | Wed, 10 Oct 2007 01:40:13 +0300 |
parents | eed7c270e8dd |
children | 1ad002ce1bd0 |
rev | line source |
---|---|
1882 | 1 PLUGIN = sexypsf${PLUGIN_SUFFIX} |
2 SRCS = PsxBios.c \ | |
3 PsxCounters.c \ | |
4 PsxDma.c \ | |
5 Spu.c \ | |
6 PsxMem.c \ | |
7 PsxHw.c \ | |
8 Misc.c \ | |
9 R3000A.c \ | |
10 PsxInterpreter.c \ | |
11 PsxHLE.c \ | |
12 spu/spu.c \ | |
13 plugin.c | |
14 | |
15 include ../../buildsys.mk | |
1766
c3fdb0e5a306
Convert some makefiles, remove some -DHAVE_CONFIG_H.
William Pitcock <nenolod@atheme.org>
parents:
1203
diff
changeset
|
16 include ../../extra.mk |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
diff
changeset
|
17 |
2006
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1882
diff
changeset
|
18 plugindir := $(plugindir)/${INPUT_PLUGIN_DIR} |
a56a26a5f233
Revised the plugindir logic.
Eugene Paskevich <eugene@raptor.kiev.ua>
parents:
1882
diff
changeset
|
19 |
1882 | 20 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} ${PANGO_CFLAGS} -I../../intl -I../.. -Ispu/ -I. |
21 CFLAGS += ${PLUGIN_CFLAGS} | |
22 LIBS += -lz ${GTK_LIBS} ${GLIB_LIBS} ${PANGO_LIBS} |