| TOPSRCDIR = @top_srcdir@ | |
| TOPOBJDIR = ../.. | |
| SRCDIR = @srcdir@ | |
| VPATH = @srcdir@ | |
| MODULE = kernel32 | |
| SOVERSION = 1.0 | |
| ALTNAMES = comm kernel stress system toolhelp windebug win87em wprocs | |
| IMPORTS = ntdll | |
| C_SRCS = \ | |
| comm.c \ | |
| debugger.c \ | |
| format_msg.c \ | |
| kernel_main.c \ | |
| stress.c \ | |
| sync.c \ | |
| thunk.c \ | |
| time.c \ | |
| toolhelp.c \ | |
| utthunk.c \ | |
| win87em.c \ | |
| windebug.c \ | |
| wowthunk.c | |
| RC_SRCS = \ | |
| kernel.rc | |
| MC_SRCS = \ | |
| messages/winerr_enu.mc | |
| GLUE = utthunk.c | |
| EXTRASUBDIRS = \ | |
| messages | |
| @MAKE_DLL_RULES@ | |
| kernel.res: $(MC_SRCS:.mc=.mc.rc) | |
| ### Dependencies: |