505b5100c6b4f87e6142245434a96f3dc8cb2267
[profile/ivi/weston-ivi-shell.git] / clients / Makefile.am
1 noinst_PROGRAMS = gears flower screenshot terminal image view dnd smoke
2 noinst_LTLIBRARIES = libtoytoolkit.la
3
4 INCLUDES = -I$(top_srcdir)/wayland $(CLIENT_CFLAGS) $(POPPLER_CFLAGS)
5
6 LDADD = $(top_builddir)/wayland/libwayland-client.la    \
7         libtoytoolkit.la $(CLIENT_LIBS) -lrt -lm
8
9 AM_CPPFLAGS = -DDATADIR='"$(datadir)"'
10
11 libtoytoolkit_la_SOURCES =                      \
12         window.c                                \
13         window.h                                \
14         wayland-glib.c                          \
15         wayland-glib.h                          \
16         cairo-util.c                            \
17         cairo-util.h
18
19 flower_SOURCES = flower.c
20 smoke_SOURCES = smoke.c
21 gears_SOURCES = gears.c
22 screenshot_SOURCES = screenshot.c screenshooter-protocol.c
23 terminal_SOURCES = terminal.c
24 image_SOURCES = image.c
25 view_SOURCES = view.c
26 dnd_SOURCES = dnd.c
27
28 BUILT_SOURCES =                                 \
29         screenshooter-client-protocol.h         \
30         screenshooter-protocol.c
31
32 CLEANFILES = $(BUILT_SOURCES)
33
34 include $(top_srcdir)/wayland/scanner.mk
35
36 terminal_LDADD = $(LDADD) -lutil
37 view_LDADD = $(LDADD) $(POPPLER_LIBS)