[xserver-commit] xizzle/vgahw Makefile.am,1.1,1.2
Daniel Stone
xserver-commit@pdx.freedesktop.org
Committed by: daniel
Update of /cvs/xserver/xizzle/vgahw
In directory pdx:/tmp/cvs-serv13484/vgahw
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/vgahw/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:06 -0000 1.1
+++ b/Makefile.am 7 Mar 2004 11:58:14 -0000 1.2
@@ -1,7 +1,7 @@
-lib_LIBRARIES = libxf86vgahw.a
-libxf86vgahw_a_SOURCES = vgaHW.c vgaHWmodule.c
-INCLUDES = $(XF86_INCS) -I$(srcdir)/../ddc -I$(srcdir)/../i2c
-AM_CFLAGS = $(XF86_CFLAGS)
+lib_LIBRARIES = libxizzlevgahw.a
+libxizzlevgahw_a_SOURCES = vgaHW.c vgaHWmodule.c
+INCLUDES = $(XIZZLE_INCS) -I$(srcdir)/../ddc -I$(srcdir)/../i2c
+AM_CFLAGS = $(XIZZLE_CFLAGS)
-sdk_INCLUDEDIR = $(includedir)/X11/XF86SDK
+sdk_INCLUDEDIR = $(includedir)/X11/XIZZLESDK
sdk_INCLUDES = vgaHW.h