Mercurial > audlegacy-plugins
annotate src/sexypsf/Makefile @ 1971:4ead92d8e6c3
branch merge
author | Ralf Ertzinger <ralf@skytale.net> |
---|---|
date | Wed, 03 Oct 2007 15:37:04 +0200 |
parents | eed7c270e8dd |
children | a56a26a5f233 |
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 plugindir = audacious/${INPUT_PLUGIN_DIR} | |
16 | |
17 include ../../buildsys.mk | |
1766
c3fdb0e5a306
Convert some makefiles, remove some -DHAVE_CONFIG_H.
William Pitcock <nenolod@atheme.org>
parents:
1203
diff
changeset
|
18 include ../../extra.mk |
0
13389e613d67
[svn] - initial import of audacious-plugins tree (lots to do)
nenolod
parents:
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} |