debrix-driver-tdfx/tdfx Makefile.am,NONE,1.1

Adam Jackson xserver-commit at pdx.freedesktop.org
Mon Jun 21 20:52:44 PDT 2004


Committed by: ajax

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

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


--- NEW FILE: Makefile.am ---
driver_LTLIBRARIES = libtdfx.la
man_MANS = tdfx.man

if DRI
TDFX_DRI_SOURCES = \
        tdfx_dri.c \
        tdfx_dri.h \
	tdfx_dripriv.h
endif

#if XV
TDFX_XV_SOURCES = \
	tdfx_video.c
#endif

libtdfx_la_SOURCES = \
	tdfx.h \
	tdfx_accel.c \
	tdfx_defs.h \
	tdfx_dga.c \
	tdfx_driver.c \
	tdfx_hwcurs.c \
	tdfx_io.c \
	tdfx_priv.c \
	tdfx_priv.h \
	tdfx_sli.c \
	$(TDFX_DRI_SOURCES) \
	$(TDFX_XV_SOURCES)





More information about the xserver-commit mailing list