Removed X11 display parameter from the config file, this is more
[wine] / dlls / x11drv / Makefile.in
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@
10
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
44
45 PROGRAMS = wineclipsrv
46
47 EXTRASUBDIRS = \
48         $(TOPOBJDIR)/graphics/x11drv
49
50 @MAKE_DLL_RULES@
51
52 all: $(PROGRAMS)
53
54 wineclipsrv: wineclipsrv.c
55         $(CC) $(ALLCFLAGS) -o wineclipsrv $(SRCDIR)/wineclipsrv.c $(EXTRALIBS) $(LDFLAGS) $(LIBS)
56
57 install:: $(PROGRAMS)
58         $(MKINSTALLDIRS) $(bindir)
59         $(INSTALL_PROGRAM) wineclipsrv $(bindir)/wineclipsrv
60
61 uninstall::
62         $(RM) $(bindir)/wineclipsrv
63
64 ### Dependencies: