libtool/tests/tagdemo
Gary V. Vaughan 7c319e20f4 * tests/cdemo, tests/depdemo, tests/fcdemo, tests/pdemo,
tests/demo, tests/f77demo, tests/mdemo, tests/tagdemo
(distclean-local): Remove compiler file droppings left by
Autoconf tests that prevent make dist from finishing on
several machines including Mac OS 10.5.
2008-01-31 16:19:18 +00:00
..
.cvsignore spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
baz.cpp * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
baz.h * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
configure.ac * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
conv.cpp * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
conv.h * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
foo.cpp * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
foo.h * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
main.cpp * HACKING (Licensing Rules): Explain the various license texts 2007-03-25 12:12:44 +00:00
Makefile.am * tests/cdemo, tests/depdemo, tests/fcdemo, tests/pdemo, 2008-01-31 16:19:18 +00:00
README * doc/libtool.texi (Libtool test suite): Mention the new 2007-02-24 16:06:50 +00:00

# $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.