Implemented a bunch of large integer functions in ntdll.
[wine] / dlls / kernel / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = kernel32
6 SOVERSION = 1.0
7 ALTNAMES  = comm kernel stress system toolhelp windebug win87em wprocs
8
9 C_SRCS = \
10         debugger.c \
11         format_msg.c \
12         kernel_main.c \
13         stress.c \
14         sync.c \
15         thunk.c \
16         time.c \
17         toolhelp.c \
18         utthunk.c \
19         win87em.c \
20         windebug.c \
21         wowthunk.c
22
23 RC_SRCS = \
24         kernel.rc
25
26 MC_SRCS = \
27         messages/winerr_enu.mc
28
29 GLUE = utthunk.c
30
31 EXTRASUBDIRS = \
32         messages
33
34 @MAKE_DLL_RULES@
35
36 depend $(RC_SRCS:.rc=.s): $(MC_SRCS:.mc=.rc)
37
38 ### Dependencies: