]> git.tuebingen.mpg.de Git - paraslash.git/commit - Makefile.real
build: Split Makefile.in.
authorAndre Noll <maan@systemlinux.org>
Sun, 15 Sep 2013 02:39:11 +0000 (02:39 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 1 Dec 2013 11:01:01 +0000 (12:01 +0100)
commit7fb39c9aeb527c03c1e3c33e158f727fb9380eaf
treec7a8e2ea7574ad44bb8714281ae7cf4d27e1b8aa
parentd0ddd2a8a626b12b8f832d4d68fcf0a126638651
build: Split Makefile.in.

This trims down Makefile.in to contain only the initializations of
Make variables with their autoconf counterpart. The new Makefile.real
contains the second part, including all recipes.

With this commit, Makefile.in needs to be changed only when
configure.ac introduces new variables. In this case a full
autoconf, configure, make cycle is necessary anyway. However, if
only Makefile.real changes, a simple make run should be enough to
update everything.
Makefile.in
Makefile.real [new file with mode: 0644]