Add support for display of dibs on MSB XServers.
[wine/wine-kai.git] / dlls / x11drv / Makefile.in
blobc795470cc711adc1378999127471291fad19f496
1 EXTRADEFS = -DBINDIR="\"$(bindir)\""
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = x11drv.dll
7 IMPORTS = user32 gdi32 advapi32 kernel32 ntdll
8 EXTRAINCL = @X_CFLAGS@
9 EXTRALIBS = $(LIBUNICODE) @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@
11 C_SRCS = \
12 $(TOPOBJDIR)/graphics/x11drv/bitblt.c \
13 $(TOPOBJDIR)/graphics/x11drv/bitmap.c \
14 $(TOPOBJDIR)/graphics/x11drv/brush.c \
15 $(TOPOBJDIR)/graphics/x11drv/clipping.c \
16 $(TOPOBJDIR)/graphics/x11drv/codepage.c \
17 $(TOPOBJDIR)/graphics/x11drv/dib.c \
18 $(TOPOBJDIR)/graphics/x11drv/graphics.c \
19 $(TOPOBJDIR)/graphics/x11drv/init.c \
20 $(TOPOBJDIR)/graphics/x11drv/opengl.c \
21 $(TOPOBJDIR)/graphics/x11drv/palette.c \
22 $(TOPOBJDIR)/graphics/x11drv/pen.c \
23 $(TOPOBJDIR)/graphics/x11drv/text.c \
24 $(TOPOBJDIR)/graphics/x11drv/xfont.c \
25 clipboard.c \
26 desktop.c \
27 dga2.c \
28 dib_convert.c \
29 dib_dst_swap.c \
30 dib_src_swap.c \
31 event.c \
32 keyboard.c \
33 mouse.c \
34 scroll.c \
35 settings.c \
36 window.c \
37 winpos.c \
38 x11ddraw.c \
39 x11drv_main.c \
40 xdnd.c \
41 xrandr.c \
42 xrender.c \
43 xvidmode.c
45 PROGRAMS = wineclipsrv
47 EXTRASUBDIRS = \
48 $(TOPOBJDIR)/graphics/x11drv
50 @MAKE_DLL_RULES@
52 all: $(PROGRAMS)
54 wineclipsrv: wineclipsrv.c
55 $(CC) $(ALLCFLAGS) -o wineclipsrv $(SRCDIR)/wineclipsrv.c $(EXTRALIBS) $(LDFLAGS) $(LIBS)
57 install:: $(PROGRAMS)
58 $(MKINSTALLDIRS) $(bindir)
59 $(INSTALL_PROGRAM) wineclipsrv $(bindir)/wineclipsrv
61 uninstall::
62 $(RM) $(bindir)/wineclipsrv
64 ### Dependencies: