libtool/mdemo
1998-12-23 10:27:14 +00:00
..
.cvsignore *** empty log message *** 1998-12-21 17:30:48 +00:00
configure.in *** empty log message *** 1998-12-18 22:23:51 +00:00
foo1.c * ltmain.in (-force-static, force_static): removed 1998-12-16 05:42:23 +00:00
foo2.c * ltmain.in (-force-static, force_static): removed 1998-12-16 05:42:23 +00:00
foo.h * ltmain.in (-force-static, force_static): removed 1998-12-16 05:42:23 +00:00
main.c *** empty log message *** 1998-12-18 22:23:51 +00:00
Makefile.am *** empty log message *** 1998-12-23 10:27:14 +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.