repo.or.cz
/
wine
/
gsoc_dplay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added the DFCS_{HOT,TRANSPARENT} definitions.
[wine/gsoc_dplay.git]
/
dlls
/
dinput
/
Makefile.in
blob
fae2dc2daf9c0335c1966ececabcb922055634f1
1
TOPSRCDIR
=
@top_srcdir@
2
TOPOBJDIR
=
..
/
..
3
SRCDIR
=
@
srcdir
@
4
VPATH
=
@
srcdir
@
5
MODULE
=
dinput.dll
6
EXTRALIBS
= $(
LIBUUID
)
7
8
LDDLLFLAGS
=
@LDDLLFLAGS@
9
SYMBOLFILE
= $(
MODULE
)
.tmp.o
10
11
C_SRCS
=
\
12
device.c \
13
dinput_main.c \
14
joystick
/
linux.c \
15
joystick
/
linuxinput.c \
16
keyboard
/
main.c \
17
mouse
/
main.c
18
19
EXTRASUBDIRS
=
\
20
joystick \
21
keyboard \
22
mouse
23
24
@MAKE_DLL_RULES@
25
26
### Dependencies:
27