efl/src/examples/eina
Gustavo Sverzut Barbieri 7499e9dee0 efl: distcheck will run tests and compile all examples.
Tests are disabled by default, but they should be mandatory for
distcheck. So should be examples, we should have them to at least
compile.

As there is no way to force "make distcheck" to run "make examples",
I've created --enable-always-build-examples to make examples regular
noinst_PROGRAMS, being always compiled. distcheck will use that
option.



SVN revision: 82276
2013-01-05 14:41:14 +00:00
..
Makefile.am efl: distcheck will run tests and compile all examples. 2013-01-05 14:41:14 +00:00
addr_book.txt merge: and the eina examples 2012-09-16 21:15:43 +00:00
chat.xml merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_accessor_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_array_01.c efl: backport Igor's eina patch. 2012-10-04 09:31:46 +00:00
eina_array_02.c efl: backport Igor's eina patch. 2012-10-04 09:31:46 +00:00
eina_error_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_file_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_file_02.c efl: add eina_file_copy() 2012-12-31 23:17:18 +00:00
eina_hash_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_hash_02.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_hash_03.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_hash_04.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_hash_05.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_hash_06.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_hash_07.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_hash_08.c efl: backport Igor's eina patch. 2012-10-04 09:31:46 +00:00
eina_inarray_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_inarray_02.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_inlist_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_inlist_02.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_inlist_03.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_iterator_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_list_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_list_02.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_list_03.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_list_04.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_log_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_log_02.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_log_03.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_magic_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_02.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_03.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_animal.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_animal.h merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_child.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_child.h merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_human.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_human.h merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_main.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_parrot.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_parrot.h merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_whistler.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_model_04_whistler.h merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_simple_xml_parser_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_str_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_strbuf_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_stringshare_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_tiler_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_value_01.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_value_02.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_value_03.c merge: and the eina examples 2012-09-16 21:15:43 +00:00
eina_xattr_01.c efl: missing api for xattr. 2012-12-31 21:05:58 +00:00
eina_xattr_02.c efl: missing api for xattr. 2012-12-31 21:05:58 +00:00