automake build system
This commit is contained in:
parent
703bab20ca
commit
558bea9993
5 changed files with 41 additions and 20 deletions
25
.gitignore
vendored
25
.gitignore
vendored
|
@ -1,3 +1,26 @@
|
|||
echoc
|
||||
*.la
|
||||
*.lo
|
||||
*.o
|
||||
*~
|
||||
.deps
|
||||
.libs
|
||||
m4/*.m4
|
||||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
autom4te.cache
|
||||
compile
|
||||
config.guess
|
||||
config.h
|
||||
config.h.in
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
libtool
|
||||
ltmain.sh
|
||||
missing
|
||||
stamp-*
|
||||
obj*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue