[xserver-commit] xfree86/drivers/ati Makefile.am,NONE,1.1

Keith Packard xserver-commit@pdx.freedesktop.org


Committed by: keithp

Update of /cvs/xserver/xfree86/drivers/ati
In directory pdx:/tmp/cvs-serv13523/drivers/ati

Added Files:
	Makefile.am 
Log Message:
2004-03-03  Keith Packard  <keithp@keithp.com>

	* drivers/Makefile.am:
	* drivers/ati/Makefile.am:
	Oops.  Forgot to add a few Makefile.am's to get a driver building.


--- NEW FILE: Makefile.am ---
AM_CFLAGS = $(XF86_CFLAGS)

INCLUDES = $(XF86_INCS) \
	   -I$(top_srcdir)/mi \
	   -I$(top_srcdir)/fb \
	   -I$(top_srcdir)/hw/xfree86/fbdevhw \
           -I$(top_srcdir)/hw/xfree86/loader \
	   -I$(top_srcdir)/hw/xfree86/ddc \
           -I$(top_srcdir)/hw/xfree86/rac \
	   -I$(top_srcdir)/hw/xfree86/vbe \
	   -I$(top_srcdir)/hw/xfree86/int10 \
           -I$(top_srcdir)/hw/xfree86/i2c \
	   -I$(top_srcdir)/hw/xfree86/parser \
	   -I$(top_srcdir)/hw/xfree86/vgahw \
           -I$(top_srcdir)/hw/xfree86/Xi \
	   -I$(top_srcdir)/hw/xfree86/xaa \
	   -I$(top_srcdir)/hw/xfree86/ramdac \
	   -I$(top_srcdir)/os

lib_LIBRARIES = libati.a

if DRI
R128DRI_SOURCES = \
	r128_dri.c \
	r128_dri.h

RADEONDRI_SOURCES = \
	radeon_dri.c \
	radeon_dri.h \
	radeon_dripriv.h
endif

libatimisc_a_SOURCES = \
	ati.c \
	ati.h \
	atiaccel.c \
	atiaccel.h \
	atiadapter.c \
	atiadapter.h \
	atiadjust.c \
	atiadjust.h \
	atiaudio.c \
	atiaudio.h \
	atibank.c \
	atibank.h \
	atibus.c \
	atibus.h \
	atichip.c \
	atichip.h \
	aticlock.c \
	aticlock.h \
	aticonfig.c \
	aticonfig.h \
	aticonsole.c \
	aticonsole.h \
	aticrtc.h \
	aticursor.c \
	aticursor.h \
	atidac.c \
	atidac.h \
	atidecoder.c \
	atidecoder.h \
	atidga.c \
	atidga.h \
	atidsp.c \
	atidsp.h \
	atii2c.c \
	atii2c.h \
	atiident.c \
	atiident.h \
	atiio.h \
	atiload.c \
	atiload.h \
	atilock.c \
	atilock.h
	atimach64.c \
	atimach64.h \
	atimach64accel.c \
	atimach64accel.h \
	atimach64cursor.c \
	atimach64cursor.h \
	atimach64i2c.c \
	atimach64i2c.h \
	atimach64io.c \
	atimach64io.h \
	atimach64xv.c \
	atimach64xv.h \
	atimisc.c \
	atimode.c \
	atimode.h \
	atimono.h \
	atioption.c \
	atioption.h \
	atipreinit.c \
	atipreinit.h \
	atiprint.c \
	atiprint.h \
	atipriv.h \
	atiprobe.c \
	atiprobe.h \
	atiproto.h \
	atiregs.h \
	atirgb514.c \
	atirgb514.h \
	atiscreen.c \
	atiscreen.h \
	atistruct.h \
	atituner.c \
	atituner.h \
	atiutil.c \
	atiutil.h \
	ativalid.c \
	ativalid.h \
	ativersion.h \
	ativga.c \
	ativga.h \
	ativgaio.c \
	ativgaio.h \
	atividmem.c \
	atividmem.h \
	atiwonder.c \
	atiwonder.h \
	atiwonderio.c \
	atiwonderio.h \
	atixv.c \
	atixv.h

libr128_a_SOURCES = \
	r128.h \
	r128_accel.c \
	r128_common.h \
	r128_cursor.c \
	r128_dga.c \
	r128_dripriv.h \
	r128_driver.c \
	r128_misc.c \
	r128_probe.c \
	r128_probe.h \
	r128_reg.h \
	r128_sarea.h \
	r128_version.h \
	r128_video.c \
	$(R128DRI_SOURCES)

libradeon_a_SOURCES = \
	radeon.h \
	radeon_accel.c \
	radeon_common.h \
	radeon_cursor.c \
	radeon_dga.c \
	radeon_driver.c \
	radeon_macros.h \
	radeon_misc.c \
	radeon_probe.c \
	radeon_probe.h \
	radeon_reg.h \
	radeon_sarea.h \
	radeon_version.h \
	radeon_video.c \
	$(RADEONDRI_SOURCES)

libati_a_SOURCES = $(libatimisc_a_SOURCES) $(libr128_a_SOURCES) $(libradeon_a_SOURCES)

EXTRA_DIST = radeon_accelfuncs.c