efl/src/modules
Gustavo Sverzut Barbieri b1bc5aeb24 efl: simplify automake.
Instead of -I$(top_srcdir)... -I$(top_builddir)... and then do it for
the .la, use the EFL_ macros to generate the contents to be used in
automake files.

There is a nasty bit that libtool will parse Makefile*.am and will not
get _DEPENDENCIES from _LIBADD and _LDADD if these are in
@REPLACEMENT@. To solve this we must explicitly set _DEPENDENCIES. The
contents of this is almost the same as _LIBADD or _LDADD with the
"_INTERNAL_" replacement name.

I hope the code will be result will be shorter and consistent as there
is less places to change when we add/remove dependencies.

Statistics are quite impressive (diffstat):
{{{
37 files changed, 663 insertions(+), 1599 deletions(-)
}}}



SVN revision: 82785
2013-01-14 22:36:23 +00:00
..
ecore_evas/engines efl: simplify automake. 2013-01-14 22:36:23 +00:00
ecore_imf efl/ecore_imf/ibus: fix indentation 2013-01-12 16:09:56 +00:00
edje efl: merge edje. 2013-01-04 02:08:14 +00:00
eeze/sensor efl/eeze: move sensor modules to their own dir 2013-01-10 16:14:55 +00:00
eina/mp efl: cleanup HAVE_THREADS and pthread usage outside of eina. 2012-12-31 16:14:40 +00:00
emotion efl/emotion: fix compile warnings - PLEASE REVIEW. 2013-01-13 23:19:34 +00:00
ethumb/emotion ethumb: improve plugin handling. 2013-01-12 05:21:36 +00:00
evas evas/async_render: only get a ref if a thread cmd was issued 2013-01-11 19:57:09 +00:00