comparison src/psf2/Makefile @ 2737:62cc6d667119

Import a bunch of stuff for new psf2 plugin.
author William Pitcock <nenolod@atheme.org>
date Mon, 30 Jun 2008 20:20:53 -0500
parents
children d0011cde16b7
comparison
equal deleted inserted replaced
2731:324f950774cb 2737:62cc6d667119
1 PROG = psf2
2 #PLUGIN = psf2${PLUGIN_SUFFIX}
3
4 SRCS = corlett.c \
5 plugin.c \
6 psx.c \
7 psx_hw.c \
8 eng_psf.c \
9 eng_psf2.c \
10 eng_spu.c \
11 peops/spu.c \
12 peops2/dma.c \
13 peops2/registers.c \
14 peops2/spu.c \
15
16 include ../../buildsys.mk
17 include ../../extra.mk
18
19 plugindir := ${plugindir}/${INPUT_PLUGIN_DIR}
20
21 CFLAGS += ${PLUGIN_CFLAGS}
22 CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS} -I../.. -Ispu/ -I.
23 LIBS += ${GTK_LIBS} ${GLIB_LIBS} ${MOWGLI_LIBS} -lz