1 EXTRADEFS
= -DBINDIR
="\"$(bindir)\"" -DWINE_NO_STRICT
2 TOPSRCDIR
= @top_srcdir@
7 IMPORTS
= user32 gdi32 advapi32 kernel32 ntdll
9 EXTRALIBS
= @X_LIBS@ @X_PRE_LIBS@ @XLIB@ @X_EXTRA_LIBS@
11 LDDLLFLAGS
= @LDDLLFLAGS@
12 SYMBOLFILE
= $(MODULE
).tmp.o
15 $(TOPOBJDIR
)/graphics
/x11drv
/bitblt.c \
16 $(TOPOBJDIR
)/graphics
/x11drv
/bitmap.c \
17 $(TOPOBJDIR
)/graphics
/x11drv
/brush.c \
18 $(TOPOBJDIR
)/graphics
/x11drv
/clipping.c \
19 $(TOPOBJDIR
)/graphics
/x11drv
/codepage.c \
20 $(TOPOBJDIR
)/graphics
/x11drv
/dib.c \
21 $(TOPOBJDIR
)/graphics
/x11drv
/graphics.c \
22 $(TOPOBJDIR
)/graphics
/x11drv
/init.c \
23 $(TOPOBJDIR
)/graphics
/x11drv
/opengl.c \
24 $(TOPOBJDIR
)/graphics
/x11drv
/palette.c \
25 $(TOPOBJDIR
)/graphics
/x11drv
/pen.c \
26 $(TOPOBJDIR
)/graphics
/x11drv
/text.c \
27 $(TOPOBJDIR
)/graphics
/x11drv
/xfont.c \
43 PROGRAMS
= wineclipsrv
46 $(TOPOBJDIR
)/graphics
/x11drv
52 wineclipsrv
: wineclipsrv.c
53 $(CC
) $(ALLCFLAGS
) -o wineclipsrv
$(SRCDIR
)/wineclipsrv.c
$(EXTRALIBS
) $(LIBS
)
56 $(MKINSTALLDIRS
) $(bindir)
57 $(INSTALL_PROGRAM
) wineclipsrv
$(bindir)/wineclipsrv
60 $(RM
) $(bindir)/wineclipsrv