Eolian: support of eot file

This commit is contained in:
Daniel Zaoui 2015-05-18 09:44:27 +03:00
parent 27b72840c8
commit 3cbd0c1da8
3 changed files with 6 additions and 2 deletions

View File

@ -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 $@ $<

View File

@ -4,6 +4,7 @@
/*.eo.h
/*.eo.legacy.h
/*.eo.hh
/*.eot.h
/eldbus_elementary_colorclass.c
/eldbus_elementary_colorclass.h
/eldbus_utils.h

View File

@ -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)