xserver-multidpi/Xext
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
..
bigreq.c Remove all empty extension reset hooks, replace with NULL. 2008-07-24 15:46:08 -04:00
dpms.c Remove all empty extension reset hooks, replace with NULL. 2008-07-24 15:46:08 -04:00
dpmsproc.h xace: add hooks + new access codes: core protocol screensaver requests 2007-08-16 10:36:05 -04:00
dpmsstubs.c Xext: remove redefinition of Bool. 2007-12-19 18:11:32 +10:30
geext.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
geext.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
geint.h 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
mbuf.c Xext: fix MultiBuffer compilation error with TryClientEvents. (#18835) 2008-12-02 15:50:38 +10:00
mbufbf.c Redefine WindowTable as a fixed array 2008-08-05 01:17:32 +03:00
mbufpx.c Xext: Remove usage of alloca 2007-11-05 14:34:46 +00:00
panoramiX.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
panoramiX.h Death to RCS tags. 2007-06-29 14:06:52 -04:00
panoramiXh.h Centralize declaration of ConnectionInfo. 2008-08-20 13:14:34 -04:00
panoramiXprocs.c Shape extension is built-in and mandatory. 2008-07-24 15:46:08 -04:00
panoramiXsrv.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
panoramiXSwap.c Merge branch 'master' into mpx 2008-01-03 17:04:54 +10:30
saver.c Prepare for array-index based devPrivates. 2008-08-28 18:05:40 -04:00
security.c Prepare for array-index based devPrivates. 2008-08-28 18:05:40 -04:00
securitysrv.h Rework of the XC-SECURITY extension. The gen-auth protocol has not changed, 2007-11-08 16:32:42 -05:00
shape.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
shm.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
shmint.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
sleepuntil.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
sleepuntil.h Remove RCS tags. Fix Xprint makefile braindamage. 2006-07-21 17:56:00 -04:00
sync.c Drop a bunch of #ifdef Lynx. 2008-07-17 11:59:24 -04:00
xace.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xace.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xacestr.h XACE: Add generic support for property and selection polyinstantiation. 2008-02-29 18:01:37 -05:00
xcalibrate.c Remove all empty extension reset hooks, replace with NULL. 2008-07-24 15:46:08 -04:00
xcmisc.c Remove all empty extension reset hooks, replace with NULL. 2008-07-24 15:46:08 -04:00
xf86bigfont.c Unifdef ISC 2008-10-02 17:03:54 -04:00
xres.c xalloc+memset(0) -> xcalloc 2008-10-06 15:36:51 -04:00
xselinux.c xselinux: use "raw context" variants of getpeercon() and getcon(). 2008-11-25 22:49:19 -05:00
xselinux.h XSELinux: Add a request to get a client's context from a resource ID. 2008-03-31 17:35:10 -04:00
xtest.c Move EXTENSION_BASE and EXTENSION_EVENT_BASE to misc.h. 2008-10-31 17:09:13 +10:30
xvdisp.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xvdisp.h Fix swapped Xv dispatch under Xinerama. 2007-12-02 14:15:36 -05:00
xvdix.h Use libtool convenience libraries and better "symbol" table. 2008-12-07 02:22:19 -02:00
xvmain.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xvmc.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xvmcext.h Use libtool convenience libraries and better "symbol" table. 2008-12-07 02:22:19 -02:00