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

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

--- NEW FILE: Makefile.am ---
noinst_LIBRARIES = libcommon.a libhelper.a libmode.a libinit.a

if XORG_BUS_SBUS
SBUS_SOURCES = xf86sbusBus.c
endif

#if DEBUG
#DEBUGSOURCES = xf86Debug.c
#endif

#if BUILDXV
XVSOURCES = xf86xv.c xf86xvmc.c
XVSDKINCS = xf86xv.h xf86xvmc.h
#endif

#if XKB
XKBSOURCES = xf86XKB.c
#endif

#if XINPUT
XISOURCES = xf86Xinput.c xisb.c
XISDKINCS = xf86Xinput.h xisb.h
#endif

RANDRSOURCES = xf86RandR.c

BUSSOURCES = xf86isaBus.c xf86pciBus.c xf86fbBus.c xf86noBus.c $(SBUS_SOURCES)

#if LINUX
KBDSOURCES = xf86KbdLnx.c
# XXX psuedocodeish
#else if BSD
#KBDSOURCES = xf86KbdBSD.c
#else if Mach && !GNU/Mach
#KBDSOURCES = xf86KbdMach.c
#else
#KBDSOURCES = xf86Kbd.c
#endif

EXTSOURCES = xf86dga.c xf86dga2.c xf86vmode.c xf86misc.c xf86bigfont.c

# shouldn't isaBus and pciBus only be built on the relevant architectures? -ds
# ditto DoScanPci
libcommon_a_SOURCES = xf86Configure.c xf86Bus.c xf86Config.c \
                      xf86Cursor.c xf86DGA.c xf86DPMS.c xf86DefModes.c \
                      xf86DoProbe.c xf86DoScanPci.c xf86Events.c \
                      xf86Globals.c xf86Io.c \
                      xf86MiscExt.c xf86Option.c xf86PM.c \
                      xf86VidMode.c xf86fbman.c xf86cmap.c \
                      xf86Versions.c ../scanpci/xf86ScanPci.c \
                      $(XVSOURCES) $(BUSSOURCES) $(XKBSOURCES) \
                      $(DEBUGSOURCES) $(XISOURCES) $(RANDRSOURCES) \
                      $(KBDSOURCES) $(EXTSOURCES)
libhelper_a_SOURCES = xf86Helper.c
libmode_a_SOURCES = xf86Mode.c
libinit_a_SOURCES = xf86Init.c

INCLUDES = $(XORG_INCS) -I$(srcdir)/../loader -I$(srcdir)/../ddc \
           -I$(srcdir)/../rac -I$(srcdir)/../vbe -I$(srcdir)/../int10 \
           -I$(srcdir)/../i2c -I$(srcdir)/../parser -I$(srcdir)/../vgahw \
           -I$(srcdir)/../scanpci -I$(top_srcdir)/Xi

sdk_HEADERS = compiler.h fourcc.h xf86.h xf86Module.h xf86Opt.h \
               xf86PciInfo.h xf86Priv.h xf86Privstr.h xf86Resources.h \
               xf86cmap.h xf86fbman.h xf86str.h $(XISDKINCS) \
               $(XVSDKINCS) atKeynames.h




More information about the xserver-commit mailing list