What are Makefiles and How Do You Write Them?

I need some help in getting my head around the makefile concept. I know they are supposed to make operations at the command prompt much easier. I have used some ready-made ones before but I want someone to explain further, in few words, what makefiles are? How can I write makefiles? Apart from using makefiles at command prompts, what other areas can I apply makefiles to make life a little bit easy for me in the computer world?
