efl/src
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
..
benchmarks clean up benchmark and example rules. 2013-01-12 07:38:26 +00:00
bin embryo: remove simple -Wshadow errors. Dangerous/uncertain left. 2013-01-13 23:54:21 +00:00
edje_external/emotion efl: merge emotion. 2013-01-10 03:43:32 +00:00
examples clean up benchmark and example rules. 2013-01-12 07:38:26 +00:00
lib efl: simplify automake. 2013-01-14 22:36:23 +00:00
modules efl: simplify automake. 2013-01-14 22:36:23 +00:00
scripts/eina efl: pass distcheck. 2012-11-05 14:42:44 +00:00
static_libs Efl static_libs: Updated liblinebreak -> libunibreak. 2013-01-11 18:16:09 +00:00
tests efl/efreet: better printing of test results 2013-01-14 21:04:40 +00:00
utils/ecore efl/ecore_x: remove shadow warning from makekeys 2013-01-09 16:39:07 +00:00
Makefile.am clean up benchmark and example rules. 2013-01-12 07:38:26 +00:00
Makefile_EDBus.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_EPhysics.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore_Audio.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore_Cocoa.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore_Con.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore_Evas.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore_FB.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore_File.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore_Imf.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore_Input.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore_Ipc.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore_Psl1ght.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore_SDL.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore_Wayland.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore_Win32.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore_WinCE.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ecore_X.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Edje.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Eet.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Eeze.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Efreet.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Eina.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Eio.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Embryo.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Emotion.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Eo.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Escape.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Ethumb.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Evas.am efl: simplify automake. 2013-01-14 22:36:23 +00:00
Makefile_Evil.am efl: simplify automake. 2013-01-14 22:36:23 +00:00