1 EXTRADEFS
= -DBINDIR
="\"$(bindir)\""
2 TOPSRCDIR
= @top_srcdir@
7 IMPORTS
= user32 gdi32 advapi32 kernel32 ntdll
8 EXTRALIBS
= $(LIBTSX11
) $(X_LIBS
) $(XLIB
)
10 LDDLLFLAGS
= @LDDLLFLAGS@
11 SYMBOLFILE
= $(MODULE
).tmp.o
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 \
41 PROGRAMS
= wineclipsrv
44 $(TOPOBJDIR
)/graphics
/x11drv
50 wineclipsrv
: wineclipsrv.c
51 $(CC
) $(ALLCFLAGS
) -o wineclipsrv
$(SRCDIR
)/wineclipsrv.c
$(X_LIBS
) $(XLIB
) $(LIBS
)
54 $(MKINSTALLDIRS
) $(bindir)
55 $(INSTALL_PROGRAM
) wineclipsrv
$(bindir)/wineclipsrv
58 $(RM
) $(bindir)/wineclipsrv