Project

General

Profile

Feature #144

Updated by Marco Eichelberg over 8 years ago

We could use Gnu Automake for a more consistent Makefile system. 
 
 Automake uses "Makefile.am" in each directory to automatically 
 
 derive "Makefile.in".    It also enables creation of shared libraries 
 
 on multiple platforms by using Gnu libtool. 
 
 Seems to be a useful re-work of the configuration system.

Back