xf86-video-intel: 2 commits - src/Makefile.am

Eric Anholt anholt at kemper.freedesktop.org
Thu Mar 29 23:46:23 EEST 2007


 src/Makefile.am |   21 +++++++++++----------
 1 files changed, 11 insertions(+), 10 deletions(-)

New commits:
diff-tree 670c8521f18f01b9ea899ceb68d2a3dbb884b199 (from 89c84f939f2dbed1d03a5f0e1daae23a229e47bc)
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Mar 29 13:43:31 2007 -0700

    Add missing file for old server compatibility build.

diff --git a/src/Makefile.am b/src/Makefile.am
index 830ce69..2b5799c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -46,6 +46,7 @@ XMODE_SRCS=\
 	 modes/xf86cvt.c \
 	 modes/xf86Crtc.h \
 	 modes/xf86Crtc.c \
+	 modes/xf86Cursors.c \
 	 modes/xf86EdidModes.c \
 	 modes/xf86RandR12.c \
 	 modes/xf86RandR12.h \
diff-tree 89c84f939f2dbed1d03a5f0e1daae23a229e47bc (from 6cd3b2c2de4596886aab85988b16cf63e8887add)
Author: Eric Anholt <eric at anholt.net>
Date:   Thu Mar 29 13:40:52 2007 -0700

    Whitespace cleanup in Makefile.

diff --git a/src/Makefile.am b/src/Makefile.am
index bd64f50..830ce69 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -46,19 +46,19 @@ XMODE_SRCS=\
 	 modes/xf86cvt.c \
 	 modes/xf86Crtc.h \
 	 modes/xf86Crtc.c \
-         modes/xf86EdidModes.c \
+	 modes/xf86EdidModes.c \
 	 modes/xf86RandR12.c \
 	 modes/xf86RandR12.h \
 	 modes/xf86Rename.h \
 	 modes/xf86Rotate.c \
 	 modes/xf86DiDGA.c
-	 
+
 INTEL_DRI_SRCS = \
          i810_dri.c \
          i810_dri.h \
          i830_dri.c \
          i810_hwmc.c \
-         i830_dri.h 
+         i830_dri.h
 
 intel_drv_la_SOURCES = \
          brw_defines.h \
@@ -144,24 +144,24 @@ EXTRA_DIST = 		\
 	$(INTEL_G4A)	\
 	$(INTEL_G4H)	\
 	$(INTEL_DRI_SRCS)
-	
+
 if HAVE_GEN4ASM
 
 sf_prog.h: packed_yuv_sf.g4a
 	intel-gen4asm -o sf_prog.h packed_yuv_sf.g4a
-	
+
 wm_prog.h: packed_yuv_wm.g4a
 	intel-gen4asm -o wm_prog.h packed_yuv_wm.g4a
-	
+
 exa_sf_mask_prog.h: exa_sf_mask.g4a
 	intel-gen4asm -o exa_sf_mask_prog.h exa_sf_mask.g4a
-	
+
 exa_sf_prog.h: exa_sf.g4a
 	intel-gen4asm -o exa_sf_prog.h exa_sf.g4a
 
 exa_sf_rotation_prog.h: exa_sf_rotation.g4a
 	intel-gen4asm -o exa_sf_rotation_prog.h exa_sf_rotation.g4a
-	
+
 exa_wm_maskca_prog.h: exa_wm_maskca.g4a
 	intel-gen4asm -o exa_wm_maskca_prog.h exa_wm_maskca.g4a
 
@@ -170,13 +170,13 @@ exa_wm_maskca_srcalpha_prog.h: exa_wm_ma
 
 exa_wm_masknoca_prog.h: exa_wm_masknoca.g4a
 	intel-gen4asm -o exa_wm_masknoca_prog.h exa_wm_masknoca.g4a
-	
+
 exa_wm_nomask_prog.h: exa_wm_nomask.g4a
 	intel-gen4asm -o exa_wm_nomask_prog.h exa_wm_nomask.g4a
 
 exa_wm_rotation_prog.h: exa_wm_rotation.g4a
 	intel-gen4asm -o exa_wm_rotation_prog.h exa_wm_rotation.g4a
-	
+
 endif
 
 if XMODES



More information about the xorg-commit mailing list