mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
8f45ebb8b5
* lwlib/Makefile.in (USE_X_TOOLKIT, RM, TOOLKIT_DEFINES): Remove. (ALL_CFLAGS): Remove -I. (config_h, lisp_h, src_h): New variables. (globals_h): Rename from $globals. ($(globals_h)): Check cd exit status. (lwlib.o): Remove special rule. (lwlib-utils.o, lwlib.o, lwlib-Xlw.o, lwlib-Xaw.o, lwlib-Xm.o, xlwmenu.o): Add lisp.h and config.h to prereqs. (lwlib-utils.o): Add lwlib.h to prereqs. (lwlib.o): Add lwlib-utils.h and lwlib-Xm.h to prereqs. (lwlib-Xlw.o): Add xlwmenu.h to prereqs. (xlwmenu.o): Add ../src/xterm.h to prereqs. (mostlyclean): Forget about "core" files. |
||
---|---|---|
.. | ||
.gitignore | ||
ChangeLog | ||
COPYING | ||
lwlib-int.h | ||
lwlib-utils.c | ||
lwlib-utils.h | ||
lwlib-Xaw.c | ||
lwlib-Xaw.h | ||
lwlib-Xlw.c | ||
lwlib-Xlw.h | ||
lwlib-Xm.c | ||
lwlib-Xm.h | ||
lwlib.c | ||
lwlib.h | ||
Makefile.in | ||
README | ||
xlwmenu.c | ||
xlwmenu.h | ||
xlwmenuP.h |
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.