[xserver-commit] xfree86 ChangeLog,NONE,1.1 Makefile.am,NONE,1.1

Daniel Stone xserver-commit@pdx.freedesktop.org


Committed by: daniel

Update of /cvs/xserver/xfree86
In directory pdx:/home/daniel/src/xserver/hw/xfree86

Added Files:
	ChangeLog Makefile.am 
Log Message:
Checkin #3: Makefile.am's, files that've been moved and/or added.

--- NEW FILE: ChangeLog ---
2004-02-15  Daniel Stone  <daniel@freedesktop.org>
	* Import the XFree86 DDX.
	* Assumptions made by this checkin:
	  + The loader is always enabled.
	  + You run on Linux (os-support needs better voodoo).

--- NEW FILE: Makefile.am ---
SUBDIRS = common ddc dummylib int10 fbdevhw os-support parser rac ramdac \
          shadowfb vbe vgahw xaa Xi

bin_PROGRAMS = XFree86
XFree86_SOURCES = common/libxf86common.a ddc/libxf86ddc.a \
                  dummylib/libxf86dummy.a i2c/libxf86i2c.a int10/libxf86int10.a\
                  fbdevhw/libxf86fbdevhw.a os-support/libxf86os.a \
                  parser/libxf86parser.a rac/libxf86rac.a \
                  ramdac/libxf86ramdac.a shadowfb/libxf86shadowfb.a \
                  vbe/libxf86vbe.a vgahw/libxf86vgahw.a xaa/libxf86xaa.a \
                  Xi/libxf86xi.a

# Disabled because there's no real right way to do this, except all the defines
# on the command line. And I'm not doing that. -Daniel
XF86Config-4:
	$(CPP) -o $(XF86CONFIG_CFLAGS) $@ $<