Moved mode setting out of .spec file into Makefile.
[wine/gsoc_dplay.git] / dlls / x11drv / Makefile.in
blob832b3e0b7726525078ba5726fe976fc3c08a1fc5
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 EXTRALIBS = $(LIBTSX11) $(X_LIBS) $(XLIB)
10 LDDLLFLAGS = @LDDLLFLAGS@
11 SYMBOLFILE = $(MODULE).tmp.o
13 C_SRCS = \
14 $(TOPOBJDIR)/graphics/x11drv/bitblt.c \
15 $(TOPOBJDIR)/graphics/x11drv/bitmap.c \
16 $(TOPOBJDIR)/graphics/x11drv/brush.c \
17 $(TOPOBJDIR)/graphics/x11drv/clipping.c \
18 $(TOPOBJDIR)/graphics/x11drv/codepage.c \
19 $(TOPOBJDIR)/graphics/x11drv/dib.c \
20 $(TOPOBJDIR)/graphics/x11drv/graphics.c \
21 $(TOPOBJDIR)/graphics/x11drv/init.c \
22 $(TOPOBJDIR)/graphics/x11drv/opengl.c \
23 $(TOPOBJDIR)/graphics/x11drv/palette.c \
24 $(TOPOBJDIR)/graphics/x11drv/pen.c \
25 $(TOPOBJDIR)/graphics/x11drv/text.c \
26 $(TOPOBJDIR)/graphics/x11drv/xfont.c \
27 desktop.c \
28 clipboard.c \
29 dga2.c \
30 event.c \
31 keyboard.c \
32 mouse.c \
33 scroll.c \
34 window.c \
35 winpos.c \
36 x11ddraw.c \
37 x11drv_main.c \
38 xrender.c \
39 xvidmode.c
41 PROGRAMS = wineclipsrv
43 EXTRASUBDIRS = \
44 $(TOPOBJDIR)/graphics/x11drv
46 @MAKE_DLL_RULES@
48 all: $(PROGRAMS)
50 wineclipsrv: wineclipsrv.c
51 $(CC) $(ALLCFLAGS) -o wineclipsrv $(SRCDIR)/wineclipsrv.c $(X_LIBS) $(XLIB) $(LIBS)
53 install:: $(PROGRAMS)
54 $(MKINSTALLDIRS) $(bindir)
55 $(INSTALL_PROGRAM) wineclipsrv $(bindir)/wineclipsrv
57 uninstall::
58 $(RM) $(bindir)/wineclipsrv
60 ### Dependencies: