Moved the 16 bit driver functions callout into the dir.
[wine.git] / windows / Makefile.in
blobc8fdf3d277da9f667ea255b0292746c56d236560
1 DEFS = @DLLFLAGS@ -D__WINE__
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = windows
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 driver.c \
18 event.c \
19 focus.c \
20 hook.c \
21 input.c \
22 keyboard.c \
23 mdi.c \
24 message.c \
25 msgbox.c \
26 multimon.c \
27 nonclient.c \
28 painting.c \
29 property.c \
30 queue.c \
31 rect.c \
32 scroll.c \
33 syscolor.c \
34 sysmetrics.c \
35 timer.c \
36 user.c \
37 win.c \
38 winhelp.c \
39 winpos.c \
40 winproc.c
42 GLUE = hook.c \
43 driver.c
45 all: $(MODULE).o
47 @MAKE_RULES@
49 ### Dependencies: