libtool/tests/depdemo
Gary V. Vaughan 94cc58be06 The FSF are moving offices today. Changed their contact address
in all files from `59 Temple Place, Suite 330, MA 02111-1307' to
`51 Franklin Street, Fifth Floor, MA 02110-1301'.
2005-04-22 10:10:31 +00:00
..
l1 The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
l2 The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
l3 The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
l4 The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
.cvsignore
configure.ac The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
main.c The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
Makefile.am The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
README
sysdep.h The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00

This is depdemo, an example package that uses GNU libtool with an
Automake-generated environment to build many interdependent libraries
and a test program.

There are four libraries: l1, l2, l3 and l4.
l1 depends on nothing.
l2 depends on l1.
l3 depends on l1 and l2.
l4 depends on l3 and libm.

The test program uses l1, l2 and l4.