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 941017
[wine/gsoc-2012-control.git]
/
miscemu
/
Imakefile
blob
f44c8764aa84e92646c066b0c640ea3799fbbeec
1
#include "../Wine.tmpl"
2
3
MODULE = miscemu
4
5
SRCS = \
6
emulate.c \
7
int10.c \
8
int13.c \
9
int15.c \
10
int16.c \
11
int1a.c \
12
int21.c \
13
int25.c \
14
int26.c \
15
int2a.c \
16
int2f.c \
17
int31.c \
18
ioports.c \
19
kernel.c
20
21
OBJS = $(SRCS:.c=.o)
22
23
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
24
DependTarget()
25
26
includes::
27
28
install::