mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
a3ecc5f26f
* .cvsignore, doc/.cvsignore, libltdl/.cvsignore, libltdl/config/.cvsignore, libltdl/loaders/.cvsignore, libltdl/m4/.cvsignore, tests/.cvsignore, tests/cdemo/.cvsignore, tests/demo/.cvsignore, tests/depdemo/l1/.cvsignore, tests/depdemo/l2/.cvsignore, tests/depdemo/l3/.cvsignore, tests/depdemo/l4/.cvsignore, tests/f77demo/.cvsignore, tests/fcdemo/.cvsignore, tests/mdemo/.cvsignore, tests/mdemo2/.cvsignore, tests/pdemo/.cvsignore, tests/tagdemo/.cvsignore: Deleted. Even when using savannah's CVS readonly mirror there's no way to commit back to the real repo, so this files are not worth maintaining or keeping around. |
||
---|---|---|
.. | ||
.gitignore | ||
baz.cpp | ||
baz.h | ||
configure.ac | ||
conv.cpp | ||
conv.h | ||
foo.cpp | ||
foo.h | ||
main.cpp | ||
Makefile.am | ||
README |
# $Id$ This directory contains a sample package that demonstrates the use of GNU Libtool's multi-language support through the use of configuration tags. It requires GNU autoconf, automake and of course libtool. The demonstration generates a library from C++ sources, which is then linked to a C++ program.