2005-05-11 14:05:17 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
TESTDLL = dinput.dll
|
|
|
|
IMPORTS = dinput ole32 version user32 kernel32
|
|
|
|
EXTRALIBS = -ldxguid -luuid -ldxerr8
|
|
|
|
|
|
|
|
CTESTS = \
|
2006-12-18 07:22:34 +01:00
|
|
|
device.c \
|
2005-05-11 14:05:17 +02:00
|
|
|
joystick.c \
|
|
|
|
keyboard.c \
|
|
|
|
mouse.c
|
|
|
|
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
|
2006-09-14 09:38:16 +02:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|