Makefile: add elint to compilation methods, ensure *.elc files exist after compilation
commit1e47e65e977e0f704feed505595ff87da0369350
authorAchim Gratz <Stromeko@Stromeko.DE>
Sun, 12 Aug 2012 13:39:53 +0000 (12 15:39 +0200)
committerAchim Gratz <Stromeko@Stromeko.DE>
Sun, 12 Aug 2012 13:41:35 +0000 (12 15:41 +0200)
tree22b6621f54292a29e7b31f007532e585477bd32c
parente1d5a31786f9c59c4aff4ad23b8b0bc56f149f9c
Makefile: add elint to compilation methods, ensure *.elc files exist after compilation

* lisp/Makefile: Add targets `slint3´ (one Emacs process for all
  sources) and `slint4´ (one Emacs instance for each source) using
  ELINTL and ELINTF to lint lisp files.  Split out compile actions
  into internal targets and implement `compile-*´ targets in terms of
  these internal targets.  Follow all targets that do not
  procude *.elc files with `dirall´ so that the *.elc files exist at
  the end of compilation.

* default.mk: Add configuration variables ELINTL and ELINTF.

* targets.mk: Add ELINTL and ELINTF to CONF_CALL.
default.mk
lisp/Makefile
targets.mk