mirror of
https://review.haiku-os.org/buildtools
synced 2024-11-23 07:18:49 +01:00
64dcab13c1
git-svn-id: file:///srv/svn/repos/haiku/buildtools/trunk@15341 a95241bf-73f2-0310-859d-f6bbb57e9c96 |
||
---|---|---|
.. | ||
l1 | ||
l2 | ||
l3 | ||
l4 | ||
acinclude.m4 | ||
aclocal.m4 | ||
configure | ||
configure.ac | ||
main.c | ||
Makefile.am | ||
Makefile.in | ||
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.