Makefile.in 377 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = dinput.dll
6
IMPORTS   = ole32 user32 advapi32 kernel32
7
EXTRALIBS = -ldxguid -luuid
8

9
C_SRCS = \
10
	data_formats.c \
Lionel Ulmer's avatar
Lionel Ulmer committed
11 12
	device.c \
	dinput_main.c \
13 14 15
	joystick_linux.c \
	joystick_linuxinput.c \
	keyboard.c \
16 17
	mouse.c \
	regsvr.c
Lionel Ulmer's avatar
Lionel Ulmer committed
18

19 20
RC_SRCS = version.rc

21 22 23
@MAKE_DLL_RULES@

### Dependencies: