efl/src/lib/evil
Cedric BAIL 4c92120457 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.
2016-04-14 15:52:50 -07:00
..
regex evil: avoid SIGSEV while using strlen function 2015-11-09 16:11:01 -08:00
sys Spelling fixes 2015-03-18 21:38:33 -04:00
Evil.h Evil: integrate the dlfcn code into Evil 2015-12-29 22:13:58 +09:00
Makefile.am evil: make it possible to build the library alone. 2016-04-14 15:52:50 -07:00
dirent.h
evil_dirent.c Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_dlfcn.c Evil: the addr argument of dladdr is acually used 2016-03-14 13:43:57 +09:00
evil_dlfcn.h win32: Fix compilation due to recent changes in Evil 2016-01-18 13:54:52 +09:00
evil_fcntl.c Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_fcntl.h
evil_fnmatch.c
evil_fnmatch_list_of_states.c
evil_fnmatch_private.h
evil_inet.c Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_inet.h Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_langinfo.c Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_langinfo.h evil: add windows compatible langinfo. 2015-01-30 10:49:45 +01:00
evil_libgen.c Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_libgen.h
evil_link_xp.cpp
evil_locale.c Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_locale.h Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_macro.h Evil: cosmetic change 2016-03-14 13:43:48 +09:00
evil_macro_pop.h Evil: remove useless defines 2016-02-18 13:37:31 -08:00
evil_macro_wrapper.h Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_main.c Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_main.h
evil_mman.c evil: remove useless vc++ code 2015-11-11 14:36:17 -08:00
evil_private.h Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_pwd.c Evil: fix compilation warning 2015-12-29 22:13:58 +09:00
evil_stdio.c Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_stdio.h Evil: integrate the dlfcn code into Evil 2015-12-29 22:13:58 +09:00
evil_stdlib.c Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_stdlib.h evil: fix warnings when mingw-w64 4.* is installed 2015-11-11 14:36:09 -08:00
evil_string.c Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_string.h evil: remove useless vc++ code 2015-11-11 14:36:17 -08:00
evil_time.c Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_time.h Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_unistd.c Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_unistd.h Evil: fix infinite recursive loop in previous addition of setlocale() in Evil 2015-12-08 13:56:49 +09:00
evil_util.c Evil: remove useless internal function 2015-12-08 13:56:49 +09:00
evil_util.h evil: deprecate evil_tmpdir_get() and evil_homedir_get(). 2015-06-01 11:46:33 +02:00
fnmatch.h
pwd.h Evil: set EAPI correctly in pwd.h 2015-10-14 09:43:34 +01:00