Changed buildsystems from automake to plain make.
This commit is contained in:
parent
cfb8edf4f3
commit
33427f1663
11 changed files with 106 additions and 149 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -1,15 +1,16 @@
|
|||
#ignore object files and nonsense like that
|
||||
*.[oa]
|
||||
*.la
|
||||
*.lo
|
||||
*.o
|
||||
*.orig
|
||||
*.bak
|
||||
*~
|
||||
.deps
|
||||
Makefile
|
||||
Makefile.in
|
||||
version.m4
|
||||
docs
|
||||
nbproject
|
||||
autom4te.cache
|
||||
/libmist.so
|
||||
/libmist.a
|
||||
/configure
|
||||
/config.*
|
||||
/aclocal.m4
|
||||
|
@ -27,3 +28,4 @@ libtool
|
|||
*.json
|
||||
*.pc
|
||||
*.swp
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue