Release 940815
[wine/gsoc-2012-control.git] / miscemu / Imakefile
blob7caac55df7c3b6b79dc3659dc7baf3b45af124d3
1 #include "../Wine.tmpl"
3 MODULE = miscemu
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
21 OBJS = $(SRCS:.c=.o)
23 WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
24 DependTarget()
25 CleanTarget()
27 includes::
29 install::