Small atom fixes.
[wine] / windows / Makefile.in
1 DEFS      = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR    = @srcdir@
5 VPATH     = @srcdir@
6 MODULE    = windows
7
8 C_SRCS = \
9         caret.c \
10         class.c \
11         clipboard.c \
12         dce.c \
13         defdlg.c \
14         defwnd.c \
15         dialog.c \
16         dinput.c \
17         display.c \
18         driver.c \
19         event.c \
20         focus.c \
21         graphics.c \
22         hook.c \
23         input.c \
24         keyboard.c \
25         mdi.c \
26         message.c \
27         mouse.c \
28         msgbox.c \
29         multimon.c \
30         nonclient.c \
31         painting.c \
32         property.c \
33         queue.c \
34         rect.c \
35         scroll.c \
36         syscolor.c \
37         sysmetrics.c \
38         timer.c \
39         user.c \
40         win.c \
41         winhelp.c \
42         winpos.c \
43         winproc.c
44
45 all: $(MODULE).o
46
47 @MAKE_RULES@
48
49 ### Dependencies: