2000-06-03 02:07:44 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = kernel32
|
|
|
|
SOVERSION = 1.0
|
2000-07-26 21:51:37 +02:00
|
|
|
ALTNAMES = comm kernel stress system toolhelp windebug win87em wprocs
|
2000-10-31 01:22:41 +01:00
|
|
|
IMPORTS = ntdll
|
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 \
|
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 \
|
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 = \
|
2000-07-25 19:53:58 +02:00
|
|
|
kernel.rc
|
|
|
|
|
|
|
|
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 = \
|
|
|
|
messages
|
|
|
|
|
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
|
|
|
|
2000-06-03 02:07:44 +02:00
|
|
|
### Dependencies:
|