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
Fixed handling of DialogBoxIndirectParamA return value.
[wine.git]
/
misc
/
Makefile.in
blob
8d951162c354704009d0a4183badc1bb93e720d3
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
error.c \
13
lstr.c \
14
main.c \
15
options.c \
16
registry.c \
17
system.c \
18
tweak.c \
19
version.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:
29