1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-26 23:31:55 -08:00
emacs/lwlib
Glenn Morris 93160ec392 Use gcc auto-dependency information for lwlib and oldXMenu
* configure.ac (lwlib_deps_frag, oldxmenu_deps_frag): New output files.

* make-dist (lwlib, oldXMenu): Distribute *.mk.

* lwlib/Makefile.in: Move old dependency information to new file deps.mk.
(MKDIR_P, DEPFLAGS, MKDEPDIR, lwlib_deps_frag):
New, set by configure.
(DEPDIR): New variable.
(ALL_CFLAGS): Add DEPFLAGS.
(.c.o): Add MKDEPDIR.
(clean, mostlyclean): Delete DEPDIR.

* lwlib/deps.mk, lwlib/autodeps.mk: New files.

* oldXMenu/Makefile.in: Move old dependency information to new file deps.mk.
(MKDIR_P, DEPFLAGS, MKDEPDIR, oldxmenu_deps_frag):
New, set by configure.
(DEPDIR): New variable.
(ALL_CFLAGS): Add DEPFLAGS.
(.c.o): Add MKDEPDIR.
(clean, mostlyclean): Delete DEPDIR.

* oldXMenu/deps.mk, oldXMenu/autodeps.mk: New files.

* src/deps.mk: Comment update.

* .bzrignore: Ignore lwlib/deps, oldXMenu/deps.
2014-06-28 15:57:23 -07:00
..
.gitignore
autodeps.mk Use gcc auto-dependency information for lwlib and oldXMenu 2014-06-28 15:57:23 -07:00
ChangeLog Use gcc auto-dependency information for lwlib and oldXMenu 2014-06-28 15:57:23 -07:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
deps.mk Use gcc auto-dependency information for lwlib and oldXMenu 2014-06-28 15:57:23 -07:00
lwlib-int.h Use common string allocation and freeing functions where applicable. 2014-05-30 17:22:29 +04:00
lwlib-utils.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
lwlib-utils.h * lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused. 2011-04-15 18:41:12 -07:00
lwlib-widget.h * lwlib-widget.h (widget_value) [USE_X_TOOLKIT]: Use X toolkit 2014-06-04 07:20:11 +04:00
lwlib-Xaw.c Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00: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 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
lwlib-Xlw.h Fix minor problems found by static checking. 2013-06-30 09:14:22 -07:00
lwlib-Xm.c Omit redundant extern decls. 2014-06-17 09:09:19 -07:00
lwlib-Xm.h Use URLs, not Boston addresses, in copyright notices. 2012-12-31 07:34:32 -08:00
lwlib.c Use common memory management functions for lwlib and refactor users. 2014-06-02 22:01:21 +04:00
lwlib.h Do not require libXt-devel when building with gtk. 2014-06-03 12:59:55 -07:00
Makefile.in Use gcc auto-dependency information for lwlib and oldXMenu 2014-06-28 15:57:23 -07:00
README Remove silly examples of changes. 2010-02-03 21:21:40 -08:00
xlwmenu.c * xlwmenu.c (openXftFont): Do not load regular X font here. 2014-06-03 08:17:53 +04:00
xlwmenu.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00:00
xlwmenuP.h Update copyright year to 2014 by running admin/update-copyright. 2014-01-01 07:43:34 +00: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.