30 lines
333 B
Plaintext
30 lines
333 B
Plaintext
#include "../Wine.tmpl"
|
|
|
|
MODULE = miscemu
|
|
|
|
SRCS = \
|
|
emulate.c \
|
|
int10.c \
|
|
int13.c \
|
|
int15.c \
|
|
int16.c \
|
|
int1a.c \
|
|
int21.c \
|
|
int25.c \
|
|
int26.c \
|
|
int2a.c \
|
|
int2f.c \
|
|
int31.c \
|
|
ioports.c \
|
|
kernel.c
|
|
|
|
OBJS = $(SRCS:.c=.o)
|
|
|
|
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
|
|
DependTarget()
|
|
CleanTarget()
|
|
|
|
includes::
|
|
|
|
install::
|