1 EXTRADEFS
= -DBINDIR
="\"$(bindir)\""
2 TOPSRCDIR
= @top_srcdir@
7 IMPORTS
= user32 gdi32 advapi32 kernel32
8 EXTRALIBS
= $(LIBTSX11
) $(X_LIBS
) $(XLIB
)
9 LDIMPORTS
= user32.dll gdi32.dll kernel32.dll
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 \
39 PROGRAMS
= wineclipsrv
42 $(TOPOBJDIR
)/graphics
/x11drv
48 wineclipsrv
: wineclipsrv.c
49 $(CC
) $(ALLCFLAGS
) -o wineclipsrv
$(SRCDIR
)/wineclipsrv.c
$(X_LIBS
) $(XLIB
) $(LIBS
)
51 install:: $(PROGRAMS
) install_libdir
52 $(MKINSTALLDIRS
) $(bindir)
53 $(INSTALL_PROGRAM
) wineclipsrv
$(bindir)/wineclipsrv
55 uninstall:: uninstall_libdir
56 $(RM
) $(bindir)/wineclipsrv