makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / dinput / Makefile.in
1 MODULE    = dinput.dll
2 IMPORTLIB = dinput
3 IMPORTS   = dxguid uuid ole32 user32 advapi32
4 EXTRALIBS = @CARBONLIB@ @IOKITLIB@
5
6 C_SRCS = \
7         data_formats.c \
8         device.c \
9         dinput_main.c \
10         effect_linuxinput.c \
11         joystick.c \
12         joystick_linux.c \
13         joystick_linuxinput.c \
14         joystick_osx.c \
15         keyboard.c \
16         mouse.c \
17         regsvr.c
18
19 IMPLIB_SRCS = data_formats.c
20
21 RC_SRCS = version.rc
22
23 @MAKE_DLL_RULES@