libtool/depdemo
Alexandre Oliva 602b4fc8c4 * depdemo/l1/Makefile.am (AUTOMAKE_OPTIONS): no-dependencies
* depdemo/l2/Makefile.am (AUTOMAKE_OPTIONS): ditto
* depdemo/l3/Makefile.am (AUTOMAKE_OPTIONS): ditto
* depdemo/l4/Makefile.am (AUTOMAKE_OPTIONS): ditto
1999-04-02 09:37:11 +00:00
..
l1 * depdemo/l1/Makefile.am (AUTOMAKE_OPTIONS): no-dependencies 1999-04-02 09:37:11 +00:00
l2 * depdemo/l1/Makefile.am (AUTOMAKE_OPTIONS): no-dependencies 1999-04-02 09:37:11 +00:00
l3 * depdemo/l1/Makefile.am (AUTOMAKE_OPTIONS): no-dependencies 1999-04-02 09:37:11 +00:00
l4 * depdemo/l1/Makefile.am (AUTOMAKE_OPTIONS): no-dependencies 1999-04-02 09:37:11 +00:00
.cvsignore added acinclude.m4 1999-03-14 05:43:03 +00:00
configure.in * doc/libtool.texi: fixed a typo 1999-03-30 19:22:41 +00:00
main.c updated depdemo 1999-03-13 17:41:49 +00:00
Makefile.am * use the same header in all configure.in's and Makefile.am's 1999-03-20 00:27:33 +00:00
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.