repo.or.cz
/
wine
/
gsoc-2012-control.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Release 20000326.
[wine/gsoc-2012-control.git]
/
loader
/
dos
/
Makefile.in
blob
20f7f9f598135a94e992fc2a5a881e81af33ab04
1
DEFS
=
@DLLFLAGS@
-
D__WINE__
2
TOPSRCDIR
=
@top_srcdir@
3
TOPOBJDIR
=
..
/
..
4
SRCDIR
=
@
srcdir
@
5
VPATH
=
@
srcdir
@
6
MODULE
=
dos
7
8
C_SRCS
=
\
9
module.c \
10
dosvm.c
11
12
PROGRAMS
=
dosmod
13
14
all
: $(
MODULE
)
.o
$(
PROGRAMS
)
15
16
dosmod
:
dosmod.c
17
$(
CC
) $(
ALLCFLAGS
) -
o dosmod
$(
SRCDIR
)/
dosmod.c
18
19
@MAKE_RULES@
20
21
### Dependencies: