Automake is a tool provided by GNU for the purpose of automating the generation of portable, configurable Makefiles.

learn more… | top users | synonyms

4
votes
1answer
41 views

Automake for an S/KEY implementation

I've been tasked with giving a legacy codebase some love. The actual code is written in C, but is not very relevant aside from the #includes each file makes. No, ...