NameDateSize

..22-Nov-201241

acinclude.m4H A D22-Nov-2012215 KiB

aclocal.m4H A D22-Nov-201237.6 KiB

configureH A D22-Nov-2012681.9 KiB

configure.acH A D22-Nov-20122 KiB

foo.hH A D22-Nov-20121.1 KiB

foo1.cH A D22-Nov-20121.3 KiB

foo2.cH A D22-Nov-20121.3 KiB

main.cH A D22-Nov-20124.4 KiB

Makefile.amH A D22-Nov-20121.9 KiB

Makefile.inH A D22-Nov-201221.8 KiB

mlib.cH A D22-Nov-20123.3 KiB

READMEH A D22-Nov-2012792

sub.cH A D22-Nov-2012927

README

1This is mdemo, an example package that uses GNU libtool with an
2Automake-generated environment to build two simple modules and 
3a program.
4
5It demonstrates how to build both dynamic and static libraries
6that can be dlopened. mdemo uses libtool's portable dlopen
7wrapper called "libltdl". 
8All exported symbols are prefixed with "libname_LTX_" to avoid
9symbols conflicts, especially when linking statically.
10libltdl will automatically cut the prefix off to get the real name.
11
12Note that on Windows, for the purposes of illustrating ltdl, the
13libraries *are* built as dll's, but do not have the __declspec
14machinery to make them suitable for loading at link time.  This is
15only for clarity inside this example, look at the example in ../demo
16to see how the __declspec macros should be set up.
17
18