Changed buildsystem from automake to plain make.

This commit is contained in:
Thulinma 2014-01-04 22:28:09 +01:00
parent 4e03805671
commit d8113e7829
15 changed files with 252 additions and 202 deletions

6
.gitignore vendored
View file

@ -5,15 +5,12 @@
*.swp
*~
.deps
Makefile
Makefile.in
version.m4
docs
nbproject
autom4te.cache
src/Mist*
src/analysers/Mist*
src/converters/Mist*
/Mist*
/configure
/config.*
/aclocal.m4
@ -37,3 +34,4 @@ server.html*
.settings
.cproject
.project