]> git.sesse.net Git - vlc/blob - modules/gui/skins2/Modules.am
* all : skeleton of a future bitmap font support
[vlc] / modules / gui / skins2 / Modules.am
1 SOURCES_skins2 = \
2         commands/async_queue.cpp \
3         commands/async_queue.hpp \
4         commands/cmd_add_item.cpp \
5         commands/cmd_add_item.hpp \
6         commands/cmd_dummy.hpp \
7         commands/cmd_generic.hpp \
8         commands/cmd_change_skin.cpp \
9         commands/cmd_change_skin.hpp \
10         commands/cmd_dialogs.hpp \
11         commands/cmd_fullscreen.cpp \
12         commands/cmd_fullscreen.hpp \
13         commands/cmd_input.cpp \
14         commands/cmd_input.hpp \
15         commands/cmd_layout.cpp \
16         commands/cmd_layout.hpp \
17         commands/cmd_notify_playlist.cpp \
18         commands/cmd_notify_playlist.hpp \
19         commands/cmd_on_top.cpp \
20         commands/cmd_on_top.hpp \
21         commands/cmd_playlist.cpp \
22         commands/cmd_playlist.hpp \
23         commands/cmd_quit.cpp \
24         commands/cmd_quit.hpp \
25         commands/cmd_resize.cpp \
26         commands/cmd_resize.hpp \
27         commands/cmd_show_window.hpp \
28         \
29         controls/ctrl_button.cpp \
30         controls/ctrl_button.hpp \
31         controls/ctrl_checkbox.cpp \
32         controls/ctrl_checkbox.hpp \
33         controls/ctrl_flat.hpp \
34         controls/ctrl_generic.cpp \
35         controls/ctrl_generic.hpp \
36         controls/ctrl_image.cpp \
37         controls/ctrl_image.hpp \
38         controls/ctrl_list.cpp \
39         controls/ctrl_list.hpp \
40         controls/ctrl_move.cpp \
41         controls/ctrl_move.hpp \
42         controls/ctrl_resize.cpp \
43         controls/ctrl_resize.hpp \
44         controls/ctrl_slider.cpp \
45         controls/ctrl_slider.hpp \
46         controls/ctrl_radialslider.cpp \
47         controls/ctrl_radialslider.hpp \
48         controls/ctrl_text.hpp \
49         controls/ctrl_text.cpp \
50         controls/ctrl_video.cpp \
51         controls/ctrl_video.hpp \
52         \
53         events/evt_enter.hpp \
54         events/evt_generic.hpp \
55         events/evt_focus.hpp \
56         events/evt_input.cpp \
57         events/evt_input.hpp \
58         events/evt_key.cpp \
59         events/evt_key.hpp \
60         events/evt_leave.hpp \
61         events/evt_motion.hpp \
62         events/evt_mouse.cpp \
63         events/evt_mouse.hpp \
64         events/evt_refresh.hpp \
65         events/evt_special.cpp \
66         events/evt_special.hpp \
67         events/evt_scroll.cpp \
68         events/evt_scroll.hpp \
69         \
70         parser/builder.cpp \
71         parser/builder.hpp \
72         parser/builder_data.hpp \
73         parser/interpreter.cpp \
74         parser/interpreter.hpp \
75         parser/skin_parser.cpp \
76         parser/skin_parser.hpp \
77         parser/xmlparser.cpp \
78         parser/xmlparser.hpp \
79         \
80         src/anchor.cpp \
81         src/anchor.hpp \
82         src/bitmap_font.cpp \
83         src/bitmap_font.hpp \
84         src/dialogs.cpp \
85         src/dialogs.hpp \
86         src/ft2_bitmap.cpp \
87         src/ft2_bitmap.hpp \
88         src/ft2_font.cpp \
89         src/ft2_font.hpp \
90         src/generic_bitmap.cpp \
91         src/generic_bitmap.hpp \
92         src/generic_font.hpp \
93         src/generic_layout.cpp \
94         src/generic_layout.hpp \
95         src/generic_window.cpp \
96         src/generic_window.hpp \
97         src/logger.cpp \
98         src/logger.hpp \
99         src/os_factory.cpp \
100         src/os_factory.hpp \
101         src/os_graphics.hpp \
102         src/os_loop.hpp \
103         src/os_timer.hpp \
104         src/os_window.hpp \
105         src/os_tooltip.hpp \
106         src/png_bitmap.cpp \
107         src/png_bitmap.hpp \
108         src/scaled_bitmap.cpp \
109         src/scaled_bitmap.hpp \
110         src/skin_main.cpp \
111         src/skin_common.hpp \
112         src/theme.cpp \
113         src/theme.hpp \
114         src/theme_loader.cpp \
115         src/theme_loader.hpp \
116         src/tooltip.cpp \
117         src/tooltip.hpp \
118         src/top_window.cpp \
119         src/top_window.hpp \
120         src/var_manager.cpp \
121         src/var_manager.hpp \
122         src/vlcproc.cpp \
123         src/vlcproc.hpp \
124         src/vout_window.cpp \
125         src/vout_window.hpp \
126         src/window_manager.cpp \
127         src/window_manager.hpp \
128         \
129         utils/bezier.cpp \
130         utils/bezier.hpp \
131         utils/fsm.cpp \
132         utils/fsm.hpp \
133         utils/observer.hpp \
134         utils/pointer.hpp \
135         utils/position.cpp \
136         utils/position.hpp \
137         utils/ustring.cpp \
138         utils/ustring.hpp \
139         utils/variable.hpp \
140         utils/var_bool.cpp \
141         utils/var_bool.hpp \
142         utils/var_list.cpp \
143         utils/var_list.hpp \
144         utils/var_percent.cpp \
145         utils/var_percent.hpp \
146         utils/var_text.cpp \
147         utils/var_text.hpp \
148         \
149         vars/playlist.cpp \
150         vars/playlist.hpp \
151         vars/stream.cpp \
152         vars/stream.hpp \
153         vars/time.cpp \
154         vars/time.hpp \
155         vars/volume.cpp \
156         vars/volume.hpp \
157         \
158         win32/win32_dragdrop.cpp \
159         win32/win32_dragdrop.hpp \
160         win32/win32_factory.cpp \
161         win32/win32_factory.hpp \
162         win32/win32_graphics.cpp \
163         win32/win32_graphics.hpp \
164         win32/win32_loop.cpp \
165         win32/win32_loop.hpp \
166         win32/win32_timer.cpp \
167         win32/win32_timer.hpp \
168         win32/win32_tooltip.cpp \
169         win32/win32_tooltip.hpp \
170         win32/win32_window.cpp \
171         win32/win32_window.hpp \
172         \
173         x11/x11_display.cpp \
174         x11/x11_display.hpp \
175         x11/x11_dragdrop.cpp \
176         x11/x11_dragdrop.hpp \
177         x11/x11_factory.cpp \
178         x11/x11_factory.hpp \
179         x11/x11_graphics.cpp \
180         x11/x11_graphics.hpp \
181         x11/x11_loop.cpp \
182         x11/x11_loop.hpp \
183         x11/x11_timer.cpp \
184         x11/x11_timer.hpp \
185         x11/x11_window.cpp \
186         x11/x11_window.hpp \
187         x11/x11_tooltip.cpp \
188         x11/x11_tooltip.hpp \
189         $(NULL)
190
191 EXTRA_DIST += \
192         theme/add_item_onclick.png \
193         theme/add_item.png \
194         theme/body.png \
195         theme/close_mouseover.png \
196         theme/close_onclick.png \
197         theme/close.png \
198         theme/delete_item_onclick.png \
199         theme/delete_item.png \
200         theme/disabled.png \
201         theme/fast_disabled.png \
202         theme/fast_onclick.png \
203         theme/fast.png \
204         theme/FreeSansBold.ttf \
205         theme/FreeSans.ttf \
206         theme/next_disabled.png \
207         theme/next_onclick.png \
208         theme/next.png \
209         theme/pause_onclick.png \
210         theme/pause.png \
211         theme/playlist_body1.png \
212         theme/playlist_body2.png \
213         theme/playlist_body3.png \
214         theme/playlist_body4.png \
215         theme/playlist_body6.png \
216         theme/playlist_body7.png \
217         theme/playlist_body8.png \
218         theme/playlist_body9.png \
219         theme/playlist_button2.png \
220         theme/playlist_button_onclick2.png \
221         theme/playlist_button_onclick.png \
222         theme/playlist_button.png \
223         theme/playlist.png \
224         theme/play_onclick.png \
225         theme/play.png \
226         theme/preferences_onclick.png \
227         theme/preferences.png \
228         theme/previous_disabled.png \
229         theme/previous_onclick.png \
230         theme/previous.png \
231         theme/reduce_disabled.png \
232         theme/reduce_onclick.png \
233         theme/reduce.png \
234         theme/resize.png \
235         theme/rev_disabled.png \
236         theme/rev_onclick.png \
237         theme/rev.png \
238         theme/skin.dtd \
239         theme/slider2.png \
240         theme/slider_onclick.png \
241         theme/slider_playlist.png \
242         theme/slider.png \
243         theme/slider_volume_onclick.png \
244         theme/slider_volume.png \
245         theme/slow_disabled.png \
246         theme/slow_onclick.png \
247         theme/slow.png \
248         theme/sort_onclick.png \
249         theme/sort.png \
250         theme/stop_disabled.png \
251         theme/stop_onclick.png \
252         theme/stop.png \
253         theme/theme.xml \
254         theme/volume.png