debrix/Xext Makefile.am,NONE,1.1

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


Committed by: daniel

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

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

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

noinst_LIBRARIES = libXext.a

sdk_HEADERS = dgaproc.h xvdix.h xvmcext.h

if MITSHM
MITSHM_SRCS = shm.c shmint.h
endif

if XV
XV_SRCS = xvmain.c xvdisp.c xvmc.c xvdix.h xvmcext.h
endif

if RES
RES_SRCS = xres.c
endif

if SCREENSAVER
SCREENSAVER_SRCS = saver.c
endif

if XINERAMA
PANORAMIX_SRCS = panoramiX.c panoramiX.h panoramiXsrv.h panoramiXprocs.c panoramiXSwap.c 
endif

libXext_a_SOURCES =		\
	bigreq.c		\
	mitmisc.c		\
	shape.c			\
	shapeint.h		\
	sleepuntil.c		\
	sleepuntil.h		\
	sync.c			\
	syncint.h		\
	xext.h			\
	xtest.c			\
	xtest1di.c		\
	xtest1dd.c		\
	xtest1dd.h		\
	xcmisc.c		\
	$(MITSHM_SRCS)		\
	$(XV_SRCS)		\
	$(RES_SRCS)		\
	$(SCREENSAVER_SRCS)	\
	$(PANORAMIX_SRCS)	\
        extmod/modinit.c
AM_CFLAGS = $(XORG_CFLAGS)




More information about the xserver-commit mailing list