summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2009-03-07Allow the default XKB config root to be set from configureDan Nicholson
The default was hardcoded in the Makefile as $(datadir)/share/X11/xkb. This could cause a problem if you are installing xkbcomp to an alternate location but want to continue using the system's XKB data. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
2009-01-21Correct make distcheck and most gcc and sparse warnings.Paulo Cesar Pereira de Andrade
Remaining warnings are due to macros that check address or vectors on the stack and auto generated yacc code. Compiled with default flags and also as: % make CFLAGS=-DENTRY_TRACKING_ON -DDEBUG_ON -DASSERTIONS_ON to ensure the "simplification" of code like: foo.c: <hash>define DEBUG_VAR foo_VAR <hash>include "foo.h" ... foo.h: <hash>ifdef DEBUG_VAR_NOT_LOCAL extern <hash>endif int DEBUG_VAR; ... did not change the author's "intended" logic.
2008-01-22Bug 14185: MAINTAINERCLEANFILES multiply defined in Makefile.amAlan Coopersmith
<http://bugs.freedesktop.org/show_bug.cgi?id=14185>
2008-01-06Revert "Also mark xkbparse.h as a generated file."Matthieu Herrb
Apparently only yacc generates it. This reverts commit 3e5b0d615b94c66a2b5a8b3d2e4a04713a442002.
2008-01-06Also mark xkbparse.h as a generated file.Matthieu Herrb
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-10-17Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions toAlan Coopersmith
work better with BSD make
2005-10-15Have generated files be cleaned by maintainer in order to passKevin E Martin
check-tarball test.
2005-10-14Use sed to fill in variables in man pageAlan Coopersmith
2005-09-01Define DFLT_XKB_CONFIG_ROOT to $(datadir)/X11/xkb so we look in the rightKristian Høgsberg
place.
2005-08-02Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they areKeith Packard
regenerated after 'make clean' and to make parallel builds work right.
2005-07-22Use YACC to compile xkbparse.y.Daniel Stone
2005-07-20Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a globalAdam Jackson
configure cache, you cache it, and the cached value is probably wrong.
2005-07-16Add xkbcomp data to symlink.sh. Some fixes to xkbcomp/Makefile.amSøren Sandmann Pedersen
2005-07-15Build system for xkbcompSøren Sandmann Pedersen