debrix/dix 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/dix
In directory pdx:/home/daniel/x/debrix/debrix-200406110418/dix

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

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

noinst_LIBRARIES = libdix.a libxpstubs.a
AM_CFLAGS = -DXResExtension -DDPMSExtension $(XORG_CFLAGS)

libdix_a_SOURCES = 	\
	atom.c		\
	colormap.c	\
	cursor.c	\
	devices.c	\
	dispatch.c	\
	dispatch.h	\
	dixfonts.c	\
	dixutils.c	\
	events.c	\
	extension.c	\
	ffs.c		\
	gc.c		\
	globals.c	\
	glyphcurs.c	\
	grabs.c		\
	initatoms.c	\
	main.c		\
	pixmap.c	\
	privates.c	\
	property.c	\
	resource.c	\
	swaprep.c	\
	swapreq.c	\
	tables.c	\
	window.c

libxpstubs_a_SOURCES =	\
	xpstubs.c




More information about the xserver-commit mailing list