makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / krnl386.exe16 / Makefile.in
1 MODULE    = krnl386.exe16
2 IMPORTLIB = kernel
3 IMPORTS   = winecrt0 kernel32 ntdll
4 DELAYIMPORTS = ddraw dsound user32
5 EXTRAIMPLIBFLAGS = -m16
6 EXTRADLLFLAGS = -m16 -nodefaultlibs -Wb,--dll-name,kernel
7 EXTRARCFLAGS  = -O res16
8
9 C_SRCS = \
10         atom.c \
11         dma.c \
12         dosaspi.c \
13         dosconf.c \
14         dosdev.c \
15         dosexe.c \
16         dosmem.c \
17         dosvm.c \
18         error.c \
19         file.c \
20         fpu.c \
21         global.c \
22         instr.c \
23         int09.c \
24         int10.c \
25         int13.c \
26         int15.c \
27         int16.c \
28         int21.c \
29         int25.c \
30         int26.c \
31         int2f.c \
32         int31.c \
33         int33.c \
34         int67.c \
35         interrupts.c \
36         ioports.c \
37         kernel.c \
38         local.c \
39         ne_module.c \
40         ne_segment.c \
41         registry.c \
42         relay.c \
43         resource.c \
44         selector.c \
45         snoop.c \
46         soundblaster.c \
47         syslevel.c \
48         task.c \
49         thunk.c \
50         timer.c \
51         utthunk.c \
52         vga.c \
53         vxd.c \
54         wowthunk.c
55
56 RC_SRCS = version.rc
57
58 @MAKE_DLL_RULES@