libtool/tests/depdemo
2004-01-04 20:45:24 +00:00
..
l1 Roll back copyright changes. 2004-01-04 20:45:24 +00:00
l2 Roll back copyright changes. 2004-01-04 20:45:24 +00:00
l3 Roll back copyright changes. 2004-01-04 20:45:24 +00:00
l4 Roll back copyright changes. 2004-01-04 20:45:24 +00:00
.cvsignore spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
configure.ac Roll back copyright changes. 2004-01-04 20:45:24 +00:00
main.c spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
Makefile.am Roll back copyright changes. 2004-01-04 20:45:24 +00:00
README spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
sysdep.h spurious commit abort earlier :-( 2003-10-14 21:46:13 +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.