summaryrefslogtreecommitdiff
path: root/src/README
Commit message (Collapse)AuthorAgeFilesLines
* Fix various README typosBehdad Esfahbod2009-01-021-2/+2
|
* [src/README] s/Source.mk/Makefile.sources/Behdad Esfahbod2008-09-151-1/+1
|
* Rename src/*.mk to src/Makefile.*Behdad Esfahbod2008-09-041-1/+1
| | | | | | | | Namely: src/Sources.mk -> src/Makefile.sources src/Config.mk -> src/Makefile.am.config src/Config.mk.win32 -> src/Makefile.win32.config
* [src/README] Refer to BIBLIOGRAPHYBehdad Esfahbod2008-09-031-0/+11
|
* Revamp the build system.Behdad Esfahbod2008-09-021-0/+58
Quick summary of changes: - Move list of cairo source files out of src/Makefile.am and into src/Sources.mk, - Generate files src/Config.mk and src/Config.mk.win32 that choose the right set of source files and headers based on configured backends and features. This drastically simplifies building using other build systems. The src/Makefile.win32 file needs to be updated to reflect these changes. - Add README files to various directories, - Add toplevel HACKING file.