18 lines
353 B
Makefile
18 lines
353 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = dinput.dll
|
|
IMPORTS = dinput ole32 version user32 kernel32
|
|
EXTRALIBS = -ldxguid -luuid -ldxerr8
|
|
|
|
CTESTS = \
|
|
device.c \
|
|
joystick.c \
|
|
keyboard.c \
|
|
mouse.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|