efl/src
Gustavo Sverzut Barbieri 4d35e4ca03 efl: simplify mempools, nuke some and make remaining statically built.
Now we always build the following memory pools statically:
 - pass_through: calls malloc/free directly, useful to debug.
 - chained_pool: default for ages.
 - one_big: used by some embedded systems (should we remove?)

Removed:
 - ememoa_fixed and ememoa_unknown: depends on a separate lib, not supported?
 - buddy: nobody uses it?

NOTE: we do not need the src/modules/eina/mp/*/Makefile.am anymore
since they are statically built. But I'll keep these and the
references in src/modules/eina/mp/Makefile.am



SVN revision: 77792
2012-10-10 19:57:53 +00:00
..
benchmarks efl: introduce build profile, simplify options. 2012-10-10 18:43:15 +00:00
bin efl: eet and eo are now mandatory. 2012-10-10 17:27:11 +00:00
examples efl: eet and eo are now mandatory. 2012-10-10 17:27:11 +00:00
lib efl: simplify mempools, nuke some and make remaining statically built. 2012-10-10 19:57:53 +00:00
modules efl: simplify mempools, nuke some and make remaining statically built. 2012-10-10 19:57:53 +00:00
scripts merge : add eina 2012-09-16 10:57:48 +00:00
tests efl: eet and eo are now mandatory. 2012-10-10 17:27:11 +00:00
Makefile.am efl: introduce build profile, simplify options. 2012-10-10 18:43:15 +00:00