Changeset View
Changeset View
Standalone View
Standalone View
src/Makefile_Efl.am
1 | # Even though libefl is new, it contains definitions used by legacy APIs | 1 | # Even though libefl is new, it contains definitions used by legacy APIs | ||
---|---|---|---|---|---|
2 | efl_eolian_legacy_files = \ | 2 | efl_eolian_legacy_files = \ | ||
3 | lib/efl/interfaces/efl_gfx_fill.eo \ | 3 | lib/efl/interfaces/efl_gfx_fill.eo \ | ||
4 | lib/efl/interfaces/efl_gfx_entity.eo \ | 4 | lib/efl/interfaces/efl_gfx_entity.eo \ | ||
5 | lib/efl/interfaces/efl_gfx_color.eo \ | 5 | lib/efl/interfaces/efl_gfx_color.eo \ | ||
6 | lib/efl/interfaces/efl_gfx_image.eo \ | 6 | lib/efl/interfaces/efl_gfx_image.eo \ | ||
7 | lib/efl/interfaces/efl_gfx_frame_controller.eo \ | 7 | lib/efl/interfaces/efl_gfx_frame_controller.eo \ | ||
8 | lib/efl/interfaces/efl_input_device.eo \ | 8 | lib/efl/interfaces/efl_input_device.eo \ | ||
9 | lib/efl/interfaces/efl_ui_draggable.eo \ | 9 | lib/efl/interfaces/efl_ui_draggable.eo \ | ||
10 | lib/efl/interfaces/efl_ui_clickable.eo \ | | |||
11 | lib/efl/interfaces/efl_ui_scrollable.eo \ | 10 | lib/efl/interfaces/efl_ui_scrollable.eo \ | ||
12 | lib/efl/interfaces/efl_ui_scrollable_interactive.eo \ | 11 | lib/efl/interfaces/efl_ui_scrollable_interactive.eo \ | ||
13 | lib/efl/interfaces/efl_ui_scrollbar.eo \ | 12 | lib/efl/interfaces/efl_ui_scrollbar.eo \ | ||
14 | lib/efl/interfaces/efl_ui_selectable.eo \ | 13 | lib/efl/interfaces/efl_ui_selectable.eo \ | ||
15 | lib/efl/interfaces/efl_ui_multi_selectable.eo \ | 14 | lib/efl/interfaces/efl_ui_multi_selectable.eo \ | ||
16 | lib/efl/interfaces/efl_ui_zoom.eo \ | 15 | lib/efl/interfaces/efl_ui_zoom.eo \ | ||
17 | $(NULL) | 16 | $(NULL) | ||
18 | 17 | | |||
▲ Show 20 Lines • Show All 214 Lines • Show Last 20 Lines |