Makefile.in 522 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = dinput.dll
6
IMPORTLIB = libdinput.$(IMPLIBEXT)
7
IMPORTS   = ole32 user32 advapi32 kernel32
8
EXTRALIBS = -ldxguid -luuid
9

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

21 22
IMPLIB_SRCS = data_formats.c

23 24
RC_SRCS = version.rc

25 26
@MAKE_DLL_RULES@

27
@DEPENDENCIES@  # everything below this line is overwritten by make depend