summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespacesPeter Hutterer2021-01-211-3/+3
| | | | | | Let's clean this up so I don't have to fight vim and git in removing them. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
* Add .pc file for version exportPeter Hutterer2011-07-071-0/+3
| | | | | | | | Exports xkbcomp version and the xkb base directory. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Daniel Stone <daniel@fooishbar.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
* config: move pre-processor flags to AM_CPPFLAGSGaetan Nadon2011-06-151-1/+2
| | | | Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: let Automake handle Yacc dist and cleaningGaetan Nadon2011-06-151-3/+0
| | | | | | | | | BUILT_SOURCES and MAINTAINERCLEANFILES are already handled by Automake. Automake generates all the rules to handle building, distribution and cleaning. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: move man pages into their own directoryGaetan Nadon2011-01-191-16/+1
| | | | | | | Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Remove out-of-date copies of README.config & README.enhancingAlan Coopersmith2011-01-041-5/+1
| | | | | | | | | | | The up-to-date master copies of those documents are found in the xorg-docs module, and posted on the X.Org website. Also, x-docs.org no longer carries X11 docs, so point to X.Org's website instead in the README. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by: Daniel Stone <daniel@fooishbar.org>
* config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2010-09-231-20/+2
| | | | | | | | | | | | | Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS The existing statement can now be removed from the configuration file. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) Enables silent rule and use platform appropriate version of sed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: move CWARNFLAGS from configure.ac to Makefile.amGaetan Nadon2010-02-111-1/+1
| | | | | | | Compiler warning flags should be explicitly set in the makefile rather than being merged with other packages compiler flags. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-261-1/+2
| | | | | 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-2/+0
| | | | | ChangeLog filename is known to Automake and requires no further coding in the makefile.
* Allow the default XKB config root to be set from configureDan Nicholson2009-03-071-1/+1
| | | | | | | | 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>
* Correct make distcheck and most gcc and sparse warnings.Paulo Cesar Pereira de Andrade2009-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | 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.
* Bug 14185: MAINTAINERCLEANFILES multiply defined in Makefile.amAlan Coopersmith2008-01-221-1/+1
| | | | <http://bugs.freedesktop.org/show_bug.cgi?id=14185>
* Revert "Also mark xkbparse.h as a generated file."Matthieu Herrb2008-01-061-1/+1
| | | | | | Apparently only yacc generates it. This reverts commit 3e5b0d615b94c66a2b5a8b3d2e4a04713a442002.
* Also mark xkbparse.h as a generated file.Matthieu Herrb2008-01-061-1/+1
|
* Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-061-0/+10
|
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2005-12-061-3/+3
|
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-281-1/+1
| | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions toAlan Coopersmith2005-10-171-1/+1
| | | | work better with BSD make
* Have generated files be cleaned by maintainer in order to passKevin E Martin2005-10-151-5/+3
| | | | check-tarball test.
* Use sed to fill in variables in man pageAlan Coopersmith2005-10-141-1/+32
|
* Define DFLT_XKB_CONFIG_ROOT to $(datadir)/X11/xkb so we look in the rightKristian Høgsberg2005-09-011-1/+1
| | | | place.
* Mark generated files as BUILT_SOURCES and CLEANFILES to ensure they areKeith Packard2005-08-021-0/+5
| | | | regenerated after 'make clean' and to make parallel builds work right.
* Use YACC to compile xkbparse.y.Daniel Stone2005-07-221-3/+3
|
* Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a globalAdam Jackson2005-07-201-2/+2
| | | | configure cache, you cache it, and the cached value is probably wrong.
* Add xkbcomp data to symlink.sh. Some fixes to xkbcomp/Makefile.amSøren Sandmann Pedersen2005-07-161-0/+3
|
* Build system for xkbcompSøren Sandmann Pedersen2005-07-151-0/+63