configure wrapper script and top-level Makefile: closes #5143

This introduces a configure script that automates the basic task
of setting up a CMake build directory.  It also uses a top-level
Makefile (which the configure script generates, to prevent running
it until configure has executed) which does the build and copies
the final executables into the root of the source tree.
This commit is contained in:
Jim Nelson 2012-04-27 19:46:39 -07:00
parent 78ecc0f754
commit b87fe2967a
4 changed files with 135 additions and 6 deletions

10
.gitignore vendored
View file

@ -1,10 +1,10 @@
*~
.lock-wafbuild
.valencia
.waf-*
/Makefile
/.stamp
build/
/console
/geary
/norman
/theseus
/gearyd
/geary-mailer
/geary-console