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