evil: make it possible to build the library alone.
authorCedric BAIL <cedric@osg.samsung.com>
Wed, 13 Apr 2016 22:55:31 +0000 (15:55 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Thu, 14 Apr 2016 22:52:50 +0000 (15:52 -0700)
commit4c921204575a8bc96d9449810ab963d0461c6152
tree4315118990d0fc30551e288203d5aa9d6cebcac9
parenta73ca351de75ae39743db6bbe1a89243988ba970
evil: make it possible to build the library alone.

So I have been battling with autotools on this for a full week now,
and what we want is basically impossible. A.k.a. one file definition
and possibility to do a full build or just a partial build of efl.
Even moving to just partial build require to land a massive patch that
change everything in our build system and this is just not a road I
want to take.

For reference, if one day automake allow the use of any kind of variable
(autoconf AC_SUBST expansion or $()) in the _SOURCES parameter, it will
be possible to fix. Alternatively if they allow to build subdirectory
before they do BUILT_SOURCE, it would make it possible to incrementaly
move to only partial build. In the mean time, a less problematic solution
is to duplicate source code.
configure.ac
src/lib/evil/Makefile.am [new file with mode: 0644]