libtool/demo
Alexandre Oliva 72abadcd76 * tests/demo-shared.test, tests/demo-static.test: new tests
* tests/mdemo-shared.test, tests/mdemo-static.test: ditto
* tests/Makefile.am: ditto
* doc/libtool.texi: document them
* demo/Makefile.am, mdemo/Makefile.am (@STATIC@): do not use
-static unconditionally, it can't work with --disable-static
* demo/configure.in, mdemo/configure.in: check whether libtool was
configured to build static libraries and, if not, set STATIC to an
empty string
1999-01-21 03:50:07 +00:00
..
.cvsignore Minor cosmetic fixe and CVS administrivia. 1998-10-27 16:09:56 +00:00
configure.in * tests/demo-shared.test, tests/demo-static.test: new tests 1999-01-21 03:50:07 +00:00
dlmain.c * demo/dlmain.c (main): cast s->address to the appropriate pointer 1999-01-20 18:06:47 +00:00
foo.c *** empty log message *** 1999-01-09 09:51:44 +00:00
foo.h *** empty log message *** 1999-01-13 21:39:14 +00:00
hello.c *** empty log message *** 1998-12-31 11:25:57 +00:00
main.c *** empty log message *** 1998-12-31 11:25:57 +00:00
Makefile.am * tests/demo-shared.test, tests/demo-static.test: new tests 1999-01-21 03:50:07 +00:00
README *** empty log message *** 1998-02-12 05:45:15 +00:00
run.test Initial revision 1997-04-01 19:18:28 +00:00

This is GNU hell, an example package that uses GNU libtool with an
Automake-generated environment to build a simple library and program.

Admittedly, it would be better if this was a more realistic example,
say, a program that actually did something useful, but we can't have
everything.

Send bug reports and comments about GNU hell to the libtool mailing
list <bug-libtool@gnu.org>.