1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
emacs/lwlib
Paul Eggert bf8cf95d7d Streamline dependency-file generation
* configure.ac (AUTODEPEND_PARENTS): New var.
mkdir the dependency directories here, to simplify ‘make’.
Remove dependency files just before outputting Makefiles, so that
they are preserved if ‘configure’ exits early due to some other problem.
* lib/Makefile.in, lwlib/Makefile.in, oldXMenu/Makefile.in:
* src/Makefile.in: Adjust deps strategies to be similar, as follows:
(MKDEPDIR): Remove.  All uses removed.  This cuts down on the
number of processes spun off by ‘make’.
(clean mostlyclean): Remove $(DEPDIR) contents, not $(DEPDIR) itself.
(distclean): Remove $(DEPDIR) itself.
* lwlib/Makefile.in (all): Move to front, so that depdir includes
do not alter default action.
2017-03-21 09:59:31 -07:00
..
ChangeLog.1 Update copyright year to 2017 2016-12-31 19:42:26 -08:00
COPYING
deps.mk Update copyright year to 2017 2016-12-31 19:42:26 -08:00
lwlib-int.h Update copyright year to 2017 2016-12-31 19:42:26 -08:00
lwlib-utils.c Update copyright year to 2017 2016-12-31 19:42:26 -08:00
lwlib-utils.h
lwlib-widget.h Update copyright year to 2017 2016-12-31 19:42:26 -08:00
lwlib-Xaw.c Tweak X toolkit code to pacify modern GCC 2017-03-10 09:31:59 -08:00
lwlib-Xaw.h
lwlib-Xlw.c Update copyright year to 2017 2016-12-31 19:42:26 -08:00
lwlib-Xlw.h
lwlib-Xm.c Tweak X toolkit code to pacify modern GCC 2017-03-10 09:31:59 -08:00
lwlib-Xm.h
lwlib.c Tweak X toolkit code to pacify modern GCC 2017-03-10 09:31:59 -08:00
lwlib.h Update copyright year to 2017 2016-12-31 19:42:26 -08:00
Makefile.in Streamline dependency-file generation 2017-03-21 09:59:31 -07:00
README
xlwmenu.c Tweak X toolkit code to pacify modern GCC 2017-03-10 09:31:59 -08:00
xlwmenu.h Update copyright year to 2017 2016-12-31 19:42:26 -08:00
xlwmenuP.h Update copyright year to 2017 2016-12-31 19:42:26 -08:00

This subdirectory contains the Lucid Widget Library (lwlib), which
provides a uniform interface to a few different X toolkits.  The
library was written by Lucid, Inc and released under the terms of the
GPL version 1 (or later).  It is not considered part of GNU Emacs.

This version of the library differs from the original as described in
the ChangeLog.1 file.