mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 17:00:47 +00:00
29 lines
482 B
Makefile
29 lines
482 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = dinput.dll
|
|
IMPORTLIB = libdinput.$(IMPLIBEXT)
|
|
IMPORTS = ole32 user32 advapi32 kernel32
|
|
EXTRALIBS = -ldxguid -luuid
|
|
|
|
C_SRCS = \
|
|
data_formats.c \
|
|
device.c \
|
|
dinput_main.c \
|
|
effect_linuxinput.c \
|
|
joystick_linux.c \
|
|
joystick_linuxinput.c \
|
|
keyboard.c \
|
|
mouse.c \
|
|
regsvr.c
|
|
|
|
IMPLIB_SRCS = data_formats.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
SUBDIRS = tests
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|