summaryrefslogtreecommitdiff
path: root/build/aclocal.makefile.m4
AgeCommit message (Collapse)AuthorFilesLines
2008-09-22Generate build/Makefile.win32.featuresBehdad Esfahbod1-15/+42
2008-09-22[aclocal] Add support for automake-only or win32-only makefilesBehdad Esfahbod1-10/+56
2008-09-22[aclocal] Don't do automake conditionals for builtin featuresBehdad Esfahbod1-2/+2
2008-09-22[build] Make including Makefile.win32.features files more robustBehdad Esfahbod1-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_PRIVATEBehdad Esfahbod1-6/+18
2008-09-22[build] Don't define feature variables in Makefile.win32.featuresBehdad Esfahbod1-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 featuresBehdad Esfahbod1-2/+5
2008-09-22[build] Make Makefile.*.features files more readableBehdad Esfahbod1-1/+1
By inserting a new line before each feature entry.
2008-09-22Rename Makefile.*.config to Makefile.*.features as they should not be modifiedBehdad Esfahbod1-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 varsBehdad Esfahbod1-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 collectionBehdad Esfahbod1-3/+4
2008-09-16Create cairo-features-win32.hBehdad Esfahbod1-4/+30
2008-09-16[configure.ac] Generate boilerplate/Makefile.am.configBehdad Esfahbod1-0/+143
Same scheme as in src/