summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* configure: Use pkg-config to handle zlib dependency if possibleAlan Coopersmith2022-06-201-1/+1
| | | | | | Preserves fallback for systems like darwin without zlib.pc Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Add src/util/replace.h to noinst_HEADERS so it gets included in tarballsAlan Coopersmith2019-09-141-1/+2
| | | | | | Found when "make distcheck" failed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Convert multiplying realloc calls to use reallocarray insteadAlan Coopersmith2019-08-031-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Add strlcat & strlcpy fallbacks if not provided by libc nor libbsdAlan Coopersmith2019-08-031-1/+1
| | | | | | Implementations copied from the Xserver Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Add some unit testing utilitiesAlan Coopersmith2019-08-031-0/+11
| | | | | | | | | | | The test/utils directory contains some standalone test programs for testing libXfont funtionality without needing a full X server session. They could be used to generate automated unit testing in the future, but that work has not yet been done. [v2: updated original work from libXfont 1.5 to 2.0 API & makefiles] Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Update README for gitlab migrationAlan Coopersmith2018-11-191-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Remove fontconf.hKeith Packard2015-12-111-3/+0
| | | | | | | | This file used to advertise which font formats the library supports. The X server doesn't care, so let's just remove it so that it doesn't conflict with the older version of libXfont Signed-off-by: Keith Packard <keithp@keithp.com>
* Convert to non-recursive build.Matt Turner2015-12-091-1/+113
|
* Eliminate calls back to X server or font server functions by name (v4)libXfont2-2.0.0Keith Packard2015-12-081-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | This eliminates the weak symbol adventures and makes all of the calls back to the X server or Font server go through a table of functions instead, clarifying the required API. As this is a rather major change to the API for the library, it now installs itself as libXfont2 instead of libXfont, and the package config file is now xfont2.pc. All of the installed headers remain the same as the original library; there's now a new include file, libxfont2.h, which defines the X server and Font server interfaces. This moves util/atom.c to stubs/atom.c and reformats that file, hence the diff being larger than it would otherwise be. v2: Rename to libXfont2 instead of libXfont_2 as suggested by Emil Velikov Fix whitespace in stubs/atom.c, which was moved from util/ v3: Remove select masks from API. Expose single 'font_init' function for all library initialization. v4: Change name of distributed tarballs to libXfont2 as well Signed-off-by: Keith Packard <keithp@keithp.com>
* Strip trailing whitespaceAlan Coopersmith2011-09-161-3/+3
| | | | | | | Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* doc: use xorg-docs xorg.css stylesheetGaetan Nadon2010-06-281-26/+1
| | | | | | Use latest DocBook XML util-macros infrastructure Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: fontconf.h.in is redundant in EXTRA_DISTGaetan Nadon2010-04-011-2/+1
| | | | | | | | Output files listed in AC_CONFIG_HEADERS or AC_OUTPUT have their input files (typically .in) included in the tarball. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Revert "config: replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS"Gaetan Nadon2010-03-311-1/+2
| | | | | | | This reverts commit 8e84687b26be6e8f5da4fce173c0a134eb07f4f3. Until the issue is resolved on MAC O/S http://tinderbox.x.org/builds/2010-03-31-0030/logs/libXfont/
* config: replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon2010-03-301-2/+1
| | | | | | | Both headers end up created by the same macro. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon2010-03-291-1/+1
| | | | | | Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* doc: use new macros to control doc generationGaetan Nadon2010-02-051-4/+7
| | | | | | | Namely XORG_WITH_FOP for the fop backend (pdf) and XORG_ENABLE_DEVEL_DOCS for the generation of all docs Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-271-0/+1
| | | | | Now that the INSTALL file is generated. Allows running make maintainer-clean.
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-10-281-2/+5
| | | | | | | Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
* Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon2009-10-261-1/+1
| | | | | ChangeLog filename is known to Automake and requires no further coding in the makefile.
* Convert documentation from troff to DocBook/XMLAlan Coopersmith2009-10-071-0/+21
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Janitor: make distcheck and .gitignorePaulo Cesar Pereira de Andrade2009-01-291-1/+1
| | | | | Distribute ChangeLog but not autogen.sh. Use a single toplevel .gitignore file, instead of one per subdirectory.
* Remove loadable renderer support.Adam Jackson2009-01-201-1/+0
|
* Use XORG_CWARNFLAGS & XORG_CHANGELOG macros from xorg-macros 1.2Alan Coopersmith2008-12-191-3/+2
|
* nuke RCS IdsMatthieu Herrb2008-03-091-2/+0
|
* don't distribute fontconf.hDaniel Stone2006-12-161-1/+2
| | | | Since fontconf.h is a generated file, don't distribute it.
* Makefile.am: make ChangeLog hook saferDaniel Stone2006-12-061-1/+1
| | | | Make ChangeLog hook as safe as possible.
* Fix distcheck.Adam Jackson2006-09-121-1/+2
|
* Replace static ChangeLog with dist-hook to generate from git logAlan Coopersmith2006-08-251-1/+9
|
* Add ft.h and ftfuncs.h to the install set for Xprint's benefit. Bump to 1.1libxfont-1_1_0XORG-7_1XORG-7_0_99_901Adam Jackson2006-04-011-1/+3
| | | | for new header files and bugfixes.
* Make headers needed by bdftopcf publicKevin E Martin2005-07-021-1/+3
| | | | | Set CFLAGS to make public interface actually public Fix distcheck problem
* Build libXfont.la in the 'src' directory as my version of automake reallyKeith Packard2005-07-021-63/+1
| | | | didn't like sub-subdirs in SUBDIRS.
* - Remove fontenc from XfontSøren Sandmann Pedersen2005-06-271-2/+1
| | | | | | | | | - Add a dependency from Xfont on libfontenc - Add build system for lib/fontenc - xc/lib/font: Change #include "fontenc.h" to #include <X11/fonts/fontenc.h> in some places. - Remove dpsinfo and dpsexec from the app section of symlink.sh - Fix xp.pc.in to add XPRINT_LIBS/CFLAGS instead of X_LIBS/CFLAGS
* Add fontenc directory, update buildsystemSøren Sandmann Pedersen2005-06-211-1/+1
|
* Add Speedo directory to XfontSøren Sandmann Pedersen2005-06-161-4/+4
|
* Add Type1 subdirectory to lib/Xfonts, update build system accordingly.Søren Sandmann Pedersen2005-06-161-2/+14
|
* Add Xfont.Josh Triplett2005-05-271-0/+95