debrix-driver-tdfx Makefile.am, NONE, 1.1 autogen.sh, NONE, 1.1 configure.ac, NONE, 1.1

Adam Jackson <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
Newsgroups gmane.comp.freedesktop.xserver.cvs
Message-ID <[email protected]>
Committed by: ajax

Update of /cvs/xserver/debrix-driver-tdfx
In directory pdx:/home/ajax/debrix-driver-tdfx

Added Files:
	Makefile.am autogen.sh configure.ac 
Log Message:
Initial import of tdfx(4) for debrix.


--- NEW FILE: Makefile.am ---
AUTOMAKE_OPTIONS = foreign
SUBDIRS = tdfx

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

--- NEW FILE: configure.ac ---
#                                               -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.57)
AC_INIT([debrix-driver-tdfx],
        0.1.0,
        [[email protected]],
        debrix-driver-tdfx)

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 "$xDRI" == "xyes" ])
AC_ARG_ENABLE(xv, [ --enable-xv ], [ XV="yes" ], [ XV="no" ])
AM_CONDITIONAL(XV, [ test "$xXV" == "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)/tdfx'
INCLUDES="$XORG_INCS -I${sdkdir}"
AC_SUBST([CFLAGS])
AC_SUBST([INCLUDES])

# Checks for libraries.

# Checks for header files.
AC_HEADER_STDC

AC_OUTPUT([Makefile tdfx/Makefile])
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.