2007-05-14 19:55:32 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = ntoskrnl.exe
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = ntoskrnl.exe
|
2007-05-14 19:55:32 +02:00
|
|
|
IMPORTS = kernel32 ntdll
|
|
|
|
|
2007-05-15 21:41:50 +02:00
|
|
|
C_SRCS = \
|
|
|
|
ntoskrnl.c
|
|
|
|
|
2009-01-12 01:34:10 +01:00
|
|
|
RC_SRCS = ntoskrnl.rc
|
|
|
|
|
2007-05-14 19:55:32 +02:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|