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
Better thread safety for WarpPointer hack.
[wine.git]
/
misc
/
Makefile.in
blob
ea6c14837b73beed36392303b9b435dc4e434121
1
sysconfdir
=
@sysconfdir@
2
DEFS
=
@DLLFLAGS@
-
D__WINE__
-
DETCDIR
=
"
\"
$(sysconfdir)
\"
"
3
TOPSRCDIR
=
@top_srcdir@
4
TOPOBJDIR
=
..
5
SRCDIR
=
@
srcdir
@
6
VPATH
=
@
srcdir
@
7
MODULE
=
misc
8
9
C_SRCS
=
\
10
bidi16.c \
11
cdrom.c \
12
comm.c \
13
cpu.c \
14
ddeml.c \
15
debugstr.c \
16
error.c \
17
lstr.c \
18
main.c \
19
network.c \
20
port.c \
21
printdrv.c \
22
registry.c \
23
spy.c \
24
system.c \
25
toolhelp.c \
26
tweak.c \
27
version.c \
28
w32scomb.c \
29
wsprintf.c \
30
xmalloc.c
31
32
GLUE
=
printdrv.c
33
34
all
: $(
MODULE
)
.o
35
36
@MAKE_RULES@
37
38
### Dependencies:
39