projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE
[wine]
/
scheduler
/
Makefile.in
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
pthread.c \
18
semaphore.c \
19
services.c \
20
synchro.c \
21
sysdeps.c \
22
syslevel.c \
23
thread.c \
24
timer.c
25
26
all: $(MODULE).o
27
28
@MAKE_RULES@
29
30
### Dependencies: