[xserver-commit] xizzle/os-support Makefile.am,3.2,3.3
Daniel Stone
xserver-commit@pdx.freedesktop.org
Committed by: daniel
Update of /cvs/xserver/xizzle/os-support
In directory pdx:/tmp/cvs-serv13484/os-support
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/Makefile.am,v
retrieving revision 3.2
retrieving revision 3.3
diff -u -d -r3.2 -r3.3
--- a/Makefile.am 19 Feb 2004 13:18:29 -0000 3.2
+++ b/Makefile.am 7 Mar 2004 11:58:13 -0000 3.3
@@ -1,13 +1,14 @@
-SUBDIRS = bus $(XF86_OS_SUBDIR)
+SUBDIRS = bus $(XIZZLE_OS_SUBDIR)
dummy.c:
touch dummy.c
DISTCLEANFILES = dummy.c
-lib_LIBRARIES = libxf86os.a
-libxf86os_a_SOURCES = dummy.c
-libxf86os_a_LIBADD = $(XF86_OS_SUBDIR)/libxf86$(XF86_OS_SUBDIR).a bus/libxf86bus.a
+lib_LIBRARIES = libxizzleos.a
+libxizzleos_a_SOURCES = dummy.c
+libxizzleos_a_LIBADD = $(XIZZLE_OS_SUBDIR)/libxizzle$(XIZZLE_OS_SUBDIR).a \
+ bus/libxizzlebus.a
-sdk_INCLUDEDIR = $(includedir)/X11/XF86SDK
+sdk_INCLUDEDIR = $(includedir)/X11/XIZZLESDK
sdk_INCLUDES = xf86_OSproc.h xf86_OSlib.h xf86_ansic.h xf86_libc.h xf86drm.h \
xf86drmCompat.h assyntax.h