libtool/tests/depdemo
Ralf Wildenhues d6b4fbf5dd * tests/cdemo/Makefile.am: Remove broken use of undocumented
Automake variable `$(OBJECTS)'.
* tests/demo/Makefile.am, tests/depdemo/Makefile.am: Likewise.
* tests/f77demo/Makefile.am, tests/fcdemo/Makefile.am: Likewise.
* tests/mdemo/Makefile.am, tests/mdemo2/Makefile.am: Likewise.
* tests/pdemo/Makefile.am, tests/tagdemo/Makefile.am: Likewise.
2006-02-03 09:37:04 +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 spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
configure.ac Reorganise the libtool tree to create a bootstrapped libltdl for 2005-08-23 01:49:37 +00:00
main.c The FSF are moving offices today. Changed their contact address 2005-04-22 10:10:31 +00:00
Makefile.am * tests/cdemo/Makefile.am: Remove broken use of undocumented 2006-02-03 09:37:04 +00:00
README spurious commit abort earlier :-( 2003-10-14 21:46:13 +00:00
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.