libtool/mdemo
1999-01-10 14:44:06 +00:00
..
.cvsignore *** empty log message *** 1998-12-21 17:30:48 +00:00
configure.in *** empty log message *** 1999-01-09 09:51:44 +00:00
foo1.c *** empty log message *** 1999-01-09 09:51:44 +00:00
foo2.c *** empty log message *** 1999-01-09 09:51:44 +00:00
foo.h *** empty log message *** 1999-01-06 21:04:20 +00:00
main.c *** empty log message *** 1999-01-09 20:05:55 +00:00
Makefile.am *** empty log message *** 1999-01-10 14:44:06 +00:00
README *** empty log message *** 1998-12-18 22:23:51 +00:00

This is mdemo, an example package that uses GNU libtool with an
Automake-generated environment to build two simple libraries and programs.

It demonstrates how to build both dynamic and static libraries
that can be dlopened. You'll need a wrapper (libltdl)
for your dlopen functions. We prefix all exported symbols with "libname_LTX_".
When dlopening these static libraries, we cut the prefix off to
get the real name.