debrix/hw/xorg/int10 Makefile.am,1.2,1.3

Daniel Stone xserver-commit at pdx.freedesktop.org
Sun Jun 27 13:58:27 PDT 2004


Committed by: daniel

Update of /cvs/xserver/debrix/hw/xorg/int10
In directory pdx:/tmp/cvs-serv13654/hw/xorg/int10

Modified Files:
	Makefile.am 
Log Message:
Makefile.am shuffling: disable all module-building, and link everything
in the tree into one static server, so that modules who dep on variables
from fbdevhw/xaa/etc can now load (e.g. fbdevhw, nv). This tree shouldn't
build any modules; it should only install Xorg, and SDK headers.


Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/int10/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	16 Jun 2004 00:25:30 -0000	1.2
+++ Makefile.am	27 Jun 2004 20:58:25 -0000	1.3
@@ -1,14 +1,11 @@
-#lib_LIBRARIES = libxorgint10.a
+noinst_LIBRARIES = libint10.a
 
 #ibxorgint10_a_SOURCES = stub.c
 
-#libxorgint10_a_SOURCES = pci.c xf86int10module.c helper_exec.c helper_mem.c \
-#                         xf86int10.c xf86x86emu.c generic.c
-
-sdk_HEADERS = xf86int10.h
+libint10_a_SOURCES = pci.c xf86int10module.c helper_exec.c helper_mem.c \
+                     xf86int10.c generic.c xf86int10module.c
 
-driver_LTLIBRARIES = libint10.la
+# FIXME: i386/amd64-only (and Linux-only!!)
+AM_CFLAGS = -D_PC -D_VM86_LINUX
 
-libint10_la_SOURCES = pci.c xf86int10module.c helper_exec.c helper_mem.c \
-		      xf86int10.c xf86x86emu.c generic.c debug.c decode.c \
-		      fpu.c ops.c ops2.c prim_ops.c sys.c
+sdk_HEADERS = xf86int10.h




More information about the xserver-commit mailing list