debrix/hw/xorg/os-support/linux Makefile.am,NONE,1.1

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


Committed by: daniel

Update of /cvs/xserver/debrix/hw/xorg/os-support/linux
In directory pdx:/home/daniel/x/debrix/debrix-200406110418/hw/xorg/os-support/linux

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

--- NEW FILE: Makefile.am ---
if DRI
DRI_SUBDIRS=drm
DRI_LIBS=drm/libxorglinuxdrm.a
endif

noinst_LIBRARIES = liblinux.a
liblinux_a_SOURCES = lnx_mouse.c lnx_kbd.c lnx_KbdMap.c \
                     lnx_init.c lnx_video.c lnx_io.c \
                     lnx_pci.c lnx_apm.c lnx_agp.c \
                     ../shared/at_scancode.c ../shared/libc_wrapper.c \
                     ../shared/bios_mmap.c ../shared/VTsw_usl.c \
                     ../shared/std_kbdEv.c ../shared/posix_tty.c \
                     ../shared/vidmem.c ../shared/sigio.c \
                     ../shared/stdResource.c \
                     ../../common/xf86PM.c ../misc/SlowBcopy.c
#libxorglinux_a_LIBADD = int10/libxorglinuxint10.a \
#                         $(DRI_LIBS)

sdk_HEADERS = agpgart.h
AM_CFLAGS = $(XORG_CFLAGS) -DUSESTDRES -DXFree86Server

SUBDIRS = $(DRI_SUBDIRS)




More information about the xserver-commit mailing list