[xserver-commit] xizzle/drivers/ati Makefile.am,1.1,1.2
Daniel Stone
xserver-commit@pdx.freedesktop.org
Committed by: daniel
Update of /cvs/xserver/xizzle/drivers/ati
In directory pdx:/tmp/cvs-serv13484/drivers/ati
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/ati/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- a/Makefile.am 3 Mar 2004 15:21:53 -0000 1.1
+++ b/Makefile.am 7 Mar 2004 11:58:13 -0000 1.2
@@ -1,20 +1,20 @@
-AM_CFLAGS = $(XF86_CFLAGS)
+AM_CFLAGS = $(XIZZLE_CFLAGS)
-INCLUDES = $(XF86_INCS) \
+INCLUDES = $(XIZZLE_INCS) \
-I$(top_srcdir)/mi \
-I$(top_srcdir)/fb \
- -I$(top_srcdir)/hw/xfree86/fbdevhw \
- -I$(top_srcdir)/hw/xfree86/loader \
- -I$(top_srcdir)/hw/xfree86/ddc \
- -I$(top_srcdir)/hw/xfree86/rac \
- -I$(top_srcdir)/hw/xfree86/vbe \
- -I$(top_srcdir)/hw/xfree86/int10 \
- -I$(top_srcdir)/hw/xfree86/i2c \
- -I$(top_srcdir)/hw/xfree86/parser \
- -I$(top_srcdir)/hw/xfree86/vgahw \
- -I$(top_srcdir)/hw/xfree86/Xi \
- -I$(top_srcdir)/hw/xfree86/xaa \
- -I$(top_srcdir)/hw/xfree86/ramdac \
+ -I$(top_srcdir)/hw/xizzle/fbdevhw \
+ -I$(top_srcdir)/hw/xizzle/loader \
+ -I$(top_srcdir)/hw/xizzle/ddc \
+ -I$(top_srcdir)/hw/xizzle/rac \
+ -I$(top_srcdir)/hw/xizzle/vbe \
+ -I$(top_srcdir)/hw/xizzle/int10 \
+ -I$(top_srcdir)/hw/xizzle/i2c \
+ -I$(top_srcdir)/hw/xizzle/parser \
+ -I$(top_srcdir)/hw/xizzle/vgahw \
+ -I$(top_srcdir)/hw/xizzle/Xi \
+ -I$(top_srcdir)/hw/xizzle/xaa \
+ -I$(top_srcdir)/hw/xizzle/ramdac \
-I$(top_srcdir)/os
lib_LIBRARIES = libati.a