libtool/demo
Alexandre Oliva 0506cf492e * demo/configure.in: set DLPREOPEN to -dlopen if we don't have
shared libraries
* demo/Makefile.am (DLPREOPEN): use instead of -dlpreopen
(STATIC): use $(STATIC), not @STATIC@
* mdemo/Makefile.am (STATIC): ditto
* demo/Makefile.am, mdemo/Makefile.am (STATIC): do not use
1999-01-21 04:09:39 +00:00
..
.cvsignore Minor cosmetic fixe and CVS administrivia. 1998-10-27 16:09:56 +00:00
configure.in * demo/configure.in: set DLPREOPEN to -dlopen if we don't have 1999-01-21 04:09:39 +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 * demo/configure.in: set DLPREOPEN to -dlopen if we don't have 1999-01-21 04:09:39 +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>.