repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use libwine and libwine_unicode directly from their build directory
[wine/multimedia.git]
/
scheduler
/
Makefile.in
blob
a6f8003ab558f0c70cdd46fdf2d621b8892fe2b2
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
services.c \
16
synchro.c \
17
sysdeps.c \
18
syslevel.c \
19
thread.c \
20
timer.c
21
22
all
: $(
MODULE
)
.o
23
24
@MAKE_RULES@
25
26
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
27
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
28
29
### Dependencies: