Add a proper build system
FossilOrigin-Name: 3bac4aa7d3604e08794a83ca9017fe0a21c33382b41a733325f2f969f3dc5e91
This commit is contained in:
parent
b28af99baa
commit
5e66df5cbf
14 changed files with 4943 additions and 462 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
*.a
|
||||
*.dll
|
||||
*.dylib
|
||||
*.o
|
||||
*.orig
|
||||
*.so
|
||||
*.so.*
|
||||
*~
|
||||
.deps
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
buildsys.mk
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
extra.mk
|
||||
tests/tests
|
||||
tests/tests.exe
|
Loading…
Add table
Add a link
Reference in a new issue