libtool: Makefile rules

1 
1 5.2 Writing 'Makefile' rules for libtool
1 ========================================
1 
11 Libtool is fully integrated with Automake (⇒Introduction
 (automake)Top.), starting with Automake version 1.2.
1 
1    If you want to use libtool in a regular 'Makefile' (or
1 'Makefile.in'), you are on your own.  If you're not using Automake, and
1 you don't know how to incorporate libtool into your package you need to
1 do one of the following:
1 
1   1. Download the latest Automake distribution from your nearest GNU
1      mirror, install it, and start using it.
1 
1   2. Learn how to write 'Makefile' rules by hand.  They're sometimes
1      complex, but if you're clever enough to write rules for compiling
1      your old libraries, then you should be able to figure out new rules
1      for libtool libraries (hint: examine the 'Makefile.in' in the
1      'tests/demo' subdirectory of the libtool distribution... note
1      especially that it was automatically generated from the
1      'Makefile.am' by Automake).
1