debrix-driver-dummy ChangeLog,NONE,1.1 configure.ac,NONE,1.1
Adam Jackson
xserver-commit at pdx.freedesktop.org
Thu Jul 1 18:05:40 PDT 2004
- Previous message: debrix-driver-cyrix/cyrix Makefile.am, NONE, 1.1 cyrix_driver.c, 1.2,
1.3
- Next message: debrix-driver-dummy/dummy Makefile.am, NONE, 1.1 dummy.h, 1.2,
1.3 dummy_driver.c, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: ajax
Update of /cvs/xserver/debrix-driver-dummy
In directory pdx:/home/ajax/tmp/dummy
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, dummy/Makefile.am: Finish autotooling.
* dummy/dummy.h, dummy/dummy_driver.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-dummy],
0.1.0,
[ajax at freedesktop.org],
debrix-driver-dummy)
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
# 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)/dummy'
INCLUDES="$XORG_INCS -I${sdkdir}"
AC_SUBST([CFLAGS])
AC_SUBST([INCLUDES])
# Checks for libraries.
# Checks for header files.
AC_HEADER_STDC
AC_OUTPUT([Makefile dummy/Makefile])
- Previous message: debrix-driver-cyrix/cyrix Makefile.am, NONE, 1.1 cyrix_driver.c, 1.2,
1.3
- Next message: debrix-driver-dummy/dummy Makefile.am, NONE, 1.1 dummy.h, 1.2,
1.3 dummy_driver.c, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list