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
Added missing string.h include.
[wine.git]
/
scheduler
/
Makefile.in
blob
c21919d2df04e3d9067856f278efe1c8ac5d80d3
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
scheduler
7
8
C_SRCS
=
\
9
client.c \
10
critsection.c \
11
event.c \
12
handle.c \
13
k32obj.c \
14
mutex.c \
15
pipe.c \
16
process.c \
17
semaphore.c \
18
synchro.c \
19
sysdeps.c \
20
syslevel.c \
21
thread.c
22
23
all
: $(
MODULE
)
.o
24
25
@MAKE_RULES@
26
27
### Dependencies: