Makefile.in 517 Bytes
Newer Older
1 2 3 4 5 6
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = kernel32
SOVERSION = 1.0
7
ALTNAMES  = comm kernel stress system toolhelp windebug win87em wprocs
8

9
C_SRCS = \
Dave Pickles's avatar
Dave Pickles committed
10
	format_msg.c \
11
	kernel_main.c \
12
	stress.c \
13
	thunk.c \
14
	toolhelp.c \
15
	utthunk.c \
16
	win87em.c \
17 18
	windebug.c \
	wowthunk.c
19

20
RC_SRCS = \
Dave Pickles's avatar
Dave Pickles committed
21 22 23 24
	kernel.rc

MC_SRCS = \
	messages/winerr_enu.mc
25

26 27
GLUE = utthunk.c

28 29 30
EXTRASUBDIRS = \
	messages

31 32
@MAKE_DLL_RULES@

33
depend $(RC_SRCS:.rc=.s): $(MC_SRCS:.mc=.rc)
Dave Pickles's avatar
Dave Pickles committed
34

35
### Dependencies: