Reimplemented DebugBreakProcess.
[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 IMPORTS   = ntdll
9
10 C_SRCS = \
11         comm.c \
12         console.c \
13         debugger.c \
14         format_msg.c \
15         kernel_main.c \
16         stress.c \
17         string.c \
18         sync.c \
19         thunk.c \
20         time.c \
21         toolhelp.c \
22         utthunk.c \
23         win87em.c \
24         windebug.c \
25         wowthunk.c
26
27 RC_SRCS = \
28         kernel.rc
29
30 RC_SRCS16 = \
31         version16.rc
32
33 MC_SRCS = \
34         messages/winerr_enu.mc
35
36 GLUE = utthunk.c
37
38 EXTRASUBDIRS = \
39         messages \
40         nls \
41         tests
42
43 PLTESTS = \
44         tests/atom.pl
45
46 @MAKE_DLL_RULES@
47
48 kernel.res: $(MC_SRCS:.mc=.mc.rc)
49
50 # Special rules for 16-bit resource files
51
52 version16.res: version16.rc
53         $(LDPATH) $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/version16.rc
54
55 kernel.spec.c: version16.res
56
57 ### Dependencies: