xserver-multidpi/mi
Paulo Cesar Pereira de Andrade b1dac41fb3 Use libtool convenience libraries and better "symbol" table.
All .a libraries were converted to .la, and instead of linking the
Xorg binary with a mix of .a and .la, and adding some libraries more
then once in the command line, etc, now it generates a single libxorg.la
from all the required convenience libraries, and links with a dummy
xorg.c (that should usually be the file with the main function...).
This removes the requirement of some things like libosandcommon and
libinit, that existed to circumvent problems when linking multiple
.a and .la in the final Xorg binary.

  The "symbol table" is now generated dynamically, by a shell script,
with an embedded gawk parser that parses cpp output. The new file
sdksyms.sh is generated by hand by analyzing all Makefile.am's and
making it create a sdksyms.c file, that includes all sdk headers that
will add symbols for the Xorg binary. Module headers aren't read, and
a in 2 files it was required to add a "<hash>ifndef XorgLoader" around
declarations shared between the Xorg binary and libextmod. A few
other changes were added to other sdk headers, like preventing
multiple inclusion, or including other headers to satisfy dependencies.

  This should be a lot more portable, and better (hopefully properly)
using libtool to generate convenience libraries.
2008-12-07 02:22:19 -02:00
..
Makefile.am Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mi.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
miarc.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mibank.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mibank.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mibitblt.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mibstore.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mibstore.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mibstorest.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
micmap.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
micmap.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
micoord.h Unifdef sgi. 2008-07-23 13:37:42 -04:00
micursor.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
midash.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
midispcur.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mieq.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
miexpose.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mifillarc.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mifillarc.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mifillrct.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mifpoly.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mifpolycon.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
migc.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
migc.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
miglblt.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
miinitext.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
miline.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mioverlay.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mioverlay.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mipointer.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mipointer.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mipointrst.h mi: protect mipointrst.h against multiple includes. 2008-06-11 17:24:19 +09:30
mipoly.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mipoly.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mipolycon.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mipolygen.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mipolypnt.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mipolyrect.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mipolyseg.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mipolytext.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mipolyutil.c mi: ansify. 2008-05-28 14:23:08 +09:30
mipushpxl.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
miregion.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
miscanfill.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
miscrinit.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mispans.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mispans.h Use libtool convenience libraries and better "symbol" table. 2008-12-07 02:22:19 -02:00
misprite.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
misprite.h Revert "Suppress software cursor removal during rotated shadow buffer drawing." 2007-04-19 17:49:34 -07:00
mispritest.h Refactor misprite a bit. 2008-08-19 14:47:10 -04:00
mistruct.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
mivalidate.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
mivaltree.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
miwideline.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
miwideline.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
miwindow.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mizerarc.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mizerarc.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mizerclip.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
mizerline.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00