2000-06-03 02:07:44 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
2002-03-20 23:19:06 +01:00
|
|
|
MODULE = kernel32.dll
|
2002-03-26 20:56:06 +01:00
|
|
|
ALTNAMES = krnl386.exe comm.dll stress.dll system.dll toolhelp.dll windebug.dll win87em.dll wprocs.dll
|
2002-03-20 23:19:06 +01:00
|
|
|
IMPORTS = ntdll.dll
|
2000-06-03 02:07:44 +02:00
|
|
|
|
2000-06-03 06:49:40 +02:00
|
|
|
C_SRCS = \
|
2000-10-13 19:11:30 +02:00
|
|
|
comm.c \
|
2001-11-30 19:46:42 +01:00
|
|
|
console.c \
|
2000-09-29 22:48:04 +02:00
|
|
|
debugger.c \
|
2000-07-25 19:53:58 +02:00
|
|
|
format_msg.c \
|
2000-07-24 20:30:00 +02:00
|
|
|
kernel_main.c \
|
2000-07-26 21:51:37 +02:00
|
|
|
stress.c \
|
2001-05-24 21:32:00 +02:00
|
|
|
string.c \
|
2000-09-29 22:48:04 +02:00
|
|
|
sync.c \
|
2000-07-25 18:42:25 +02:00
|
|
|
thunk.c \
|
2000-09-29 22:48:04 +02:00
|
|
|
time.c \
|
2000-07-31 23:01:05 +02:00
|
|
|
toolhelp.c \
|
2000-07-25 18:42:25 +02:00
|
|
|
utthunk.c \
|
2000-07-24 20:30:00 +02:00
|
|
|
win87em.c \
|
2000-07-25 18:42:25 +02:00
|
|
|
windebug.c \
|
|
|
|
wowthunk.c
|
2000-06-03 06:49:40 +02:00
|
|
|
|
2000-07-10 15:11:27 +02:00
|
|
|
RC_SRCS = \
|
2001-05-31 23:37:29 +02:00
|
|
|
kernel.rc
|
|
|
|
|
|
|
|
RC_SRCS16 = \
|
2001-03-08 02:17:03 +01:00
|
|
|
version16.rc
|
2000-07-25 19:53:58 +02:00
|
|
|
|
|
|
|
MC_SRCS = \
|
|
|
|
messages/winerr_enu.mc
|
2000-07-10 15:11:27 +02:00
|
|
|
|
2000-08-14 16:29:22 +02:00
|
|
|
GLUE = utthunk.c
|
|
|
|
|
2000-08-08 22:49:16 +02:00
|
|
|
EXTRASUBDIRS = \
|
2001-01-10 23:58:38 +01:00
|
|
|
messages \
|
2002-01-15 21:59:22 +01:00
|
|
|
nls \
|
|
|
|
tests
|
|
|
|
|
2002-03-22 02:00:17 +01:00
|
|
|
CTESTS = \
|
|
|
|
tests/directory.c
|
|
|
|
|
2002-01-15 21:59:22 +01:00
|
|
|
PLTESTS = \
|
|
|
|
tests/atom.pl
|
2000-08-08 22:49:16 +02:00
|
|
|
|
2000-06-03 02:07:44 +02:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2000-11-06 06:30:48 +01:00
|
|
|
kernel.res: $(MC_SRCS:.mc=.mc.rc)
|
2000-07-25 19:53:58 +02:00
|
|
|
|
2001-02-23 21:37:13 +01:00
|
|
|
# Special rules for 16-bit resource files
|
|
|
|
|
|
|
|
version16.res: version16.rc
|
|
|
|
$(LDPATH) $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/version16.rc
|
|
|
|
|
2002-03-26 20:56:06 +01:00
|
|
|
krnl386.exe.spec.c: version16.res
|
2001-02-23 21:37:13 +01:00
|
|
|
|
2002-03-20 23:19:06 +01:00
|
|
|
install:: install_libdir
|
|
|
|
uninstall:: uninstall_libdir
|
|
|
|
|
2000-06-03 02:07:44 +02:00
|
|
|
### Dependencies:
|