
LIB = ../libplugin$(LIB_EXT)

CPP_FILES = \
	SDLAudioOutputDevice.cpp \
	SDLInputDevice.cpp \
	SDLInputSignal.cpp \
	SDLVideoOutputDevice.cpp \
	Win32ClockDevice.cpp \
	RDTSCClockDevice.cpp \

include ../Makefile.rules

_all:
_clean:
