winhelp: Also store the relative offsets of a page in the history and back informatio...
[wine/dcerpc.git] / dlls / winex11.drv / Makefile.in
blob4d7df18089f07bdd647381c99623dc9e4ee86718
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = winex11.drv
6 IMPORTS = user32 gdi32 advapi32 imm32 kernel32 ntdll
7 DELAYIMPORTS = comctl32
8 EXTRAINCL = @X_CFLAGS@
9 EXTRALIBS = @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@
11 C_SRCS = \
12 bitblt.c \
13 bitmap.c \
14 brush.c \
15 clipboard.c \
16 clipping.c \
17 codepage.c \
18 desktop.c \
19 dib.c \
20 dib_convert.c \
21 dib_dst_swap.c \
22 dib_src_swap.c \
23 event.c \
24 graphics.c \
25 ime.c \
26 init.c \
27 keyboard.c \
28 mouse.c \
29 opengl.c \
30 palette.c \
31 pen.c \
32 scroll.c \
33 settings.c \
34 systray.c \
35 text.c \
36 window.c \
37 winpos.c \
38 wintab.c \
39 x11ddraw.c \
40 x11drv_main.c \
41 xdnd.c \
42 xfont.c \
43 xim.c \
44 xinerama.c \
45 xrandr.c \
46 xrender.c \
47 xvidmode.c
49 RC_SRCS = version.rc
51 @MAKE_DLL_RULES@
53 @DEPENDENCIES@ # everything below this line is overwritten by make depend