Sweden-Number/dlls/kernel/Makefile.in

63 lines
947 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = kernel32.dll
ALTNAMES = comm.dll kernel.dll stress.dll system.dll toolhelp.dll windebug.dll win87em.dll wprocs.dll
IMPORTS = ntdll.dll
C_SRCS = \
2000-10-13 19:11:30 +02:00
comm.c \
console.c \
debugger.c \
format_msg.c \
kernel_main.c \
stress.c \
string.c \
sync.c \
thunk.c \
time.c \
toolhelp.c \
utthunk.c \
win87em.c \
windebug.c \
wowthunk.c
RC_SRCS = \
kernel.rc
RC_SRCS16 = \
2001-03-08 02:17:03 +01:00
version16.rc
MC_SRCS = \
messages/winerr_enu.mc
GLUE = utthunk.c
2000-08-08 22:49:16 +02:00
EXTRASUBDIRS = \
2001-01-10 23:58:38 +01:00
messages \
2002-01-15 21:59:22 +01:00
nls \
tests
CTESTS = \
tests/directory.c
2002-01-15 21:59:22 +01:00
PLTESTS = \
tests/atom.pl
2000-08-08 22:49:16 +02:00
@MAKE_DLL_RULES@
kernel.res: $(MC_SRCS:.mc=.mc.rc)
# Special rules for 16-bit resource files
version16.res: version16.rc
$(LDPATH) $(WRC) $(DIVINCL) -o $@ -w16 -m -r $(SRCDIR)/version16.rc
kernel.spec.c: version16.res
install:: install_libdir
uninstall:: uninstall_libdir
### Dependencies: