I am trying to build a Makefile.am file "correctly". This is what I have so far:
http://mingw-w64.svn.sourceforge.net/viewvc/mingw-w64/experimental/buildsystem/Makefile.am?revision=137&view=markup Some issues that I've noted include installing all libraries as executables instead of 644 (due to using _SCRIPTS for more than its intended purpose) and the install target runs ranlib again for some reason. Does anyone have any suggestions on how to make this a "better" Makefile.am?