diff options
author | Jim Blandy <jimb@redhat.com> | 1993-05-15 22:25:51 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-05-15 22:25:51 +0000 |
commit | c38a040d4a3a1bc794a361d67e9aefc10c68cff4 (patch) | |
tree | e87e78c3c391eb72949c533e86b8acc191799f28 /lisp/emacs-lisp/lisp-mode.el | |
parent | 0d73e8e39ca9aa38a369af684d8fddf063ec2f78 (diff) | |
download | emacs-c38a040d4a3a1bc794a361d67e9aefc10c68cff4.tar.gz emacs-c38a040d4a3a1bc794a361d67e9aefc10c68cff4.tar.bz2 emacs-c38a040d4a3a1bc794a361d67e9aefc10c68cff4.zip |
The GNU coding standards specify that CFLAGS should be left for
users to set.
* Makefile.in (CFLAGS): Put this in the "things configure might
edit" section, and have it default to -g.
(ALL_CFLAGS): New variable, set to all the flags which should be
passed to compilations. Replace all other uses of CFLAGS with
ALL_CFLAGS.
(.c.o): New rule, to pass ALL_CFLAGS to compilations.
* Makefile.in (DEFS): Remove this; it's always just going to be
"-DHAVE_CONFIG_H -Demacs".
* Makefile.in (ALLOCA): New variable, whose value we should
inherit from the top-level makefile.
(etags, ctags): Include ALLOCA in the list of object files that
these executables depend on and link.
Diffstat (limited to 'lisp/emacs-lisp/lisp-mode.el')
0 files changed, 0 insertions, 0 deletions