Changeset View
Changeset View
Standalone View
Standalone View
src/Makefile_Elementary.am
Show First 20 Lines • Show All 126 Lines • ▼ Show 20 Line(s) | 9 | lib/elementary/efl_ui_calendar_item.eo \ | |||
---|---|---|---|---|---|
127 | lib/elementary/efl_ui_tab_bar.eo \ | 127 | lib/elementary/efl_ui_tab_bar.eo \ | ||
128 | lib/elementary/efl_ui_tab_page.eo \ | 128 | lib/elementary/efl_ui_tab_page.eo \ | ||
129 | lib/elementary/efl_ui_tab_page_part_tab.eo \ | 129 | lib/elementary/efl_ui_tab_page_part_tab.eo \ | ||
130 | lib/elementary/efl_ui_widget_focus_manager.eo \ | 130 | lib/elementary/efl_ui_widget_focus_manager.eo \ | ||
131 | lib/elementary/efl_ui_text_part.eo \ | 131 | lib/elementary/efl_ui_text_part.eo \ | ||
132 | lib/elementary/efl_ui_caching_factory.eo \ | 132 | lib/elementary/efl_ui_caching_factory.eo \ | ||
133 | lib/elementary/efl_ui_widget_factory.eo \ | 133 | lib/elementary/efl_ui_widget_factory.eo \ | ||
134 | lib/elementary/efl_ui_relative_layout.eo \ | 134 | lib/elementary/efl_ui_relative_layout.eo \ | ||
135 | lib/elementary/efl_ui_clickable.eo \ | ||||
135 | $(NULL) | 136 | $(NULL) | ||
136 | 137 | | |||
137 | # More public files -- FIXME | 138 | # More public files -- FIXME | ||
138 | elm_public_eolian_files += \ | 139 | elm_public_eolian_files += \ | ||
139 | lib/elementary/efl_ui_legacy.eo \ | 140 | lib/elementary/efl_ui_legacy.eo \ | ||
140 | lib/elementary/efl_ui_button_legacy_part.eo \ | 141 | lib/elementary/efl_ui_button_legacy_part.eo \ | ||
141 | lib/elementary/efl_ui_radio_legacy_part.eo \ | 142 | lib/elementary/efl_ui_radio_legacy_part.eo \ | ||
142 | lib/elementary/efl_ui_check_legacy_part.eo \ | 143 | lib/elementary/efl_ui_check_legacy_part.eo \ | ||
▲ Show 20 Lines • Show All 1063 Lines • ▼ Show 20 Line(s) | 993 | lib_elementary_libelementary_la_SOURCES = \ | |||
1206 | lib/elementary/efl_ui_widget_focus_manager.c \ | 1207 | lib/elementary/efl_ui_widget_focus_manager.c \ | ||
1207 | lib/elementary/efl_ui_caching_factory.c \ | 1208 | lib/elementary/efl_ui_caching_factory.c \ | ||
1208 | lib/elementary/efl_ui_widget_factory.c \ | 1209 | lib/elementary/efl_ui_widget_factory.c \ | ||
1209 | lib/elementary/efl_ui_size_model.c \ | 1210 | lib/elementary/efl_ui_size_model.c \ | ||
1210 | lib/elementary/efl_ui_homogeneous_model.c \ | 1211 | lib/elementary/efl_ui_homogeneous_model.c \ | ||
1211 | lib/elementary/efl_ui_exact_model.c \ | 1212 | lib/elementary/efl_ui_exact_model.c \ | ||
1212 | lib/elementary/efl_ui_average_model.c \ | 1213 | lib/elementary/efl_ui_average_model.c \ | ||
1213 | lib/elementary/efl_ui_relative_layout.c \ | 1214 | lib/elementary/efl_ui_relative_layout.c \ | ||
1215 | lib/elementary/efl_ui_clickable.c \ | ||||
1214 | $(NULL) | 1216 | $(NULL) | ||
1215 | 1217 | | |||
1216 | 1218 | | |||
1217 | lib_elementary_libelementary_la_CFLAGS = @ELEMENTARY_CFLAGS@ | 1219 | lib_elementary_libelementary_la_CFLAGS = @ELEMENTARY_CFLAGS@ | ||
1218 | lib_elementary_libelementary_la_LIBADD = \ | 1220 | lib_elementary_libelementary_la_LIBADD = \ | ||
1219 | @ELEMENTARY_LIBS@ \ | 1221 | @ELEMENTARY_LIBS@ \ | ||
1220 | @LTLIBINTL@ | 1222 | @LTLIBINTL@ | ||
1221 | lib_elementary_libelementary_la_DEPENDENCIES = @ELEMENTARY_INTERNAL_LIBS@ | 1223 | lib_elementary_libelementary_la_DEPENDENCIES = @ELEMENTARY_INTERNAL_LIBS@ | ||
▲ Show 20 Lines • Show All 795 Lines • Show Last 20 Lines |