libtool/tests/tagdemo
Ralf Wildenhues 2aa72e57d2 * tests/tagdemo/foo.cpp, tests/tagdemo/main.cpp [ hpux ] <aCC>:
The HPPA C++ compiler has namespace support but provides no
`std' namespace; just provide it with a dummy.
2006-03-17 17:20:11 +00:00
..
.cvsignore spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
baz.cpp The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
baz.h The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
configure.ac Make tagdemo work smoothly with both pre- and ISO C++ compilers, 2005-09-12 16:24:38 +00:00
conv.cpp The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
conv.h The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
foo.cpp * tests/tagdemo/foo.cpp, tests/tagdemo/main.cpp [ hpux ] <aCC>: 2006-03-17 17:20:11 +00:00
foo.h The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
main.cpp * tests/tagdemo/foo.cpp, tests/tagdemo/main.cpp [ hpux ] <aCC>: 2006-03-17 17:20:11 +00:00
Makefile.am * tests/cdemo/Makefile.am: Remove broken use of undocumented 2006-02-03 09:37:04 +00:00
README spurious commit abort earlier :-( 2003-10-14 21:46:13 +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 libraries using the same libtool script,
which is then linked to a C++ program.