[xserver-commit] xizzle/Xi Makefile.am,1.1,1.2
Daniel Stone
xserver-commit@pdx.freedesktop.org
Committed by: daniel
Update of /cvs/xserver/xizzle/Xi
In directory pdx:/tmp/cvs-serv13484/Xi
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/Xi/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 = libxf86xi.a
-libxf86xi_a_SOURCES = allowev.c chgkbd.c chgdctl.c chgfctl.c chgkmap.c \
+lib_LIBRARIES = libxizzlexi.a
+libxizzlexi_a_SOURCES = allowev.c chgkbd.c chgdctl.c chgfctl.c chgkmap.c \
chgprop.c chgptr.c closedev.c devbell.c exevents.c \
extinit.c getdctl.c getfctl.c getfocus.c getbmap.c \
getkmap.c getmmap.c getprop.c getselev.c getvers.c \
@@ -8,5 +8,5 @@
setfocus.c setmode.c setbmap.c setmmap.c stubs.c \
ungrdev.c ungrdevb.c ungrdevk.c
-INCLUDES = $(XF86_INCS)
-AM_CFLAGS = $(XF86_CFLAGS)
+INCLUDES = $(XIZZLE_INCS)
+AM_CFLAGS = $(XIZZLE_CFLAGS)