From dd1d3f0d2d8f7369f7461f54928eac2a4fce99fb Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Mon, 1 Aug 2016 13:36:47 -0700 Subject: [PATCH] autotools: since it has been broken for some times and nobody noticed, let's remove per directory support. --- configure.ac | 11 - src/lib/ecore/Makefile.am | 83 ---- src/lib/ector/Makefile.am | 155 -------- src/lib/edje/Makefile.am | 82 ---- src/lib/eet/Makefile.am | 33 -- src/lib/efl/Makefile.am | 87 ---- src/lib/eina/Makefile.am | 205 ---------- src/lib/eio/Makefile.am | 64 --- src/lib/elementary/Makefile.am | 657 ------------------------------- src/lib/emile/Makefile.am | 61 --- src/lib/eo/Makefile.am | 41 -- src/lib/evil/Makefile.am | 81 ---- src/tests/elementary/Makefile.am | 112 ------ 13 files changed, 1672 deletions(-) delete mode 100644 src/lib/ecore/Makefile.am delete mode 100644 src/lib/ector/Makefile.am delete mode 100644 src/lib/edje/Makefile.am delete mode 100644 src/lib/eet/Makefile.am delete mode 100644 src/lib/efl/Makefile.am delete mode 100644 src/lib/eina/Makefile.am delete mode 100644 src/lib/eio/Makefile.am delete mode 100644 src/lib/elementary/Makefile.am delete mode 100644 src/lib/emile/Makefile.am delete mode 100644 src/lib/eo/Makefile.am delete mode 100644 src/lib/evil/Makefile.am delete mode 100644 src/tests/elementary/Makefile.am diff --git a/configure.ac b/configure.ac index 493fd31094..f1696d83af 100644 --- a/configure.ac +++ b/configure.ac @@ -5721,17 +5721,6 @@ doc/Doxyfile doc/previews/Makefile doc/widgets/Makefile src/Makefile -src/lib/evil/Makefile -src/lib/eina/Makefile -src/lib/emile/Makefile -src/lib/eet/Makefile -src/lib/eo/Makefile -src/lib/efl/Makefile -src/lib/ector/Makefile -src/lib/ecore/Makefile -src/lib/eio/Makefile -src/lib/edje/Makefile -src/lib/elementary/Makefile src/benchmarks/eina/Makefile src/benchmarks/eo/Makefile src/benchmarks/evas/Makefile diff --git a/src/lib/ecore/Makefile.am b/src/lib/ecore/Makefile.am deleted file mode 100644 index fffe62b867..0000000000 --- a/src/lib/ecore/Makefile.am +++ /dev/null @@ -1,83 +0,0 @@ -EOLIAN_FLAGS = -I$(srcdir) - -include ../../Makefile_Eolian_Subbuild_Helper.am - -### Library - -ecore_eolian_files_legacy = \ - efl_timer.eo \ - ecore_poller.eo \ - ecore_exe.eo \ - ecore_animator.eo - -ecore_eolian_files = \ - $(ecore_eolian_files_legacy) \ - efl_loop.eo \ - ecore_parent.eo - -ecore_eolian_type_files = \ - ecore_types.eot - -ecore_eolian_c = $(ecore_eolian_files:%.eo=%.eo.c) -ecore_eolian_h = $(ecore_eolian_files:%.eo=%.eo.h) \ - $(ecore_eolian_files_legacy:%.eo=%.eo.legacy.h) \ - $(ecore_eolian_type_files:%.eot=%.eot.h) - -BUILT_SOURCES = $(ecore_eolian_c) \ - $(ecore_eolian_h) - -ecoreeolianfilesdir = $(datadir)/eolian/include/ecore-@VMAJ@ -ecoreeolianfiles_DATA = $(ecore_eolian_files) \ - $(ecore_eolian_type_files) - -lib_LTLIBRARIES = libecore.la - -installed_ecoremainheadersdir = $(includedir)/ecore-@VMAJ@ -dist_installed_ecoremainheaders_DATA = \ -Ecore.h \ -Ecore_Common.h \ -Ecore_Legacy.h \ -Ecore_Eo.h \ -Ecore_Getopt.h - -nodist_installed_ecoremainheaders_DATA = $(ecore_eolian_h) - -libecore_la_SOURCES = \ -ecore.c \ -ecore_alloc.c \ -ecore_anim.c \ -ecore_app.c \ -ecore_events.c \ -ecore_getopt.c \ -ecore_glib.c \ -ecore_idle_enterer.c \ -ecore_idle_exiter.c \ -ecore_idler.c \ -ecore_job.c \ -ecore_main.c \ -ecore_pipe.c \ -ecore_poller.c \ -ecore_time.c \ -ecore_timer.c \ -ecore_thread.c \ -ecore_thread_promise.c \ -ecore_throttle.c \ -ecore_exe.c \ -ecore_exe_private.h \ -ecore_private.h - -if HAVE_WIN32 -libecore_la_SOURCES += ecore_exe_win32.c -else -libecore_la_SOURCES += ecore_signal.c ecore_exe_posix.c -endif - -libecore_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ --DPACKAGE_BIN_DIR=\"$(bindir)\" \ --DPACKAGE_LIB_DIR=\"$(libdir)\" \ --DPACKAGE_DATA_DIR=\"$(datadir)/ecore\" \ --DPACKAGE_BUILD_DIR=\"$(abs_top_builddir)\" \ -@ECORE_CFLAGS@ -libecore_la_LIBADD = @ECORE_SUBBUILD_LIBS@ @EVIL_SUBBUILD_LIBS@ -libecore_la_DEPENDENCIES = @ECORE_SUBBUILD_INTERNAL_LIBS@ -libecore_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ diff --git a/src/lib/ector/Makefile.am b/src/lib/ector/Makefile.am deleted file mode 100644 index e15c37eaa4..0000000000 --- a/src/lib/ector/Makefile.am +++ /dev/null @@ -1,155 +0,0 @@ -EOLIAN_FLAGS = -I$(srcdir) - -include ../../Makefile_Eolian_Subbuild_Helper.am - -### Library -ector_eolian_files_generic = \ - ector_surface.eo \ - ector_buffer.eo \ - ector_renderer.eo \ - ector_renderer_shape.eo \ - ector_renderer_buffer.eo \ - ector_renderer_gradient.eo \ - ector_renderer_gradient_radial.eo \ - ector_renderer_gradient_linear.eo -ector_eolian_generic_h = $(ector_eolian_files_generic:%.eo=%.eo.h) - -# Handle cairo backend -ector_eolian_files_cairo = \ - cairo/ector_cairo_surface.eo \ - cairo/ector_cairo_software_surface.eo \ - cairo/ector_renderer_cairo.eo \ - cairo/ector_renderer_cairo_shape.eo \ - cairo/ector_renderer_cairo_gradient_linear.eo \ - cairo/ector_renderer_cairo_gradient_radial.eo -ector_eolian_cairo_h = $(ector_eolian_files_cairo:%.eo=%.eo.h) - -# Handle default software backend -ector_eolian_files_software = \ - software/ector_software_surface.eo \ - software/ector_software_buffer.eo \ - software/ector_software_buffer_base.eo \ - software/ector_renderer_software.eo \ - software/ector_renderer_software_shape.eo \ - software/ector_renderer_software_buffer.eo \ - software/ector_renderer_software_gradient_radial.eo \ - software/ector_renderer_software_gradient_linear.eo -ector_eolian_software_h = $(ector_eolian_files_software:%.eo=%.eo.h) - -# Handle gl backend -ector_eolian_files_gl = \ - gl/ector_gl_surface.eo \ - gl/ector_gl_buffer.eo \ - gl/ector_gl_buffer_base.eo \ - gl/ector_renderer_gl.eo \ - gl/ector_renderer_gl_shape.eo \ - gl/ector_renderer_gl_gradient_radial.eo \ - gl/ector_renderer_gl_gradient_linear.eo -ector_eolian_gl_h = $(ector_eolian_files_gl:%.eo=%.eo.h) - -ector_eolian_type_files = ector_types.eot - -ector_eolian_files = $(ector_eolian_files_generic) \ - $(ector_eolian_files_cairo) \ - $(ector_eolian_files_software) \ - $(ector_eolian_files_gl) - -ector_eolian_c = $(ector_eolian_files:%.eo=%.eo.c) -ector_eolian_h = $(ector_eolian_files:%.eo=%.eo.h) \ - $(ector_eolian_type_files:%.eot=%.eot.h) - -BUILT_SOURCES = \ - $(ector_eolian_c) \ - $(ector_eolian_h) - -ectoreolianfilesdir = $(datadir)/eolian/include/ector-@VMAJ@ -ectoreolianfiles_DATA = $(ector_eolian_files) $(ector_eolian_type_files) - -lib_LTLIBRARIES = libector.la - -# And the generic implementation - -libector_la_SOURCES = \ -ector_main.c \ -ector_gl_internal.h \ -ector_buffer.c \ -ector_renderer_shape.c \ -ector_renderer.c \ -ector_renderer_buffer.c \ -ector_renderer_gradient.c \ -ector_renderer_gradient_radial.c \ -ector_renderer_gradient_linear.c - -# And now the cairo backend -libector_la_SOURCES += \ -cairo/ector_renderer_cairo_gradient_linear.c \ -cairo/ector_renderer_cairo_gradient_radial.c \ -cairo/ector_renderer_cairo_shape.c \ -cairo/ector_renderer_cairo.c \ -cairo/ector_cairo_software_surface.c \ -cairo/ector_cairo_surface.c - -# SW draw static lib -libector_la_SOURCES += \ -../../static_libs/draw/draw_main_sse2.c \ -../../static_libs/draw/draw_main.c \ -../../static_libs/draw/draw_main_neon.c \ -../../static_libs/rg_etc/rg_etc1.c \ -../../static_libs/rg_etc/rg_etc2.c \ -../../static_libs/rg_etc/rg_etc1.h \ -../../static_libs/rg_etc/etc2_encoder.c - -# And the default software backend -libector_la_SOURCES += \ -software/ector_renderer_software_gradient_linear.c \ -software/ector_renderer_software_gradient_radial.c \ -software/ector_renderer_software_shape.c \ -software/ector_renderer_software_buffer.c \ -software/ector_software_gradient.c \ -software/ector_software_rasterizer.c \ -software/ector_software_surface.c \ -software/ector_software_buffer.c \ -../../static_libs/freetype/sw_ft_math.c \ -../../static_libs/freetype/sw_ft_raster.c \ -../../static_libs/freetype/sw_ft_stroker.c - -# And now the gl backend -libector_la_SOURCES += \ -gl/ector_renderer_gl_gradient_linear.c \ -gl/ector_renderer_gl_gradient_radial.c \ -gl/ector_renderer_gl_shape.c \ -gl/ector_renderer_gl.c \ -gl/ector_gl_buffer.c \ -gl/ector_gl_buffer_base.c \ -gl/ector_gl_surface.c \ -gl/ector_gl_private.h \ -gl/shader/ector_gl_shaders.x \ -gl/ector_gl_shader.c - -ECTOR_GL_SHADERS_GEN = \ -gl/shader/gen_shaders.sh \ -gl/shader/fragment.glsl \ -gl/shader/vertex.glsl \ -gl/shader/include.glsl - -gl/shader/ector_gl_shaders.x: $(ECTOR_GL_SHADERS_GEN) - @echo " SHADERS $@" - @sh $(srcdir)/gl/shader/gen_shaders.sh - -libector_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ --I$(top_builddir)/src/lib/ector \ --I$(top_builddir)/src/lib/ector/cairo \ --I$(top_builddir)/src/lib/ector/software \ --I$(top_builddir)/src/lib/ector/gl \ --I$(top_srcdir)/src/static_libs/freetype \ --I$(top_srcdir)/src/static_libs/draw \ -@ECTOR_CFLAGS@ \ --DPACKAGE_BIN_DIR=\"$(bindir)\" \ --DPACKAGE_LIB_DIR=\"$(libdir)\" \ --DPACKAGE_DATA_DIR=\"$(datadir)/ector\" \ -@VALGRIND_CFLAGS@ \ -@SSE3_CFLAGS@ - -libector_la_LIBADD = @ECTOR_SUBBUILD_LIBS@ -libector_la_DEPENDENCIES = @ECTOR_SUBBUILD_INTERNAL_LIBS@ -libector_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ diff --git a/src/lib/edje/Makefile.am b/src/lib/edje/Makefile.am deleted file mode 100644 index 54d6a33a1d..0000000000 --- a/src/lib/edje/Makefile.am +++ /dev/null @@ -1,82 +0,0 @@ -EOLIAN_FLAGS = -I$(srcdir) - -include ../../Makefile_Eolian_Subbuild_Helper.am - -### Library - -edje_eolian_files = \ - edje_object.eo \ - edje_edit.eo - -edje_eolian_type_files = \ - edje_types.eot - -edje_eolian_c = $(edje_eolian_files:%.eo=%.eo.c) -edje_eolian_h = $(edje_eolian_files:%.eo=%.eo.h) \ - $(edje_eolian_files:%.eo=%.eo.legacy.h) \ - $(edje_eolian_type_files:%.eot=%.eot.h) - -BUILT_SOURCES = $(edje_eolian_c) \ - $(edje_eolian_h) - -edjeeolianfilesdir = $(datadir)/eolian/include/edje-@VMAJ@ -edjeeolianfiles_DATA = $(edje_eolian_files) \ - $(edje_eolian_type_files) - -lib_LTLIBRARIES = libedje.la - -EDJE_COMMON_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ --I$(top_builddir) \ --I$(top_srcdir)/src/lib/edje \ --I$(top_builddir)/src/lib/edje \ --DPACKAGE_BIN_DIR=\"$(bindir)\" \ --DPACKAGE_LIB_DIR=\"$(libdir)\" \ --DPACKAGE_DATA_DIR=\"$(datadir)/edje\" \ --DPACKAGE_BUILD_DIR=\"$(abs_top_builddir)\" \ --DPACKAGE_SRC_DIR=\"$(abs_top_srcdir)\" \ -@EDJE_CFLAGS@ - -installed_edjemainheadersdir = $(includedir)/edje-@VMAJ@ -dist_installed_edjemainheaders_DATA = \ -Edje.h \ -Edje_Common.h \ -Edje_Eo.h \ -Edje_Legacy.h \ -Edje_Edit.h - -nodist_installed_edjemainheaders_DATA = $(edje_eolian_h) - -libedje_la_SOURCES = \ -edje_private.h \ -edje_convert.h \ -edje_box_layout.c \ -edje_cache.c \ -edje_calc.c \ -edje_callbacks.c \ -edje_data.c \ -edje_edit.c \ -edje_embryo.c \ -edje_entry.c \ -edje_external.c \ -edje_load.c \ -edje_lua.c \ -edje_lua2.c \ -edje_lua_script_only.c \ -edje_main.c \ -edje_match.c \ -edje_message_queue.c \ -edje_misc.c \ -edje_module.c \ -edje_multisense.c \ -edje_program.c \ -edje_smart.c \ -edje_text.c \ -edje_textblock_styles.c \ -edje_util.c \ -edje_var.c \ -edje_signal.c - -libedje_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl $(EDJE_COMMON_CPPFLAGS) -libedje_la_LIBADD = @EDJE_SUBBUILD_LIBS@ -libedje_la_DEPENDENCIES = @EDJE_SUBBUILD_INTERNAL_LIBS@ -libedje_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ diff --git a/src/lib/eet/Makefile.am b/src/lib/eet/Makefile.am deleted file mode 100644 index 131a1910bf..0000000000 --- a/src/lib/eet/Makefile.am +++ /dev/null @@ -1,33 +0,0 @@ -### Library - -lib_LTLIBRARIES = libeet.la - -installed_eetmainheadersdir = $(includedir)/eet-@VMAJ@ -dist_installed_eetmainheaders_DATA = Eet.h - -libeet_la_SOURCES = \ -Eet_private.h \ -eet_alloc.c \ -eet_cipher.c \ -eet_connection.c \ -eet_data.c \ -eet_dictionary.c \ -eet_image.c \ -eet_lib.c \ -eet_node.c \ -eet_utils.c \ -../../static_libs/rg_etc/rg_etc1.c \ -../../static_libs/rg_etc/rg_etc2.c \ -../../static_libs/rg_etc/etc2_encoder.c \ -../../static_libs/rg_etc/rg_etc1.h - -libeet_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ --I$(top_srcdir)/src/static_libs/rg_etc \ --DPACKAGE_BIN_DIR=\"$(bindir)\" \ --DPACKAGE_LIB_DIR=\"$(libdir)\" \ --DPACKAGE_DATA_DIR=\"$(datadir)/eet\" \ -@EET_CFLAGS@ \ -@NEON_CFLAGS@ -libeet_la_LIBADD = @EET_SUBBUILD_LIBS@ @EVIL_SUBBUILD_LIBS@ -libeet_la_DEPENDENCIES = @EET_SUBBUILD_INTERNAL_LIBS@ -libeet_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ diff --git a/src/lib/efl/Makefile.am b/src/lib/efl/Makefile.am deleted file mode 100644 index 3cae7dd8d3..0000000000 --- a/src/lib/efl/Makefile.am +++ /dev/null @@ -1,87 +0,0 @@ -EOLIAN_FLAGS = -I$(srcdir) - -include ../../Makefile_Eolian_Subbuild_Helper.am - -# Even though libefl is new, it contains definitions used by legacy APIs -efl_eolian_legacy_files = \ -interfaces/efl_gfx_fill.eo \ -interfaces/efl_gfx.eo \ -interfaces/efl_image.eo \ -interfaces/efl_image_animated.eo \ -$(NULL) - -efl_eolian_files = \ -interfaces/efl_control.eo \ -interfaces/efl_file.eo \ -interfaces/efl_image_load.eo \ -interfaces/efl_player.eo \ -interfaces/efl_text.eo \ -interfaces/efl_text_properties.eo \ -interfaces/efl_gfx_stack.eo \ -interfaces/efl_gfx_view.eo \ -interfaces/efl_gfx_buffer.eo \ -interfaces/efl_gfx_shape.eo \ -interfaces/efl_gfx_gradient.eo \ -interfaces/efl_gfx_gradient_linear.eo \ -interfaces/efl_gfx_gradient_radial.eo \ -interfaces/efl_gfx_filter.eo \ -interfaces/efl_gfx_size_hint.eo \ -interfaces/efl_model.eo \ -interfaces/efl_animator.eo \ -interfaces/efl_orientation.eo \ -interfaces/efl_flipable.eo \ -interfaces/efl_vpath.eo \ -interfaces/efl_vpath_manager.eo \ -interfaces/efl_vpath_file.eo \ -interfaces/efl_vpath_core.eo \ -interfaces/efl_vpath_file_core.eo \ -interfaces/efl_ui_spin.eo \ -interfaces/efl_ui_progress.eo \ -interfaces/efl_screen.eo \ -$(efl_eolian_legacy_files) \ -$(NULL) - -efl_eolian_type_files = \ - interfaces/efl_gfx_types.eot \ - interfaces/efl_types.eot \ - $(NULL) - -efl_eolian_files_h = $(efl_eolian_files:%.eo=%.eo.h) \ - $(efl_eolian_type_files:%.eot=%.eot.h) -efl_eolian_files_c = $(efl_eolian_files:%.eo=%.eo.c) -efl_eolian_legacy_files_h = $(efl_eolian_legacy_files:%.eo=%.eo.legacy.h) - -BUILT_SOURCES = \ - $(efl_eolian_files_c) \ - $(efl_eolian_files_h) \ - $(efl_eolian_legacy_files_h) - -efleolianfilesdir = $(datadir)/eolian/include/efl-@VMAJ@ -efleolianfiles_DATA = $(efl_eolian_files) $(efl_eolian_type_files) - -lib_LTLIBRARIES = libefl.la - -libefl_la_SOURCES = \ -interfaces/efl_interfaces_main.c \ -interfaces/efl_model_common.c \ -interfaces/efl_gfx_shape.c \ -interfaces/efl_vpath_file.c \ -interfaces/efl_vpath_manager.c \ -interfaces/efl_vpath_core.c \ -interfaces/efl_vpath_file_core.c - -libefl_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl -I$(top_srcdir)/src/lib/efl @EFL_CFLAGS@ -DEFL_GFX_FILTER_BETA -libefl_la_LIBADD = @EFL_SUBBUILD_LIBS@ -libefl_la_DEPENDENCIES = @EFL_SUBBUILD_INTERNAL_LIBS@ -libefl_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ - -installed_eflheadersdir = $(includedir)/efl-@VMAJ@ -dist_installed_eflheaders_DATA = \ -Efl_Config.h \ -Efl_Model_Common.h \ -Efl.h - -installed_eflinterfacesdir = $(includedir)/efl-@VMAJ@/interfaces -nodist_installed_eflinterfaces_DATA = \ - $(efl_eolian_files_h) \ - $(efl_eolian_legacy_files_h) diff --git a/src/lib/eina/Makefile.am b/src/lib/eina/Makefile.am deleted file mode 100644 index d247179595..0000000000 --- a/src/lib/eina/Makefile.am +++ /dev/null @@ -1,205 +0,0 @@ - -### Library - -lib_LTLIBRARIES = libeina.la - -installed_einamainheadersdir = $(includedir)/eina-@VMAJ@ -dist_installed_einamainheaders_DATA = \ -Eina.h \ -eina_config.h - -installed_einaheadersdir = $(includedir)/eina-@VMAJ@/eina -dist_installed_einaheaders_DATA = \ -eina_safety_checks.h \ -eina_error.h \ -eina_log.h \ -eina_inline_log.x \ -eina_fp.h \ -eina_inline_f32p32.x \ -eina_inline_f16p16.x \ -eina_inline_f8p24.x \ -eina_inline_fp.x \ -eina_hash.h \ -eina_inline_hash.x \ -eina_lalloc.h \ -eina_clist.h \ -eina_inline_clist.x \ -eina_inarray.h \ -eina_inlist.h \ -eina_inline_inlist.x \ -eina_list.h \ -eina_file.h \ -eina_inline_file.x \ -eina_mempool.h \ -eina_module.h \ -eina_rectangle.h \ -eina_types.h \ -eina_array.h \ -eina_counter.h \ -eina_inline_array.x \ -eina_magic.h \ -eina_stringshare.h \ -eina_binshare.h \ -eina_binbuf.h \ -eina_ustringshare.h \ -eina_inline_stringshare.x \ -eina_inline_ustringshare.x \ -eina_inline_list.x \ -eina_accessor.h \ -eina_convert.h \ -eina_rbtree.h \ -eina_benchmark.h \ -eina_inline_rbtree.x \ -eina_inline_mempool.x \ -eina_inline_rectangle.x \ -eina_inline_trash.x \ -eina_thread.h \ -eina_trash.h \ -eina_iterator.h \ -eina_main.h \ -eina_cpu.h \ -eina_inline_cpu.x \ -eina_sched.h \ -eina_tiler.h \ -eina_hamster.h \ -eina_matrixsparse.h \ -eina_inline_tiler.x \ -eina_str.h \ -eina_inline_str.x \ -eina_strbuf.h \ -eina_ustrbuf.h \ -eina_unicode.h \ -eina_quadtree.h \ -eina_simple_xml_parser.h \ -eina_lock.h \ -eina_prefix.h \ -eina_refcount.h \ -eina_mmap.h \ -eina_xattr.h \ -eina_value.h \ -eina_inline_value.x \ -eina_value_util.h \ -eina_inline_value_util.x \ -eina_inline_lock_barrier.x \ -eina_inline_lock_posix.x \ -eina_tmpstr.h \ -eina_alloca.h \ -eina_cow.h \ -eina_inline_unicode.x \ -eina_thread_queue.h \ -eina_matrix.h \ -eina_quad.h \ -eina_crc.h \ -eina_inline_crc.x \ -eina_evlog.h \ -eina_util.h \ -eina_quaternion.h \ -eina_vector.h \ -eina_inline_vector.x \ -eina_promise.h \ -eina_bezier.h - -libeina_la_SOURCES = \ -eina_abi.c \ -eina_accessor.c \ -eina_array.c \ -eina_benchmark.c \ -eina_binbuf.c \ -eina_binshare.c \ -eina_convert.c \ -eina_counter.c \ -eina_cow.c \ -eina_cpu.c \ -eina_crc.c \ -eina_debug.c \ -eina_debug_bt.c \ -eina_debug_bt_file.c \ -eina_debug_chunk.c \ -eina_debug_monitor.c \ -eina_debug_proto.c \ -eina_debug_thread.c \ -eina_error.c \ -eina_evlog.c \ -eina_file_common.h \ -eina_file_common.c \ -eina_fp.c \ -eina_hamster.c \ -eina_hash.c \ -eina_inarray.c \ -eina_inlist.c \ -eina_iterator.c \ -eina_lalloc.c \ -eina_list.c \ -eina_log.c \ -eina_magic.c \ -eina_main.c \ -eina_matrix.c \ -eina_matrixsparse.c \ -eina_mempool.c \ -eina_mmap.c \ -eina_module.c \ -eina_prefix.c \ -eina_quad.c \ -eina_quadtree.c \ -eina_rbtree.c \ -eina_rectangle.c \ -eina_safety_checks.c \ -eina_sched.c \ -eina_share_common.c \ -eina_simple_xml_parser.c \ -eina_str.c \ -eina_strbuf.c \ -eina_strbuf_common.c \ -eina_stringshare.c \ -eina_thread.c \ -eina_thread_queue.c \ -eina_tiler.c \ -eina_tmpstr.c \ -eina_unicode.c \ -eina_ustrbuf.c \ -eina_ustringshare.c \ -eina_util.c \ -eina_value.c \ -eina_value_util.c \ -eina_xattr.c \ -eina_debug.h \ -eina_private.h \ -eina_share_common.h \ -eina_strbuf_common.h \ -eina_quaternion.c \ -eina_promise.c \ -eina_bezier.c - -if HAVE_WIN32 -libeina_la_SOURCES += eina_file_win32.c -else -libeina_la_SOURCES += eina_file.c -endif - -EINA_MODULE_COMMON_CFLAGS = \ -@EINA_CFLAGS@ \ -@VALGRIND_CFLAGS@ - -if EINA_STATIC_BUILD_CHAINED_POOL -libeina_la_SOURCES += ../../modules/eina/mp/chained_pool/eina_chained_mempool.c -endif - -if EINA_STATIC_BUILD_ONE_BIG -libeina_la_SOURCES += ../../modules/eina/mp/one_big/eina_one_big.c -endif - -if EINA_STATIC_BUILD_PASS_THROUGH -libeina_la_SOURCES += ../../modules/eina/mp/pass_through/eina_pass_through.c -endif - -libeina_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ -@EINA_CFLAGS@ \ -@UNWIND_CFLAGS@ \ --DPACKAGE_BIN_DIR=\"$(bindir)\" \ --DPACKAGE_LIB_DIR=\"$(libdir)\" \ --DPACKAGE_DATA_DIR=\"$(datadir)/eina\" \ -@VALGRIND_CFLAGS@ - -libeina_la_LIBADD = @EINA_SUBBUILD_LIBS@ @UNWIND_LIBS@ -libeina_la_DEPENDENCIES = @EINA_SUBBUILD_INTERNAL_LIBS@ -libeina_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ diff --git a/src/lib/eio/Makefile.am b/src/lib/eio/Makefile.am deleted file mode 100644 index 72aa5e3c4a..0000000000 --- a/src/lib/eio/Makefile.am +++ /dev/null @@ -1,64 +0,0 @@ -EOLIAN_FLAGS = -I$(srcdir) - -include ../../Makefile_Eolian_Subbuild_Helper.am - -### Library - -EIO_EOS = eio_model.eo \ - eio_job.eo \ - eio_sentry.eo - -EIO_EOS_H = $(EIO_EOS:%.eo=%.eo.h) -EIO_EOS_C = $(EIO_EOS:%.eo=%.eo.c) - -BUILT_SOURCES = $(EIO_EOS_C) $(EIO_EOS_H) - -eioeolianfilesdir = $(datadir)/eolian/include/eio-@VMAJ@ -eioeolianfiles_DATA = $(EIO_EOS) - -lib_LTLIBRARIES = libeio.la - -installed_eiomainheadersdir = $(includedir)/eio-@VMAJ@ - -dist_installed_eiomainheaders_DATA = Eio.h eio_inline_helper.x -nodist_installed_eiomainheaders_DATA = $(EIO_EOS_H) - -libeio_la_SOURCES = \ -eio_dir.c \ -eio_eet.c \ -eio_file.c \ -eio_main.c \ -eio_map.c \ -eio_monitor.c \ -eio_monitor_poll.c \ -eio_single.c \ -eio_xattr.c \ -eio_job.c \ -eio_sentry.c \ -eio_model.c \ -eio_model_private.h \ -eio_private.h - -if HAVE_INOTIFY -libeio_la_SOURCES += eio_monitor_inotify.c -else -if HAVE_NOTIFY_WIN32 -libeio_la_SOURCES += eio_monitor_win32.c -else -if HAVE_NOTIFY_COCOA -libeio_la_SOURCES += eio_monitor_cocoa.c -else -if HAVE_NOTIFY_KEVENT -libeio_la_SOURCES += eio_monitor_kevent.c -endif -endif -endif -endif - -libeio_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl @EIO_CFLAGS@ -libeio_la_LIBADD = @EIO_SUBBUILD_LIBS@ -libeio_la_DEPENDENCIES = @EIO_SUBBUILD_INTERNAL_LIBS@ -libeio_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ -if HAVE_NOTIFY_COCOA -libeio_la_LDFLAGS += -framework CoreServices -endif diff --git a/src/lib/elementary/Makefile.am b/src/lib/elementary/Makefile.am deleted file mode 100644 index 41ef7d814e..0000000000 --- a/src/lib/elementary/Makefile.am +++ /dev/null @@ -1,657 +0,0 @@ -EOLIAN_FLAGS = -I$(srcdir) - -include ../../Makefile_Eolian_Subbuild_Helper.am - -### Library - -elm_eolian_files = \ - elm_access.eo \ - elm_actionslider.eo \ - elm_atspi_bridge.eo \ - elm_app_client.eo \ - elm_app_client_view.eo \ - elm_app_server.eo \ - elm_app_server_view.eo \ - elm_atspi_app_object.eo \ - elm_bg.eo \ - elm_box.eo \ - elm_bubble.eo \ - elm_button.eo \ - elm_calendar.eo \ - elm_check.eo \ - elm_clock.eo \ - elm_colorselector.eo \ - elm_combobox.eo \ - elm_conformant.eo \ - elm_ctxpopup.eo \ - elm_datetime.eo \ - elm_dayselector.eo \ - elm_diskselector.eo \ - elm_entry.eo \ - elm_fileselector.eo \ - elm_fileselector_button.eo \ - elm_fileselector_entry.eo \ - efl_ui_flip.eo \ - efl_ui_flip_internal_part.eo \ - elm_flipselector.eo \ - efl_ui_frame.eo \ - elm_gengrid.eo \ - elm_gengrid_pan.eo \ - elm_genlist.eo \ - elm_genlist_pan.eo \ - elm_gesture_layer.eo \ - elm_glview.eo \ - elm_grid.eo \ - elm_hover.eo \ - elm_hoversel.eo \ - elm_icon.eo \ - efl_ui_image.eo \ - elm_index.eo \ - elm_interface_atspi_accessible.eo \ - elm_interface_atspi_action.eo \ - elm_interface_atspi_component.eo \ - elm_interface_atspi_text_editable.eo \ - elm_interface_atspi_image.eo \ - elm_interface_atspi_selection.eo \ - elm_interface_atspi_text.eo \ - elm_interface_atspi_value.eo \ - elm_interface_atspi_widget_action.eo \ - elm_interface_atspi_window.eo \ - elm_interface_fileselector.eo \ - elm_interface_scrollable.eo \ - elm_inwin.eo \ - elm_label.eo \ - elm_layout.eo \ - elm_list.eo \ - elm_map.eo \ - elm_map_pan.eo \ - elm_mapbuf.eo \ - elm_menu.eo \ - elm_multibuttonentry.eo \ - elm_naviframe.eo \ - elm_notify.eo \ - efl_ui_nstate.eo \ - elm_pan.eo \ - elm_panel.eo \ - elm_panes.eo \ - elm_photo.eo \ - elm_photocam.eo \ - elm_photocam_pan.eo \ - elm_player.eo \ - elm_plug.eo \ - elm_popup.eo \ - elm_prefs.eo \ - elm_progressbar.eo \ - elm_radio.eo \ - elm_route.eo \ - elm_scroller.eo \ - elm_segment_control.eo \ - elm_separator.eo \ - elm_slider.eo \ - elm_slideshow.eo \ - elm_spinner.eo \ - elm_sys_notify_interface.eo \ - elm_sys_notify.eo \ - elm_sys_notify_dbus.eo \ - elm_systray.eo \ - elm_table.eo \ - elm_thumb.eo \ - elm_toolbar.eo \ - efl_ui_video.eo \ - elm_view_list.eo \ - elm_view_form.eo \ - elm_web.eo \ - elm_widget.eo \ - efl_ui_win.eo \ - efl_ui_win_standard.eo \ - elm_widget_item.eo \ - elm_color_item.eo \ - elm_dayselector_item.eo \ - elm_hoversel_item.eo \ - elm_segment_control_item.eo \ - elm_slideshow_item.eo \ - elm_flipselector_item.eo \ - elm_menu_item.eo \ - elm_ctxpopup_item.eo \ - elm_index_item.eo \ - elm_multibuttonentry_item.eo \ - elm_naviframe_item.eo \ - elm_genlist_item.eo \ - elm_gengrid_item.eo \ - elm_list_item.eo \ - elm_toolbar_item.eo \ - elm_diskselector_item.eo \ - elm_popup_item.eo \ - efl_ui_box.eo \ - efl_ui_box_flow.eo \ - efl_ui_grid.eo \ - efl_ui_grid_static.eo \ - efl_ui_layout_internal_box.eo \ - efl_ui_layout_internal_table.eo \ - $(NULL) - -elm_eolian_type_files = \ - elm_general.eot - -elm_eolian_c = $(elm_eolian_files:%.eo=%.eo.c) -elm_eolian_h = $(elm_eolian_files:%.eo=%.eo.h) \ - $(elm_eolian_files:%.eo=%.eo.legacy.h) \ - $(elm_eolian_type_files:%.eot=%.eot.h) - -BUILT_SOURCES = \ - $(elm_eolian_c) \ - $(elm_eolian_h) - -elementaryeolianfilesdir = $(datadir)/eolian/include/elementary-@VMAJ@ -elementaryeolianfiles_DATA = $(elm_eolian_files) $(elm_eolian_type_files) - -lib_LTLIBRARIES = libelementary.la - -includes_HEADERS = \ -Elementary.h \ -Elementary_Cursor.h -includesdir = $(includedir)/elementary-@VMAJ@ - -includesunstable_HEADERS = \ - elm_gen_common.h \ - elm_atspi_bridge.h \ - elm_interface_atspi_accessible.h \ - elm_interface_atspi_text.h \ - elm_interface_atspi_widget_action.h \ - elm_interface_atspi_window.h \ - elm_interface_fileselector.h \ - elm_interface_scrollable.h \ - elm_interfaces.h \ - elm_widget.h \ - elm_widget_actionslider.h \ - elm_widget_bg.h \ - elm_widget_box.h \ - elm_widget_bubble.h \ - elm_widget_button.h \ - elm_widget_calendar.h \ - elm_widget_check.h \ - elm_widget_clock.h \ - elm_widget_colorselector.h \ - elm_widget_conform.h \ - elm_widget_container.h \ - elm_widget_combobox.h \ - elm_widget_ctxpopup.h \ - elm_widget_datetime.h \ - elm_widget_dayselector.h \ - elm_widget_diskselector.h \ - elm_widget_entry.h \ - elm_widget_fileselector.h \ - elm_widget_fileselector_button.h \ - elm_widget_fileselector_entry.h \ - efl_ui_widget_flip.h \ - elm_widget_flipselector.h \ - efl_ui_widget_frame.h \ - elm_widget_gengrid.h \ - elm_widget_genlist.h \ - elm_widget_glview.h \ - elm_widget_grid.h \ - elm_widget_hover.h \ - elm_widget_hoversel.h \ - elm_widget_icon.h \ - efl_ui_widget_image.h \ - elm_widget_index.h \ - elm_widget_inwin.h \ - elm_widget_label.h \ - elm_widget_layout.h \ - elm_widget_list.h \ - elm_widget_map.h \ - elm_widget_mapbuf.h \ - elm_widget_menu.h \ - elm_widget_multibuttonentry.h \ - elm_widget_naviframe.h \ - elm_widget_notify.h \ - elm_widget_panel.h \ - elm_widget_panes.h \ - elm_widget_photo.h \ - elm_widget_photocam.h \ - elm_widget_player.h \ - elm_widget_plug.h \ - elm_widget_popup.h \ - elm_widget_prefs.h \ - elm_widget_progressbar.h \ - elm_widget_radio.h \ - elm_widget_route.h \ - elm_widget_scroller.h \ - elm_widget_segment_control.h \ - elm_widget_separator.h \ - elm_widget_slider.h \ - elm_widget_slideshow.h \ - elm_widget_spinner.h \ - elm_widget_table.h \ - elm_widget_thumb.h \ - elm_widget_toolbar.h \ - efl_ui_video_private.h \ - elm_widget_web.h -includesunstabledir = $(includedir)/elementary-@VMAJ@ - -nodist_includesunstable_HEADERS = $(elm_eolian_h) - -includesub_HEADERS = \ - elc_ctxpopup.h \ - elc_ctxpopup_eo.h \ - elc_ctxpopup_legacy.h \ - elc_combobox.h \ - elc_combobox_legacy.h \ - elc_fileselector.h \ - elc_fileselector_eo.h \ - elc_fileselector_legacy.h \ - elc_fileselector_common.h \ - elc_fileselector_button.h \ - elc_fileselector_button_eo.h \ - elc_fileselector_button_legacy.h \ - elc_fileselector_entry.h \ - elc_fileselector_entry_eo.h \ - elc_fileselector_entry_legacy.h \ - elc_hoversel.h \ - elc_hoversel_eo.h \ - elc_hoversel_legacy.h \ - elc_multibuttonentry.h \ - elc_multibuttonentry_eo.h \ - elc_multibuttonentry_legacy.h \ - elc_multibuttonentry_common.h \ - elc_naviframe.h \ - elc_naviframe_eo.h \ - elc_naviframe_legacy.h \ - elc_naviframe_common.h \ - elc_popup.h \ - elc_popup_eo.h \ - elc_popup_legacy.h \ - elm_access.h \ - elm_actionslider.h \ - elm_actionslider_eo.h \ - elm_actionslider_legacy.h \ - elm_app_common.h \ - elm_app_server_eo.h \ - elm_app_server_view_eo.h \ - elm_app_server_view.h \ - elm_app_server_eet.h \ - elm_app_server.h \ - elm_app_client_eo.h \ - elm_app_client.h \ - elm_app_client_view_eo.h \ - elm_app_client_view.h \ - elm_app.h \ - elm_atspi_app_object.h \ - elm_authors.h \ - elm_bg.h \ - elm_bg_eo.h \ - elm_bg_legacy.h \ - elm_box.h \ - elm_box_legacy.h \ - elm_box_common.h \ - elm_bubble.h \ - elm_bubble_eo.h \ - elm_bubble_legacy.h \ - elm_button.h \ - elm_button_eo.h \ - elm_button_legacy.h \ - elm_cache.h \ - elm_calendar.h \ - elm_calendar_eo.h \ - elm_calendar_legacy.h \ - elm_calendar_common.h \ - elm_check.h \ - elm_check_eo.h \ - elm_check_legacy.h \ - elm_clock.h \ - elm_clock_eo.h \ - elm_clock_legacy.h \ - elm_cnp.h \ - elm_colorselector.h \ - elm_colorselector_eo.h \ - elm_colorselector_legacy.h \ - elm_colorselector_common.h \ - elm_color_class.h \ - elm_config.h \ - elm_conform.h \ - elm_conform_eo.h \ - elm_conform_legacy.h \ - elm_cursor.h \ - elm_datetime.h \ - elm_datetime_common.h \ - elm_datetime_eo.h \ - elm_datetime_legacy.h \ - elm_dayselector.h \ - elm_dayselector_eo.h \ - elm_dayselector_legacy.h \ - elm_debug.h \ - elm_deprecated.h \ - elm_diskselector.h \ - elm_diskselector_common.h \ - elm_diskselector_eo.h \ - elm_diskselector_legacy.h \ - elm_entry.h \ - elm_entry_common.h \ - elm_entry_eo.h \ - elm_entry_legacy.h \ - elm_finger.h \ - elm_flip.h \ - efl_ui_flip_legacy.h\ - efl_ui_flip_eo.h \ - elm_flipselector.h \ - elm_flipselector_eo.h \ - elm_flipselector_legacy.h \ - elm_focus.h \ - elm_focus_item.h \ - elm_font.h \ - elm_frame.h \ - efl_ui_frame_eo.h \ - efl_ui_frame_legacy.h \ - elm_gen.h \ - elm_general.h \ - elm_gengrid.h \ - elm_gengrid_common.h \ - elm_gengrid_eo.h \ - elm_gengrid_legacy.h \ - elm_genlist.h \ - elm_genlist_common.h \ - elm_genlist_eo.h \ - elm_genlist_legacy.h \ - elm_gesture_layer.h \ - elm_gesture_layer_common.h \ - elm_gesture_layer_eo.h \ - elm_gesture_layer_legacy.h \ - elm_getting_started.h \ - elm_glview.h \ - elm_glview_common.h \ - elm_glview_eo.h \ - elm_glview_legacy.h \ - elm_grid.h \ - elm_grid_legacy.h \ - elm_hover.h \ - elm_hover_eo.h \ - elm_hover_legacy.h \ - elm_icon.h \ - elm_icon_eo.h \ - elm_icon_legacy.h \ - elm_image.h \ - elm_image_eo.h \ - elm_image_legacy.h \ - elm_index.h \ - elm_index_eo.h \ - elm_index_legacy.h \ - ${top_builddir}/elm_intro.h \ - elm_inwin.h \ - elm_inwin_eo.h \ - elm_inwin_legacy.h \ - elm_label.h \ - elm_label_eo.h \ - elm_label_legacy.h \ - elm_layout.h \ - elm_layout_common.h \ - elm_layout_eo.h \ - elm_layout_legacy.h \ - elm_list.h \ - elm_list_eo.h \ - elm_list_legacy.h \ - elm_macros.h \ - elm_map.h \ - elm_map_common.h \ - elm_map_eo.h \ - elm_map_legacy.h \ - elm_mapbuf.h \ - elm_mapbuf_legacy.h \ - elm_menu.h \ - elm_menu_eo.h \ - elm_menu_legacy.h \ - elm_mirroring.h \ - elm_need.h \ - elm_notify.h \ - elm_notify_common.h \ - elm_notify_eo.h \ - elm_notify_legacy.h \ - efl_ui_nstate.h \ - elm_object.h \ - elm_object_item.h \ - elm_panel.h \ - elm_panel_common.h \ - elm_panel_eo.h \ - elm_panel_legacy.h \ - elm_panes.h \ - elm_panes_eo.h \ - elm_panes_legacy.h \ - elm_photo.h \ - elm_photo_eo.h \ - elm_photo_legacy.h \ - elm_photocam.h \ - elm_photocam_eo.h \ - elm_photocam_legacy.h \ - elm_plug.h \ - elm_plug_eo.h \ - elm_plug_legacy.h \ - elm_prefs.h \ - elm_prefs_common.h \ - elm_prefs_eo.h \ - elm_prefs_legacy.h \ - elm_prefs_data.h \ - elm_progressbar.h \ - elm_progressbar_common.h \ - elm_progressbar_eo.h \ - elm_progressbar_legacy.h \ - elm_radio.h \ - elm_radio_eo.h \ - elm_radio_legacy.h \ - elm_route.h \ - elm_route_eo.h \ - elm_route_legacy.h \ - elm_scale.h \ - elm_scroll.h \ - elm_scroller.h \ - elm_scroller_eo.h \ - elm_scroller_legacy.h \ - elm_segment_control.h \ - elm_segment_control_eo.h \ - elm_segment_control_legacy.h \ - elm_separator.h \ - elm_separator_eo.h \ - elm_separator_legacy.h \ - elm_slider.h \ - elm_slider_common.h \ - elm_slider_eo.h \ - elm_slider_legacy.h \ - elm_slideshow.h \ - elm_slideshow_common.h \ - elm_slideshow_eo.h \ - elm_slideshow_legacy.h \ - elm_spinner.h \ - elm_spinner_eo.h \ - elm_spinner_legacy.h \ - elm_store.h \ - elm_systray.h \ - elm_systray_eo.h \ - elm_systray_common.h \ - elm_systray_watcher.h \ - elm_sys_notify.h \ - elm_table.h \ - elm_table_legacy.h \ - elm_theme.h \ - elm_thumb.h \ - elm_thumb_common.h \ - elm_thumb_eo.h \ - elm_thumb_legacy.h \ - elm_toolbar.h \ - elm_toolbar_common.h \ - elm_toolbar_eo.h \ - elm_toolbar_legacy.h \ - elm_tooltip.h \ - elm_transit.h \ - efl_ui_video.h \ - efl_ui_video_eo.h \ - efl_ui_video_legacy.h \ - elm_view_list.h \ - elm_view_form.h \ - elm_web.h \ - elm_web_common.h \ - elm_web_eo.h \ - elm_web_legacy.h \ - elm_win.h \ - elm_win_common.h \ - elm_win_eo.h \ - elm_win_legacy.h \ - elm_win_standard.h \ - elm_helper.h \ - efl_ui_box_private.h \ - efl_ui_grid_private.h - $(NULL) - -includesubdir = $(includedir)/elementary-@VMAJ@/ - -libelementary_la_SOURCES = \ - elm_priv.h \ - static_libs/atspi/atspi-constants.h \ - elementary_config.h \ - els_box.h \ - elc_ctxpopup.c \ - elc_fileselector.c \ - elc_fileselector_button.c \ - elc_fileselector_entry.c \ - elc_hoversel.c \ - elc_multibuttonentry.c \ - elc_naviframe.c \ - elc_player.c \ - elc_popup.c \ - elc_scrolled_entry.c \ - elm_access.c \ - elm_actionslider.c \ - elm_app_common.c \ - elm_app_server_eet.c \ - elm_app_server.c \ - elm_app_server_view.c \ - elm_app_client.c \ - elm_app_client_view.c \ - elm_atspi_app_object.c \ - elm_atspi_bridge.c \ - elm_bg.c \ - elm_box.c \ - elm_bubble.c \ - elm_button.c \ - elm_calendar.c \ - elm_check.c \ - elm_clock.c \ - elm_cnp.c \ - elm_colorselector.c \ - elm_color_class.c \ - elc_combobox.c \ - elm_config.c \ - elm_conform.c \ - elm_datetime.c \ - elm_dayselector.c \ - elm_dbus_menu.c \ - elm_diskselector.c \ - elm_entry.c \ - efl_ui_flip.c \ - elm_flipselector.c \ - elm_font.c \ - efl_ui_frame.c \ - elm_gengrid.c \ - elm_genlist.c \ - elm_gesture_layer.c \ - elm_gesture_layer_extra_gestures.c \ - elm_glview.c \ - elm_grid.c \ - elm_hover.c \ - elm_icon.c \ - efl_ui_image.c \ - elm_index.c \ - elm_interface_atspi_accessible.c \ - elm_interface_atspi_action.c \ - elm_interface_atspi_component.c \ - elm_interface_atspi_text_editable.c \ - elm_interface_atspi_image.c \ - elm_interface_atspi_selection.c \ - elm_interface_atspi_text.c \ - elm_interface_atspi_value.c \ - elm_interface_atspi_widget_action.c \ - elm_interface_atspi_window.c \ - elm_interface_fileselector.c \ - elm_interface_scrollable.c \ - elm_inwin.c \ - elm_label.c \ - elm_layout.c \ - elm_layout_pack.c \ - elm_list.c \ - elm_main.c \ - elm_map.c \ - elm_mapbuf.c \ - elm_menu.c \ - elm_module.c \ - elm_notify.c \ - efl_ui_nstate.c \ - elm_panel.c \ - elm_panes.c \ - elm_photo.c \ - elm_photocam.c \ - elm_plug.c \ - elm_prefs.c \ - elm_prefs_data.c \ - elm_prefs_edd.x \ - elm_progressbar.c \ - elm_radio.c \ - elm_route.c \ - elm_scroller.c \ - elm_segment_control.c \ - elm_separator.c \ - elm_slider.c \ - elm_slideshow.c \ - elm_spinner.c \ - elm_store.c \ - elm_systray.c \ - elm_systray_watcher.c \ - elm_sys_notify_interface.c \ - elm_sys_notify.c \ - elm_sys_notify_dbus.c \ - elm_table.c \ - elm_theme.c \ - elm_thumb.c \ - elm_toolbar.c \ - elm_transit.c \ - elm_util.c \ - elm_url.c \ - efl_ui_video.c \ - elm_view_list.c \ - elm_view_form.c \ - elm_web2.c \ - elm_widget.c \ - efl_ui_win.c \ - efl_ui_win_standard.c \ - elm_helper.c \ - els_box.c \ - els_cursor.c \ - els_tooltip.c \ - elu_ews_wm.c \ - efl_ui_box.c \ - efl_ui_box_flow.c \ - efl_ui_box_layout.c \ - efl_ui_grid.c \ - efl_ui_grid_static.c \ - efl_ui_text.c \ - $(NULL) - -libelementary_la_CFLAGS = @ELEMENTARY_CFLAGS@ -libelementary_la_LIBADD = @ELEMENTARY_SUBBUILD_LIBS@ @LTLIBINTL@ -libelementary_la_DEPENDENCIES = @ELEMENTARY_SUBBUILD_INTERNAL_LIBS@ -libelementary_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ - -libelementary_la_CPPFLAGS = \ --DELM_INTERNAL_API_ARGESFSDFEFC=1 \ --DMODULES_PATH=\"$(pkglibdir)/modules\" \ --I. \ --I$(top_builddir) \ --I$(top_srcdir) \ --I$(top_srcdir)/src/static_libs/ \ --I$(top_srcdir)/src/lib/elementary \ --I$(top_srcdir)/src/modules/ecore_evas/engines/wayland \ --I$(top_builddir)/src/lib/elementary \ --DPACKAGE_DATA_DIR=\"$(datadir)/elementary\" \ --DPACKAGE_BIN_DIR=\"$(bindir)\" \ --DPACKAGE_LIB_DIR=\"$(libdir)\" \ --DLOCALE_DIR=\"$(localedir)\" \ --DICON_DIR=\"$(datadir)/icons\" \ --DELM_TOP_BUILD_DIR=\"$(top_builddir)\" \ --DELEMENTARY_BUILD \ -@ELEMENTARY_CFLAGS@ diff --git a/src/lib/emile/Makefile.am b/src/lib/emile/Makefile.am deleted file mode 100644 index 09b093bcad..0000000000 --- a/src/lib/emile/Makefile.am +++ /dev/null @@ -1,61 +0,0 @@ - -### Library -lib_LTLIBRARIES = libemile.la - -installed_emilemainheadersdir = $(includedir)/emile-@VMAJ@ -dist_installed_emilemainheaders_DATA = \ -Emile.h \ -emile_cipher.h \ -emile_compress.h \ -emile_image.h \ -emile_base64.h - -libemile_la_SOURCES = \ -emile_private.h \ -emile_main.c \ -emile_compress.c \ -emile_image.c \ -emile_base64.c \ -../../static_libs/rg_etc/rg_etc1.c \ -../../static_libs/rg_etc/rg_etc2.c \ -../../static_libs/rg_etc/rg_etc1.h \ -../../static_libs/rg_etc/etc2_encoder.c - -if ! ENABLE_LIBLZ4 -libemile_la_SOURCES += \ -../../static_libs/lz4/lz4.c \ -../../static_libs/lz4/lz4.h \ -../../static_libs/lz4/lz4hc.c \ -../../static_libs/lz4/lz4hc.h -endif - -if HAVE_CRYPTO_GNUTLS -libemile_la_SOURCES += emile_cipher_gnutls.c -else -if HAVE_CRYPTO_OPENSSL -libemile_la_SOURCES += emile_cipher_openssl.c -else -libemile_la_SOURCES += emile_cipher.c -endif -endif - -libemile_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl \ --I$(top_srcdir)/src/static_libs/rg_etc \ --DPACKAGE_BIN_DIR=\"$(bindir)\" \ --DPACKAGE_LIB_DIR=\"$(libdir)\" \ --DPACKAGE_DATA_DIR=\"$(datadir)/emile\" \ -@EMILE_CFLAGS@ \ -@NEON_CFLAGS@ - -if ! ENABLE_LIBLZ4 -libemile_la_CPPFLAGS += \ --I$(top_srcdir)/src/static_libs/lz4 -endif - -libemile_la_LIBADD = @EMILE_SUBBUILD_LIBS@ -libemile_la_DEPENDENCIES = @EMILE_SUBBUILD_INTERNAL_LIBS@ -libemile_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ - -if ENABLE_LIBLZ4 -libemile_la_LIBADD += @LIBLZ4_LIBS@ -endif diff --git a/src/lib/eo/Makefile.am b/src/lib/eo/Makefile.am deleted file mode 100644 index 7cbb077d06..0000000000 --- a/src/lib/eo/Makefile.am +++ /dev/null @@ -1,41 +0,0 @@ -EOLIAN_FLAGS = -I$(srcdir) - -include ../../Makefile_Eolian_Subbuild_Helper.am - -### Library -eo_eolian_files = \ - eo_base.eo \ - eo_class.eo \ - eo_interface.eo - -eo_eolian_c = $(eo_eolian_files:%.eo=%.eo.c) -eo_eolian_h = $(eo_eolian_files:%.eo=%.eo.h) - -BUILT_SOURCES = $(eo_eolian_c) \ - $(eo_eolian_h) - -lib_LTLIBRARIES = libeo.la - -installed_eomainheadersdir = $(includedir)/eo-@VMAJ@ -dist_installed_eomainheaders_DATA = Eo.h - -nodist_installed_eomainheaders_DATA = $(eo_eolian_h) - -libeo_la_SOURCES = \ -eo.c \ -eo_ptr_indirection.c \ -eo_ptr_indirection.h \ -eo_base_class.c \ -eo_class_class.c \ -eo_add_fallback.c \ -eo_add_fallback.h \ -eo_private.h - -libeo_la_CPPFLAGS = -I$(top_builddir)/src/lib/efl @EO_CFLAGS@ -libeo_la_LIBADD = @EO_SUBBUILD_LIBS@ -libeo_la_DEPENDENCIES = @EO_SUBBUILD_INTERNAL_LIBS@ -libeo_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ - -eoeolianfilesdir = $(datadir)/eolian/include/eo-@VMAJ@ -eoeolianfiles_DATA = $(eo_eolian_files) \ - eina_types.eot # We don't generate .c/.h on purpose diff --git a/src/lib/evil/Makefile.am b/src/lib/evil/Makefile.am deleted file mode 100644 index 2ac122f67b..0000000000 --- a/src/lib/evil/Makefile.am +++ /dev/null @@ -1,81 +0,0 @@ -if HAVE_WINDOWS - -### Library - -lib_LTLIBRARIES = libevil.la - -install_evilheadersdir = $(includedir)/evil-@VMAJ@ -dist_install_evilheaders_DATA = \ -Evil.h \ -evil_dlfcn.h \ -evil_fcntl.h \ -evil_inet.h \ -evil_langinfo.h \ -evil_locale.h \ -evil_macro.h \ -evil_macro_pop.h \ -evil_macro_wrapper.h \ -evil_main.h \ -evil_stdio.h \ -evil_stdlib.h \ -evil_string.h \ -evil_time.h \ -evil_unistd.h \ -evil_util.h \ -dirent.h \ -fnmatch.h \ -pwd.h - -evilmmanheadersdir = $(includedir)/evil-@VMAJ@/sys -dist_evilmmanheaders_DATA = \ -sys/mman.h - -libevil_la_SOURCES = \ -evil_dirent.c \ -evil_dlfcn.c \ -evil_fcntl.c \ -evil_fnmatch.c \ -evil_fnmatch_list_of_states.c \ -evil_inet.c \ -evil_langinfo.c \ -evil_locale.c \ -evil_link_xp.cpp \ -evil_main.c \ -evil_mman.c \ -evil_pwd.c \ -evil_stdio.c \ -evil_stdlib.c \ -evil_string.c \ -evil_time.c \ -evil_unistd.c \ -evil_util.c \ -evil_private.h \ -evil_fnmatch_private.h - -libevil_la_CPPFLAGS = @EVIL_CPPFLAGS@ -libevil_la_CFLAGS = @EVIL_CFLAGS@ @EVIL_CFLAGS_WRN@ -D__USE_MINGW_ANSI_STDIO -libevil_la_CXXFLAGS = @EVIL_CXXFLAGS@ @EVIL_CFLAGS@ -libevil_la_LIBADD = @EVIL_SUBBUILD_LIBS@ -libevil_la_LDFLAGS = @EFL_LTLIBRARY_FLAGS@ - -# regex - -dist_install_evilheaders_DATA += \ -regex/regex.h - -libevil_la_SOURCES += \ -regex/regcomp.c \ -regex/regerror.c \ -regex/regexec.c \ -regex/regfree.c \ -regex/cclass.h \ -regex/cname.h \ -regex/regex2.h \ -regex/utils.h - -libevil_la_CPPFLAGS += \ --I$(top_srcdir)/src/lib/evil \ --I$(top_srcdir)/src/lib/evil/regex \ --DPOSIX_MISTAKE - -endif diff --git a/src/tests/elementary/Makefile.am b/src/tests/elementary/Makefile.am deleted file mode 100644 index 664077f84b..0000000000 --- a/src/tests/elementary/Makefile.am +++ /dev/null @@ -1,112 +0,0 @@ -AM_TESTS_ENVIRONMENT = \ - ELM_DATA_DIR=${top_builddir}/data \ - ELM_RUN_IN_TREE=1 - -AUTOMAKE_OPTIONS = 1.4 foreign -MAINTAINERCLEANFILES = Makefile.in -EXTRA_DIST = \ - elm_suite.h \ - elm_test_helper.h - -TESTS = elm_suite -check_PROGRAMS = elm_suite -elm_suite_SOURCES = \ - elm_suite.c \ - elm_test_helper.c \ - elm_test_atspi.c \ - elm_test_check.c \ - elm_test_colorselector.c \ - elm_test_entry.c \ - elm_test_init.c \ - elm_test_list.c \ - elm_test_button.c \ - elm_test_image.c \ - elm_test_photo.c \ - elm_test_actionslider.c \ - elm_test_box.c \ - elm_test_table.c \ - elm_test_thumb.c \ - elm_test_menu.c \ - elm_test_photocam.c \ - elm_test_win.c \ - elm_test_icon.c \ - elm_test_prefs.c \ - elm_test_map.c \ - elm_test_glview.c \ - elm_test_web.c \ - elm_test_toolbar.c \ - elm_test_grid.c \ - elm_test_diskselector.c \ - elm_test_notify.c \ - elm_test_mapbuf.c \ - elm_test_flip.c \ - elm_test_layout.c \ - elm_test_slider.c \ - elm_test_ctxpopup.c \ - elm_test_separator.c \ - elm_test_calendar.c \ - elm_test_inwin.c \ - elm_test_gengrid.c \ - elm_test_radio.c \ - elm_test_scroller.c \ - elm_test_frame.c \ - elm_test_datetime.c \ - elm_test_player.c \ - elm_test_bg.c \ - elm_test_video.c \ - elm_test_segmentcontrol.c \ - elm_test_progressbar.c \ - elm_test_fileselector.c \ - elm_test_fileselector_button.c \ - elm_test_fileselector_entry.c \ - elm_test_hoversel.c \ - elm_test_multibuttonentry.c \ - elm_test_naviframe.c \ - elm_test_popup.c \ - elm_test_bubble.c \ - elm_test_clock.c \ - elm_test_conformant.c \ - elm_test_dayselector.c \ - elm_test_flipselector.c \ - elm_test_genlist.c \ - elm_test_hover.c \ - elm_test_index.c \ - elm_test_label.c \ - elm_test_panel.c \ - elm_test_panes.c \ - elm_test_slideshow.c \ - elm_test_spinner.c \ - elm_test_plug.c - -elm_suite_CPPFLAGS = \ - -DTESTS_BUILD_DIR=\"${top_builddir}/src/tests\" \ - -DELM_IMAGE_DATA_DIR=\"${top_srcdir}/data\" \ - -I$(top_srcdir)/src/lib \ - -I$(top_builddir)/src/lib \ - @CHECK_CFLAGS@ \ - @ELEMENTARY_CFLAGS@ - -elm_suite_LDADD = \ - $(top_builddir)/src/lib/libelementary.la \ - @CHECK_LIBS@ \ - @ELEMENTARY_LIBS@ - -if HAVE_CXX11 -TESTS += elm_cxx_suite -check_PROGRAMS += elm_cxx_suite - -elm_cxx_suite_SOURCES = elm_cxx_suite.cc -elm_cxx_suite_CPPFLAGS = \ - -DTESTS_BUILD_DIR=\"${top_builddir}/src/tests\" \ - -DELM_IMAGE_DATA_DIR=\"${top_srcdir}/data\" \ - -I$(top_srcdir)/src/lib \ - -I$(top_builddir)/src/lib \ - @CHECK_CFLAGS@ \ - @ELEMENTARY_CFLAGS@ \ - @ELEMENTARY_CXX_CFLAGS@ - -elm_cxx_suite_LDADD = \ - $(top_builddir)/src/lib/libelementary.la \ - @CHECK_LIBS@ \ - @ELEMENTARY_LIBS@ -endif