support shared library builds
commitc524e1747f546e7b2c215e7a063699b11bb96685
authorKyle J. McKay <mackyle@gmail.com>
Sat, 28 Oct 2017 05:28:53 +0000 (27 22:28 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sat, 28 Oct 2017 05:28:53 +0000 (27 22:28 -0700)
treed2806fc70eb721c44d21c7bf6230e246bce62ccf
parentebd88f9917d7f4731a933148472a2e0d6a629464
support shared library builds

Although use of the static library is recommended, support building
a shared library as well with the optional `-shared` option.

By default install both if they exist, but allow a single `-shared`
or `-static` to be passed to the installlib script to limit the
installation to just one or the other.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
.gitignore
README.txt
buildlib
installlib