DrawText ellipsification on all lines, not just single-line.
[wine/wine-kai.git] / dlls / x11drv / Makefile.in
blob9c498e6f85e8ffd80091dc0d6e4585a13700e84e
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = x11drv
6 EXTRALIBS = $(LIBTSX11) $(X_LIBS) $(XLIB)
7 IMPORTS = user32 gdi32 kernel32
9 C_SRCS = \
10 desktop.c \
11 dga2.c \
12 mouse.c \
13 scroll.c \
14 window.c \
15 winpos.c \
16 x11ddraw.c \
17 x11drv_main.c \
18 xrender.c \
19 xvidmode.c
21 PROGRAMS = \
22 $(TOPOBJDIR)/windows/x11drv/wineclipsrv
24 EXTRA_OBJS = \
25 $(TOPOBJDIR)/graphics/x11drv/x11drv.o \
26 $(TOPOBJDIR)/windows/x11drv/x11drv.o
28 SUBDIRS = \
29 $(TOPOBJDIR)/graphics/x11drv \
30 $(TOPOBJDIR)/windows/x11drv
32 @MAKE_DLL_RULES@
34 all: $(PROGRAMS)
36 $(EXTRA_OBJS) $(PROGRAMS): dummy
37 @cd `dirname $@` && $(MAKE) `basename $@`
39 install:: $(PROGRAMS)
40 [ -d $(bindir) ] || $(MKDIR) $(bindir)
41 $(INSTALL_PROGRAM) $(TOPOBJDIR)/windows/x11drv/wineclipsrv $(bindir)/wineclipsrv
43 uninstall::
44 cd $(bindir) && $(RM) wineclipsrv
46 ### Dependencies: