Makefile: implement different compilation methods, rename _COMPILE_ to ORGCM
commit226b15baa0ad9808d59fe1f5069284bb44afaabd
authorAchim Gratz <Stromeko@Stromeko.DE>
Sun, 19 Aug 2012 10:21:33 +0000 (19 12:21 +0200)
committerAchim Gratz <Stromeko@Stromeko.DE>
Tue, 21 Aug 2012 19:24:23 +0000 (21 21:24 +0200)
treee00fe655188c6581d49d622e55832b2b9bb56739
parent3c1c04d8bc8f5c1ef06607a68b632fd071f13485
Makefile: implement different compilation methods, rename _COMPILE_ to ORGCM

* default.mk, targets.mk, lisp/Makefile: Rename _COMPILE_ to ORGCM.

* default.mk: Define ORGCM=dirall, show other possible values as
  comments

* targets.mk: Implement target `single´, temporarily set
  ORGCM (overriding configuration).  Show newly introduced
  configuration variables with `check-*´.

* lisp/Makefile: Implement dispatch for compile based on ORGCM.
  Output header that contains the target for easier debugging.

* Makefile: Document target `single´.
Makefile
default.mk
lisp/Makefile
targets.mk