Implemented both customdraw message sending and handling (based off
[wine/multimedia.git] / dlls / x11drv / Makefile.in
blob1a7b70ee7ecaa193478965db10d1ed477e059aaa
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = x11drv
6 SOVERSION = 1.0
7 EXTRALIBS = $(X_LIBS) $(XLIB)
8 IMPORTS = user32 gdi32 kernel32
10 C_SRCS = \
11 x11drv_main.c
13 PROGRAMS = \
14 $(TOPOBJDIR)/windows/x11drv/wineclipsrv
16 EXTRA_OBJS = \
17 $(TOPOBJDIR)/graphics/x11drv/x11drv.o \
18 $(TOPOBJDIR)/tsx11/tsx11.o \
19 $(TOPOBJDIR)/windows/x11drv/x11drv.o
21 SUBDIRS = \
22 $(TOPOBJDIR)/graphics/x11drv \
23 $(TOPOBJDIR)/tsx11 \
24 $(TOPOBJDIR)/windows/x11drv
26 @MAKE_DLL_RULES@
28 all: $(PROGRAMS)
30 $(EXTRA_OBJS) $(PROGRAMS): $(TOOLSUBDIRS) dummy
31 @cd `dirname $@` && $(MAKE) `basename $@`
33 install:: $(PROGRAMS)
34 [ -d $(bindir) ] || $(MKDIR) $(bindir)
35 $(INSTALL_PROGRAM) $(TOPOBJDIR)/windows/x11drv/wineclipsrv $(bindir)/wineclipsrv
37 uninstall::
38 cd $(bindir) && $(RM) wineclipsrv
40 ### Dependencies: