1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00
emacs/lwlib
Miles Bader 48d67035ea Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396
Tweak arch tagging to make build/install-in-place less annoying

Previously, autoconf-created Makefiles and the like would contain
duplicate taglines (unfortunately, autoconf doesn't seem to have a
`strip in generated file' comment mechanism) leading to conflicts, and
installing in place would create unknown directories and copies of
source directories (leading to conflicts with the source directories).

This changeset makes all autoconf-processed files use explicit id-tags
and adds .arch-inventory entries to ignore installation directories.
2004-06-11 02:39:51 +00:00
..
.gitignore *** empty log message *** 2000-09-21 15:08:55 +00:00
ChangeLog Changes for lucid popup menus (keyboard traversal enabled) and dialogs 2004-01-12 01:45:22 +00:00
COPYING New file. 2001-12-08 20:59:54 +00:00
lwlib-int.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-utils.c Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-utils.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xaw.c Changes for lucid popup menus (keyboard traversal enabled) and dialogs 2004-01-12 01:45:22 +00:00
lwlib-Xaw.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xlw.c Changes for lucid popup menus (keyboard traversal enabled) and dialogs 2004-01-12 01:45:22 +00:00
lwlib-Xlw.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib-Xm.c Changes for lucid popup menus (keyboard traversal enabled) and dialogs 2004-01-12 01:45:22 +00:00
lwlib-Xm.h Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib.c Add arch taglines 2003-09-01 15:45:59 +00:00
lwlib.h Add arch taglines 2003-09-01 15:45:59 +00:00
Makefile.in Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-396 2004-06-11 02:39:51 +00:00
README # 1999-09-30 21:29:02 +00:00
xlwmenu.c Changes for lucid popup menus (keyboard traversal enabled) and dialogs 2004-01-12 01:45:22 +00:00
xlwmenu.h Changes for lucid popup menus (keyboard traversal enabled) and dialogs 2004-01-12 01:45:22 +00:00
xlwmenuP.h Changes for lucid popup menus (keyboard traversal enabled) and dialogs 2004-01-12 01:45:22 +00:00

This subdirectory contains the lwlib library which provides a uniform
interface to a few different X toolkits.  The library was written by Lucid.
This version has changes in the makefile to fit in with Emacs's configure
script, and some source files have been renamed to fit in 14 characters.