mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-12-21 06:59:11 +08:00
1c0ec8cf1c
multi-language-branch. * configure.in: Added pdemo and tagdemo to CONF_SUBDIRS and merged references to CXX and GCJ from multi-language-branch. *pdemo: Added test directory from multi-language-branch. *tagdemo: Added test directory from multi-language-branch. *tests/Makefile.am: Merged additional tests from multi-language-branch. *tests/pdemo-*.test: ditto. *tests/tagdemo-*.test: ditto. |
||
---|---|---|
.. | ||
.cvsignore | ||
baz.cpp | ||
baz.h | ||
configure.in | ||
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 libraries using the same libtool script, which is then linked to a C++ program.