2 Makefile.README this file
3 makeMakefile.py the magical python script
4 makeMakefile.sh lazy? this file calls python w/ script
5 Makefile.header epilogue of the new makefile
8 Run the python script whenever file dependencies (may) have
9 changed, e.g., after adding a new file to the project etc. The
10 script will then generate a new makefile ("Makefile") which
11 can be used in any traditional way.
14 Sourcefiles and subdirectories can be "hidden" in order to
15 prevent their inclusion into the Makefile: files and sub-
16 directories whose name start with a dot ('.') or an under-
17 score ('_') are ignored.