From 1f2ba6d012f063fb2396d7f0fe07bb0c8e524525 Mon Sep 17 00:00:00 2001 From: Savio Sena Date: Fri, 12 Sep 2014 16:07:34 -0300 Subject: [PATCH] autotools: Renamed EOS variable in the Makefiles uniquely. EOS in Makefile_Efl.am becomes EFL_EOS. EOS in examples/eolian_cxx/Makefile.am becomes ECXX_EXAMPLE_EOS. --- eolian_cxx/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/eolian_cxx/Makefile.am b/eolian_cxx/Makefile.am index 3a79db6b..a434aa5e 100644 --- a/eolian_cxx/Makefile.am +++ b/eolian_cxx/Makefile.am @@ -69,7 +69,7 @@ GENERATED = \ BUILT_SOURCES = $(GENERATED) CLEANFILES += $(BUILT_SOURCES) -EOS = \ +ECXX_EXAMPLE_EOS = \ colourable.eo \ colourablesquare.eo @@ -97,7 +97,7 @@ EXTRA_PROGRAMS = \ eolian_cxx_eo_events_01 \ eolian_cxx_complex_types_01 -DATA_FILES = Makefile.examples $(EOS) +DATA_FILES = Makefile.examples $(ECXX_EXAMPLE_EOS) EXTRA_DIST = $(DATA_FILES) eolian_cxx_simple_01_SOURCES = \ @@ -137,7 +137,7 @@ eolian_cxx_complex_types_01_SOURCES = eolian_cxx_complex_types_01.cc %.eo.h: %.eo $(AM_V_EOL)$(EOLIAN_GEN) --eo $(EOLIAN_FLAGS) --gh -o $@ $< -examples: $(EOS) $(GENERATED) $(EXTRA_PROGRAMS) +examples: $(ECXX_EXAMPLE_EOS) $(GENERATED) $(EXTRA_PROGRAMS) clean-local: rm -f $(EXTRA_PROGRAMS) $(GENERATED)