libtool/depdemo
2002-10-22 19:29:28 +00:00
..
l1 * NEWS: Updated. 2002-06-01 14:09:50 +00:00
l2 * NEWS: Updated. 2002-06-01 14:09:50 +00:00
l3 * NEWS: Updated. 2002-06-01 14:09:50 +00:00
l4 * NEWS: Updated. 2002-06-01 14:09:50 +00:00
.cvsignore added acinclude.m4 1999-03-14 05:43:03 +00:00
configure.ac Apply Cygwin patches from Charles Wilson. 2002-10-22 19:29:28 +00:00
main.c * NEWS: Updated. 2002-03-03 03:19:55 +00:00
Makefile.am * NEWS: Updated. 2002-03-03 03:19:55 +00:00
README * ltmain.in: strip off the .exe suffix only on *Win 1999-05-23 10:03:23 +00:00
sysdep.h * ltmain.in: rewrite of the ILD code, merge linking code for 2000-01-19 20:34:37 +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.