projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added new functions (from Win98)
[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
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: