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 some mci string parsing issues.
[wine.git]
/
miscemu
/
Makefile.in
blob
3096d41679d18850446337bc65c530652f5d2524
1
DEFS
= -
D__WINE__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
miscemu
7
8
SPEC_SRCS
=
wine.spec
9
10
C_SRCS
=
\
11
main.c
12
13
all
: $(
MODULE
)
.o
14
15
@MAKE_RULES@
16
17
$(
MODULE
)
.o
: $(
OBJS
)
Makefile.in
$(
TOPSRCDIR
)/
Make.rules.in
18
$(
LDCOMBINE
) $(
OBJS
) -
o
$
@
19
20
### Dependencies: