debrix-driver-glint ChangeLog,NONE,1.1 configure.ac,NONE,1.1
Adam Jackson
xserver-commit at pdx.freedesktop.org
Thu Jul 1 18:05:41 PDT 2004
- Previous message: debrix-driver-dummy/dummy Makefile.am, NONE, 1.1 dummy.h, 1.2,
1.3 dummy_driver.c, 1.3, 1.4
- Next message: debrix-driver-glint/glint Makefile.am, NONE, 1.1 glint_driver.c, 1.3,
1.4 pm2_accel.c, 1.2, 1.3 pm2_dac.c, 1.2, 1.3 pm2_video.c, 1.2,
1.3 pm3_accel.c, 1.2, 1.3 pm3_video.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: ajax
Update of /cvs/xserver/debrix-driver-glint
In directory pdx:/home/ajax/tmp/glint
Added Files:
ChangeLog configure.ac
Log Message:
Autotool a few more drivers.
--- NEW FILE: ChangeLog ---
2004-07-01 Adam Jackson <ajax at freedesktop.org>
* configure.ac, glint/Makefile.am: Finish autotooling.
* glint/glint_driver.c, glint/pm2_accel.c, glint/pm2_dac.c,
glint/pm2_video.c, glint/pm3_accel.c, glint/pm3_video.c:
Fix header locations.
2004-06-25 Adam Jackson <ajax at freedesktop.org>
* Initial import from monolithic tree.
* Makefile.am, autogen.sh: First pass at autotooling.
--- NEW FILE: configure.ac ---
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
AC_INIT([debrix-driver-glint],
0.1.0,
[ajax at freedesktop.org],
debrix-driver-glint)
AC_CONFIG_SRCDIR([Makefile.am])
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE
AM_CONFIG_HEADER([config.h])
AC_CONFIG_AUX_DIR(.)
# Checks for programs.
AC_PROG_LIBTOOL
AC_PROG_CC
AC_ARG_ENABLE(dri, [ --enable-dri ], [ DRI="yes" ], [ DRI="no" ])
AM_CONDITIONAL(DRI, [ test "x$DRI" == "xyes" ])
# Checks for pkg-config packages
PKG_CHECK_MODULES(XORG, debrix)
driverdir=$(pkg-config --variable=driverdir debrix)
AC_SUBST([driverdir])
sdkdir=$(pkg-config --variable=sdkdir debrix)
CFLAGS="$XORG_CFLAGS -include debrix.h "'-I$(top_srcdir)/glint'
INCLUDES="$XORG_INCS -I${sdkdir}"
AC_SUBST([CFLAGS])
AC_SUBST([INCLUDES])
# Checks for libraries.
# Checks for header files.
AC_HEADER_STDC
AC_OUTPUT([Makefile glint/Makefile])
- Previous message: debrix-driver-dummy/dummy Makefile.am, NONE, 1.1 dummy.h, 1.2,
1.3 dummy_driver.c, 1.3, 1.4
- Next message: debrix-driver-glint/glint Makefile.am, NONE, 1.1 glint_driver.c, 1.3,
1.4 pm2_accel.c, 1.2, 1.3 pm2_dac.c, 1.2, 1.3 pm2_video.c, 1.2,
1.3 pm3_accel.c, 1.2, 1.3 pm3_video.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list