DEFS      = @DLLFLAGS@ -D__WINE__
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ..
SRCDIR    = @srcdir@
VPATH     = @srcdir@
MODULE    = windows

C_SRCS = \
	caret.c \
	class.c \
	clipboard.c \
	dce.c \
	defdlg.c \
	defwnd.c \
	dialog.c \
	dinput.c \
	driver.c \
	event.c \
	focus.c \
	graphics.c \
	hook.c \
	keyboard.c \
	mdi.c \
	message.c \
	msgbox.c \
	multimon.c \
	nonclient.c \
	painting.c \
	property.c \
	queue.c \
	rect.c \
	scroll.c \
	syscolor.c \
	sysmetrics.c \
	timer.c \
	user.c \
	win.c \
	winhelp.c \
	winpos.c \
	winproc.c

all: $(MODULE).o

@MAKE_RULES@

### Dependencies: