[xserver-commit] xizzle/drivers Makefile.am,1.2,1.3
Daniel Stone
xserver-commit@pdx.freedesktop.org
Committed by: daniel
Update of /cvs/xserver/xizzle/drivers
In directory pdx:/tmp/cvs-serv13484/drivers
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/drivers/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/Makefile.am 4 Mar 2004 00:11:41 -0000 1.2
+++ b/Makefile.am 7 Mar 2004 11:58:13 -0000 1.3
@@ -8,9 +8,9 @@
sh $(srcdir)/confdrv.sh $(SUBDIRS) > drvConf.c
DISTCLEANFILES = drvConf.c
-AM_CFLAGS = $(XF86_CFLAGS)
+AM_CFLAGS = $(XIZZLE_CFLAGS)
-INCLUDES = $(XF86_INCS) -I$(top_srcdir)/mi \
+INCLUDES = $(XIZZLE_INCS) -I$(top_srcdir)/mi \
-I$(srcdir)/../loader -I$(srcdir)/../ddc \
-I$(srcdir)/../rac -I$(srcdir)/../vbe -I$(srcdir)/../int10 \
-I$(srcdir)/../i2c -I$(srcdir)/../parser -I$(srcdir)/../vgahw \