Changeset View
Changeset View
Standalone View
Standalone View
src/Makefile_Elementary.am
Show First 20 Lines • Show All 143 Lines • ▼ Show 20 Line(s) | 140 | elm_public_eolian_files += \ | |||
---|---|---|---|---|---|
144 | lib/elementary/efl_ui_check_legacy_part.eo \ | 144 | lib/elementary/efl_ui_check_legacy_part.eo \ | ||
145 | lib/elementary/efl_ui_progressbar_legacy_part.eo \ | 145 | lib/elementary/efl_ui_progressbar_legacy_part.eo \ | ||
146 | lib/elementary/elm_spinner.eo \ | 146 | lib/elementary/elm_spinner.eo \ | ||
147 | lib/elementary/elm_multibuttonentry_part.eo \ | 147 | lib/elementary/elm_multibuttonentry_part.eo \ | ||
148 | lib/elementary/elm_interface_scrollable.eo \ | 148 | lib/elementary/elm_interface_scrollable.eo \ | ||
149 | lib/elementary/elm_atspi_bridge.eo \ | 149 | lib/elementary/elm_atspi_bridge.eo \ | ||
150 | lib/elementary/elm_atspi_app_object.eo \ | 150 | lib/elementary/elm_atspi_app_object.eo \ | ||
151 | lib/elementary/efl_ui_image_zoomable_pan.eo \ | 151 | lib/elementary/efl_ui_image_zoomable_pan.eo \ | ||
152 | lib/elementary/elm_pan.eo \ | | |||
153 | lib/elementary/elm_toolbar.eo \ | 152 | lib/elementary/elm_toolbar.eo \ | ||
154 | lib/elementary/elm_toolbar_item.eo \ | 153 | lib/elementary/elm_toolbar_item.eo \ | ||
155 | lib/elementary/elm_view_list.eo \ | 154 | lib/elementary/elm_view_list.eo \ | ||
156 | lib/elementary/elm_view_form.eo \ | 155 | lib/elementary/elm_view_form.eo \ | ||
157 | lib/elementary/elm_web.eo \ | 156 | lib/elementary/elm_web.eo \ | ||
158 | lib/elementary/elm_widget_item.eo \ | 157 | lib/elementary/elm_widget_item.eo \ | ||
159 | lib/elementary/elm_widget_item_container.eo \ | 158 | lib/elementary/elm_widget_item_container.eo \ | ||
160 | $(NULL) | 159 | $(NULL) | ||
▲ Show 20 Lines • Show All 210 Lines • ▼ Show 20 Line(s) | |||||
371 | lib/elementary/elm_naviframe_eo.c \ | 370 | lib/elementary/elm_naviframe_eo.c \ | ||
372 | lib/elementary/elm_naviframe_eo.legacy.c \ | 371 | lib/elementary/elm_naviframe_eo.legacy.c \ | ||
373 | lib/elementary/elm_naviframe_item_eo.c \ | 372 | lib/elementary/elm_naviframe_item_eo.c \ | ||
374 | lib/elementary/elm_naviframe_item_eo.legacy.c \ | 373 | lib/elementary/elm_naviframe_item_eo.legacy.c \ | ||
375 | lib/elementary/elm_notify_eo.c \ | 374 | lib/elementary/elm_notify_eo.c \ | ||
376 | lib/elementary/elm_notify_eo.legacy.c \ | 375 | lib/elementary/elm_notify_eo.legacy.c \ | ||
377 | lib/elementary/elm_panel_eo.c \ | 376 | lib/elementary/elm_panel_eo.c \ | ||
378 | lib/elementary/elm_panel_eo.legacy.c \ | 377 | lib/elementary/elm_panel_eo.legacy.c \ | ||
378 | lib/elementary/elm_pan_eo.c \ | ||||
379 | lib/elementary/elm_pan_eo.legacy.c \ | ||||
379 | $(NULL) | 380 | $(NULL) | ||
380 | 381 | | |||
381 | elm_legacy_eo_headers = \ | 382 | elm_legacy_eo_headers = \ | ||
382 | lib/elementary/efl_ui_bg_eo.legacy.h \ | 383 | lib/elementary/efl_ui_bg_eo.legacy.h \ | ||
383 | lib/elementary/efl_ui_bg_legacy_eo.h \ | 384 | lib/elementary/efl_ui_bg_legacy_eo.h \ | ||
384 | lib/elementary/efl_ui_bg_legacy_eo.legacy.h \ | 385 | lib/elementary/efl_ui_bg_legacy_eo.legacy.h \ | ||
385 | lib/elementary/efl_ui_button_eo.legacy.h \ | 386 | lib/elementary/efl_ui_button_eo.legacy.h \ | ||
386 | lib/elementary/efl_ui_button_legacy_eo.h \ | 387 | lib/elementary/efl_ui_button_legacy_eo.h \ | ||
▲ Show 20 Lines • Show All 141 Lines • ▼ Show 20 Line(s) | |||||
528 | lib/elementary/elm_naviframe_eo.h \ | 529 | lib/elementary/elm_naviframe_eo.h \ | ||
529 | lib/elementary/elm_naviframe_eo.legacy.h \ | 530 | lib/elementary/elm_naviframe_eo.legacy.h \ | ||
530 | lib/elementary/elm_naviframe_item_eo.h \ | 531 | lib/elementary/elm_naviframe_item_eo.h \ | ||
531 | lib/elementary/elm_naviframe_item_eo.legacy.h \ | 532 | lib/elementary/elm_naviframe_item_eo.legacy.h \ | ||
532 | lib/elementary/elm_notify_eo.h \ | 533 | lib/elementary/elm_notify_eo.h \ | ||
533 | lib/elementary/elm_notify_eo.legacy.h \ | 534 | lib/elementary/elm_notify_eo.legacy.h \ | ||
534 | lib/elementary/elm_panel_eo.h \ | 535 | lib/elementary/elm_panel_eo.h \ | ||
535 | lib/elementary/elm_panel_eo.legacy.h \ | 536 | lib/elementary/elm_panel_eo.legacy.h \ | ||
537 | lib/elementary/elm_pan_eo.h \ | ||||
538 | lib/elementary/elm_pan_eo.legacy.h \ | ||||
536 | $(NULL) | 539 | $(NULL) | ||
537 | 540 | | |||
538 | 541 | | |||
539 | EXTRA_DIST2 += ${elementaryeolianfiles_DATA} $(elm_legacy_eolian_files) $(elm_private_eolian_files) $(elm_legacy_eo_files) | 542 | EXTRA_DIST2 += ${elementaryeolianfiles_DATA} $(elm_legacy_eolian_files) $(elm_private_eolian_files) $(elm_legacy_eo_files) | ||
540 | 543 | | |||
541 | lib_LTLIBRARIES += lib/elementary/libelementary.la | 544 | lib_LTLIBRARIES += lib/elementary/libelementary.la | ||
542 | 545 | | |||
543 | includes_HEADERS = \ | 546 | includes_HEADERS = \ | ||
▲ Show 20 Lines • Show All 1361 Lines • Show Last 20 Lines |