17 lines
284 B
Makefile
17 lines
284 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
TESTDLL = dinput.dll
|
||
|
IMPORTS = dinput ole32 version user32 kernel32
|
||
|
EXTRALIBS = -ldxguid -luuid -ldxerr8
|
||
|
|
||
|
CTESTS = \
|
||
|
joystick.c \
|
||
|
keyboard.c \
|
||
|
mouse.c
|
||
|
|
||
|
@MAKE_TEST_RULES@
|
||
|
|
||
|
### Dependencies:
|