Moved comm.c into kernel32.
[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         comm.c \
11         debugger.c \
12         format_msg.c \
13         kernel_main.c \
14         stress.c \
15         sync.c \
16         thunk.c \
17         time.c \
18         toolhelp.c \
19         utthunk.c \
20         win87em.c \
21         windebug.c \
22         wowthunk.c
23
24 RC_SRCS = \
25         kernel.rc
26
27 MC_SRCS = \
28         messages/winerr_enu.mc
29
30 GLUE = utthunk.c
31
32 EXTRASUBDIRS = \
33         messages
34
35 @MAKE_DLL_RULES@
36
37 depend $(RC_SRCS:.rc=.s): $(MC_SRCS:.mc=.rc)
38
39 ### Dependencies: