repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make sure to return an error if the file generation fails.
[wine.git]
/
dlls
/
dinput
/
Makefile.in
blob
ecbe6b8eadd0dfd155836e5b5e055ca84501cf50
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
dinput.dll
6
IMPORTS
=
user32 kernel32
7
EXTRALIBS
= $(
LIBUUID
)
8
9
LDDLLFLAGS
=
@LDDLLFLAGS@
10
SYMBOLFILE
= $(
MODULE
)
.tmp.o
11
12
C_SRCS
=
\
13
device.c \
14
dinput_main.c \
15
joystick
/
linux.c \
16
joystick
/
linuxinput.c \
17
keyboard
/
main.c \
18
mouse
/
main.c
19
20
RC_SRCS
=
version.rc
21
22
EXTRASUBDIRS
=
\
23
joystick \
24
keyboard \
25
mouse
26
27
@MAKE_DLL_RULES@
28
29
### Dependencies: