To make ref label easier to read, draw white text if back color is considered dark
[TortoiseGit.git] / ext / OGDF / Makefile.README
blob84f9044822c420f010b1ef92a4971d0ddcb330a5
1 CONTENT:     
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
7 OVERVIEW
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.
13 HINTS
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.
19 -------
20 MCh