SOURCES_skins2 = \ commands/async_queue.cpp \ commands/async_queue.hpp \ commands/cmd_add_item.cpp \ commands/cmd_add_item.hpp \ commands/cmd_dummy.hpp \ commands/cmd_generic.hpp \ commands/cmd_change_skin.cpp \ commands/cmd_change_skin.hpp \ commands/cmd_dialogs.hpp \ commands/cmd_fullscreen.cpp \ commands/cmd_fullscreen.hpp \ commands/cmd_input.cpp \ commands/cmd_input.hpp \ commands/cmd_layout.cpp \ commands/cmd_layout.hpp \ commands/cmd_notify_playlist.cpp \ commands/cmd_notify_playlist.hpp \ commands/cmd_on_top.cpp \ commands/cmd_on_top.hpp \ commands/cmd_playlist.cpp \ commands/cmd_playlist.hpp \ commands/cmd_quit.cpp \ commands/cmd_quit.hpp \ commands/cmd_resize.cpp \ commands/cmd_resize.hpp \ commands/cmd_show_window.hpp \ \ controls/ctrl_button.cpp \ controls/ctrl_button.hpp \ controls/ctrl_checkbox.cpp \ controls/ctrl_checkbox.hpp \ controls/ctrl_flat.hpp \ controls/ctrl_generic.cpp \ controls/ctrl_generic.hpp \ controls/ctrl_image.cpp \ controls/ctrl_image.hpp \ controls/ctrl_list.cpp \ controls/ctrl_list.hpp \ controls/ctrl_move.cpp \ controls/ctrl_move.hpp \ controls/ctrl_resize.cpp \ controls/ctrl_resize.hpp \ controls/ctrl_slider.cpp \ controls/ctrl_slider.hpp \ controls/ctrl_radialslider.cpp \ controls/ctrl_radialslider.hpp \ controls/ctrl_text.hpp \ controls/ctrl_text.cpp \ \ events/evt_enter.hpp \ events/evt_generic.hpp \ events/evt_focus.hpp \ events/evt_input.cpp \ events/evt_input.hpp \ events/evt_key.cpp \ events/evt_key.hpp \ events/evt_leave.hpp \ events/evt_motion.hpp \ events/evt_mouse.cpp \ events/evt_mouse.hpp \ events/evt_refresh.hpp \ events/evt_special.cpp \ events/evt_special.hpp \ events/evt_scroll.cpp \ events/evt_scroll.hpp \ \ parser/builder.cpp \ parser/builder.hpp \ parser/builder_data.hpp \ parser/interpreter.cpp \ parser/interpreter.hpp \ parser/skin_parser.cpp \ parser/skin_parser.hpp \ parser/xmlparser.cpp \ parser/xmlparser.hpp \ \ src/anchor.cpp \ src/anchor.hpp \ src/dialogs.cpp \ src/dialogs.hpp \ src/ft2_bitmap.cpp \ src/ft2_bitmap.hpp \ src/ft2_font.cpp \ src/ft2_font.hpp \ src/generic_bitmap.hpp \ src/generic_font.hpp \ src/generic_layout.cpp \ src/generic_layout.hpp \ src/generic_window.cpp \ src/generic_window.hpp \ src/logger.cpp \ src/logger.hpp \ src/os_factory.cpp \ src/os_factory.hpp \ src/os_graphics.hpp \ src/os_loop.hpp \ src/os_timer.hpp \ src/os_window.hpp \ src/os_tooltip.hpp \ src/png_bitmap.cpp \ src/png_bitmap.hpp \ src/scaled_bitmap.cpp \ src/scaled_bitmap.hpp \ src/skin_main.cpp \ src/skin_common.hpp \ src/theme.cpp \ src/theme.hpp \ src/theme_loader.cpp \ src/theme_loader.hpp \ src/tooltip.cpp \ src/tooltip.hpp \ src/var_manager.cpp \ src/var_manager.hpp \ src/vlcproc.cpp \ src/vlcproc.hpp \ src/window_manager.cpp \ src/window_manager.hpp \ \ utils/bezier.cpp \ utils/bezier.hpp \ utils/fsm.cpp \ utils/fsm.hpp \ utils/observer.hpp \ utils/pointer.hpp \ utils/position.cpp \ utils/position.hpp \ utils/ustring.cpp \ utils/ustring.hpp \ utils/variable.hpp \ utils/var_bool.cpp \ utils/var_bool.hpp \ utils/var_list.cpp \ utils/var_list.hpp \ utils/var_percent.cpp \ utils/var_percent.hpp \ utils/var_text.cpp \ utils/var_text.hpp \ \ vars/playlist.cpp \ vars/playlist.hpp \ vars/stream.cpp \ vars/stream.hpp \ vars/time.cpp \ vars/time.hpp \ vars/volume.cpp \ vars/volume.hpp \ \ win32/win32_dragdrop.cpp \ win32/win32_dragdrop.hpp \ win32/win32_factory.cpp \ win32/win32_factory.hpp \ win32/win32_graphics.cpp \ win32/win32_graphics.hpp \ win32/win32_loop.cpp \ win32/win32_loop.hpp \ win32/win32_timer.cpp \ win32/win32_timer.hpp \ win32/win32_tooltip.cpp \ win32/win32_tooltip.hpp \ win32/win32_window.cpp \ win32/win32_window.hpp \ \ x11/x11_display.cpp \ x11/x11_display.hpp \ x11/x11_dragdrop.cpp \ x11/x11_dragdrop.hpp \ x11/x11_factory.cpp \ x11/x11_factory.hpp \ x11/x11_graphics.cpp \ x11/x11_graphics.hpp \ x11/x11_loop.cpp \ x11/x11_loop.hpp \ x11/x11_timer.cpp \ x11/x11_timer.hpp \ x11/x11_window.cpp \ x11/x11_window.hpp \ x11/x11_tooltip.cpp \ x11/x11_tooltip.hpp \ $(NULL) EXTRA_DIST += \ theme/add_item_onclick.png \ theme/add_item.png \ theme/body.png \ theme/close_mouseover.png \ theme/close_onclick.png \ theme/close.png \ theme/delete_item_onclick.png \ theme/delete_item.png \ theme/disabled.png \ theme/fast_disabled.png \ theme/fast_onclick.png \ theme/fast.png \ theme/FreeSansBold.ttf \ theme/FreeSans.ttf \ theme/next_disabled.png \ theme/next_onclick.png \ theme/next.png \ theme/pause_onclick.png \ theme/pause.png \ theme/playlist_body1.png \ theme/playlist_body2.png \ theme/playlist_body3.png \ theme/playlist_body4.png \ theme/playlist_body6.png \ theme/playlist_body7.png \ theme/playlist_body8.png \ theme/playlist_body9.png \ theme/playlist_button2.png \ theme/playlist_button_onclick2.png \ theme/playlist_button_onclick.png \ theme/playlist_button.png \ theme/playlist.png \ theme/play_onclick.png \ theme/play.png \ theme/preferences_onclick.png \ theme/preferences.png \ theme/previous_disabled.png \ theme/previous_onclick.png \ theme/previous.png \ theme/reduce_disabled.png \ theme/reduce_onclick.png \ theme/reduce.png \ theme/resize.png \ theme/rev_disabled.png \ theme/rev_onclick.png \ theme/rev.png \ theme/skin.dtd \ theme/slider2.png \ theme/slider_onclick.png \ theme/slider_playlist.png \ theme/slider.png \ theme/slider_volume_onclick.png \ theme/slider_volume.png \ theme/slow_disabled.png \ theme/slow_onclick.png \ theme/slow.png \ theme/sort_onclick.png \ theme/sort.png \ theme/stop_disabled.png \ theme/stop_onclick.png \ theme/stop.png \ theme/theme.xml \ theme/volume.png