Makefile.in 279 Bytes
Newer Older
1 2 3 4
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
5
MODULE    = w32skrnl.dll
6
IMPORTS   = kernel32
7

8
C_SRCS = \
9
	w32skernel.c \
10 11 12
	w32sys.c

C_SRCS16 = \
13 14
	win32s16.c

15 16 17 18
SPEC_SRCS16 = \
	w32sys.spec \
	win32s16.spec

19
@MAKE_DLL_RULES@
20

21
### Dependencies: