123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- # http://www.gnu.org/software/automake
- Makefile
- Makefile.in
- # http://www.gnu.org/software/autoconf
- /autom4te.cache
- /aclocal.m4
- /compile
- /configure
- /depcomp
- /install-sh
- /missing
- /config.status
- COPYING
- INSTALL
- m4/*
- !m4/ax_check_openssl.m4
- /src/config.h
- /config.log
- stamp-h1
- .deps
- .libs
- config.guess
- config.sub
- libtool
- ltmain.sh
- *.*~
- # Compiled Object files
- *.slo
- *.lo
- *.o
- # Compiled Dynamic libraries
- *.so
- # Compiled Static libraries
- *.lai
- *.la
- *.a
- CMakeCache.txt
- CMakeFiles
- Makefile
- cmake_install.cmake
- install_manifest.txt
- CPack*
- _CPack_Packages
- src/FiSH_version.h
|