You are right Andrew. On my way to it now that efl can compile.

On Wed, 20 May 2015 23:36:40 +0100
Andrew Williams <a...@andywilliams.me> wrote:

> 
> Hi,
> 
> I think this commit marks all the src/lib/.eo files as to be deleted
> on a make clean.
> My suspicion is that
> 
> elm_eolian_h = $(elm_eolian_files:%.eo=%.eo.h) 
> $(elm_eolian_files:%.eot=%.eot.h)
> 
> is marking .eo files as generated headers (as they don't match the
> %.eot
> 
> Just a thought but it could be causing some issues...
> 
> Thanks,
> Andy
> 
> On 20/05/15 14:32, Daniel Zaoui wrote:
> > jackdanielz pushed a commit to branch master.
> >
> > http://git.enlightenment.org/core/elementary.git/commit/?id=bd150ca456bafeae957aa3dd8c876cbd67c58c0d
> >
> > commit bd150ca456bafeae957aa3dd8c876cbd67c58c0d
> > Author: Daniel Zaoui <daniel.za...@samsung.com>
> > Date:   Mon May 18 09:44:27 2015 +0300
> >
> >      Eolian: support of eot file
> > ---
> >   Makefile_Eolian_Helper.am | 5 ++++-
> >   src/lib/.gitignore        | 1 +
> >   src/lib/Makefile.am       | 2 +-
> >   3 files changed, 6 insertions(+), 2 deletions(-)
> >
> > diff --git a/Makefile_Eolian_Helper.am b/Makefile_Eolian_Helper.am
> > index 168f659..b68a3ae 100644
> > --- a/Makefile_Eolian_Helper.am
> > +++ b/Makefile_Eolian_Helper.am
> > @@ -10,11 +10,14 @@ AM_V_EOL = $(am__v_EOL_@AM_V@)
> >   am__v_EOL_ = $(am__v_EOL_@AM_DEFAULT_V@)
> >   am__v_EOL_0 = @echo "  EOLIAN  " $@;
> >   
> > -SUFFIXES = .eo .eo.c .eo.h .eo.legacy.h
> > +SUFFIXES = .eo .eot .eo.c .eo.h .eo.legacy.h
> >   
> >   %.eo.c: %.eo ${_EOLIAN_GEN_DEP}
> >     $(AM_V_EOL)$(EOLIAN_GEN) --eo --legacy $(EOLIAN_FLAGS)
> > --gc -o $@ $< 
> > +%.eot.h: %.eot ${_EOLIAN_GEN_DEP}
> > +   $(AM_V_EOL)$(EOLIAN_GEN) $(EOLIAN_FLAGS) --gh -o $@ $<
> > +
> >   %.eo.h: %.eo ${_EOLIAN_GEN_DEP}
> >     $(AM_V_EOL)$(EOLIAN_GEN) --eo $(EOLIAN_FLAGS) --gh -o $@
> > $< 
> > diff --git a/src/lib/.gitignore b/src/lib/.gitignore
> > index a4486fc..d79d065 100644
> > --- a/src/lib/.gitignore
> > +++ b/src/lib/.gitignore
> > @@ -4,6 +4,7 @@
> >   /*.eo.h
> >   /*.eo.legacy.h
> >   /*.eo.hh
> > +/*.eot.h
> >   /eldbus_elementary_colorclass.c
> >   /eldbus_elementary_colorclass.h
> >   /eldbus_utils.h
> > diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am
> > index c7ffa1d..8677f0a 100644
> > --- a/src/lib/Makefile.am
> > +++ b/src/lib/Makefile.am
> > @@ -647,7 +647,7 @@ elm_diskselector_item.eo \
> >   elm_popup_item.eo
> >   
> >   elm_eolian_c = $(elm_eolian_files:%.eo=%.eo.c)
> > -elm_eolian_h = $(elm_eolian_files:%.eo=%.eo.h)
> > +elm_eolian_h = $(elm_eolian_files:%.eo=%.eo.h)
> > $(elm_eolian_files:%.eot=%.eot.h) elm_eolian_legacy_h =
> > $(elm_eolian_files:%.eo=%.eo.legacy.h) elm_eolian_hh =
> > $(elm_eolian_files:%.eo=%.eo.hh) 
> >
> 
> 
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across
> Physical-Virtual-Cloud Widest out-of-the-box monitoring support with
> 50+ applications Performance metrics, stats and reports that give you
> Actionable Insights Deep dive visibility with transaction tracing
> using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________ enlightenment-devel
> mailing list enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to