[xserver-commit] xizzle/os-support/linux Makefile.am,3.3,3.4
Daniel Stone
xserver-commit@pdx.freedesktop.org
Committed by: daniel
Update of /cvs/xserver/xizzle/os-support/linux
In directory pdx:/tmp/cvs-serv13484/os-support/linux
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/os-support/linux/Makefile.am,v
retrieving revision 3.3
retrieving revision 3.4
diff -u -d -r3.3 -r3.4
--- a/Makefile.am 28 Feb 2004 01:27:55 -0000 3.3
+++ b/Makefile.am 7 Mar 2004 11:58:13 -0000 3.4
@@ -1,19 +1,19 @@
-lib_LIBRARIES = libxf86linux.a
-libxf86linux_a_SOURCES = lnx_mouse.c lnx_kbd.c lnx_KbdMap.c \
- lnx_init.c lnx_video.c lnx_io.c \
- lnx_pci.c lnx_apm.c lnx_kmod.c lnx_agp.c \
- ../shared/at_scancode.c ../shared/libc_wrapper.c \
- ../shared/bios_mmap.c ../shared/VTsw_usl.c \
- ../shared/std_kbdEv.c ../shared/posix_tty.c \
- ../shared/vidmem.c ../shared/sigio.c \
- ../shared/stdResource.c \
- $(builddir)/int10/libxf86linuxint10.a \
- $(builddir)/drm/libxf86linuxdrm.a
+lib_LIBRARIES = libxizzlelinux.a
+libxizzlelinux_a_SOURCES = lnx_mouse.c lnx_kbd.c lnx_KbdMap.c \
+ lnx_init.c lnx_video.c lnx_io.c \
+ lnx_pci.c lnx_apm.c lnx_kmod.c lnx_agp.c \
+ ../shared/at_scancode.c ../shared/libc_wrapper.c \
+ ../shared/bios_mmap.c ../shared/VTsw_usl.c \
+ ../shared/std_kbdEv.c ../shared/posix_tty.c \
+ ../shared/vidmem.c ../shared/sigio.c \
+ ../shared/stdResource.c \
+ $(builddir)/int10/libxizzlelinuxint10.a \
+ $(builddir)/drm/libxizzlelinuxdrm.a
-sdk_INCLUDEDIR = $(includedir)/X11/XF86SDK
+sdk_INCLUDEDIR = $(includedir)/X11/XIZZLESDK
sdk_INCLUDES = agpgart.h
-INCLUDES = $(XF86_INCS)
-AM_CFLAGS = $(XF86_CFLAGS) -D_BSD_SOURCE
+INCLUDES = $(XIZZLE_INCS)
+AM_CFLAGS = $(XIZZLE_CFLAGS) -D_BSD_SOURCE
if DRI
DRI_SUBDIRS=drm