debrix ChangeLog, NONE, 1.1 Makefile.am, NONE, 1.1 configure.ac, NONE, 1.1 autogen.sh, NONE, 1.1 fixincs.sh, NONE, 1.1 debrix.pc.in, NONE, 1.1

Daniel Stone xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:11:18 EST 2004


Committed by: daniel

Update of /cvs/xserver/debrix
In directory pdx:/home/daniel/x/debrix/debrix-200406110418

Added Files:
	ChangeLog Makefile.am configure.ac autogen.sh fixincs.sh 
	debrix.pc.in 
Log Message:
Initial import from monolothic tree.

--- NEW FILE: ChangeLog ---
2004-06-11  Daniel Stone  <daniel at freedesktop.org>

	* Initial import from monolithic tree.

--- NEW FILE: Makefile.am ---
AUTOMAKE_OPTIONS=dist-bzip2 foreign

if COMPOSITE
COMPOSITE_DIR=composite
endif

SUBDIRS=	\
	include	\
	dix 	\
	fb	\
	mi	\
	Xext	\
	miext	\
	os	\
	randr	\
	render  \
        Xi	\
        mfb	\
        xkb	\
        damageext \
        xfixes  \
        $(COMPOSITE_DIR) \
	hw

AM_CFLAGS = $(XORG_CFLAGS)

pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA = debrix.pc
EXTRA_DIST = debrix.pc.in

--- NEW FILE: configure.ac ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: autogen.sh ---
#! /bin/sh
autoreconf -v --install || exit 1
./configure --enable-maintainer-mode "$@"

--- NEW FILE: fixincs.sh ---
#!/bin/sh
for i in "$@"; do
        if grep -q 'XORG_CFLAGS' $i; then
                echo $i already has XORG_CFLAGS
        else
                chmod +w $i
#                ed $i << EOF
#/^#/
#i
##ifdef HAVE_CONFIG_H
##include <config.h>
##endif
#.
#w
#q
#EOF
echo 'AM_CFLAGS = $(AM_CFLAGS) $(XORG_CFLAGS)' >> $i
        fi
#sed -i $i -e 's/"X.h"/<X11\/X.h>/; s/"Xatom.h"/<X11\/Xatom.h>/;
#	s/"Xproto.h"/<X11\/Xproto.h>/; s/"Xmd.h"/<X11\/Xmd.h>/;
#	s/"Xos.h"/<X11\/Xos.h>/; s/"Xv.h"/<X11\/extensions\/Xv.h>/;
#	s/"Xatom.h"/<X11\/Xatom.h>/; s/"Xarch.h"/<X11\/Xarch.h>/;
#	s/"Xpoll.sh"/<X11\/Xpoll.h>/; s/"Xfuncs.h"/<X11\/Xfuncs.h>/;
#	s/"Xalloca.h"/<X11\/Xalloca.h>/; s/"Xdefs.h"/<X11\/Xdefs.h>/;
#	s/"Xvproto.h"/<X11\/extensions\/Xvproto.h>/;
#	s/"XIproto.h"/<X11\/extensions\/XIproto.h>/;
#	s/"Xfuncproto.h"/<X11\/Xfuncproto.h>/;
#	s/"xf86dga.h"/<X11\/extensions\/xf86dga.h>/;
#	s/"xf86dgastr.h"/<X11\/extensions\/xf86dgastr.h>/;
#	s/"extensions\/dpms.h"/<X11\/extensions\/dpms.h>/;
#	s/"Xprotostr.h"/<X11\/Xprotostr.h>/; s/"Xfuncdefs.h"/<X11\/Xfundefs.h>/;
#	s/"XKBsrv.h"/<X11\/XKBsrv.h>/; s/"XI.h"/<X11\/XI.h>/;
#	s/<X11\/XKBsrv.h>/<X11\/extensions\/XKBsrv.h>/;
#	s/<X11\/Xtrans.h>/<X11\/Xtrans\/Xtrans.h>/;
#	s/<X11\/XKB.h>/<X11\/extensions\/XKB.h>/;
#	s/<X11\/XI.h>/<X11\/extensions\/XI.h>/;
#	s/<X.h>/<X11\/X.h>/;
#	s/<Xproto.h>/<X11\/Xproto.h>/;
#	s/"keysymdef.h"/<X11\/keysymdef.h>/;
#	s/"DECkeysyms.h/<X11\/DECkeysyms.h>/;'
done

--- NEW FILE: debrix.pc.in ---
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
driverdir=@driverdir@
sdkdir=@sdkdir@

Name: Debrix
Description: Modular X.Org X Server
Version: @PACKAGE_VERSION@
Requires: xfont
Libs: -L${libdir}
Cflags: -I${includedir}




More information about the xserver-commit mailing list