[xserver-commit] xizzle/loader Makefile.am,1.3,1.4

Daniel Stone xserver-commit@pdx.freedesktop.org


Committed by: daniel

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

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/loader/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/Makefile.am	7 Mar 2004 11:07:58 -0000	1.3
+++ b/Makefile.am	7 Mar 2004 11:58:13 -0000	1.4
@@ -1,7 +1,7 @@
-INCLUDES = $(XF86_INCS) -I$(srcdir)/../parser -I$(top_srcdir)/os
-AM_CFLAGS = $(XF86_CFLAGS)
+INCLUDES = $(XIZZLE_INCS) -I$(srcdir)/../parser -I$(top_srcdir)/os
+AM_CFLAGS = $(XIZZLE_CFLAGS)
 
-lib_LIBRARIES = libxf86loader.a
-libxf86loader_a_SOURCES = dlloader.c hash.c loader.c loadmod.c loadfont.c \
+lib_LIBRARIES = libxizzleloader.a
+libxizzleloader_a_SOURCES = dlloader.c hash.c loader.c loadmod.c loadfont.c \
                           loadext.c os.c dixsym.c misym.c \
                           extsym.c $(SPARCSRCS)