Commit b5cdf931f2305dbddc4008879f81e1a3cb4c74ed
authorMichel Pollet <buserror@gmail.com>
Tue, 14 Oct 2014 17:44:24 +0000 (18:44 +0100)
committerMichel Pollet <buserror@gmail.com>
Tue, 14 Oct 2014 17:44:48 +0000 (18:44 +0100)
treebe0e0931958e2012348a8ad9d4528f6099ec8a3b
parenteb45f55a54cdd31cb12a778d7b6baebe032287a2
Message:
build: re-accelerated the build

Simavr used to build pretty quick, and it's been crawling for a while
now, turns out some of the enhancements we added to the SIMAVR path
detection were being evaluated a LOT.
So went to the makefile and made sure most of the static variables are
evaluated once only.

Signed-off-by: Michel Pollet <buserror@gmail.com>
3 files changed:
Makefile.common
examples/Makefile.opengl
tests/Makefile