repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Got rid of misleading "No Tls Space" error message.
[wine.git]
/
misc
/
Makefile.in
blob
e39a6d2f6ee3de73d9b7d483bc39f66b918e5bf2
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
cdrom.c \
11
cpu.c \
12
debugstr.c \
13
error.c \
14
ext_debugger.c \
15
lstr.c \
16
main.c \
17
options.c \
18
port.c \
19
registry.c \
20
system.c \
21
tweak.c \
22
version.c \
23
wsprintf.c
24
25
all
: $(
MODULE
)
.o
26
27
@MAKE_RULES@
28
29
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
30
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
31
32
### Dependencies:
33