protocol: ivi hmi controller protocol to set up IVI style UI
[platform/upstream/weston.git] / Makefile.am
1 ACLOCAL_AMFLAGS = -I m4
2
3 bin_PROGRAMS =
4 noinst_PROGRAMS =
5 libexec_PROGRAMS =
6 moduledir = $(libdir)/weston
7 module_LTLIBRARIES =
8 noinst_LTLIBRARIES =
9 BUILT_SOURCES =
10
11 # Do not run xwayland test while it is known broken.
12 AM_DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install --disable-xwayland-test
13
14 EXTRA_DIST = weston.ini.in
15
16 weston.ini : $(srcdir)/weston.ini.in
17         $(AM_V_GEN)$(SED) \
18                 -e 's|@bindir[@]|$(bindir)|g' \
19                 -e 's|@abs_top_builddir[@]|$(abs_top_builddir)|g' \
20                 -e 's|@libexecdir[@]|$(libexecdir)|g' \
21                 $< > $@
22
23 all-local : weston.ini
24
25 AM_CFLAGS = $(GCC_CFLAGS)
26
27 AM_CPPFLAGS =                                   \
28         -I$(top_srcdir)/src                     \
29         -I$(top_builddir)/src                   \
30         -I$(top_builddir)/clients               \
31         -I$(top_builddir)/tests                 \
32         -I$(top_srcdir)/shared                  \
33         -I$(top_builddir)/protocol              \
34         -DDATADIR='"$(datadir)"'                \
35         -DMODULEDIR='"$(moduledir)"'            \
36         -DLIBEXECDIR='"$(libexecdir)"'          \
37         -DBINDIR='"$(bindir)"'
38
39 CLEANFILES = weston.ini $(BUILT_SOURCES)
40
41 bin_PROGRAMS += weston
42
43 weston_LDFLAGS = -export-dynamic
44 weston_CPPFLAGS = $(AM_CPPFLAGS) -DIN_WESTON
45 weston_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS) $(LIBUNWIND_CFLAGS)
46 weston_LDADD = $(COMPOSITOR_LIBS) $(LIBUNWIND_LIBS) \
47         $(DLOPEN_LIBS) -lm libshared.la
48
49 weston_SOURCES =                                        \
50         src/git-version.h                               \
51         src/log.c                                       \
52         src/compositor.c                                \
53         src/compositor.h                                \
54         src/input.c                                     \
55         src/data-device.c                               \
56         src/screenshooter.c                             \
57         src/clipboard.c                                 \
58         src/zoom.c                                      \
59         src/text-backend.c                              \
60         src/bindings.c                                  \
61         src/animation.c                                 \
62         src/noop-renderer.c                             \
63         src/pixman-renderer.c                           \
64         src/pixman-renderer.h                           \
65         shared/matrix.c                                 \
66         shared/matrix.h                                 \
67         shared/zalloc.h                                 \
68         src/weston-egl-ext.h
69
70 nodist_weston_SOURCES =                                 \
71         protocol/screenshooter-protocol.c               \
72         protocol/screenshooter-server-protocol.h        \
73         protocol/text-cursor-position-protocol.c        \
74         protocol/text-cursor-position-server-protocol.h \
75         protocol/text-protocol.c                        \
76         protocol/text-server-protocol.h                 \
77         protocol/input-method-protocol.c                \
78         protocol/input-method-server-protocol.h         \
79         protocol/workspaces-protocol.c                  \
80         protocol/workspaces-server-protocol.h           \
81         protocol/presentation_timing-protocol.c         \
82         protocol/presentation_timing-server-protocol.h  \
83         protocol/scaler-protocol.c                      \
84         protocol/scaler-server-protocol.h
85
86 BUILT_SOURCES += $(nodist_weston_SOURCES)
87
88 # Track this dependency explicitly instead of using BUILT_SOURCES.  We
89 # add BUILT_SOURCES to CLEANFILES, but we want to keep git-version.h
90 # in case we're building from tarballs.
91
92 src/compositor.c : $(top_builddir)/src/git-version.h
93
94 noinst_LTLIBRARIES +=                           \
95         libsession-helper.la
96
97 libsession_helper_la_SOURCES =                  \
98         src/weston-launch.h                     \
99         src/launcher-util.c                     \
100         src/launcher-util.h
101 libsession_helper_la_CFLAGS = $(GCC_CFLAGS) $(LIBDRM_CFLAGS) $(PIXMAN_CFLAGS) $(COMPOSITOR_CFLAGS)
102 libsession_helper_la_LIBADD = $(LIBDRM_LIBS)
103
104 if ENABLE_DBUS
105 if HAVE_SYSTEMD_LOGIN
106 libsession_helper_la_SOURCES +=                 \
107         src/dbus.h                              \
108         src/dbus.c                              \
109         src/logind-util.h                       \
110         src/logind-util.c
111 libsession_helper_la_CFLAGS += $(SYSTEMD_LOGIN_CFLAGS) $(DBUS_CFLAGS)
112 libsession_helper_la_LIBADD += $(SYSTEMD_LOGIN_LIBS) $(DBUS_LIBS)
113 endif
114 endif
115
116 if HAVE_GIT_REPO
117 src/git-version.h : $(top_srcdir)/.git/logs/HEAD
118         $(AM_V_GEN)echo "#define BUILD_ID \"$(shell git --git-dir=$(top_srcdir)/.git describe --always --dirty) $(shell git --git-dir=$(top_srcdir)/.git log -1 --format='%s (%ci)')\"" > $@
119 else
120 src/git-version.h :
121         $(AM_V_GEN)echo "#define BUILD_ID \"unknown (not built from git or tarball)\"" > $@
122
123 endif
124
125 .FORCE :
126
127 if BUILD_WESTON_LAUNCH
128 bin_PROGRAMS += weston-launch
129 weston_launch_SOURCES = src/weston-launch.c src/weston-launch.h
130 weston_launch_CPPFLAGS = -DBINDIR='"$(bindir)"'
131 weston_launch_CFLAGS=                           \
132         $(GCC_CFLAGS)                           \
133         $(PAM_CFLAGS)                           \
134         $(SYSTEMD_LOGIN_CFLAGS)                 \
135         $(LIBDRM_CFLAGS)
136 weston_launch_LDADD = $(PAM_LIBS) $(SYSTEMD_LOGIN_LIBS) $(LIBDRM_LIBS)
137
138 if ENABLE_SETUID_INSTALL
139 install-exec-hook:
140         chown root $(DESTDIR)$(bindir)/weston-launch
141         chmod u+s $(DESTDIR)$(bindir)/weston-launch
142 endif
143
144 endif # BUILD_WESTON_LAUNCH
145
146 pkgconfigdir = $(libdir)/pkgconfig
147 pkgconfig_DATA = src/weston.pc
148
149 westonincludedir = $(includedir)/weston
150 westoninclude_HEADERS =                         \
151         src/version.h                           \
152         src/compositor.h                        \
153         shared/matrix.h                         \
154         shared/config-parser.h                  \
155         shared/zalloc.h
156
157 if ENABLE_EGL
158 module_LTLIBRARIES += gl-renderer.la
159 gl_renderer_la_LDFLAGS = -module -avoid-version
160 gl_renderer_la_LIBADD = $(COMPOSITOR_LIBS) $(EGL_LIBS)
161 gl_renderer_la_CFLAGS =                         \
162         $(COMPOSITOR_CFLAGS)                    \
163         $(EGL_CFLAGS)                           \
164         $(GCC_CFLAGS)
165 gl_renderer_la_SOURCES =                        \
166         src/gl-renderer.h                       \
167         src/gl-renderer.c                       \
168         src/vertex-clipping.c                   \
169         src/vertex-clipping.h
170 endif
171
172 if ENABLE_X11_COMPOSITOR
173 module_LTLIBRARIES += x11-backend.la
174 x11_backend_la_LDFLAGS = -module -avoid-version
175 x11_backend_la_LIBADD = $(COMPOSITOR_LIBS) $(X11_COMPOSITOR_LIBS) \
176         libshared-cairo.la
177 x11_backend_la_CFLAGS =                         \
178         $(COMPOSITOR_CFLAGS)                    \
179         $(EGL_CFLAGS)                           \
180         $(PIXMAN_CFLAGS)                        \
181         $(CAIRO_CFLAGS)                         \
182         $(X11_COMPOSITOR_CFLAGS)                \
183         $(GCC_CFLAGS)
184 x11_backend_la_SOURCES = src/compositor-x11.c
185 endif
186
187 INPUT_BACKEND_LIBS = $(LIBINPUT_BACKEND_LIBS)
188 INPUT_BACKEND_SOURCES =                         \
189         src/libinput-seat.c                     \
190         src/libinput-seat.h                     \
191         src/libinput-device.c                   \
192         src/libinput-device.h
193
194 if ENABLE_DRM_COMPOSITOR
195 module_LTLIBRARIES += drm-backend.la
196 drm_backend_la_LDFLAGS = -module -avoid-version
197 drm_backend_la_LIBADD =                         \
198         $(COMPOSITOR_LIBS)                      \
199         $(DRM_COMPOSITOR_LIBS)                  \
200         $(INPUT_BACKEND_LIBS)                   \
201         libshared.la -lrt                       \
202         libsession-helper.la
203 drm_backend_la_CFLAGS =                         \
204         $(COMPOSITOR_CFLAGS)                    \
205         $(EGL_CFLAGS)                           \
206         $(DRM_COMPOSITOR_CFLAGS)                \
207         $(GCC_CFLAGS)
208 drm_backend_la_SOURCES =                        \
209         src/compositor-drm.c                    \
210         $(INPUT_BACKEND_SOURCES)                \
211         src/libbacklight.c                      \
212         src/libbacklight.h
213
214 if ENABLE_VAAPI_RECORDER
215 drm_backend_la_SOURCES += src/vaapi-recorder.c src/vaapi-recorder.h
216 drm_backend_la_LIBADD += $(LIBVA_LIBS)
217 drm_backend_la_CFLAGS += $(LIBVA_CFLAGS)
218 endif
219 endif
220
221 if ENABLE_WAYLAND_COMPOSITOR
222 module_LTLIBRARIES += wayland-backend.la
223 wayland_backend_la_LDFLAGS = -module -avoid-version
224 wayland_backend_la_LIBADD =                     \
225         $(COMPOSITOR_LIBS)                      \
226         $(WAYLAND_COMPOSITOR_LIBS)              \
227         libshared-cairo.la
228 wayland_backend_la_CFLAGS =                     \
229         $(COMPOSITOR_CFLAGS)                    \
230         $(EGL_CFLAGS)                           \
231         $(PIXMAN_CFLAGS)                        \
232         $(CAIRO_CFLAGS)                         \
233         $(WAYLAND_COMPOSITOR_CFLAGS)            \
234         $(GCC_CFLAGS)
235 wayland_backend_la_SOURCES = src/compositor-wayland.c
236 nodist_wayland_backend_la_SOURCES =                     \
237         protocol/fullscreen-shell-protocol.c            \
238         protocol/fullscreen-shell-client-protocol.h
239 endif
240
241 if ENABLE_RPI_COMPOSITOR
242 if INSTALL_RPI_COMPOSITOR
243 module_LTLIBRARIES += rpi-backend.la
244 else
245 noinst_LTLIBRARIES += rpi-backend.la
246 endif
247
248 rpi_backend_la_LDFLAGS = -module -avoid-version
249 rpi_backend_la_LIBADD = $(COMPOSITOR_LIBS)      \
250         $(RPI_COMPOSITOR_LIBS)                  \
251         $(RPI_BCM_HOST_LIBS)                    \
252         $(INPUT_BACKEND_LIBS)                   \
253         libsession-helper.la                    \
254         libshared.la
255 rpi_backend_la_CFLAGS =                         \
256         $(GCC_CFLAGS)                           \
257         $(COMPOSITOR_CFLAGS)                    \
258         $(RPI_COMPOSITOR_CFLAGS)                \
259         $(RPI_BCM_HOST_CFLAGS)
260 rpi_backend_la_SOURCES =                        \
261         src/compositor-rpi.c                    \
262         src/rpi-renderer.c                      \
263         src/rpi-renderer.h                      \
264         src/rpi-bcm-stubs.h                     \
265         $(INPUT_BACKEND_SOURCES)
266
267 if ENABLE_EGL
268 rpi_backend_la_LIBADD += $(EGL_LIBS)
269 rpi_backend_la_CFLAGS += $(EGL_CFLAGS)
270 endif
271
272 endif
273
274 if ENABLE_HEADLESS_COMPOSITOR
275 module_LTLIBRARIES += headless-backend.la
276 headless_backend_la_LDFLAGS = -module -avoid-version
277 headless_backend_la_LIBADD = $(COMPOSITOR_LIBS) libshared.la
278 headless_backend_la_CFLAGS = $(COMPOSITOR_CFLAGS) $(GCC_CFLAGS)
279 headless_backend_la_SOURCES = src/compositor-headless.c
280 endif
281
282 if ENABLE_FBDEV_COMPOSITOR
283 module_LTLIBRARIES += fbdev-backend.la
284 fbdev_backend_la_LDFLAGS = -module -avoid-version
285 fbdev_backend_la_LIBADD =                       \
286         $(COMPOSITOR_LIBS)                      \
287         $(FBDEV_COMPOSITOR_LIBS)                \
288         $(INPUT_BACKEND_LIBS)                   \
289         libsession-helper.la                    \
290         libshared.la
291 fbdev_backend_la_CFLAGS =                       \
292         $(COMPOSITOR_CFLAGS)                    \
293         $(EGL_CFLAGS)                           \
294         $(FBDEV_COMPOSITOR_CFLAGS)              \
295         $(PIXMAN_CFLAGS)                        \
296         $(GCC_CFLAGS)
297 fbdev_backend_la_SOURCES =                      \
298         src/compositor-fbdev.c                  \
299         $(INPUT_BACKEND_SOURCES)
300 endif
301
302 if ENABLE_RDP_COMPOSITOR
303 module_LTLIBRARIES += rdp-backend.la
304 rdp_backend_la_LDFLAGS = -module -avoid-version
305 rdp_backend_la_LIBADD = $(COMPOSITOR_LIBS) \
306         $(RDP_COMPOSITOR_LIBS) \
307         libshared.la
308 rdp_backend_la_CFLAGS =                         \
309         $(COMPOSITOR_CFLAGS)                    \
310         $(RDP_COMPOSITOR_CFLAGS)                \
311         $(GCC_CFLAGS)
312 rdp_backend_la_SOURCES = src/compositor-rdp.c
313 endif
314
315 if HAVE_LCMS
316 module_LTLIBRARIES += cms-static.la
317 cms_static_la_LDFLAGS = -module -avoid-version
318 cms_static_la_LIBADD = $(COMPOSITOR_LIBS) $(LCMS_LIBS) libshared.la
319 cms_static_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS) $(LCMS_CFLAGS)
320 cms_static_la_SOURCES =                         \
321         src/cms-static.c                                \
322         src/cms-helper.c                                \
323         src/cms-helper.h
324 if ENABLE_COLORD
325 module_LTLIBRARIES += cms-colord.la
326 cms_colord_la_LDFLAGS = -module -avoid-version
327 cms_colord_la_LIBADD = $(COMPOSITOR_LIBS) $(COLORD_LIBS)
328 cms_colord_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS) $(COLORD_CFLAGS)
329 cms_colord_la_SOURCES =                         \
330         src/cms-colord.c                        \
331         src/cms-helper.c                        \
332         src/cms-helper.h
333 endif
334 endif
335
336 noinst_PROGRAMS += spring-tool
337 spring_tool_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
338 spring_tool_LDADD = $(COMPOSITOR_LIBS) -lm
339 spring_tool_SOURCES =                           \
340         src/spring-tool.c                       \
341         src/animation.c                         \
342         shared/matrix.c                         \
343         shared/matrix.h                         \
344         src/compositor.h
345
346 if BUILD_CLIENTS
347
348 bin_PROGRAMS += weston-terminal weston-info
349
350 libexec_PROGRAMS +=                             \
351         weston-desktop-shell                    \
352         weston-screenshooter                    \
353         weston-keyboard                         \
354         weston-simple-im
355
356 demo_clients =                                  \
357         weston-flower                           \
358         weston-image                            \
359         weston-cliptest                         \
360         weston-dnd                              \
361         weston-smoke                            \
362         weston-resizor                          \
363         weston-eventdemo                        \
364         weston-clickdot                         \
365         weston-transformed                      \
366         weston-fullscreen                       \
367         weston-stacking                         \
368         weston-calibrator                       \
369         weston-scaler
370
371 if INSTALL_DEMO_CLIENTS
372 bin_PROGRAMS += $(demo_clients)
373 else
374 noinst_PROGRAMS += $(demo_clients)
375 endif
376
377
378 if BUILD_SIMPLE_CLIENTS
379 demo_clients +=                                 \
380         weston-simple-shm                       \
381         weston-simple-damage                    \
382         weston-simple-touch                     \
383         weston-presentation-shm                 \
384         weston-multi-resource
385
386 weston_simple_shm_SOURCES = clients/simple-shm.c
387 nodist_weston_simple_shm_SOURCES =              \
388         protocol/xdg-shell-protocol.c           \
389         protocol/xdg-shell-client-protocol.h    \
390         protocol/fullscreen-shell-protocol.c    \
391         protocol/fullscreen-shell-client-protocol.h
392 weston_simple_shm_CFLAGS = $(AM_CFLAGS) $(SIMPLE_CLIENT_CFLAGS)
393 weston_simple_shm_LDADD = $(SIMPLE_CLIENT_LIBS) libshared.la
394
395 weston_simple_damage_SOURCES = clients/simple-damage.c
396 nodist_weston_simple_damage_SOURCES =           \
397         protocol/scaler-protocol.c              \
398         protocol/scaler-client-protocol.h       \
399         protocol/xdg-shell-protocol.c           \
400         protocol/xdg-shell-client-protocol.h    \
401         protocol/fullscreen-shell-protocol.c    \
402         protocol/fullscreen-shell-client-protocol.h
403 weston_simple_damage_CFLAGS = $(AM_CFLAGS) $(SIMPLE_CLIENT_CFLAGS)
404 weston_simple_damage_LDADD = $(SIMPLE_CLIENT_LIBS) libshared.la
405
406 weston_simple_touch_SOURCES = clients/simple-touch.c
407 weston_simple_touch_CFLAGS = $(AM_CFLAGS) $(SIMPLE_CLIENT_CFLAGS)
408 weston_simple_touch_LDADD = $(SIMPLE_CLIENT_LIBS) libshared.la
409
410 weston_presentation_shm_SOURCES = clients/presentation-shm.c
411 nodist_weston_presentation_shm_SOURCES =                \
412         protocol/presentation_timing-protocol.c         \
413         protocol/presentation_timing-client-protocol.h
414 weston_presentation_shm_CFLAGS = $(AM_CFLAGS) $(SIMPLE_CLIENT_CFLAGS)
415 weston_presentation_shm_LDADD = $(SIMPLE_CLIENT_LIBS) libshared.la -lm
416
417 weston_multi_resource_SOURCES = clients/multi-resource.c
418 weston_multi_resource_CFLAGS = $(AM_CFLAGS) $(SIMPLE_CLIENT_CFLAGS)
419 weston_multi_resource_LDADD = $(SIMPLE_CLIENT_LIBS) libshared.la -lrt -lm
420 endif
421
422 if BUILD_SIMPLE_EGL_CLIENTS
423 demo_clients += weston-simple-egl
424 weston_simple_egl_SOURCES = clients/simple-egl.c
425 nodist_weston_simple_egl_SOURCES =              \
426         protocol/xdg-shell-protocol.c           \
427         protocol/xdg-shell-client-protocol.h
428 weston_simple_egl_CFLAGS = $(AM_CFLAGS) $(SIMPLE_EGL_CLIENT_CFLAGS)
429 weston_simple_egl_LDADD = $(SIMPLE_EGL_CLIENT_LIBS) -lm
430 endif
431
432 noinst_LTLIBRARIES += libtoytoolkit.la
433
434 libtoytoolkit_la_SOURCES =                              \
435         clients/window.c                                \
436         clients/window.h
437
438 nodist_libtoytoolkit_la_SOURCES =                       \
439         protocol/text-cursor-position-protocol.c        \
440         protocol/text-cursor-position-client-protocol.h \
441         protocol/scaler-protocol.c                      \
442         protocol/scaler-client-protocol.h               \
443         protocol/workspaces-protocol.c                  \
444         protocol/workspaces-client-protocol.h           \
445         protocol/presentation_timing-protocol.c         \
446         protocol/presentation_timing-client-protocol.h  \
447         protocol/xdg-shell-protocol.c                   \
448         protocol/xdg-shell-client-protocol.h            \
449         protocol/ivi-application-protocol.c             \
450         protocol/ivi-application-client-protocol.h
451
452 BUILT_SOURCES += $(nodist_libtoytoolkit_la_SOURCES)
453
454
455 libtoytoolkit_la_LIBADD =                       \
456         $(CLIENT_LIBS)                          \
457         $(CAIRO_EGL_LIBS)                       \
458         libshared-cairo.la -lrt -lm
459 libtoytoolkit_la_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS) $(CAIRO_EGL_CFLAGS)
460
461 weston_flower_SOURCES = clients/flower.c
462 weston_flower_LDADD = libtoytoolkit.la
463 weston_flower_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
464
465 weston_screenshooter_SOURCES =                          \
466         clients/screenshot.c
467 nodist_weston_screenshooter_SOURCES =                   \
468         protocol/screenshooter-protocol.c               \
469         protocol/screenshooter-client-protocol.h
470 weston_screenshooter_LDADD = $(CLIENT_LIBS) libshared.la
471 weston_screenshooter_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
472
473 weston_terminal_SOURCES = clients/terminal.c
474 weston_terminal_LDADD = libtoytoolkit.la -lutil
475 weston_terminal_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
476
477 weston_image_SOURCES = clients/image.c
478 weston_image_LDADD = libtoytoolkit.la
479 weston_image_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
480
481 weston_cliptest_SOURCES =                               \
482         clients/cliptest.c                              \
483         src/vertex-clipping.c                           \
484         src/vertex-clipping.h
485 weston_cliptest_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
486 weston_cliptest_LDADD = libtoytoolkit.la
487
488 weston_dnd_SOURCES = clients/dnd.c
489 weston_dnd_LDADD = libtoytoolkit.la
490 weston_dnd_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
491
492 weston_smoke_SOURCES = clients/smoke.c
493 weston_smoke_LDADD = libtoytoolkit.la
494 weston_smoke_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
495
496 weston_resizor_SOURCES = clients/resizor.c
497 weston_resizor_LDADD = libtoytoolkit.la
498 weston_resizor_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
499
500 weston_scaler_SOURCES = clients/scaler.c
501 weston_scaler_LDADD = libtoytoolkit.la
502 weston_scaler_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
503
504 if HAVE_CAIRO_GLESV2
505 demo_clients += weston-nested weston-nested-client
506
507 weston_nested_SOURCES = clients/nested.c
508 weston_nested_LDADD = libtoytoolkit.la $(SERVER_LIBS)
509 weston_nested_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
510
511 weston_nested_client_SOURCES = clients/nested-client.c
512 weston_nested_client_LDADD = $(SIMPLE_EGL_CLIENT_LIBS) -lm
513 weston_nested_client_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
514 endif
515
516 weston_eventdemo_SOURCES = clients/eventdemo.c
517 weston_eventdemo_LDADD = libtoytoolkit.la
518 weston_eventdemo_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
519
520 weston_clickdot_SOURCES = clients/clickdot.c
521 weston_clickdot_LDADD = libtoytoolkit.la
522 weston_clickdot_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
523
524 weston_transformed_SOURCES = clients/transformed.c
525 weston_transformed_LDADD = libtoytoolkit.la
526 weston_transformed_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
527
528 weston_fullscreen_SOURCES = clients/fullscreen.c
529 nodist_weston_fullscreen_SOURCES =                      \
530         protocol/fullscreen-shell-protocol.c            \
531         protocol/fullscreen-shell-client-protocol.h
532 weston_fullscreen_LDADD = libtoytoolkit.la
533 weston_fullscreen_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
534
535 weston_stacking_SOURCES = clients/stacking.c
536 weston_stacking_LDADD = libtoytoolkit.la
537 weston_stacking_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
538
539 weston_calibrator_SOURCES = clients/calibrator.c        \
540         shared/matrix.c                                 \
541         shared/matrix.h
542 weston_calibrator_LDADD = libtoytoolkit.la
543 weston_calibrator_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
544
545 if BUILD_SUBSURFACES_CLIENT
546 demo_clients += weston-subsurfaces
547 weston_subsurfaces_SOURCES = clients/subsurfaces.c
548 weston_subsurfaces_CFLAGS =                     \
549         $(AM_CFLAGS)                            \
550         $(SIMPLE_EGL_CLIENT_CFLAGS)             \
551         $(CLIENT_CFLAGS)
552 weston_subsurfaces_LDADD = libtoytoolkit.la $(SIMPLE_EGL_CLIENT_LIBS) -lm
553 endif
554
555 if HAVE_PANGO
556 demo_clients += weston-editor
557 weston_editor_SOURCES = clients/editor.c
558 nodist_weston_editor_SOURCES =                  \
559         protocol/text-protocol.c                \
560         protocol/text-client-protocol.h
561 weston_editor_LDADD = libtoytoolkit.la $(PANGO_LIBS)
562 weston_editor_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS) $(PANGO_CFLAGS)
563 endif
564
565 weston_keyboard_SOURCES = clients/keyboard.c
566 nodist_weston_keyboard_SOURCES =                        \
567         protocol/desktop-shell-client-protocol.h        \
568         protocol/desktop-shell-protocol.c               \
569         protocol/input-method-protocol.c                \
570         protocol/input-method-client-protocol.h
571 weston_keyboard_LDADD = libtoytoolkit.la
572 weston_keyboard_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
573
574 weston_simple_im_SOURCES = clients/weston-simple-im.c
575 nodist_weston_simple_im_SOURCES =               \
576         protocol/input-method-protocol.c        \
577         protocol/input-method-client-protocol.h
578 weston_simple_im_LDADD = $(CLIENT_LIBS)
579 weston_simple_im_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
580
581 weston_info_SOURCES = clients/weston-info.c
582 nodist_weston_info_SOURCES =                            \
583         protocol/presentation_timing-protocol.c         \
584         protocol/presentation_timing-client-protocol.h
585 weston_info_LDADD = $(WESTON_INFO_LIBS) libshared.la
586 weston_info_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
587
588 weston_desktop_shell_SOURCES = clients/desktop-shell.c
589 nodist_weston_desktop_shell_SOURCES =                   \
590         protocol/desktop-shell-client-protocol.h        \
591         protocol/desktop-shell-protocol.c
592 weston_desktop_shell_LDADD = libtoytoolkit.la
593 weston_desktop_shell_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
594
595 if BUILD_FULL_GL_CLIENTS
596 demo_clients += weston-gears
597 weston_gears_SOURCES = clients/gears.c
598 weston_gears_LDADD = libtoytoolkit.la
599 weston_gears_CFLAGS = $(AM_CFLAGS) $(CLIENT_CFLAGS)
600
601 if HAVE_GLU
602 libexec_PROGRAMS += weston-screensaver
603 weston_screensaver_SOURCES =                            \
604         clients/wscreensaver.c                          \
605         clients/wscreensaver.h                          \
606         clients/wscreensaver-glue.c                     \
607         clients/wscreensaver-glue.h                     \
608         clients/glmatrix.c                              \
609         clients/matrix3.xpm
610 nodist_weston_screensaver_SOURCES =                     \
611         protocol/desktop-shell-client-protocol.h        \
612         protocol/desktop-shell-protocol.c
613
614 weston_screensaver_LDADD = libtoytoolkit.la $(GLU_LIBS)
615 weston_screensaver_CFLAGS = $(AM_CFLAGS) $(GLU_CFLAGS) $(CLIENT_CFLAGS)
616
617 endif
618
619 endif
620
621 endif
622
623 BUILT_SOURCES +=                                        \
624         protocol/screenshooter-protocol.c               \
625         protocol/screenshooter-client-protocol.h        \
626         protocol/text-cursor-position-client-protocol.h \
627         protocol/text-cursor-position-protocol.c        \
628         protocol/text-protocol.c                        \
629         protocol/text-client-protocol.h                 \
630         protocol/input-method-protocol.c                \
631         protocol/input-method-client-protocol.h         \
632         protocol/desktop-shell-client-protocol.h        \
633         protocol/desktop-shell-protocol.c               \
634         protocol/scaler-client-protocol.h               \
635         protocol/scaler-protocol.c                      \
636         protocol/workspaces-client-protocol.h           \
637         protocol/workspaces-protocol.c                  \
638         protocol/fullscreen-shell-protocol.c            \
639         protocol/fullscreen-shell-client-protocol.h     \
640         protocol/xdg-shell-protocol.c                   \
641         protocol/xdg-shell-client-protocol.h
642
643
644 westondatadir = $(datadir)/weston
645 dist_westondata_DATA =                          \
646         data/wayland.svg                        \
647         data/wayland.png                        \
648         data/pattern.png                        \
649         data/terminal.png                       \
650         data/border.png                         \
651         data/icon_window.png                    \
652         data/sign_close.png                     \
653         data/sign_maximize.png                  \
654         data/sign_minimize.png
655
656
657 if BUILD_WCAP_TOOLS
658 bin_PROGRAMS += wcap-decode
659
660 wcap_decode_SOURCES =                           \
661         wcap/main.c                             \
662         wcap/wcap-decode.c                      \
663         wcap/wcap-decode.h
664
665 wcap_decode_CFLAGS = $(GCC_CFLAGS) $(WCAP_CFLAGS)
666 wcap_decode_LDADD = $(WCAP_LIBS)
667 endif
668
669
670 if ENABLE_DESKTOP_SHELL
671
672 module_LTLIBRARIES += desktop-shell.la
673
674 desktop_shell_la_CPPFLAGS =                     \
675         -I$(top_builddir)/protocol              \
676         -I$(top_srcdir)/shared                  \
677         -I$(top_srcdir)/src                     \
678         -I$(top_builddir)/src                   \
679         -I$(top_builddir)/desktop-shell         \
680         -DDATADIR='"$(datadir)"'                \
681         -DMODULEDIR='"$(moduledir)"'            \
682         -DLIBEXECDIR='"$(libexecdir)"'          \
683         -DIN_WESTON
684
685 desktop_shell_la_LDFLAGS = -module -avoid-version
686 desktop_shell_la_LIBADD = $(COMPOSITOR_LIBS) libshared.la
687 desktop_shell_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
688 desktop_shell_la_SOURCES =                              \
689         desktop-shell/shell.h                           \
690         desktop-shell/shell.c                           \
691         desktop-shell/exposay.c                         \
692         desktop-shell/input-panel.c
693 nodist_desktop_shell_la_SOURCES =                       \
694         protocol/desktop-shell-protocol.c               \
695         protocol/desktop-shell-server-protocol.h        \
696         protocol/xdg-shell-protocol.c                   \
697         protocol/xdg-shell-server-protocol.h
698
699 BUILT_SOURCES += $(nodist_desktop_shell_la_SOURCES)
700 endif
701
702 if ENABLE_FULLSCREEN_SHELL
703
704 module_LTLIBRARIES += fullscreen-shell.la
705
706 fullscreen_shell_la_CPPFLAGS =                  \
707         -I$(top_builddir)/protocol              \
708         -I$(top_srcdir)/shared                  \
709         -I$(top_srcdir)/src                     \
710         -I$(top_builddir)/src                   \
711         -DIN_WESTON
712
713 fullscreen_shell_la_LDFLAGS = -module -avoid-version
714 fullscreen_shell_la_LIBADD = $(COMPOSITOR_LIBS)
715 fullscreen_shell_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
716 fullscreen_shell_la_SOURCES =                   \
717         fullscreen-shell/fullscreen-shell.c
718 nodist_fullscreen_shell_la_SOURCES =                    \
719         protocol/fullscreen-shell-protocol.c            \
720         protocol/fullscreen-shell-server-protocol.h
721
722 BUILT_SOURCES += $(nodist_fullscreen_shell_la_SOURCES)
723 endif
724
725 if ENABLE_IVI_SHELL
726
727 module_LTLIBRARIES +=                           \
728         $(ivi_layout)                           \
729         $(ivi_shell)
730
731 ivi_layout = ivi-layout.la
732 ivi_layout_la_LDFLAGS = -module -avoid-version
733 ivi_layout_la_LIBADD = $(COMPOSITOR_LIBS) libshared.la
734 ivi_layout_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
735 ivi_layout_la_SOURCES =                         \
736         ivi-shell/ivi-layout-export.h           \
737         ivi-shell/ivi-layout-private.h          \
738         ivi-shell/ivi-layout.c                  \
739         ivi-shell/ivi-layout-transition.c
740
741 ivi_shell = ivi-shell.la
742 ivi_shell_la_LDFLAGS = -module -avoid-version
743 ivi_shell_la_LIBADD = $(COMPOSITOR_LIBS) libshared.la
744 ivi_shell_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
745 ivi_shell_la_SOURCES =                          \
746         ivi-shell/ivi-shell.h                   \
747         ivi-shell/ivi-shell.c                   \
748         ivi-shell/ivi-layout-private.h
749 nodist_ivi_shell_la_SOURCES =                   \
750         protocol/ivi-application-protocol.c             \
751         protocol/ivi-application-server-protocol.h
752
753 BUILT_SOURCES += $(nodist_ivi_shell_la_SOURCES)
754
755 endif
756
757
758 if ENABLE_SCREEN_SHARING
759
760 module_LTLIBRARIES += screen-share.la
761
762 screen_share_la_CPPFLAGS = $(AM_CPPFLAGS) -DBINDIR='"$(bindir)"'
763 screen_share_la_LDFLAGS = -module -avoid-version
764 screen_share_la_LIBADD =                        \
765         $(COMPOSITOR_LIBS)                      \
766         $(SCREEN_SHARE_LIBS)                    \
767         libshared-cairo.la
768 screen_share_la_CFLAGS =                        \
769         $(COMPOSITOR_CFLAGS)                    \
770         $(SCREEN_SHARE_CFLAGS)                  \
771         $(GCC_CFLAGS)
772 screen_share_la_SOURCES =                       \
773         src/screen-share.c
774 nodist_screen_share_la_SOURCES =                        \
775         protocol/fullscreen-shell-protocol.c            \
776         protocol/fullscreen-shell-client-protocol.h
777
778 endif
779
780 if ENABLE_XWAYLAND
781
782 module_LTLIBRARIES += xwayland.la
783
784 xwayland_la_CPPFLAGS =                          \
785         -I$(top_builddir)/protocol              \
786         -I$(top_srcdir)/shared                  \
787         -I$(top_srcdir)/src                     \
788         -I$(top_builddir)/src                   \
789         -I$(top_builddir)/xwayland              \
790         -DDATADIR='"$(datadir)"'                \
791         -DMODULEDIR='"$(moduledir)"'            \
792         -DLIBEXECDIR='"$(libexecdir)"'          \
793         -DXSERVER_PATH='"@XSERVER_PATH@"'
794
795 xwayland_la_LDFLAGS = -module -avoid-version
796 xwayland_la_LIBADD =                    \
797         $(XWAYLAND_LIBS)                \
798         $(top_builddir)/libshared-cairo.la
799 xwayland_la_CFLAGS =                            \
800         $(GCC_CFLAGS)                           \
801         $(COMPOSITOR_CFLAGS)                    \
802         $(PIXMAN_CFLAGS)                        \
803         $(CAIRO_CFLAGS)
804 xwayland_la_SOURCES =                           \
805         xwayland/xwayland.h                     \
806         xwayland/window-manager.c               \
807         xwayland/selection.c                    \
808         xwayland/dnd.c                          \
809         xwayland/launcher.c                     \
810         xwayland/hash.c                         \
811         xwayland/hash.h
812 endif
813
814
815 #
816 # Shared utilities
817 #
818
819 noinst_LTLIBRARIES += libshared.la libshared-cairo.la
820
821 libshared_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
822
823 libshared_la_SOURCES =                          \
824         shared/config-parser.c                  \
825         shared/option-parser.c                  \
826         shared/config-parser.h                  \
827         shared/os-compatibility.c               \
828         shared/os-compatibility.h
829
830 libshared_cairo_la_CFLAGS =                     \
831         -DDATADIR='"$(datadir)"'                \
832         $(GCC_CFLAGS)                           \
833         $(COMPOSITOR_CFLAGS)                    \
834         $(PIXMAN_CFLAGS)                        \
835         $(CAIRO_CFLAGS)                         \
836         $(PNG_CFLAGS)                           \
837         $(WEBP_CFLAGS)
838
839 libshared_cairo_la_LIBADD =                     \
840         $(PIXMAN_LIBS)                          \
841         $(CAIRO_LIBS)                           \
842         $(PNG_LIBS)                             \
843         $(WEBP_LIBS)                            \
844         $(JPEG_LIBS)
845
846 libshared_cairo_la_SOURCES =                    \
847         $(libshared_la_SOURCES)                 \
848         shared/image-loader.c                   \
849         shared/image-loader.h                   \
850         shared/cairo-util.c                     \
851         shared/frame.c                          \
852         shared/cairo-util.h
853
854
855 #
856 # tests subdirectory
857 #
858
859 TESTS = $(shared_tests) $(module_tests) $(weston_tests)
860
861 shared_tests =                                  \
862         config-parser.test                      \
863         vertex-clip.test
864
865 module_tests =                                  \
866         surface-test.la                         \
867         surface-global-test.la
868
869 weston_tests =                                  \
870         bad_buffer.weston                       \
871         keyboard.weston                         \
872         event.weston                            \
873         button.weston                           \
874         text.weston                             \
875         presentation.weston                     \
876         roles.weston                            \
877         subsurface.weston
878
879
880 AM_TESTS_ENVIRONMENT = \
881         abs_builddir='$(abs_builddir)'; export abs_builddir;
882
883 TEST_EXTENSIONS = .la .weston
884 LA_LOG_COMPILER = $(srcdir)/tests/weston-tests-env
885 WESTON_LOG_COMPILER = $(srcdir)/tests/weston-tests-env
886
887 clean-local:
888         -rm -rf logs
889
890 # To remove when automake 1.11 support is dropped
891 export abs_builddir
892
893 noinst_LTLIBRARIES +=                   \
894         weston-test.la                  \
895         $(module_tests)                 \
896         libtest-runner.la               \
897         libtest-client.la
898
899 noinst_PROGRAMS +=                      \
900         $(setbacklight)                 \
901         $(shared_tests)                 \
902         $(weston_tests)                 \
903         matrix-test
904
905 test_module_ldflags = \
906         -module -avoid-version -rpath $(libdir) $(COMPOSITOR_LIBS)
907
908 surface_global_test_la_SOURCES = tests/surface-global-test.c
909 surface_global_test_la_LDFLAGS = $(test_module_ldflags)
910 surface_global_test_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
911
912 surface_test_la_SOURCES = tests/surface-test.c
913 surface_test_la_LDFLAGS = $(test_module_ldflags)
914 surface_test_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
915
916 weston_test_la_LIBADD = $(COMPOSITOR_LIBS) libshared.la
917 weston_test_la_LDFLAGS = $(test_module_ldflags)
918 weston_test_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
919 weston_test_la_SOURCES = tests/weston-test.c
920 nodist_weston_test_la_SOURCES =                 \
921         protocol/wayland-test-protocol.c        \
922         protocol/wayland-test-server-protocol.h
923
924 if ENABLE_EGL
925 weston_test_la_CFLAGS += $(EGL_TESTS_CFLAGS)
926 weston_test_la_LDFLAGS += $(EGL_TESTS_LIBS)
927 endif
928
929 libtest_runner_la_SOURCES =                     \
930         tests/weston-test-runner.c              \
931         tests/weston-test-runner.h
932 libtest_runner_la_CFLAGS = $(GCC_CFLAGS) $(COMPOSITOR_CFLAGS)
933
934 config_parser_test_SOURCES = tests/config-parser-test.c
935 config_parser_test_LDADD = libshared.la libtest-runner.la $(COMPOSITOR_LIBS)
936
937 vertex_clip_test_SOURCES =                      \
938         tests/vertex-clip-test.c                \
939         src/vertex-clipping.c                   \
940         src/vertex-clipping.h
941 vertex_clip_test_LDADD = libtest-runner.la -lm -lrt
942
943 libtest_client_la_SOURCES =                     \
944         tests/weston-test-client-helper.c       \
945         tests/weston-test-client-helper.h
946 nodist_libtest_client_la_SOURCES =              \
947         protocol/wayland-test-protocol.c        \
948         protocol/wayland-test-client-protocol.h
949 libtest_client_la_CFLAGS = $(AM_CFLAGS) $(TEST_CLIENT_CFLAGS)
950 libtest_client_la_LIBADD = $(TEST_CLIENT_LIBS) libshared.la libtest-runner.la
951
952 bad_buffer_weston_SOURCES = tests/bad-buffer-test.c
953 bad_buffer_weston_CFLAGS = $(AM_CFLAGS) $(TEST_CLIENT_CFLAGS)
954 bad_buffer_weston_LDADD = libtest-client.la
955
956 keyboard_weston_SOURCES = tests/keyboard-test.c
957 keyboard_weston_CFLAGS = $(AM_CFLAGS) $(TEST_CLIENT_CFLAGS)
958 keyboard_weston_LDADD = libtest-client.la
959
960 event_weston_SOURCES = tests/event-test.c
961 event_weston_CFLAGS = $(AM_CFLAGS) $(TEST_CLIENT_CFLAGS)
962 event_weston_LDADD = libtest-client.la
963
964 button_weston_SOURCES = tests/button-test.c
965 button_weston_CFLAGS = $(AM_CFLAGS) $(TEST_CLIENT_CFLAGS)
966 button_weston_LDADD = libtest-client.la
967
968 text_weston_SOURCES = tests/text-test.c
969 nodist_text_weston_SOURCES =                    \
970         protocol/text-protocol.c                \
971         protocol/text-client-protocol.h
972 text_weston_CFLAGS = $(AM_CFLAGS) $(TEST_CLIENT_CFLAGS)
973 text_weston_LDADD = libtest-client.la
974
975 subsurface_weston_SOURCES = tests/subsurface-test.c
976 subsurface_weston_CFLAGS = $(AM_CFLAGS) $(TEST_CLIENT_CFLAGS)
977 subsurface_weston_LDADD = libtest-client.la
978
979 presentation_weston_SOURCES = tests/presentation-test.c
980 nodist_presentation_weston_SOURCES =            \
981         protocol/presentation_timing-protocol.c \
982         protocol/presentation_timing-client-protocol.h
983 presentation_weston_CFLAGS = $(AM_CFLAGS) $(TEST_CLIENT_CFLAGS)
984 presentation_weston_LDADD = libtest-client.la
985
986 roles_weston_SOURCES = tests/roles-test.c
987 roles_weston_CFLAGS = $(AM_CFLAGS) $(TEST_CLIENT_CFLAGS)
988 roles_weston_LDADD = libtest-client.la
989
990 if ENABLE_EGL
991 weston_tests += buffer-count.weston
992 buffer_count_weston_SOURCES = tests/buffer-count-test.c
993 buffer_count_weston_CFLAGS = $(GCC_CFLAGS) $(EGL_TESTS_CFLAGS)
994 buffer_count_weston_LDADD = libtest-client.la $(EGL_TESTS_LIBS)
995 endif
996
997 if ENABLE_XWAYLAND_TEST
998 weston_tests += xwayland-test.weston
999 xwayland_test_weston_SOURCES = tests/xwayland-test.c
1000 xwayland_test_weston_CFLAGS = $(GCC_CFLAGS) $(XWAYLAND_TEST_CFLAGS)
1001 xwayland_test_weston_LDADD = libtest-client.la $(XWAYLAND_TEST_LIBS)
1002 endif
1003
1004 matrix_test_SOURCES =                           \
1005         tests/matrix-test.c                     \
1006         shared/matrix.c                         \
1007         shared/matrix.h
1008 matrix_test_CPPFLAGS = -DUNIT_TEST
1009 matrix_test_LDADD = -lm -lrt
1010
1011 if BUILD_SETBACKLIGHT
1012 noinst_PROGRAMS += setbacklight
1013 setbacklight_SOURCES =                          \
1014         tests/setbacklight.c                    \
1015         src/libbacklight.c                      \
1016         src/libbacklight.h
1017 setbacklight_CFLAGS = $(AM_CFLAGS) $(SETBACKLIGHT_CFLAGS)
1018 setbacklight_LDADD = $(SETBACKLIGHT_LIBS)
1019 endif
1020
1021 EXTRA_DIST += tests/weston-tests-env
1022
1023 BUILT_SOURCES +=                                \
1024         protocol/wayland-test-protocol.c        \
1025         protocol/wayland-test-server-protocol.h \
1026         protocol/wayland-test-client-protocol.h \
1027         protocol/text-protocol.c                \
1028         protocol/text-client-protocol.h
1029
1030 EXTRA_DIST +=                                   \
1031         protocol/desktop-shell.xml              \
1032         protocol/screenshooter.xml              \
1033         protocol/text.xml                       \
1034         protocol/input-method.xml               \
1035         protocol/workspaces.xml                 \
1036         protocol/text-cursor-position.xml       \
1037         protocol/wayland-test.xml               \
1038         protocol/xdg-shell.xml                  \
1039         protocol/fullscreen-shell.xml           \
1040         protocol/presentation_timing.xml        \
1041         protocol/scaler.xml                     \
1042         protocol/ivi-application.xml            \
1043         protocol/ivi-hmi-controller.xml
1044
1045 man_MANS = weston.1 weston.ini.5
1046
1047 if ENABLE_DRM_COMPOSITOR
1048 man_MANS += weston-drm.7
1049 endif
1050
1051 MAN_SUBSTS =                                                            \
1052         -e 's|__weston_native_backend__|$(WESTON_NATIVE_BACKEND)|g'     \
1053         -e 's|__weston_modules_dir__|$(pkglibdir)|g'                    \
1054         -e 's|__weston_shell_client__|$(WESTON_SHELL_CLIENT)|g'         \
1055         -e 's|__version__|$(PACKAGE_VERSION)|g'
1056
1057 SUFFIXES = .1 .5 .7 .man
1058
1059 %.1 %.5 %.7 : man/%.man
1060         $(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
1061
1062 EXTRA_DIST +=                                   \
1063         man/weston.man                          \
1064         man/weston-drm.man                      \
1065         man/weston.ini.man
1066
1067 CLEANFILES += $(man_MANS)
1068
1069
1070 protocol/%-protocol.c : $(top_srcdir)/protocol/%.xml
1071         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(wayland_scanner) code < $< > $@
1072
1073 protocol/%-server-protocol.h : $(top_srcdir)/protocol/%.xml
1074         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(wayland_scanner) server-header < $< > $@
1075
1076 protocol/%-client-protocol.h : $(top_srcdir)/protocol/%.xml
1077         $(AM_V_GEN)$(MKDIR_P) $(dir $@) && $(wayland_scanner) client-header < $< > $@