2000-06-03 02:07:44 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = kernel32
|
|
|
|
SOVERSION = 1.0
|
|
|
|
ALTNAMES = wow32 comm kernel system toolhelp wprocs
|
|
|
|
|
|
|
|
SPEC_SRCS = \
|
|
|
|
kernel32.spec \
|
|
|
|
wow32.spec \
|
|
|
|
comm.spec \
|
|
|
|
kernel.spec \
|
|
|
|
system.spec \
|
|
|
|
toolhelp.spec \
|
|
|
|
wprocs.spec
|
|
|
|
|
2000-06-03 06:49:40 +02:00
|
|
|
C_SRCS = \
|
|
|
|
kernel_main.c
|
|
|
|
|
2000-06-03 02:07:44 +02:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
### Dependencies:
|