diff options
author | Savio Sena <savio@expertisesolutions.com.br> | 2014-05-09 17:51:39 -0300 |
---|---|---|
committer | Savio Sena <savio@expertisesolutions.com.br> | 2014-07-21 20:53:12 -0300 |
commit | cd4d2867242c31c1fec2dfb56187c28710b2bb81 (patch) | |
tree | cdc81c0bc2b786fa489175a716d074b8e6906446 /Makefile_Eolian_Cxx_Helper.am | |
parent | 8ef9f49e9493b40995ab1028c95c9d6c149aca68 (diff) |
autotools: Add eolian-cxx to elementary.
Conflicts:
src/lib/Makefile.am
Diffstat (limited to 'Makefile_Eolian_Cxx_Helper.am')
-rw-r--r-- | Makefile_Eolian_Cxx_Helper.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Makefile_Eolian_Cxx_Helper.am b/Makefile_Eolian_Cxx_Helper.am new file mode 100644 index 000000000..12ac58e17 --- /dev/null +++ b/Makefile_Eolian_Cxx_Helper.am | |||
@@ -0,0 +1,19 @@ | |||
1 | |||
2 | if HAVE_EOLIAN_CXX | ||
3 | EOLIAN_CXX = @eolian_cxx@ | ||
4 | _EOLIAN_CXX_DEP = @eolian_cxx@ | ||
5 | else | ||
6 | EOLIAN_CXX = EFL_RUN_IN_TREE=1 $(top_builddir)/src/bin/eolian_cxx/eolian_cxx${EXEEXT} | ||
7 | _EOLIAN_CXX_DEP = bin/eolian_cxx/eolian_cxx${EXEEXT} | ||
8 | endif | ||
9 | |||
10 | AM_V_EOLCXX = $(am__v_EOLCXX_@AM_V@) | ||
11 | am__v_EOLCXX_ = $(am__v_EOLCXX_@AM_DEFAULT_V@) | ||
12 | am__v_EOLCXX_0 = @echo " EOLCXX " $@; | ||
13 | |||
14 | SUFFIXES += .eo.hh | ||
15 | |||
16 | %.eo.hh: %.eo $(_EOLIAN_CXX_DEP) | ||
17 | $(AM_V_EOLCXX)$(EOLIAN_CXX) $(EOLIAN_FLAGS) -o $@ $< | ||
18 | |||
19 | CLEANFILES += $(BUILT_SOURCES) | ||