[xserver-commit] xizzle/int10 Makefile.am,1.2,1.3

Daniel Stone xserver-commit@pdx.freedesktop.org


Committed by: daniel

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

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/int10/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- a/Makefile.am	28 Feb 2004 01:27:51 -0000	1.2
+++ b/Makefile.am	7 Mar 2004 11:58:13 -0000	1.3
@@ -1,12 +1,12 @@
-INCLUDES = $(XF86_INCS)
-AM_CFLAGS = $(XF86_CFLAGS)
+INCLUDES = $(XIZZLE_INCS)
+AM_CFLAGS = $(XIZZLE_CFLAGS)
 
-lib_LIBRARIES = libxf86int10.a
+lib_LIBRARIES = libxizzleint10.a
 
-libxf86int10_a_SOURCES = stub.c
+libxizzleint10_a_SOURCES = stub.c
 
-#libxf86int10_a_SOURCES = pci.c xf86int10module.c helper_exec.c helper_mem.c \
+#libxizzleint10_a_SOURCES = pci.c xf86int10module.c helper_exec.c helper_mem.c \
 #                         xf86int10.c xf86x86emu.c generic.c
 
-sdk_INCLUDEDIR = $(includedir)/X11/XF86SDK
+sdk_INCLUDEDIR = $(includedir)/X11/XIZZLESDK
 sdk_INCLUDES = xf86int10.h