debrix/Xext/extmod Makefile.am,1.1,1.2
Adam Jackson
xserver-commit at pdx.freedesktop.org
Tue Jun 15 17:25:20 PDT 2004
- Previous message: debrix/Xext dpms.c, 1.3, 1.4 xf86bigfont.c, 1.3, 1.4 xf86misc.c, 1.2,
1.3 xf86vmode.c, 1.3, 1.4
- Next message: debrix/hw/xorg/int10 LICENSE, NONE, 1.1 Makefile.am, 1.1,
1.2 debug.c, NONE, 1.1 debug.h, NONE, 1.1 decode.c, NONE,
1.1 decode.h, NONE, 1.1 fpu.c, NONE, 1.1 fpu.h, NONE,
1.1 fpu_regs.h, NONE, 1.1 helper_exec.c, 1.3, 1.4 ops.c, NONE,
1.1 ops.h, NONE, 1.1 ops2.c, NONE, 1.1 prim_asm.h, NONE,
1.1 prim_ops.c, NONE, 1.1 prim_ops.h, NONE, 1.1 regs.h, NONE,
1.1 sys.c, NONE, 1.1 types.h, NONE, 1.1 validate.c, NONE,
1.1 x86emu.h, NONE, 1.1 x86emui.h, NONE, 1.1 xf86int10.c, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: ajax
Update of /cvs/xserver/debrix/Xext/extmod
In directory pdx:/home/ajax/debrix/Xext/extmod
Modified Files:
Makefile.am
Log Message:
Massive build fixes:
- Properly set some defines for Xtrans
- Sanitize included file paths
- Unbreak extmod
- Import of x86emu so int10 will work
- Fix int10 to include x86emu headers
Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/debrix/Xext/extmod/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am 12 Jun 2004 16:46:33 -0000 1.1
+++ Makefile.am 16 Jun 2004 00:25:18 -0000 1.2
@@ -1,2 +1,53 @@
+if MITSHM
+MITSHM_SRCS = ../shm.c ../shmint.h
+endif
+
+if XV
+XV_SRCS = ../xvmod.c ../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
+
+XF86EXT_SRCS = \
+ ../xf86dga2.c \
+ ../xf86misc.c \
+ ../xf86vmode.c \
+ ../xf86dga.c \
+ ../xf86bigfont.c
+
+
driver_LTLIBRARIES = libextmod.la
-libextmod_la_SOURCES = modinit.c
+libextmod_la_SOURCES = \
+ ../bigreq.c \
+ ../dpms.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 \
+ $(XF86EXT_SRCS) \
+ $(MITSHM_SRCS) \
+ $(XV_SRCS) \
+ $(RES_SRCS) \
+ $(SCREENSAVER_SRCS) \
+ $(PANORAMIX_SRCS) \
+ modinit.c
- Previous message: debrix/Xext dpms.c, 1.3, 1.4 xf86bigfont.c, 1.3, 1.4 xf86misc.c, 1.2,
1.3 xf86vmode.c, 1.3, 1.4
- Next message: debrix/hw/xorg/int10 LICENSE, NONE, 1.1 Makefile.am, 1.1,
1.2 debug.c, NONE, 1.1 debug.h, NONE, 1.1 decode.c, NONE,
1.1 decode.h, NONE, 1.1 fpu.c, NONE, 1.1 fpu.h, NONE,
1.1 fpu_regs.h, NONE, 1.1 helper_exec.c, 1.3, 1.4 ops.c, NONE,
1.1 ops.h, NONE, 1.1 ops2.c, NONE, 1.1 prim_asm.h, NONE,
1.1 prim_ops.c, NONE, 1.1 prim_ops.h, NONE, 1.1 regs.h, NONE,
1.1 sys.c, NONE, 1.1 types.h, NONE, 1.1 validate.c, NONE,
1.1 x86emu.h, NONE, 1.1 x86emui.h, NONE, 1.1 xf86int10.c, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list