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 support for WODM_BREAKLOOP message.
[wine.git]
/
scheduler
/
Makefile.in
blob
c2127c52e3ffa7e7d6f11fdb86f00b71d41d1f4b
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
-
DBINDIR
=
"
\"
$(bindir)
\"
"
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
debugger.c \
12
event.c \
13
handle.c \
14
mutex.c \
15
pipe.c \
16
process.c \
17
semaphore.c \
18
services.c \
19
synchro.c \
20
sysdeps.c \
21
syslevel.c \
22
thread.c \
23
timer.c
24
25
all
: $(
MODULE
)
.o
26
27
@MAKE_RULES@
28
29
### Dependencies: