1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-14 09:39:42 +00:00
emacs/lwlib
Andreas Schwab e6cfa7c31f Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS
* configure.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Substitute, don't add them to CFLAGS/LDFLAGS.
(C_OPTIMIZE_SWITCH): Remove.
(TEMACS_LDFLAGS2): Add ${PROFILING_LDFLAGS}.

* lib-src/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Set from substitution.
(BASE_CFLAGS): Add  ${C_WARNINGS_SWITCH}.
(ALL_CFLAGS, CPP_CFLAGS): Add ${PROFILING_CFLAGS}.
(LINK_CFLAGS): Add ${PROFILING_LDFLAGS}.

* lwlib/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
substitution.
(ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.

* oldXMenu/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS): Set from
substitution.
(ALL_CFLAGS): Add ${C_WARNINGS_SWITCH} and ${PROFILING_CFLAGS}.

* src/Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
(PROFILING_LDFLAGS): Set from substitution.
(ALL_CFLAGS): Add C_WARNINGS_SWITCH and PROFILING_CFLAGS, put
CFLAGS last.
2010-07-12 16:16:38 +02:00
..
.gitignore
ChangeLog Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS 2010-07-12 16:16:38 +02:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
lwlib-int.h Change function definition from K&R to prototype. Fix prototype warnings. 2010-07-08 12:29:51 +02:00
lwlib-utils.c Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp 2010-07-08 00:18:28 +02:00
lwlib-utils.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib-Xaw.c Change function definition from K&R to prototype. Fix prototype warnings. 2010-07-08 12:29:51 +02:00
lwlib-Xaw.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib-Xlw.c Change function definition from K&R to prototype. Fix prototype warnings. 2010-07-08 12:29:51 +02:00
lwlib-Xlw.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib-Xm.c Change function definition from K&R to prototype. Fix prototype warnings. 2010-07-08 12:29:51 +02:00
lwlib-Xm.h Remove P_ and __P macros. 2010-07-02 11:26:33 +02:00
lwlib.c Change function definition from K&R to prototype. Fix prototype warnings. 2010-07-08 12:29:51 +02:00
lwlib.h Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp 2010-07-08 00:18:28 +02:00
Makefile.in Properly handle C_WARNINGS_SWITCH, PROFILING_CFLAGS, PROFILING_LDFLAGS 2010-07-12 16:16:38 +02:00
README Remove silly examples of changes. 2010-02-03 21:21:40 -08:00
xlwmenu.c Change function definition from K&R to prototype. Fix prototype warnings. 2010-07-08 12:29:51 +02:00
xlwmenu.h Lucid menus can now use Xft for fonts. 2010-04-08 18:20:32 +02:00
xlwmenuP.h Don't redraw lucid menus more than needed. Use double buffer to reduce flicker. 2010-04-17 19:43:03 +02: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.