Take advantage of the recursive nature of .gitignore for Makefile entries.
[wine] / dlls / w32skrnl / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = w32skrnl.dll
6 IMPORTS   = kernel32
7
8 C_SRCS = \
9         w32skernel.c \
10         w32sys.c
11
12 C_SRCS16 = \
13         win32s16.c
14
15 SPEC_SRCS16 = \
16         w32sys.spec \
17         win32s16.spec
18
19 @MAKE_DLL_RULES@
20
21 ### Dependencies: