view src/sexypsf/Makefile @ 3165:087abc78516e

alsa-ng: implement pause stuff. not perfect yet.
author William Pitcock <nenolod@atheme.org>
date Thu, 14 May 2009 23:14:50 -0500
parents c42fa8f89616
children
line wrap: on
line source

PLUGIN = sexypsf${PLUGIN_SUFFIX}

SRCS = PsxBios.c 	\
       PsxCounters.c	\
       PsxDma.c		\
       Spu.c		\
       PsxMem.c		\
       PsxHw.c		\
       Misc.c		\
       R3000A.c		\
       PsxInterpreter.c	\
       PsxHLE.c		\
       spu/spu.c	\
       plugin.c

include ../../buildsys.mk
include ../../extra.mk

plugindir := ${plugindir}/${INPUT_PLUGIN_DIR}

CFLAGS += ${PLUGIN_CFLAGS}
CPPFLAGS += ${PLUGIN_CPPFLAGS} ${MOWGLI_CFLAGS} ${GTK_CFLAGS} ${GLIB_CFLAGS}  -I../.. -Ispu/ -I.
LIBS += ${GTK_LIBS} ${GLIB_LIBS}  ${MOWGLI_LIBS} -lz