mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-21 01:40:57 +08:00
85953e3b87
* .gitignore, doc/.gitignore, libltdl/.gitignore, libltdl/config/.gitignore, libltdl/m4/.gitignore, tests/.gitignore, tests/cdemo/.gitignore, tests/demo/.gitignore, tests/depdemo/.gitignore, tests/f77demo/.gitignore, tests/fcdemo/.gitignore, tests/mdemo/.gitignore, tests/mdemo2/.gitignore, tests/pdemo/.gitignore, tests/tagdemo/.gitignore: New files. Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de> |
||
---|---|---|
.. | ||
l1 | ||
l2 | ||
l3 | ||
l4 | ||
.cvsignore | ||
.gitignore | ||
configure.ac | ||
main.c | ||
Makefile.am | ||
README | ||
sysdep.h |
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.