NameDateSize

..22-Nov-201241

acinclude.m4H A D22-Nov-2012215 KiB

aclocal.m4H A D22-Nov-201237.6 KiB

configureH A D22-Nov-2012679 KiB

configure.acH A D22-Nov-20122 KiB

l1/H22-Nov-20126

l2/H22-Nov-20126

l3/H22-Nov-20126

l4/H22-Nov-20126

main.cH A D22-Nov-20121.4 KiB

Makefile.amH A D22-Nov-2012684

Makefile.inH A D22-Nov-201221.5 KiB

READMEH A D22-Nov-2012333

sysdep.hH A D22-Nov-20121.7 KiB

README

1This is depdemo, an example package that uses GNU libtool with an
2Automake-generated environment to build many interdependent libraries
3and a test program.
4
5There are four libraries: l1, l2, l3 and l4.
6l1 depends on nothing.
7l2 depends on l1.
8l3 depends on l1 and l2.
9l4 depends on l3 and libm.
10
11The test program uses l1, l2 and l4.
12