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