emacs/lwlib
Paul Eggert 1b9ffd2811 Fix dependency bug when building lwlib
* lwlib/Makefile.in (DEPFLAGS): Use OBJS to calculate dependency
file names, not ALLOBJS.  This fixes a typo introduced
in 2015-05-15 "Replace AC_SUBST_FILE in configure with include in
Makefiles" that caused lwlib/*.o to not be rebuilt sometimes
when that was needed.
2023-01-13 23:39:51 -08:00
..
ChangeLog.1 ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
COPYING
deps.mk ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
lwlib-int.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
lwlib-utils.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
lwlib-utils.h
lwlib-widget.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
lwlib-Xaw.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
lwlib-Xaw.h
lwlib-Xlw.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
lwlib-Xlw.h
lwlib-Xm.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
lwlib-Xm.h
lwlib.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
lwlib.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
Makefile.in Fix dependency bug when building lwlib 2023-01-13 23:39:51 -08:00
README
xlwmenu.c ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
xlwmenu.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
xlwmenuP.h ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05: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.