debrix/fb Makefile.am,NONE,1.1

Daniel Stone xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:14:53 EST 2004


Committed by: daniel

Update of /cvs/xserver/debrix/fb
In directory pdx:/home/daniel/x/debrix/debrix-200406110418/fb

Added Files:
	Makefile.am 
Log Message:
Infrastructure: add Makefile.am's.

--- NEW FILE: Makefile.am ---
INCLUDES = 					\
	-I$(top_srcdir)/mi			\
	-I$(top_srcdir)/Xext			\
	-I$(top_srcdir)/render			\
        -I$(top_srcdir)/hw/xorg/common		\
	@XSERVER_CFLAGS@

driver_LTLIBRARIES = libfb.la

sdk_HEADERS = fb.h fbrop.h

libfb_la_SOURCES = 	\
	fb.h		\
	fb24_32.c	\
	fballpriv.c	\
	fbarc.c		\
	fbbits.c	\
	fbbits.h	\
	fbblt.c		\
	fbbltone.c	\
	fbbstore.c	\
	fbcmap.c	\
	fbcompose.c	\
	fbcopy.c	\
	fbfill.c	\
	fbfillrect.c	\
	fbfillsp.c	\
	fbgc.c		\
	fbgetsp.c	\
	fbglyph.c	\
	fbimage.c	\
	fbline.c	\
	fbmodule.c	\
	fboverlay.c	\
	fboverlay.h	\
	fbpict.c	\
	fbpict.h	\
	fbpixmap.c	\
	fbpoint.c	\
	fbpush.c	\
	fbrop.h		\
	fbscreen.c	\
	fbseg.c		\
	fbsetsp.c	\
	fbsolid.c	\
	fbstipple.c	\
	fbtile.c	\
	fbtrap.c	\
	fbutil.c	\
	fbwindow.c
AM_CFLAGS = $(XORG_CFLAGS)




More information about the xserver-commit mailing list