summaryrefslogtreecommitdiff
path: root/src/README
AgeCommit message (Collapse)AuthorFilesLines
2009-01-02Fix various README typosBehdad Esfahbod1-2/+2
2008-09-15[src/README] s/Source.mk/Makefile.sources/Behdad Esfahbod1-1/+1
2008-09-04Rename src/*.mk to src/Makefile.*Behdad Esfahbod1-1/+1
Namely: src/Sources.mk -> src/Makefile.sources src/Config.mk -> src/Makefile.am.config src/Config.mk.win32 -> src/Makefile.win32.config
2008-09-03[src/README] Refer to BIBLIOGRAPHYBehdad Esfahbod1-0/+11
2008-09-02Revamp the build system.Behdad Esfahbod1-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.