mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
85953e3b87
* .gitignore, doc/.gitignore, libltdl/.gitignore, libltdl/config/.gitignore, libltdl/m4/.gitignore, tests/.gitignore, tests/cdemo/.gitignore, tests/demo/.gitignore, tests/depdemo/.gitignore, tests/f77demo/.gitignore, tests/fcdemo/.gitignore, tests/mdemo/.gitignore, tests/mdemo2/.gitignore, tests/pdemo/.gitignore, tests/tagdemo/.gitignore: New files. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
||
---|---|---|
.. | ||
.cvsignore | ||
.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.