summaryrefslogtreecommitdiff
path: root/xts5/fonts
AgeCommit message (Collapse)AuthorFilesLines
2010-02-17xts5: Use shared library modules to decrease test program sizeDan Nicholson1-2/+2
Linking the xts libraries statically into each test program results in a massive size for the collection of programs. The libraries have been changed to private libtool modules that default to shared, resulting in a much smaller installed size. One consequence of linking to shared objects is that the linker errors on undefined extern variables. The obsolete and unused startup routines in linkstart.c had one of these, so they have been removed from the build. Next is to create the tet library shared.
2009-10-14xts5: Stop gratuitous use of make variables in common.mkDan Nicholson1-1/+4
The meanings of the variables were confusing or obfuscating. Now it's much clearer which libraries are in use.
2009-10-10xts5: Install the test fontsDan Nicholson1-1/+2
I'm not sure any of the currently installed tests use the test fonts or not, but tetexec.cfg at least creates a fontpath for them.
2009-09-16Nuke RCS IDsDan Nicholson8-8/+0
2009-06-24Add config.h headers to all C files and mc stubsDan Nicholson7-0/+28
This should allow the autoconf defines to be used consistently.
2009-05-09xts5: Use pkg-config to get X librariesDan Nicholson1-1/+1
We need to link the xts libraries and test applications with X libraries. This was being defined in common.mk as *SYSLIBS, but now the convention is to use the <var>_{CFLAGS,LIBS} used by PKG_CHECK_MODULES. A couple of the existing CFLAGS variables needed to be renamed to avoid conflicting with the pkg-config variables. This is all still pretty messy in common.mk, and should be cleaned up eventually.
2009-04-28Build the fonts and font libraryDan Nicholson2-0/+17
This requires bdftopcf and mkfontdir to create the fonts.
2005-11-03clean up all vsw5 paths to use xts5 instead.jmichael8-39/+64
2005-02-12Initial revisionanderson1-0/+214
2005-02-12Initial revisionanderson16-0/+30844