Tizen 2.1 release
[platform/core/uifw/e17.git] / src / modules / Makefile.am
1 MAINTAINERCLEANFILES = Makefile.in
2
3 SUBDIRS =
4
5 if USE_MODULE_IBAR
6 SUBDIRS += ibar
7 endif
8
9 if USE_MODULE_DROPSHADOW
10 SUBDIRS += dropshadow
11 endif
12
13 if USE_MODULE_CLOCK
14 SUBDIRS += clock
15 endif
16
17 if USE_MODULE_PAGER
18 SUBDIRS += pager
19 endif
20
21 if USE_MODULE_BATTERY
22 SUBDIRS += battery
23 endif
24
25 if USE_MODULE_TEMPERATURE
26 SUBDIRS += temperature
27 endif
28
29 if USE_MODULE_NOTIFICATION
30 SUBDIRS += notification
31 endif
32
33 if USE_MODULE_CPUFREQ
34 SUBDIRS += cpufreq
35 endif
36
37 if USE_MODULE_IBOX
38 SUBDIRS += ibox
39 endif
40
41 if USE_MODULE_START
42 SUBDIRS += start
43 endif
44
45 if USE_MODULE_WINLIST
46 SUBDIRS += winlist
47 endif
48
49 if USE_MODULE_FILEMAN
50 SUBDIRS += fileman
51 endif
52
53 if USE_MODULE_FILEMAN_OPINFO
54 SUBDIRS += fileman_opinfo
55 endif
56
57 if USE_MODULE_WIZARD
58 SUBDIRS += wizard
59 endif
60
61 if USE_MODULE_CONF
62 SUBDIRS += conf
63 endif
64
65 if USE_MODULE_CONF_WALLPAPER2
66 SUBDIRS += conf_wallpaper2
67 endif
68
69 if USE_MODULE_CONF_THEME
70 SUBDIRS += conf_theme
71 endif
72
73 if USE_MODULE_CONF_INTL
74 SUBDIRS += conf_intl
75 endif
76
77 if USE_MODULE_MSGBUS
78 SUBDIRS += msgbus
79 endif
80
81 if USE_MODULE_CONF_APPLICATIONS
82 SUBDIRS += conf_applications
83 endif
84
85 if USE_MODULE_CONF_DISPLAY
86 SUBDIRS += conf_display
87 endif
88
89 if USE_MODULE_CONF_SHELVES
90 SUBDIRS += conf_shelves
91 endif
92
93 if USE_MODULE_CONF_KEYBINDINGS
94 SUBDIRS += conf_keybindings
95 endif
96
97 if USE_MODULE_CONF_EDGEBINDINGS
98 SUBDIRS += conf_edgebindings
99 endif
100
101 if USE_MODULE_CONF_WINDOW_REMEMBERS
102 SUBDIRS += conf_window_remembers
103 endif
104
105 if USE_MODULE_CONF_WINDOW_MANIPULATION
106 SUBDIRS += conf_window_manipulation
107 endif
108
109 if USE_MODULE_CONF_MENUS
110 SUBDIRS += conf_menus
111 endif
112
113 if USE_MODULE_CONF_DIALOGS
114 SUBDIRS += conf_dialogs
115 endif
116
117 if USE_MODULE_CONF_PERFORMANCE
118 SUBDIRS += conf_performance
119 endif
120
121 if USE_MODULE_CONF_PATHS
122 SUBDIRS += conf_paths
123 endif
124
125 if USE_MODULE_CONF_INTERACTION
126 SUBDIRS += conf_interaction
127 endif
128
129 if USE_MODULE_CONF_RANDR
130 SUBDIRS += conf_randr
131 endif
132
133 if USE_MODULE_GADMAN
134 SUBDIRS += gadman
135 endif
136
137 if USE_MODULE_MIXER
138 SUBDIRS += mixer
139 endif
140
141 if USE_MODULE_CONNMAN
142 SUBDIRS += connman
143 endif
144
145 if USE_MODULE_BLUEZ
146 SUBDIRS += bluez
147 endif
148
149 if USE_MODULE_ILLUME2
150 SUBDIRS += \
151         illume2 \
152         illume-home \
153         illume-home-toggle \
154         illume-softkey \
155         illume-keyboard \
156         illume-indicator \
157         illume-kbd-toggle \
158         illume-mode-toggle \
159         illume-bluetooth
160 endif
161
162 if USE_MODULE_SYSCON
163 SUBDIRS += syscon
164 endif
165
166 if USE_MODULE_EVERYTHING
167 SUBDIRS += everything
168 endif
169
170 if USE_MODULE_SYSTRAY
171 SUBDIRS += systray
172 endif
173
174 if USE_MODULE_COMP
175 SUBDIRS += comp
176 endif
177
178 if USE_MODULE_PHYSICS
179 SUBDIRS += physics
180 endif
181
182 if USE_MODULE_QUICKACCESS
183 SUBDIRS += quickaccess
184 endif
185
186 if USE_MODULE_OFONO
187 SUBDIRS += ofono
188 endif
189
190 if USE_MODULE_SHOT
191 SUBDIRS += shot
192 endif
193
194 if USE_MODULE_BACKLIGHT
195 SUBDIRS += backlight
196 endif
197
198 if USE_MODULE_TASKS
199 SUBDIRS += tasks
200 endif
201
202 if USE_MODULE_XKBSWITCH
203 SUBDIRS += xkbswitch
204 endif
205
206 if USE_MODULE_TILING
207 SUBDIRS += tiling
208 endif
209
210 if USE_MODULE_ACCESS
211 SUBDIRS += access
212 endif
213
214 #if HAVE_WAYLAND_DRM
215 # SUBDIRS += wl_drm
216 #endif
217
218 #if HAVE_WAYLAND_SHELL
219 # SUBDIRS += wl_shell
220 #endif
221
222 #if HAVE_WAYLAND_SCREENSHOT
223 # SUBDIRS += wl_screenshot
224 #endif