20 lines
221 B
Plaintext
20 lines
221 B
Plaintext
|
#include "../Wine.tmpl"
|
||
|
|
||
|
MODULE = miscemu
|
||
|
|
||
|
SRCS = \
|
||
|
emulate.c \
|
||
|
int1a.c \
|
||
|
int21.c \
|
||
|
kernel.c
|
||
|
|
||
|
OBJS = $(SRCS:.c=.o)
|
||
|
|
||
|
WineRelocatableTarget($(TOP)/$(MODULE),,$(OBJS))
|
||
|
DependTarget()
|
||
|
CleanTarget()
|
||
|
|
||
|
includes::
|
||
|
|
||
|
install::
|