libtool/tests/tagdemo
Gary V. Vaughan 933f614f6c maint: tidy, sort and consolidate .gitignore files.
The `gnulib-tool' and gnulib `bootstrap' scripts  maintain
`.gitignore' files in asciibetical order, so reorder them now
to avoid spurious patches later.

Take advantage of putting recursive file ignore matches into
`$top_srcdir/.gitignore' and remove repetitions from other
`.gitignore' files.
2011-10-22 18:36:16 +07:00
..
.gitignore maint: tidy, sort and consolidate .gitignore files. 2011-10-22 18:36:16 +07:00
baz.cpp
baz.h
configure.ac
conv.cpp
conv.h
foo.cpp
foo.h
main.cpp
Makefile.am tagdemo: do not rely on picking up symbols from indirect deps. 2011-04-10 10:23:55 +02:00
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.