Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3]: src/x11/Xserver/afb Pull up revision 1.2 (requested by rtr in...



details:   https://anonhg.NetBSD.org/src/rev/76b7ac20dbdb
branches:  netbsd-3
changeset: 576389:76b7ac20dbdb
user:      tron <tron%NetBSD.org@localhost>
date:      Sat Jul 02 16:10:01 2005 +0000

description:
Pull up revision 1.2 (requested by rtr in ticket #525):
build afbmodule.c when we build loadable xserver
XXX
do this in a way that will let static link of Xserver easier when the
rest of the framework supports it

diffstat:

 x11/Xserver/afb/Makefile.afb |  44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

diffs (48 lines):

diff -r 8f0f5c0c8fad -r 76b7ac20dbdb x11/Xserver/afb/Makefile.afb
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/Xserver/afb/Makefile.afb      Sat Jul 02 16:10:01 2005 +0000
@@ -0,0 +1,44 @@
+#      $NetBSD: Makefile.afb,v 1.2.2.2 2005/07/02 16:10:01 tron Exp $
+
+LIB=   afb
+
+.PATH: ${X11SRCDIR.xc}/programs/Xserver/${LIB}
+SRCS+= afbbltC.c afbbltX.c afbbltCI.c afbbltO.c afbbltG.c afbtileC.c \
+       afbtileG.c afbseg.c afbbitblt.c afbbres.c afbbresd.c \
+       afbbstore.c afbclip.c afbcmap.c afbfillarc.c afbfillrct.c \
+       afbfillsp.c afbfont.c afbgc.c afbgetsp.c afbhrzvert.c \
+       afbimage.c afbimggblt.c afbline.c afbmisc.c afbpixmap.c \
+       afbply1rct.c afbplygblt.c afbpntarea.c afbpntwin.c \
+       afbpolypnt.c afbpushpxl.c afbscrinit.c afbsetsp.c afbtegblt.c \
+       afbwindow.c afbzerarc.c
+
+CPPFLAGS+=     -I${X11SRCDIR.xc}/programs/Xserver/${LIB} \
+               -I${X11SRCDIR.xc}/programs/Xserver/cfb \
+               -I${X11SRCDIR.xc}/programs/Xserver/mfb \
+               -I${X11SRCDIR.xc}/programs/Xserver/mi \
+               -I${X11SRCDIR.xc}/programs/Xserver/include \
+               -I${DESTDIR}${X11INCDIR}/X11 \
+               -I${X11SRCDIR.xc}/include/fonts \
+               -I${XSERVERINCDIR}
+
+BUILDSYMLINKS= afbblt.c afbbltC.c \
+               afbblt.c afbbltCI.c \
+               afbblt.c afbbltG.c \
+               afbblt.c afbbltO.c \
+               afbblt.c afbbltX.c \
+               afbline.c afbseg.c \
+               afbtile.c afbtileC.c \
+               afbtile.c afbtileG.c
+
+CPPFLAGS.afbbltC.c=    -DMROP=Mcopy
+CPPFLAGS.afbbltCI.c=   -DMROP=McopyInverted
+CPPFLAGS.afbbltG.c=    -DMROP=0
+CPPFLAGS.afbbltO.c=    -DMROP=Mor
+CPPFLAGS.afbbltX.c=    -DMROP=Mxor
+CPPFLAGS.afbseg.c=     -DPOLYSEGMENT
+CPPFLAGS.afbtileC.c=   -DMROP=Mcopy
+CPPFLAGS.afbtileG.c=   -DMROP=0
+
+.include <bsd.x11.mk>
+LIBDIR=        ${XMODULEDIR}
+.include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index