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 940815
[wine/gsoc-2012-control.git]
/
miscemu
/
Imakefile
blob
7caac55df7c3b6b79dc3659dc7baf3b45af124d3
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
CleanTarget()
26
27
includes::
28
29
install::