Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-22 | Generate build/Makefile.win32.features | Behdad Esfahbod | 1 | -15/+42 | |
2008-09-22 | [aclocal] Add support for automake-only or win32-only makefiles | Behdad Esfahbod | 1 | -10/+56 | |
2008-09-22 | [aclocal] Don't do automake conditionals for builtin features | Behdad Esfahbod | 1 | -2/+2 | |
2008-09-22 | [build] Make including Makefile.win32.features files more robust | Behdad Esfahbod | 1 | -1/+1 | |
By using top_srcdir if available. Make's include is relative to current dir, not the Makefile being processed. That makes it hard to include Makefile's relatively. | |||||
2008-09-22 | [build] Add CAIRO_CONFIG_MAKEFILE_PRIVATE | Behdad Esfahbod | 1 | -6/+18 | |
2008-09-22 | [build] Don't define feature variables in Makefile.win32.features | Behdad Esfahbod | 1 | -27/+0 | |
This is not the right place to do that as one also needs to adjust cairo-features.h. Working on a proper fix. | |||||
2008-09-22 | [build] Don't generate Makefile conditionals for default=always features | Behdad Esfahbod | 1 | -2/+5 | |
2008-09-22 | [build] Make Makefile.*.features files more readable | Behdad Esfahbod | 1 | -1/+1 | |
By inserting a new line before each feature entry. | |||||
2008-09-22 | Rename Makefile.*.config to Makefile.*.features as they should not be modified | Behdad Esfahbod | 1 | -5/+5 | |
The .config naming was giving people the impression that they can modify it. That's not the case. | |||||
2008-09-20 | [aclocal] In generated Makefile.win32.config, don't overwrite feature vars | Behdad Esfahbod | 1 | -1/+4 | |
When I designed this first I thought people can define make vars on the command line to override default features. That works. However, it's natural to want to define the list of features in the toplevel Makefile and not on command line. So, we don't override user's var now. They can set a make feature var to 0 to disable it. | |||||
2008-09-16 | [aclocal] Fix pkgconfig file collection | Behdad Esfahbod | 1 | -3/+4 | |
2008-09-16 | Create cairo-features-win32.h | Behdad Esfahbod | 1 | -4/+30 | |
2008-09-16 | [configure.ac] Generate boilerplate/Makefile.am.config | Behdad Esfahbod | 1 | -0/+143 | |
Same scheme as in src/ |