1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-18 06:01:22 -08:00
emacs/lwlib
Glenn Morris 7bd04bb46d Update lucid toolkit build for src/globals.h being a generated file.
* lwlib/Makefile.in (@SET_MAKE@): New, set by configure.
(globals): New variable and rule.
(lwlib-utils.o, lwlib.o, lwlib-Xlw.o, lwlib-Xaw.o, lwlib-Xm.o)
(xlwmenu.o): Add dependency on src/globals.h.
2011-02-08 19:25:07 -08:00
..
.gitignore
ChangeLog Update lucid toolkit build for src/globals.h being a generated file. 2011-02-08 19:25:07 -08:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
lwlib-int.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
lwlib-utils.c Use xmalloc instead of malloc. 2011-01-31 07:44:05 +01:00
lwlib-utils.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
lwlib-Xaw.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
lwlib-Xaw.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
lwlib-Xlw.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
lwlib-Xlw.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
lwlib-Xm.c Use xmalloc instead of malloc. 2011-01-31 07:44:05 +01:00
lwlib-Xm.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
lwlib.c Use xmalloc instead of malloc. 2011-01-31 07:44:05 +01:00
lwlib.h Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
Makefile.in Update lucid toolkit build for src/globals.h being a generated file. 2011-02-08 19:25:07 -08:00
README Remove silly examples of changes. 2010-02-03 21:21:40 -08:00
xlwmenu.c Convert consecutive FSF copyright years to ranges. 2011-01-24 20:08:28 -08:00
xlwmenu.h Refill some long/short copyright headers. 2011-01-26 00:36:39 -08:00
xlwmenuP.h Refill some long/short copyright headers. 2011-01-26 00:36:39 -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 file.