repo.or.cz
/
wine
/
gsoc_dplay.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added the DFCS_{HOT,TRANSPARENT} definitions.
[wine/gsoc_dplay.git]
/
scheduler
/
Makefile.in
blob
aae08909fd276c9c5130ba0e16d1284d140e225c
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
handle.c \
12
pipe.c \
13
process.c \
14
pthread.c \
15
synchro.c \
16
sysdeps.c \
17
syslevel.c \
18
thread.c \
19
timer.c
20
21
all
: $(
MODULE
)
.o
22
23
@MAKE_RULES@
24
25
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
26
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
27
28
### Dependencies: