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
Make the testing framework thread safe.
[wine/gsoc_dplay.git]
/
misc
/
Makefile.in
blob
2ebc27672ccd1963dcd09d17cc040c3a82f68a44
1
sysconfdir
=
@sysconfdir@
2
DEFS
=
@DLLFLAGS@
-
D__WINE__
-
DETCDIR
=
"
\"
$(sysconfdir)
\"
"
3
TOPSRCDIR
=
@top_srcdir@
4
TOPOBJDIR
=
..
5
SRCDIR
=
@
srcdir
@
6
VPATH
=
@
srcdir
@
7
MODULE
=
misc
8
9
C_SRCS
=
\
10
cpu.c \
11
error.c \
12
main.c \
13
options.c \
14
registry.c \
15
system.c \
16
version.c
17
18
all
: $(
MODULE
)
.o
19
20
@MAKE_RULES@
21
22
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
23
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
24
25
### Dependencies:
26