Add missing headers to eail/eail/Makefile.am
[platform/core/uifw/eail.git] / eail / eail / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2
3 if ENABLE_ELM_MODULE
4 moduledir = $(ELEMENTARY_MODULE_DIR)
5 module_DATA = module.la module.so
6 module.la: Makefile $(LTLIBRARIES)
7         cp $(srcdir)/.libs/$(lib_LTLIBRARIES) module.la
8 module.so: Makefile $(LTLIBRARIES)
9         cp $(srcdir)/.libs/libeail.so module.so
10 endif
11
12 lib_LTLIBRARIES = libeail.la
13 libeailincludedir = $(includedir)/eail
14
15 libeail_la_SOURCES  = \
16         eail.c \
17         eail.h \
18         eail_factory.c \
19         eail_factory.h \
20         eail_app.c \
21         eail_app.h \
22         eail_widget.c \
23         eail_widget.h \
24         eail_action_widget.c \
25         eail_action_widget.h \
26         eail_scrollable_widget.c \
27         eail_scrollable_widget.h \
28         eail_window.c \
29         eail_window.h \
30         eail_action_slider.c \
31         eail_action_slider.h \
32         eail_background.c \
33         eail_background.h \
34         eail_box.c \
35         eail_box.h \
36         eail_text.c \
37         eail_text.h \
38         eail_label.c \
39         eail_label.h \
40         eail_button.c \
41         eail_button.h \
42         eail_icon.c \
43         eail_icon.h \
44         eail_item.h \
45         eail_item.c \
46         eail_item_parent.h \
47         eail_item_parent.c \
48         eail_list.c \
49         eail_list.h \
50         eail_fileselector.c \
51         eail_fileselector.h \
52         eail_genlist.c \
53         eail_genlist.h \
54         eail_entry.c \
55         eail_entry.h \
56         eail_frame.c \
57         eail_frame.h \
58         eail_scroller.c \
59         eail_scroller.h \
60         eail_slider.c \
61         eail_slider.h \
62         eail_inwin.h \
63         eail_inwin.c \
64         eail_image.c \
65         eail_image.h \
66         eail_check.c \
67         eail_check.h \
68         eail_radio_button.c \
69         eail_radio_button.h \
70         eail_menu.c \
71         eail_menu.h \
72         eail_photo.c \
73         eail_photo.h \
74         eail_clock.c \
75         eail_clock.h \
76         eail_photocam.c \
77         eail_photocam.h \
78         eail_separator.c \
79         eail_separator.h \
80         eail_spinner.c \
81         eail_spinner.h \
82         eail_calendar.c \
83         eail_calendar.h \
84         eail_utils.c \
85         eail_utils.h \
86         eail_grid.c \
87         eail_grid.h \
88         eail_route.c \
89         eail_route.h \
90         eail_dayselector.c \
91         eail_dayselector.h \
92         eail_gengrid.c \
93         eail_gengrid.h \
94         eail_progressbar.c \
95         eail_progressbar.h \
96         eail_diskselector.c \
97         eail_diskselector.h \
98         eail_segment_control.c \
99         eail_segment_control.h \
100         eail_conformant.c \
101         eail_conformant.h \
102         eail_notify.c \
103         eail_notify.h \
104         eail_popup.c \
105         eail_popup.h \
106         eail_ctxpopup.c \
107         eail_ctxpopup.h \
108         eail_toolbar.c \
109         eail_toolbar.h \
110         eail_multibuttonentry.c \
111         eail_multibuttonentry.h \
112         eail_web.c \
113         eail_web.h \
114         eail_index.c \
115         eail_index.h \
116         eail_fileselector_entry.c \
117         eail_fileselector_entry.h \
118         eail_colorselector.c \
119         eail_colorselector.h \
120         eail_naviframe.c \
121         eail_naviframe.h \
122         eail_naviframe_page.c \
123         eail_naviframe_page.h \
124         eail_datetime.c \
125         eail_datetime.h \
126         eail_hover.c \
127         eail_hover.h \
128         eail_panes.c \
129         eail_panes.h \
130         eail_panel.c \
131         eail_panel.h \
132         eail_thumb.c \
133         eail_thumb.h \
134         eail_mapbuf.c \
135         eail_mapbuf.h \
136         eail_slideshow.c \
137         eail_slideshow.h \
138         eail_hoversel.c \
139         eail_hoversel.h \
140         eail_map.c \
141         eail_map.h \
142         eail_glview.c \
143         eail_glview.h \
144         eail_bubble.c \
145         eail_bubble.h \
146         eail_plug.c \
147         eail_plug.h \
148         eail_video.c \
149         eail_video.h \
150         eail_flip.c \
151         eail_flip.h \
152         eail_flipselector.c \
153         eail_flipselector.h \
154         eail_layout.c \
155         eail_layout.h \
156         eail_table.c \
157         eail_table.h \
158         eail_prefs.c \
159         eail_prefs.h \
160         eail_dynamic_content.c \
161         eail_dynamic_content.h \
162         eail_priv.h \
163         eail_clipboard.c \
164         eail_clipboard.h
165
166 libeailinclude_HEADERS = \
167         eail.h \
168         eail_factory.h \
169         eail_app.h \
170         eail_widget.h \
171         eail_action_widget.h \
172         eail_scrollable_widget.h \
173         eail_window.h \
174         eail_fileselector.h \
175         eail_action_slider.h \
176         eail_background.h \
177         eail_box.h \
178         eail_text.h \
179         eail_label.h \
180         eail_button.h \
181         eail_icon.h \
182         eail_item.h \
183         eail_item_parent.h \
184         eail_list.h \
185         eail_genlist.h \
186         eail_entry.h \
187         eail_frame.h \
188         eail_scroller.h \
189         eail_slider.h \
190         eail_inwin.h \
191         eail_image.h \
192         eail_check.h \
193         eail_radio_button.h \
194         eail_menu.h \
195         eail_photocam.h \
196         eail_photo.h \
197         eail_clock.h \
198         eail_separator.h \
199         eail_spinner.h \
200         eail_calendar.h \
201         eail_utils.h \
202         eail_grid.h \
203         eail_route.h \
204         eail_dayselector.h \
205         eail_gengrid.h \
206         eail_progressbar.h \
207         eail_diskselector.h \
208         eail_segment_control.h \
209         eail_conformant.h \
210         eail_notify.h \
211         eail_popup.h \
212         eail_ctxpopup.h \
213         eail_toolbar.h \
214         eail_multibuttonentry.h \
215         eail_web.h \
216         eail_index.h \
217         eail_fileselector_entry.h \
218         eail_colorselector.h \
219         eail_naviframe.h \
220         eail_naviframe_page.h \
221         eail_datetime.h \
222         eail_hover.h \
223         eail_panes.h \
224         eail_panel.h \
225         eail_thumb.h \
226         eail_mapbuf.h \
227         eail_slideshow.h \
228         eail_hoversel.h \
229         eail_map.h \
230         eail_glview.h \
231         eail_bubble.h \
232         eail_plug.h \
233         eail_video.h \
234         eail_flip.h \
235         eail_flipselector.h \
236         eail_layout.h \
237         eail_table.h \
238         eail_prefs.h \
239         eail_dynamic_content.h \
240         eail_priv.h \
241         eail_clipboard.h
242
243 libeail_la_CFLAGS = @EAIL_CFLAGS@
244 libeail_la_LIBADD = @EAIL_LIBS@
245 libeail_la_LDFLAGS = \
246         -no-undefined @LT_ENABLE_AUTO_IMPORT@ \
247         -release @LT_RELEASE_VERSION@