xserver-multidpi/fb
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
..
fb.h Use libtool convenience libraries and better "symbol" table. 2008-12-07 02:22:19 -02:00
fb24_32.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fb24_32.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
fballpriv.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbarc.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbbits.c Death to RCS tags. 2007-06-29 14:06:52 -04:00
fbbits.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbblt.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbbltone.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbcmap_mi.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbcmap.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbcopy.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbfill.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbfillrect.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbfillsp.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbgc.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbgetsp.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbglyph.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbimage.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbline.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fboverlay.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fboverlay.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbpict.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbpict.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbpixmap.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbpoint.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbpush.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbrop.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbscreen.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbseg.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbsetsp.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbsolid.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbstipple.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbtile.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbtrap.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbutil.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
fbwindow.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
Makefile.am Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
wfbrename.h Remove fbpseudocolor 2008-04-19 04:06:19 -04:00