12 lines
272 B
Makefile
12 lines
272 B
Makefile
|
TOPSRCDIR = @top_srcdir@
|
||
|
TOPOBJDIR = ../..
|
||
|
SRCDIR = @srcdir@
|
||
|
VPATH = @srcdir@
|
||
|
MODULE = ntoskrnl.exe
|
||
|
IMPORTLIB = libntoskrnl.exe.$(IMPLIBEXT)
|
||
|
IMPORTS = kernel32 ntdll
|
||
|
|
||
|
@MAKE_DLL_RULES@
|
||
|
|
||
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|