46 lines
636 B
Makefile
46 lines
636 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = winedos.dll
|
|
IMPORTLIB = winedos
|
|
IMPORTS = user32 kernel32 ntdll
|
|
|
|
SPEC_SRCS16 = wprocs.spec
|
|
|
|
C_SRCS = \
|
|
devices.c \
|
|
dma.c \
|
|
dosaspi.c \
|
|
dosconf.c \
|
|
dosmem.c \
|
|
dosvm.c \
|
|
fpu.c \
|
|
himem.c \
|
|
int09.c \
|
|
int10.c \
|
|
int13.c \
|
|
int15.c \
|
|
int16.c \
|
|
int21.c \
|
|
int25.c \
|
|
int26.c \
|
|
int2f.c \
|
|
int31.c \
|
|
int33.c \
|
|
int67.c \
|
|
interrupts.c \
|
|
ioports.c \
|
|
module.c \
|
|
ppdev.c \
|
|
relay.c \
|
|
soundblaster.c \
|
|
timer.c \
|
|
vga.c \
|
|
vxd.c \
|
|
xms.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|