[xserver-commit] xizzle/dummylib Makefile.am,1.1,1.2

Daniel Stone xserver-commit@pdx.freedesktop.org


Committed by: daniel

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

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/dummylib/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/Makefile.am	19 Feb 2004 03:50:05 -0000	1.1
+++ b/Makefile.am	7 Mar 2004 11:58:13 -0000	1.2
@@ -1,5 +1,5 @@
-lib_LIBRARIES = libxf86dummy.a
-libxf86dummy_a_SOURCES = fatalerror.c getvalidbios.c logvwrite.c \
+lib_LIBRARIES = libxizzledummy.a
+libxizzledummy_a_SOURCES = fatalerror.c getvalidbios.c logvwrite.c \
                          pcitestmulti.c verrorf.c xalloc.c xf86allocscripi.c \
                          xf86addrestolist.c xf86drvmsg.c xf86drvmsgverb.c \
                          xf86errorf.c xf86errorfverb.c xf86getpagesize.c \
@@ -7,5 +7,5 @@
                          xf86opt.c xf86screens.c xf86servisinit.c xf86verbose.c \
                          $(srcdir)/../os-support/shared/sigiostubs.c
 
-INCLUDES = $(XF86_INCS)
-AM_CFLAGS = $(XF86_CFLAGS)
+INCLUDES = $(XIZZLE_INCS)
+AM_CFLAGS = $(XIZZLE_CFLAGS)