emacs/lwlib
Glenn Morris 48e384d710 Replace AC_SUBST_FILE in configure with include in Makefiles.
* configure.ac (DEPDIR, MKDEPDIR, deps_frag, lwlib_deps_frag)
(oldxmenu_deps_frag, lisp_frag): Remove output variables/files.
(AUTO_DEPEND): New output variable.
* lwlib/Makefile.in (AUTO_DEPEND): New, set by configure.
(DEPFLAGS, MKDEPDIR): Set directly via conditional.
(lwlib_deps_frag): Replace by conditional include.
* lwlib/autodeps.mk: Remove file.
* oldXMenu/Makefile.in (AUTO_DEPEND): New, set by configure.
(DEPFLAGS, MKDEPDIR): Set directly via conditional.
(oldxmenu_deps_frag): Replace by conditional include.
* oldXMenu/autodeps.mk: Remove file.
* src/Makefile.in (AUTO_DEPEND): New, set by configure.
(DEPFLAGS, MKDEPDIR): Set directly via conditional.
(lisp_frag): Replace by an include.
(deps_frag): Replace by conditional include.
* src/autodeps.mk: Remove file.
2015-05-15 20:51:45 -04:00
..
ChangeLog.1 Rename ChangeLogs for gitlog-to-changelog 2015-04-07 00:00:06 -07:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
deps.mk Replace AC_SUBST_FILE in configure with include in Makefiles. 2015-05-15 20:51:45 -04:00
lwlib-int.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-utils.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-utils.h * lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused. 2011-04-15 18:41:12 -07:00
lwlib-widget.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-Xaw.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-Xaw.h Fix minor problems found by static checking. 2013-06-30 09:14:22 -07:00
lwlib-Xlw.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-Xlw.h Fix minor problems found by static checking. 2013-06-30 09:14:22 -07:00
lwlib-Xm.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib-Xm.h Use URLs, not Boston addresses, in copyright notices. 2012-12-31 07:34:32 -08:00
lwlib.c Update copyright year to 2015 2015-01-01 14:26:41 -08:00
lwlib.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
Makefile.in Replace AC_SUBST_FILE in configure with include in Makefiles. 2015-05-15 20:51:45 -04:00
README Generate a ChangeLog file from commit logs 2015-04-07 00:00:55 -07:00
xlwmenu.c Assume C89 offsetof in xterm.c, xlwmenu.c 2015-04-14 00:58:37 -07:00
xlwmenu.h Update copyright year to 2015 2015-01-01 14:26:41 -08:00
xlwmenuP.h Update copyright year to 2015 2015-01-01 14:26:41 -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.