2000-12-26 01:22:45 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 23:19:06 +01:00
|
|
|
MODULE = winedos.dll
|
|
|
|
IMPORTS = user32.dll kernel32.dll ntdll.dll
|
2002-01-01 02:13:03 +01:00
|
|
|
EXTRALIBS = @CURSESLIBS@ @UTILLIBS@
|
2000-12-26 01:22:45 +01:00
|
|
|
|
|
|
|
C_SRCS = \
|
2001-12-04 20:54:44 +01:00
|
|
|
dosaspi.c \
|
|
|
|
devices.c \
|
2000-12-26 01:22:45 +01:00
|
|
|
dosvm.c \
|
2001-11-08 18:06:40 +01:00
|
|
|
int09.c \
|
2001-12-04 20:54:44 +01:00
|
|
|
int10.c \
|
|
|
|
int16.c \
|
|
|
|
int17.c \
|
|
|
|
int19.c \
|
|
|
|
int20.c \
|
|
|
|
int21.c \
|
|
|
|
int29.c \
|
|
|
|
int31.c \
|
|
|
|
int33.c \
|
2002-01-29 18:55:21 +01:00
|
|
|
int67.c \
|
2001-12-04 20:54:44 +01:00
|
|
|
ioports.c \
|
|
|
|
module.c \
|
|
|
|
vga.c \
|
|
|
|
xms.c
|
|
|
|
|
|
|
|
EXTRA_OBJS = \
|
|
|
|
$(TOPOBJDIR)/console/console.o
|
|
|
|
|
|
|
|
SUBDIRS = \
|
|
|
|
$(TOPOBJDIR)/console
|
2000-12-26 01:22:45 +01:00
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2001-12-04 20:54:44 +01:00
|
|
|
$(EXTRA_OBJS): dummy
|
|
|
|
@cd `dirname $@` && $(MAKE) `basename $@`
|
|
|
|
|
2000-12-26 01:22:45 +01:00
|
|
|
### Dependencies:
|