projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
XLFDs should be well-formed (14 hyphens) to match scalable fonts.
[wine]
/
scheduler
/
Makefile.in
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
process.c \
16
semaphore.c \
17
synchro.c \
18
sysdeps.c \
19
syslevel.c \
20
thread.c
21
22
all: $(MODULE).o
23
24
@MAKE_RULES@
25
26
### Dependencies: