Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.h

This commit is contained in:
Adam Jackson 2005-12-27 08:29:50 +00:00
parent 2f3ac6e5fc
commit 7fd73d2953
162 changed files with 331 additions and 159 deletions

163
ChangeLog
View File

@ -12,6 +12,169 @@
* hw/kdrive/*:
Start importing kdrive.
* hw/kdrive/Makefile.am:
* hw/kdrive/ati/Makefile.am:
* hw/kdrive/ati/ati.c:
* hw/kdrive/ati/ati.h:
* hw/kdrive/ati/ati_cursor.c:
* hw/kdrive/ati/ati_draw.c:
* hw/kdrive/ati/ati_dri.c:
* hw/kdrive/ati/ati_stub.c:
* hw/kdrive/ati/ati_video.c:
* hw/kdrive/ati/radeon_composite.c:
* hw/kdrive/chips/Makefile.am:
* hw/kdrive/chips/chips.c:
* hw/kdrive/chips/chipsdraw.c:
* hw/kdrive/chips/chipsstub.c:
* hw/kdrive/ephyr/Makefile.am:
* hw/kdrive/ephyr/ephyr.c:
* hw/kdrive/ephyr/ephyr.h:
* hw/kdrive/ephyr/ephyrinit.c:
* hw/kdrive/ephyr/os.c:
* hw/kdrive/epson/Makefile.am:
* hw/kdrive/epson/epson13806.c:
* hw/kdrive/epson/epson13806stub.c:
* hw/kdrive/fake/Makefile.am:
* hw/kdrive/fake/fake.c:
* hw/kdrive/fake/fakeinit.c:
* hw/kdrive/fake/kbd.c:
* hw/kdrive/fake/mouse.c:
* hw/kdrive/fake/os.c:
* hw/kdrive/fbdev/Makefile.am:
* hw/kdrive/fbdev/fbdev.c:
* hw/kdrive/fbdev/fbinit.c:
* hw/kdrive/i810/Makefile.am:
* hw/kdrive/i810/i810.c:
* hw/kdrive/i810/i810_cursor.c:
* hw/kdrive/i810/i810_video.c:
* hw/kdrive/i810/i810draw.c:
* hw/kdrive/i810/i810stub.c:
* hw/kdrive/igs/igs.c:
* hw/kdrive/igs/igscmap.c:
* hw/kdrive/igs/igscurs.c:
* hw/kdrive/igs/igsdraw.c:
* hw/kdrive/igs/igsreg.c:
* hw/kdrive/igs/igsstub.c:
* hw/kdrive/ipaq/ipaq.c:
* hw/kdrive/itsy/itsy.c:
* hw/kdrive/itsy/kbd.c:
* hw/kdrive/itsy/ts.c:
* hw/kdrive/linux/Makefile.am:
* hw/kdrive/linux/agp.c:
* hw/kdrive/linux/bus.c:
* hw/kdrive/linux/evdev.c:
* hw/kdrive/linux/keyboard.c:
* hw/kdrive/linux/linux.c:
* hw/kdrive/linux/mouse.c:
* hw/kdrive/linux/ms.c:
* hw/kdrive/linux/ps2.c:
* hw/kdrive/linux/ts.c:
* hw/kdrive/linux/tslib.c:
* hw/kdrive/mach64/Makefile.am:
* hw/kdrive/mach64/mach64.c:
* hw/kdrive/mach64/mach64curs.c:
* hw/kdrive/mach64/mach64draw.c:
* hw/kdrive/mach64/mach64stub.c:
* hw/kdrive/mach64/mach64video.c:
* hw/kdrive/mga/Makefile.am:
* hw/kdrive/mga/g400_composite.c:
* hw/kdrive/mga/mga.c:
* hw/kdrive/mga/mgadraw.c:
* hw/kdrive/mga/mgastub.c:
* hw/kdrive/neomagic/Makefile.am:
* hw/kdrive/neomagic/backend.c:
* hw/kdrive/neomagic/neo_draw.c:
* hw/kdrive/neomagic/neomagic.c:
* hw/kdrive/neomagic/neomagicstub.c:
* hw/kdrive/nvidia/Makefile.am:
* hw/kdrive/nvidia/nvidia.c:
* hw/kdrive/nvidia/nvidiacurs.c:
* hw/kdrive/nvidia/nvidiadraw.c:
* hw/kdrive/nvidia/nvidiastub.c:
* hw/kdrive/nvidia/nvidiavideo.c:
* hw/kdrive/pcmcia/pcmcia.c:
* hw/kdrive/pcmcia/pcmciacurs.c:
* hw/kdrive/pcmcia/pcmciarotate.c:
* hw/kdrive/pcmcia/pcmciashadow.c:
* hw/kdrive/pcmcia/pcmciastub.c:
* hw/kdrive/pm2/Makefile.am:
* hw/kdrive/pm2/pm2.c:
* hw/kdrive/pm2/pm2_draw.c:
* hw/kdrive/pm2/pm2stub.c:
* hw/kdrive/r128/Makefile.am:
* hw/kdrive/r128/r128.c:
* hw/kdrive/r128/r128draw.c:
* hw/kdrive/r128/r128stub.c:
* hw/kdrive/savage/s3.c:
* hw/kdrive/savage/s3clock.c:
* hw/kdrive/savage/s3cmap.c:
* hw/kdrive/savage/s3curs.c:
* hw/kdrive/savage/s3draw.c:
* hw/kdrive/savage/s3gc.c:
* hw/kdrive/savage/s3reg.c:
* hw/kdrive/savage/s3rtst.c:
* hw/kdrive/savage/s3stub.c:
* hw/kdrive/sdl/Makefile.am:
* hw/kdrive/sdl/sdl.c:
* hw/kdrive/sis300/Makefile.am:
* hw/kdrive/sis300/sis.c:
* hw/kdrive/sis300/sis.h:
* hw/kdrive/sis300/sis_draw.c:
* hw/kdrive/sis300/sis_stub.c:
* hw/kdrive/sis530/sis.c:
* hw/kdrive/sis530/sisclock.c:
* hw/kdrive/sis530/siscmap.c:
* hw/kdrive/sis530/siscurs.c:
* hw/kdrive/sis530/sisdraw.c:
* hw/kdrive/sis530/sisio.c:
* hw/kdrive/sis530/sisstub.c:
* hw/kdrive/smi/Makefile.am:
* hw/kdrive/smi/smi.c:
* hw/kdrive/smi/smidraw.c:
* hw/kdrive/smi/smistub.c:
* hw/kdrive/smi/smivideo.c:
* hw/kdrive/src/Makefile.am:
* hw/kdrive/src/kaa.c:
* hw/kdrive/src/kaapict.c:
* hw/kdrive/src/kasync.c:
* hw/kdrive/src/kcmap.c:
* hw/kdrive/src/kcolor.c:
* hw/kdrive/src/kcurscol.c:
* hw/kdrive/src/kdrive.c:
* hw/kdrive/src/kinfo.c:
* hw/kdrive/src/kinput.c:
* hw/kdrive/src/kkeymap.c:
* hw/kdrive/src/kloadmap.c:
* hw/kdrive/src/kmap.c:
* hw/kdrive/src/kmode.c:
* hw/kdrive/src/knoop.c:
* hw/kdrive/src/koffscreen.c:
* hw/kdrive/src/kshadow.c:
* hw/kdrive/src/ktest.c:
* hw/kdrive/src/kxv.c:
* hw/kdrive/src/vga.c:
* hw/kdrive/trident/trident.c:
* hw/kdrive/trident/tridentcurs.c:
* hw/kdrive/trident/tridentdraw.c:
* hw/kdrive/trident/tridentstub.c:
* hw/kdrive/trio/s3.c:
* hw/kdrive/trio/s3clock.c:
* hw/kdrive/trio/s3cmap.c:
* hw/kdrive/trio/s3curs.c:
* hw/kdrive/trio/s3stub.c:
* hw/kdrive/ts300/ts300.c:
* hw/kdrive/vesa/Makefile.am:
* hw/kdrive/vesa/vbe.c:
* hw/kdrive/vesa/vesa.c:
* hw/kdrive/vesa/vesainit.c:
* hw/kdrive/vesa/vga.c:
* hw/kdrive/vesa/vm86.c:
* hw/kdrive/via/Makefile.am:
* hw/kdrive/vxworks/vxkbd.c:
* hw/kdrive/vxworks/vxmouse.c:
* hw/kdrive/vxworks/vxworks.c:
Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.h
2005-12-26 Daniel Stone <daniel@freedesktop.org>
* xkb/xkbInit.c:

View File

@ -1,3 +1,7 @@
# none of this works yet. fbdev, ephyr, and the hardware servers all rely
# on miext/shadow/ changes we haven't brought over yet, and sdl relies on
# some detection-fu that hasn't been ported.
if KDRIVEVESA
VESA_SUBDIRS = vesa mach64 mga nvidia r128 smi chips pm2 via neomagic
endif

View File

@ -27,7 +27,7 @@ INCLUDES = \
$(DRI_INCLUDES) \
$(FBDEV_INCLUDES) \
$(VESA_INCLUDES) \
@XSERVER_CFLAGS@
@KDRIVE_CFLAGS@
bin_PROGRAMS = Xati

View File

@ -24,7 +24,7 @@
/* $Header$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "ati.h"
#include "ati_reg.h"

View File

@ -27,7 +27,7 @@
#define _ATI_H_
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#ifdef KDRIVEFBDEV

View File

@ -22,7 +22,7 @@
/* $RCSId$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "ati.h"
#include "ati_reg.h"

View File

@ -24,7 +24,7 @@
/* $Header$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "ati.h"
#include "ati_reg.h"

View File

@ -26,7 +26,7 @@
#include <sys/time.h>
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "ati.h"

View File

@ -24,7 +24,7 @@
/* $Header$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "ati.h"
#include "klinux.h"

View File

@ -25,7 +25,7 @@
/* $RCSId$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "ati.h"
#include "ati_dma.h"

View File

@ -24,7 +24,7 @@
/* $Header$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "ati.h"
#include "ati_reg.h"

View File

@ -1,7 +1,7 @@
INCLUDES = \
@KDRIVE_INCS@ \
-I$(top_srcdir)/hw/kdrive/vesa \
@XSERVER_CFLAGS@
@KDRIVE_CFLAGS@
bin_PROGRAMS = Xchips

View File

@ -22,7 +22,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/trident/trident.c,v 1.18 2001/06/04 09:45:42 keithp Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "chips.h"
#include "kaa.h"

View File

@ -24,7 +24,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/trident/tridentdraw.c,v 1.10 2001/06/03 18:48:19 keithp Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "chips.h"

View File

@ -25,7 +25,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/chips/chipsstub.c,v 1.1 2001/09/05 07:12:42 keithp Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "chips.h"

View File

@ -1,6 +1,6 @@
INCLUDES = \
@KDRIVE_INCS@ \
@XSERVER_CFLAGS@
@KDRIVE_CFLAGS@
noinst_LIBRARIES = libxephyr.a libxephyr-hostx.a

View File

@ -29,7 +29,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "ephyr.h"

View File

@ -38,6 +38,8 @@
#include "randrstr.h"
#endif
#include "damage.h"
typedef struct _ephyrPriv {
CARD8 *base;
int bytes_per_line;

View File

@ -24,7 +24,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "ephyr.h"

View File

@ -24,7 +24,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "ephyr.h"

View File

@ -1,6 +1,6 @@
INCLUDES = \
@KDRIVE_INCS@ \
@XSERVER_CFLAGS@
@KDRIVE_CFLAGS@
bin_PROGRAMS = Xepson

View File

@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include <sys/ioctl.h>

View File

@ -29,7 +29,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include <epson13806.h>

View File

@ -1,6 +1,6 @@
INCLUDES = \
@KDRIVE_INCS@ \
@XSERVER_CFLAGS@
@KDRIVE_CFLAGS@
noinst_LIBRARIES = libfake.a

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "fake.h"

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "fake.h"

View File

@ -24,7 +24,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/fake/kbd.c,v 1.1 1999/11/19 13:53:53 hohndel Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "fake.h"
#include "kkeymap.h"

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#define NEED_EVENTS
#include <errno.h>

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "fake.h"

View File

@ -1,6 +1,6 @@
INCLUDES = \
@KDRIVE_INCS@ \
@XSERVER_CFLAGS@
@KDRIVE_CFLAGS@
noinst_LIBRARIES = libfbdev.a

View File

@ -24,7 +24,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/fbdev/fbdev.c,v 1.31 2002/10/14 18:01:40 keithp Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "fbdev.h"
#include <sys/ioctl.h>

View File

@ -24,7 +24,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/fbdev/fbinit.c,v 1.8 2001/05/29 17:47:55 keithp Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include <fbdev.h>

View File

@ -1,6 +1,6 @@
INCLUDES = \
@KDRIVE_INCS@ \
@XSERVER_CFLAGS@
@KDRIVE_CFLAGS@
bin_PROGRAMS = Xi810

View File

@ -43,7 +43,7 @@ X Window System is a trademark of The Open Group */
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "kdrive.h"
#include "kxv.h"

View File

@ -72,7 +72,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "kdrive.h"
#include "kxv.h"

View File

@ -69,7 +69,7 @@ THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "kdrive.h"
#include "kxv.h"

View File

@ -36,7 +36,7 @@ X Window System is a trademark of The Open Group */
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "kdrive.h"
#include "kaa.h"

View File

@ -37,7 +37,7 @@ X Window System is a trademark of The Open Group */
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "kdrive.h"
#include "kxv.h"

View File

@ -24,7 +24,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "igs.h"

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "igs.h"

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "igs.h"
#include "cursorstr.h"

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "igs.h"
#include "igsdraw.h"

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "igsreg.h"
#include <stdio.h>

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "igs.h"

View File

@ -25,7 +25,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/ipaq/ipaq.c,v 1.2 2001/05/29 17:47:55 keithp Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "pcmcia.h"

View File

@ -24,7 +24,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/itsy/itsy.c,v 1.2 1999/12/30 03:03:09 robin Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "itsy.h"

View File

@ -24,7 +24,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/itsy/kbd.c,v 1.1 1999/11/19 13:53:53 hohndel Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "itsy.h"
#include "kkeymap.h"

View File

@ -24,7 +24,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/itsy/ts.c,v 1.1 1999/11/19 13:53:54 hohndel Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#define NEED_EVENTS
#include "itsy.h"

View File

@ -1,6 +1,6 @@
INCLUDES = \
@KDRIVE_INCS@ \
@XSERVER_CFLAGS@
@KDRIVE_CFLAGS@
noinst_LIBRARIES = liblinux.a

View File

@ -42,7 +42,7 @@ of the copyright holder.
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include <X11/X.h>

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#define NEED_EVENTS
#include <X11/X.h>

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#define NEED_EVENTS
#include <errno.h>

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "kdrive.h"
#include "kkeymap.h"

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "kdrive.h"
#include "klinux.h"

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#define NEED_EVENTS
#include <errno.h>

View File

@ -23,7 +23,7 @@ THE SOFTWARE.
/* $RCSId: xc/programs/Xserver/hw/kdrive/linux/ms.c,v 1.1 2001/08/09 20:45:15 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#define NEED_EVENTS
#include <errno.h>

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#define NEED_EVENTS
#include <X11/X.h>

View File

@ -26,7 +26,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#define NEED_EVENTS
#include <X11/X.h>

View File

@ -66,7 +66,7 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#define NEED_EVENTS
#include <X11/X.h>

View File

@ -1,7 +1,7 @@
INCLUDES = \
@KDRIVE_INCS@ \
-I$(top_srcdir)/hw/kdrive/vesa \
@XSERVER_CFLAGS@
@KDRIVE_CFLAGS@
bin_PROGRAMS = Xmach64

View File

@ -22,7 +22,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/mach64/mach64.c,v 1.10 2002/10/14 18:01:41 keithp Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "mach64.h"
#include "kaa.h"

View File

@ -24,7 +24,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/trident/tridentcurs.c,v 1.6 2000/09/03 05:11:20 keithp Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "trident.h"
#include "cursorstr.h"

View File

@ -24,7 +24,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/mach64/mach64draw.c,v 1.6 2001/07/23 03:44:17 keithp Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "mach64.h"
#include "mach64draw.h"

View File

@ -25,7 +25,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/mach64/mach64stub.c,v 1.2 2001/10/12 06:33:10 keithp Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "mach64.h"
#include <klinux.h>

View File

@ -21,7 +21,7 @@
*/
/* $RCSId: xc/programs/Xserver/hw/kdrive/mach64/mach64video.c,v 1.9tsi Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "mach64.h"

View File

@ -1,7 +1,7 @@
INCLUDES = \
@KDRIVE_INCS@ \
-I$(top_srcdir)/hw/kdrive/vesa \
@XSERVER_CFLAGS@
@KDRIVE_CFLAGS@
bin_PROGRAMS = Xmga

View File

@ -24,7 +24,7 @@
/* $Header$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "mga.h"

View File

@ -23,7 +23,7 @@
*/
/* $Header$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "mga.h"

View File

@ -23,7 +23,7 @@
*/
/* $Header$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "mga.h"
#include "g400_common.h"

View File

@ -23,7 +23,7 @@
*/
/* $Header$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "mga.h"

View File

@ -12,7 +12,7 @@ INCLUDES = \
@KDRIVE_INCS@ \
$(FBDEV_INCLUDES) \
$(VESA_INCLUDES) \
@XSERVER_CFLAGS@
@KDRIVE_CFLAGS@
bin_PROGRAMS = Xneomagic

View File

@ -10,7 +10,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "backend.h"

View File

@ -22,7 +22,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "neomagic.h"

View File

@ -22,7 +22,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "neomagic.h"
#include <sys/io.h>

View File

@ -22,7 +22,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "neomagic.h"

View File

@ -1,7 +1,7 @@
INCLUDES = \
@KDRIVE_INCS@ \
-I$(top_srcdir)/hw/kdrive/vesa \
@XSERVER_CFLAGS@
@KDRIVE_CFLAGS@
bin_PROGRAMS = Xnvidia

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "nvidia.h"
#include "kaa.h"

View File

@ -24,7 +24,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/trident/tridentcurs.c,v 1.6 2000/09/03 05:11:20 keithp Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "trident.h"
#include "cursorstr.h"

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "nvidia.h"
#include "nvidiadraw.h"

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "nvidia.h"

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "nvidia.h"

View File

@ -30,7 +30,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/pcmcia/pcmcia.c,v 1.6 2002/10/14 18:01:41 keithp Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "pcmcia.h"
#define extern

View File

@ -24,7 +24,7 @@
/* $RCSId: $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "pcmcia.h"
#include "cursorstr.h"

View File

@ -23,7 +23,7 @@
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include <X11/X.h>
#include "scrnintstr.h"

View File

@ -24,7 +24,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/pcmcia/pcmciashadow.c,v 1.1 2001/05/23 08:56:09 alanh Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include <X11/X.h>
#include "scrnintstr.h"

View File

@ -24,7 +24,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/pcmcia/pcmciastub.c,v 1.1 2001/05/23 08:56:09 alanh Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "pcmcia.h"

View File

@ -1,7 +1,7 @@
INCLUDES = \
@KDRIVE_INCS@ \
-I$(top_srcdir)/hw/kdrive/vesa \
@XSERVER_CFLAGS@
@KDRIVE_CFLAGS@
bin_PROGRAMS = Xpm2

View File

@ -1,5 +1,5 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "kdrive.h"
#include "kaa.h"

View File

@ -1,5 +1,5 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "kdrive.h"
#include "kaa.h"

View File

@ -1,5 +1,5 @@
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "kdrive.h"
#include "klinux.h"

View File

@ -1,7 +1,7 @@
INCLUDES = \
@KDRIVE_INCS@ \
-I$(top_srcdir)/hw/kdrive/vesa \
@XSERVER_CFLAGS@
@KDRIVE_CFLAGS@
bin_PROGRAMS = Xr128

View File

@ -23,7 +23,7 @@
*/
/* $Header$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "r128.h"

View File

@ -23,7 +23,7 @@
*/
/* $Header$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "r128.h"
#include "kaa.h"

View File

@ -23,7 +23,7 @@
*/
/* $Header$ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "r128.h"
#include "klinux.h"

View File

@ -25,7 +25,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/savage/s3.c,v 1.4 2000/05/06 22:17:44 keithp Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "s3.h"

View File

@ -25,7 +25,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/savage/s3clock.c,v 1.3 2000/02/23 20:30:02 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "s3.h"

View File

@ -25,7 +25,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/savage/s3cmap.c,v 1.4 2000/05/06 22:17:45 keithp Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "s3.h"

View File

@ -25,7 +25,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/savage/s3curs.c,v 1.3 2000/02/23 20:30:03 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "s3.h"
#include "s3draw.h"

View File

@ -25,7 +25,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/savage/s3draw.c,v 1.6 2001/05/29 04:54:11 keithp Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "s3.h"
#include "s3draw.h"

View File

@ -25,7 +25,7 @@
/* $RCSId: xc/programs/Xserver/hw/kdrive/savage/s3gc.c,v 1.3 2000/01/21 01:12:02 dawes Exp $ */
#ifdef HAVE_CONFIG_H
#include <config.h>
#include <kdrive-config.h>
#endif
#include "s3.h"
#include "s3draw.h"

Some files were not shown because too many files have changed in this diff Show More