From 3774587a7ed87d28e20d458307e17cf317bdafc6 Mon Sep 17 00:00:00 2001 From: Wonki Kim Date: Tue, 31 Oct 2017 11:56:32 +0900 Subject: [PATCH] Makefile: Ignore edj related target Signed-off-by: Wonki Kim --- data/Makefile.am | 92 ++++++++++++----------- packaging/efl.spec | 2 +- src/Makefile_Edje.am | 38 +++++----- src/Makefile_Elementary.am | 10 +-- src/Makefile_Emotion.am | 8 +- src/Makefile_Ethumb.am | 8 +- src/examples/edje/Makefile.am | 36 ++++----- src/examples/elementary/Makefile.am | 12 +-- src/examples/elementary/sphere_hunter/Makefile.am | 10 +-- src/examples/evas/Makefile.am | 4 +- 10 files changed, 112 insertions(+), 108 deletions(-) diff --git a/data/Makefile.am b/data/Makefile.am index 82b221a..7b2e142 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -89,11 +89,11 @@ ethumbfiles_DATA = ethumb/checkme EXTRA_DIST += $(ethumbfiles_DATA) ethumbframesdir = $(datadir)/ethumb/frames -ethumbframes_DATA = ethumb/frames/default.edj -CLEANFILES += ethumb/frames/default.edj +#ethumbframes_DATA = ethumb/frames/default.edj +#CLEANFILES += ethumb/frames/default.edj -ethumb/frames/default.edj: ethumb/frames/default.edc - $(AM_V_EDJ) \ +#ethumb/frames/default.edj: ethumb/frames/default.edc +# $(AM_V_EDJ) \ $(MKDIR_P) ethumb/frames/; \ $(EDJE_CC) $(EDJE_CC_FLAGS) -id $(srcdir)/ethumb/frames/ $< $@ @@ -120,13 +120,13 @@ EXTRA_DIST += $(eluafiles_DATA) # themes elementaryfilesdir = $(datadir)/elementary/themes -elementaryfiles_DATA = elementary/themes/default.edj -CLEANFILES += elementary/themes/default.edj +#elementaryfiles_DATA = elementary/themes/default.edj +#CLEANFILES += elementary/themes/default.edj include elementary/themes/Makefile.am -elementary/themes/default.edj: elementary/themes/default.edc $(elementary_themes_files) $(elementary_fdo_files) $(top_builddir)/src/bin/edje/edje_cc${EXEEXT} - $(AM_V_EDJ) \ +#elementary/themes/default.edj: elementary/themes/default.edc $(elementary_themes_files) $(elementary_fdo_files) $(top_builddir)/src/bin/edje/edje_cc${EXEEXT} +# $(AM_V_EDJ) \ $(MKDIR_P) elementary/themes/; \ $(EDJE_CC) $(EDJE_CC_FLAGS) $(EDJE_CC_ELM_FLAGS) $< $@ @@ -180,13 +180,13 @@ elementaryfdo_intl_128_DATA = $(elementary_fdo_intl_128_files) # edje_externals elementaryedje_externalsdir = $(datadir)/elementary/edje_externals -elementaryedje_externals_DATA = elementary/edje_externals/icons.edj -CLEANFILES += $(elementaryedje_externals_DATA) +#elementaryedje_externals_DATA = elementary/edje_externals/icons.edj +#CLEANFILES += $(elementaryedje_externals_DATA) include elementary/edje_externals/Makefile.am -elementary/edje_externals/icons.edj: elementary/edje_externals/icons.edc - $(AM_V_EDJ) \ +#elementary/edje_externals/icons.edj: elementary/edje_externals/icons.edc +# $(AM_V_EDJ) \ $(MKDIR_P) elementary/edje_externals/; \ $(EDJE_CC) $(EDJE_CC_FLAGS) $< $@ @@ -208,76 +208,78 @@ include ../Makefile_Elm_Helpers.am elementaryobjectsdir = $(datadir)/elementary/objects elementaryobjects_DATA = \ -elementary/objects/test.edj \ -elementary/objects/test_external.edj \ -elementary/objects/test_masking.edj \ -elementary/objects/multip.edj \ -elementary/objects/cursors.edj \ -elementary/objects/font_preview.edj \ -elementary/objects/postit_ent.edj \ -elementary/objects/multibuttonentry.edj \ -elementary/objects/test_prefs.edj \ elementary/objects/test_prefs.epb \ -elementary/objects/test_focus_style.edj \ -elementary/objects/test_tooltip.edj \ $(NULL) +#elementary/objects/test.edj \ +#elementary/objects/test_external.edj \ +#elementary/objects/test_masking.edj \ +#elementary/objects/multip.edj \ +#elementary/objects/cursors.edj \ +#elementary/objects/font_preview.edj \ +#elementary/objects/postit_ent.edj \ +#elementary/objects/multibuttonentry.edj \ +#elementary/objects/test_prefs.edj \ +#elementary/objects/test_focus_style.edj \ +#elementary/objects/test_tooltip.edj + + CLEANFILES += $(elementaryobjects_DATA) include elementary/objects/Makefile.am -elementary/objects/test.edj: elementary/objects/test.edc - $(AM_V_EDJ) \ +#elementary/objects/test.edj: elementary/objects/test.edc +# $(AM_V_EDJ) \ $(MKDIR_P) elementary/objects/; \ $(EDJE_CC) $(EDJE_CC_FLAGS) $< $@ -elementary/objects/test_external.edj: elementary/objects/test_external.edc - $(AM_V_EDJ) \ +#elementary/objects/test_external.edj: elementary/objects/test_external.edc +# $(AM_V_EDJ) \ $(MKDIR_P) elementary/objects/; \ $(EDJE_CC) $(EDJE_CC_FLAGS) $< $@ -elementary/objects/test_masking.edj: elementary/objects/test_masking.edc - $(AM_V_EDJ) \ +#elementary/objects/test_masking.edj: elementary/objects/test_masking.edc +# $(AM_V_EDJ) \ $(MKDIR_P) elementary/objects/; \ $(EDJE_CC) $(EDJE_CC_FLAGS) $< $@ -elementary/objects/multip.edj: elementary/objects/multip.edc - $(AM_V_EDJ) \ +#elementary/objects/multip.edj: elementary/objects/multip.edc +# $(AM_V_EDJ) \ $(MKDIR_P) elementary/objects/; \ $(EDJE_CC) $(EDJE_CC_FLAGS) $< $@ -elementary/objects/cursors.edj: elementary/objects/cursors.edc - $(AM_V_EDJ) \ +#elementary/objects/cursors.edj: elementary/objects/cursors.edc +# $(AM_V_EDJ) \ $(MKDIR_P) elementary/objects/; \ $(EDJE_CC) $(EDJE_CC_FLAGS) $< $@ -elementary/objects/font_preview.edj: elementary/objects/font_preview.edc - $(AM_V_EDJ) \ +#elementary/objects/font_preview.edj: elementary/objects/font_preview.edc +# $(AM_V_EDJ) \ $(MKDIR_P) elementary/objects/; \ $(EDJE_CC) $(EDJE_CC_FLAGS) $< $@ -elementary/objects/postit_ent.edj: elementary/objects/postit_ent.edc - $(AM_V_EDJ) \ +#elementary/objects/postit_ent.edj: elementary/objects/postit_ent.edc +# $(AM_V_EDJ) \ $(MKDIR_P) elementary/objects/; \ $(EDJE_CC) $(EDJE_CC_FLAGS) $< $@ -elementary/objects/multibuttonentry.edj: elementary/objects/multibuttonentry.edc - $(AM_V_EDJ) \ +#elementary/objects/multibuttonentry.edj: elementary/objects/multibuttonentry.edc +# $(AM_V_EDJ) \ $(MKDIR_P) elementary/objects/; \ $(EDJE_CC) $(EDJE_CC_FLAGS) $< $@ -elementary/objects/test_prefs.edj: elementary/objects/test_prefs.edc - $(AM_V_EDJ) \ +#elementary/objects/test_prefs.edj: elementary/objects/test_prefs.edc +# $(AM_V_EDJ) \ $(MKDIR_P) elementary/objects/; \ $(EDJE_CC) $(EDJE_CC_FLAGS) $< $@ -elementary/objects/test_focus_style.edj: elementary/objects/test_focus_style.edc - $(AM_V_EDJ) \ +#elementary/objects/test_focus_style.edj: elementary/objects/test_focus_style.edc +# $(AM_V_EDJ) \ $(MKDIR_P) elementary/objects/; \ $(EDJE_CC) $(EDJE_CC_FLAGS) -id $(top_srcdir)/data/elementary/themes/img $< $@ -elementary/objects/test_tooltip.edj: elementary/objects/test_tooltip.edc - $(AM_V_EDJ) \ +#elementary/objects/test_tooltip.edj: elementary/objects/test_tooltip.edc +# $(AM_V_EDJ) \ $(MKDIR_P) elementary/objects/; \ $(EDJE_CC) $(EDJE_CC_FLAGS) -id $(top_srcdir)/data/elementary/themes/img $< $@ diff --git a/packaging/efl.spec b/packaging/efl.spec index de01a3b..23001a2 100644 --- a/packaging/efl.spec +++ b/packaging/efl.spec @@ -1705,7 +1705,7 @@ install -m 0644 %SOURCE100 %{buildroot}%{_tmpfilesdir}/efl.conf %{_datadir}/ethumb_client/* #%{_datadir}/ethumb_client/*/* %{_libdir}/ethumb/modules/*/*/module.so -%{_libdir}/ethumb/modules/*/*/template.edj +#%{_libdir}/ethumb/modules/*/*/template.edj %exclude %{_libdir}/ethumb_client/utils/*/ethumbd_slave %exclude /usr/lib/debug/%{_libdir}/ethumb_client/utils/*/ethumbd_slave.debug %exclude %{_bindir}/ethumb diff --git a/src/Makefile_Edje.am b/src/Makefile_Edje.am index c57f111..0b7d69b 100644 --- a/src/Makefile_Edje.am +++ b/src/Makefile_Edje.am @@ -314,30 +314,32 @@ tests/edje/edje_suite.c \ tests/edje/edje_test_edje.c \ tests/edje/edje_suite.h -tests/edje/data/%.edj: tests/edje/data/%.edc bin/edje/edje_cc${EXEEXT} - $(AM_V_EDJ) \ +#tests/edje/data/%.edj: tests/edje/data/%.edc bin/edje/edje_cc${EXEEXT} +# $(AM_V_EDJ) \ $(MKDIR_P) tests/edje/data; \ $(EDJE_CC) $(EDJE_CC_FLAGS) -id $(srcdir)/tests/edje/data \ -id $(srcdir)/tests/emotion/data \ -dd $(srcdir)/tests/edje/data \ $< $@ -EDJE_TEST_FILES = tests/edje/data/test_layout.edj \ - tests/edje/data/complex_layout.edj \ - tests/edje/data/test_parens.edj \ - tests/edje/data/test_masking.edj \ - tests/edje/data/test_filters.edj \ - tests/edje/data/test_snapshot.edj \ - tests/edje/data/test_size_class.edj \ - tests/edje/data/test_swallows.edj \ - tests/edje/data/test_color_class.edj \ - tests/edje/data/test_box.edj \ - tests/edje/data/test_table.edj \ - tests/edje/data/test_combine_keywords.edj \ - tests/edje/data/test_messages.edj \ - tests/edje/data/test_signals.edj \ - tests/edje/data/test_signal_callback_del_full.edj \ - $(NULL) +EDJE_TESET_FILES = $(NULL) + +#EDJE_TEST_FILES = tests/edje/data/test_layout.edj \ +# tests/edje/data/complex_layout.edj \ +# tests/edje/data/test_parens.edj \ +# tests/edje/data/test_masking.edj \ +# tests/edje/data/test_filters.edj \ +# tests/edje/data/test_snapshot.edj \ +# tests/edje/data/test_size_class.edj \ +# tests/edje/data/test_swallows.edj \ +# tests/edje/data/test_color_class.edj \ +# tests/edje/data/test_box.edj \ +# tests/edje/data/test_table.edj \ +# tests/edje/data/test_combine_keywords.edj \ +# tests/edje/data/test_messages.edj \ +# tests/edje/data/test_signals.edj \ +# tests/edje/data/test_signal_callback_del_full.edj \ +# $(NULL) CLEANFILES += $(EDJE_TEST_FILES) diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am index 6e4b3be..b0248a2 100644 --- a/src/Makefile_Elementary.am +++ b/src/Makefile_Elementary.am @@ -1118,11 +1118,11 @@ moduleprefspkg_LTLIBRARIES = modules/elementary/prefs/module.la EXTRA_DIST2 += modules/elementary/prefs/elm_prefs_swallow.edc prefs_filesdir = $(libdir)/elementary/modules/prefs/$(MODULE_ARCH) -prefs_files_DATA = modules/elementary/prefs/elm_prefs_swallow.edj -CLEANFILES += $(prefs_files_DATA) +#prefs_files_DATA = modules/elementary/prefs/elm_prefs_swallow.edj +#CLEANFILES += $(prefs_files_DATA) -modules/elementary/prefs/elm_prefs_swallow.edj: modules/elementary/prefs/elm_prefs_swallow.edc bin/edje/edje_cc${EXEEXT} - $(AM_V_EDJ) \ +#modules/elementary/prefs/elm_prefs_swallow.edj: modules/elementary/prefs/elm_prefs_swallow.edc bin/edje/edje_cc${EXEEXT} +# $(AM_V_EDJ) \ $(MKDIR_P) modules/elementary/prefs/ ; \ $(EDJE_CC) $(EDJE_CC_FLAGS) -id $(top_srcdir)/src/modules/elementary/prefs/ $< $@ @@ -1455,7 +1455,7 @@ tests_elementary_elm_suite_CPPFLAGS = \ @ELEMENTARY_CFLAGS@ tests_elementary_elm_suite_LDADD = @CHECK_LIBS@ @USE_ELEMENTARY_LIBS@ -tests_elementary_elm_suite_DEPENDENCIES = @USE_ELEMENTARY_INTERNAL_LIBS@ $(top_builddir)/data/elementary/objects/test.edj +#tests_elementary_elm_suite_DEPENDENCIES = @USE_ELEMENTARY_INTERNAL_LIBS@ $(top_builddir)/data/elementary/objects/test.edj endif if HAVE_ELUA diff --git a/src/Makefile_Emotion.am b/src/Makefile_Emotion.am index 8c31f41..26c9970 100644 --- a/src/Makefile_Emotion.am +++ b/src/Makefile_Emotion.am @@ -286,14 +286,14 @@ tests_emotion_emotion_test_eo_LDADD = @USE_EDJE_LIBS@ @USE_EMOTION_LIBS@ @USE_EO tests_emotion_emotion_test_eo_DEPENDENCIES = @USE_EDJE_INTERNAL_LIBS@ @USE_EMOTION_INTERNAL_LIBS@ \ @USE_EO_INTERNAL_LIBS@ -tests/emotion/data/theme.edj: tests/emotion/data/theme.edc bin/edje/edje_cc${EXEEXT} - $(AM_V_EDJ) \ +#tests/emotion/data/theme.edj: tests/emotion/data/theme.edc bin/edje/edje_cc${EXEEXT} +# $(AM_V_EDJ) \ $(MKDIR_P) tests/emotion/data; \ $(EDJE_CC) $(EDJE_CC_FLAGS) -id $(srcdir)/tests/emotion/data $< $@ emotiondatafilesdir = $(datadir)/emotion/data -emotiondatafiles_DATA = tests/emotion/data/theme.edj -CLEANFILES += tests/emotion/data/theme.edj +#emotiondatafiles_DATA = tests/emotion/data/theme.edj +#CLEANFILES += tests/emotion/data/theme.edj endif endif diff --git a/src/Makefile_Ethumb.am b/src/Makefile_Ethumb.am index a73e7a9..ad035b2 100644 --- a/src/Makefile_Ethumb.am +++ b/src/Makefile_Ethumb.am @@ -54,13 +54,13 @@ modules_ethumb_emotion_module_la_DEPENDENCIES = \ modules_ethumb_emotion_module_la_LDFLAGS = -module @EFL_LTMODULE_FLAGS@ modules_ethumb_emotion_module_la_LIBTOOLFLAGS = --tag=disable-static -modules/ethumb/emotion/template.edj: modules/ethumb/emotion/template.edc modules/ethumb/emotion/placeholder.png bin/edje/edje_cc${EXEEXT} - $(AM_V_EDJ) \ +#modules/ethumb/emotion/template.edj: modules/ethumb/emotion/template.edc modules/ethumb/emotion/placeholder.png bin/edje/edje_cc${EXEEXT} +# $(AM_V_EDJ) \ $(MKDIR_P) modules/ethumb/emotion; \ $(EDJE_CC) $(EDJE_CC_FLAGS) -id $(srcdir)/modules/ethumb/emotion $< $@ -ethumbmoduleemotion_DATA = modules/ethumb/emotion/template.edj -CLEANFILES += modules/ethumb/emotion/template.edj +#ethumbmoduleemotion_DATA = modules/ethumb/emotion/template.edj +#CLEANFILES += modules/ethumb/emotion/template.edj EXTRA_DIST2 += \ modules/ethumb/emotion/template.edc \ diff --git a/src/examples/edje/Makefile.am b/src/examples/edje/Makefile.am index 961009d..8ef197f 100644 --- a/src/examples/edje/Makefile.am +++ b/src/examples/edje/Makefile.am @@ -82,24 +82,24 @@ DIST_EDCS += $(PHYSICS_EDCS) # Support for SVG EDJE_CC_FLAGS += -beta -.edc.edj: - $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) $(SND_DIR) $(MO_DIR) $< $(builddir)/$(@F) +#.edc.edj: +# $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) $(SND_DIR) $(MO_DIR) $< $(builddir)/$(@F) -text.edj: text.edc - @if [ "x$(top_builddir)" != "x$(top_srcdir)" ]; then \ - rm -rf $(top_builddir)/src/examples/edje/en_IN/; \ - rm -rf $(top_builddir)/src/examples/edje/hi_IN/; \ - rm -rf $(top_builddir)/src/examples/edje/ta_IN/; \ - cp -a $(top_srcdir)/src/examples/edje/en_IN/ $(top_builddir)/src/examples/edje/en_IN/; \ - cp -a $(top_srcdir)/src/examples/edje/hi_IN/ $(top_builddir)/src/examples/edje/hi_IN/; \ - cp -a $(top_srcdir)/src/examples/edje/ta_IN/ $(top_builddir)/src/examples/edje/ta_IN/; \ - chmod -R +w $(top_builddir)/src/examples/edje/en_IN/; \ - chmod -R +w $(top_builddir)/src/examples/edje/hi_IN/; \ - chmod -R +w $(top_builddir)/src/examples/edje/ta_IN/; \ - fi - $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) $(SND_DIR) $(MO_DIR) $(top_srcdir)/src/examples/edje/text.edc $(top_builddir)/src/examples/edje/text.edj +#text.edj: text.edc +# @if [ "x$(top_builddir)" != "x$(top_srcdir)" ]; then \ +# rm -rf $(top_builddir)/src/examples/edje/en_IN/; \ +# rm -rf $(top_builddir)/src/examples/edje/hi_IN/; \ +# rm -rf $(top_builddir)/src/examples/edje/ta_IN/; \ +# cp -a $(top_srcdir)/src/examples/edje/en_IN/ $(top_builddir)/src/examples/edje/en_IN/; \ +# cp -a $(top_srcdir)/src/examples/edje/hi_IN/ $(top_builddir)/src/examples/edje/hi_IN/; \ +# cp -a $(top_srcdir)/src/examples/edje/ta_IN/ $(top_builddir)/src/examples/edje/ta_IN/; \ +# chmod -R +w $(top_builddir)/src/examples/edje/en_IN/; \ +# chmod -R +w $(top_builddir)/src/examples/edje/hi_IN/; \ +# chmod -R +w $(top_builddir)/src/examples/edje/ta_IN/; \ +# fi +# $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) $(SND_DIR) $(MO_DIR) $(top_srcdir)/src/examples/edje/text.edc $(top_builddir)/src/examples/edje/text.edj -EDJS = $(EDCS:%.edc=%.edj) +#EDJS = $(EDCS:%.edc=%.edj) DATA_FILES = \ bubble.png \ @@ -205,8 +205,8 @@ CODEGEN_GENERATED = \ codegen_example_generated.c \ codegen_example_generated.h -codegen_example_generated.c codegen_example_generated.h: codegen.edj - $(AM_V_GEN)$(EDJE_CODEGEN) $(EDJE_CODEGEN_FLAGS) codegen.edj example_group $(builddir)/codegen_example_generated.c $(builddir)/codegen_example_generated.h +#codegen_example_generated.c codegen_example_generated.h: codegen.edj +# $(AM_V_GEN)$(EDJE_CODEGEN) $(EDJE_CODEGEN_FLAGS) codegen.edj example_group $(builddir)/codegen_example_generated.c $(builddir)/codegen_example_generated.h edje-codegen-example.$(OBJEXT): $(CODEGEN_GENERATED) diff --git a/src/examples/elementary/Makefile.am b/src/examples/elementary/Makefile.am index 320d333..8ccf50c 100644 --- a/src/examples/elementary/Makefile.am +++ b/src/examples/elementary/Makefile.am @@ -216,10 +216,10 @@ layout_example.edc \ codegen_example.edc \ efl_ui_list_example.edc -EDJS = $(EDCS:%.edc=%.edj) +#EDJS = $(EDCS:%.edc=%.edj) -.edc.edj: - $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) $< $@ +#.edc.edj: +# $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) $< $@ .epc.epb: $(AM_V_EPB)$(ELM_PREFS_CC) $< $@ @@ -248,12 +248,12 @@ CLEANFILES = \ clean-local: rm -f *.epb *.cfg *.cfg.bkp - rm -f prefs_example_03.edj +# rm -f prefs_example_03.edj ELEMENTARY_CODEGEN_FLAGS = --prefix=codegen_example -codegen_example_generated.c codegen_example_generated.h: codegen_example.edj - $(AM_V_CODEGEN)$(ELEMENTARY_CODEGEN) $(ELEMENTARY_CODEGEN_FLAGS) $(<) elm/example/mylayout/default codegen_example_generated.c codegen_example_generated.h +#codegen_example_generated.c codegen_example_generated.h: codegen_example.edj +# $(AM_V_CODEGEN)$(ELEMENTARY_CODEGEN) $(ELEMENTARY_CODEGEN_FLAGS) $(<) elm/example/mylayout/default codegen_example_generated.c codegen_example_generated.h BUILT_SOURCES = codegen_example_generated.c codegen_example_generated.h diff --git a/src/examples/elementary/sphere_hunter/Makefile.am b/src/examples/elementary/sphere_hunter/Makefile.am index 164205b..bc93b7d 100644 --- a/src/examples/elementary/sphere_hunter/Makefile.am +++ b/src/examples/elementary/sphere_hunter/Makefile.am @@ -22,14 +22,14 @@ $(top_builddir)/src/lib/libelementary.la SRCS = evas_3d_sphere_hunter.c -.edc.edj: - $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) $< $@ +#.edc.edj: +# $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) $< $@ if EFL_BUILD_EXAMPLES -files_DATA += $(SRCS) sphere_hunter.edc sphere_hunter.edj +#files_DATA += $(SRCS) sphere_hunter.edc sphere_hunter.edj -clean-local: - rm -f *.edj +#clean-local: +# rm -f *.edj sphere_hunter_SOURCES = \ evas_3d_sphere_hunter.c diff --git a/src/examples/evas/Makefile.am b/src/examples/evas/Makefile.am index dd9b796..4449031 100644 --- a/src/examples/evas/Makefile.am +++ b/src/examples/evas/Makefile.am @@ -347,8 +347,8 @@ evas_vg_batman_SOURCES = evas-vg-batman.c evas_vg_batman_LDADD = $(ECORE_EVAS_COMMON_LDADD) evas_vg_batman_CPPFLAGS = $(ECORE_EVAS_COMMON_CPPFLAGS) -.edc.edj: - $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) $< $(builddir)/$(@F) +#.edc.edj: +# $(AM_V_EDJ)$(EDJE_CC) $(EDJE_CC_FLAGS) $< $(builddir)/$(@F) EXTRA_PROGRAMS += evas_aspect_hints evas_aspect_hints_DEPS = $(srcdir)/aspect.edc -- 2.7.4