From 59262577708ddb656851624377efb2a671fa8ca3 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 2 Sep 2008 20:20:49 -0400 Subject: Revamp the build system. 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. --- CODING_STYLE | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'CODING_STYLE') diff --git a/CODING_STYLE b/CODING_STYLE index 73fe2a9b..92536a44 100644 --- a/CODING_STYLE +++ b/CODING_STYLE @@ -267,4 +267,11 @@ for overflow and will return NULL in that case. In general, be wary of performing any arithmetic operations in an argument to malloc. You should explicitly check for integer overflow -yourself in any more complex situations. \ No newline at end of file +yourself in any more complex situations. + + +TODO +---- + +Write rules for common editors to use this style. Also cleanup/unify +the modlines in the source files. -- cgit v1.2.3