Makefile.in 557 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = dinput.dll
6
IMPORTLIB = dinput
7
IMPORTS   = dxguid uuid ole32 user32 advapi32 kernel32
8
EXTRALIBS = @CARBONLIB@ @IOKITLIB@
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
	joystick.c \
16 17
	joystick_linux.c \
	joystick_linuxinput.c \
18
	joystick_osx.c \
19
	keyboard.c \
20 21
	mouse.c \
	regsvr.c
Lionel Ulmer's avatar
Lionel Ulmer committed
22

23 24
IMPLIB_SRCS = data_formats.c

25 26
RC_SRCS = version.rc

27 28
@MAKE_DLL_RULES@

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