[xserver-commit] xizzle/xaa Makefile.am,3.3,3.4

Daniel Stone xserver-commit@pdx.freedesktop.org


Committed by: daniel

Update of /cvs/xserver/xizzle/xaa
In directory pdx:/tmp/cvs-serv13484/xaa

Modified Files:
	Makefile.am 
Log Message:
Fo'shizzle, I'm renaming the XFree86 DDX (hw/xfree86) to Xizzle (hw/xizzle), per
Mike Harris's suggestion.

It was getting way too confusing, so this DDX can now unambiguously be referred
to as 'Xizzle'. If anyone thinks the name sucks, email me/the list, and if the
name's better, we can move to that without too much hassle.

/cvs/xserver/xfree86 -> /cvs/xserver/xizzle
hw/xfree86 -> hw/xizzle
$(XF86_*) -> $(XIZZLE_foo)
libxf86* -> libxizzlefoo
XFree86 -> Xizzle


Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/xizzle/xaa/Makefile.am,v
retrieving revision 3.3
retrieving revision 3.4
diff -u -d -r3.3 -r3.4
--- a/Makefile.am	3 Mar 2004 12:23:59 -0000	3.3
+++ b/Makefile.am	7 Mar 2004 11:58:14 -0000	3.4
@@ -1,10 +1,10 @@
-INCLUDES = $(XF86_INCS)
-AM_CFLAGS = $(XF86_CFLAGS)
+INCLUDES = $(XIZZLE_INCS)
+AM_CFLAGS = $(XIZZLE_CFLAGS)
 
 SUBDIRS = lsb_first msb_first lsb_fixed msb_fixed
 
-lib_LIBRARIES = libxf86xaa.a libxf86xaaseg.a
-libxf86xaa_a_SOURCES = xaaInit.c xaaGC.c xaaInitAccel.c xaaFallback.c \
+lib_LIBRARIES = libxizzlexaa.a libxizzlexaaseg.a
+libxizzlexaa_a_SOURCES = xaaInit.c xaaGC.c xaaInitAccel.c xaaFallback.c \
                        xaaBitBlt.c xaaCpyArea.c xaaGCmisc.c xaaCpyWin.c \
                        xaaCpyPlane.c xaaFillRect.c xaaTEText.c xaaNonTEText.c \
                        xaaPCache.c xaaSpans.c xaaROP.c xaaImage.c \
@@ -12,13 +12,13 @@
                        xaaFillPoly.c xaaWideLine.c xaaTables.c xaaFillArc.c \
                        xaaLine.c xaaDashLine.c xaaOverlay.c xaaOffscreen.c \
                        xaaOverlayDF.c xaaStateChange.c xaaPict.c
-libxf86xaa_a_LIBADD = libxf86xaaseg.a lsb_first/libxf86xaalsbfirst.a \
-                      lsb_fixed/libxf86xaalsbfixed.a \
-                      msb_first/libxf86xaamsbfirst.a \
-                      msb_fixed/libxf86xaamsbfixed.a
+libxizzlexaa_a_LIBADD = libxizzlexaaseg.a lsb_first/libxizzlexaalsbfirst.a \
+                      lsb_fixed/libxizzlexaalsbfixed.a \
+                      msb_first/libxizzlexaamsbfirst.a \
+                      msb_fixed/libxizzlexaamsbfixed.a
 
-libxf86xaaseg_a_SOURCES = xaaLine.c xaaDashLine.c
-libxf86xaaseg_a_CFLAGS = $(XF86_CFLAGS) -DPOLYSEGMENT
+libxizzlexaaseg_a_SOURCES = xaaLine.c xaaDashLine.c
+libxizzlexaaseg_a_CFLAGS = $(XIZZLE_CFLAGS) -DPOLYSEGMENT
 
-sdk_INCLUDEDIR = $(includedir)/X11/XF86SDK
+sdk_INCLUDEDIR = $(includedir)/X11/XIZZLESDK
 sdk_INCLUDES = xaa.h xaalocal.h xaadrop.h