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

9 10
SPEC_SRCS16 = $(ALTNAMES:.dll=.spec)

11
C_SRCS = \
12
	w32skernel.c \
13 14 15
	w32sys.c

C_SRCS16 = \
16 17
	win32s16.c

18
@MAKE_DLL_RULES@
19

20
### Dependencies: