From a3e38d78846c2d4e61e7b57cc6c38461ab7ec900 Mon Sep 17 00:00:00 2001 From: Daniel Zaoui Date: Wed, 5 Mar 2014 13:54:39 +0200 Subject: Eolian: generation of the first Eo file. The first object that we generate with Eolian is Evas_Line, as it is a simple one. Two files are generated during build: - the .eo.c contains the APIs definitions invoking Eo, the Eo functions extracting the parameters and calling the hand written functions and Eo structures to define the objects. These hand written functions are located in e.g evas_object_line.c. - the .eo.h contains the APIs and Eo prototyes. We will continue with the other objects. If you note something wrong, please update us asap: daniel.zaoui@samsung.com yossi.kantor@samsung.com --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 1f5d422f85..5589fb4262 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,9 @@ tags *.gcno *.gcda *.dirstamp +*.eo.c +*.eo.h +*.eo.legacy.h /efl-*-doc.tar.bz2 /ar-lib /stamp-h1 -- cgit v1.2.1