i'm getting started writing C/C++ programs that are more than one file long, so i decided it's about time i learn to make a makefile. The make info page mentions automake, the automake manpage hints at configure.in... i'm getting confused!
What's a good way to learn to make good makefiles? Which packages do i need, and where do i even start to learn to use them? Thanks in advance.