summaryrefslogtreecommitdiff
path: root/src/.gitignore
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-02 20:20:49 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-02 20:24:08 -0400
commit59262577708ddb656851624377efb2a671fa8ca3 (patch)
tree2c75bd94e2cfe3efb333b0b1509c0540181af100 /src/.gitignore
parent5cb3e66305b25a3380f2ca5829ac81e4a27e76d0 (diff)
downloadcairo-59262577708ddb656851624377efb2a671fa8ca3.tar.gz
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.
Diffstat (limited to 'src/.gitignore')
-rw-r--r--src/.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/.gitignore b/src/.gitignore
index 04dcae348..128bcc764 100644
--- a/src/.gitignore
+++ b/src/.gitignore
@@ -8,8 +8,10 @@ Makefile.in
*.lo
*.loT
*.pc
+Config.mk
+Config.mk.win32
cairo-features.h
-cairo-no-features.h
+cairo-supported-features.h
cairo.def
*.i
*.s
@@ -24,4 +26,5 @@ cairo.def
*~
.*.sw?
TAGS
+tags
check-has-hidden-symbols.i