ec1f060b23726dd68d84e28c86befb95fd59ccba
[profile/ivi/clutter.git] / clutter / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 # custom rules for quiet builds
19
20 # Rules for generating marshal files using glib-genmarshal
21 #
22 # Define:
23 #       glib_marshal_list = marshal list file
24 #       glib_marshal_prefix = prefix for marshal functions
25 #
26 # before including Makefile.am.marshal. You will also need to have
27 # the following targets already defined:
28 #
29 #       CLEANFILES
30 #       DISTCLEANFILES
31 #       BUILT_SOURCES
32 #       EXTRA_DIST
33 #
34 # Author: Emmanuele Bassi <ebassi@linux.intel.com>
35
36 # Rules for generating enumeration types using glib-mkenums
37 #
38 # Define:
39 #       glib_enum_h = header template file
40 #       glib_enum_c = source template file
41 #       glib_enum_headers = list of headers to parse
42 #
43 # before including Makefile.am.enums. You will also need to have
44 # the following targets already defined:
45 #
46 #       CLEANFILES
47 #       DISTCLEANFILES
48 #       BUILT_SOURCES
49 #       EXTRA_DIST
50 #
51 # Author: Emmanuele Bassi <ebassi@linux.intel.com>
52
53
54
55 VPATH = @srcdir@
56 pkgdatadir = $(datadir)/@PACKAGE@
57 pkgincludedir = $(includedir)/@PACKAGE@
58 pkglibdir = $(libdir)/@PACKAGE@
59 pkglibexecdir = $(libexecdir)/@PACKAGE@
60 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
61 install_sh_DATA = $(install_sh) -c -m 644
62 install_sh_PROGRAM = $(install_sh) -c
63 install_sh_SCRIPT = $(install_sh) -c
64 INSTALL_HEADER = $(INSTALL_DATA)
65 transform = $(program_transform_name)
66 NORMAL_INSTALL = :
67 PRE_INSTALL = :
68 POST_INSTALL = :
69 NORMAL_UNINSTALL = :
70 PRE_UNINSTALL = :
71 POST_UNINSTALL = :
72 build_triplet = @build@
73 host_triplet = @host@
74 DIST_COMMON = $(am__cluttercex100_include_HEADERS_DIST) \
75         $(am__clutteregl_include_HEADERS_DIST) \
76         $(am__clutterevdev_include_HEADERS_DIST) \
77         $(am__cluttergdk_include_HEADERS_DIST) \
78         $(am__clutterglx_include_HEADERS_DIST) \
79         $(am__clutterosx_include_HEADERS_DIST) \
80         $(am__clutterwayland_include_HEADERS_DIST) \
81         $(am__clutterwin_include_HEADERS_DIST) \
82         $(am__clutterx11_include_HEADERS_DIST) \
83         $(am__wayland_compositor_include_HEADERS_DIST) \
84         $(cally_include_HEADERS) $(clutter_deprecated_HEADERS) \
85         $(clutter_include_HEADERS) $(srcdir)/Makefile.am \
86         $(srcdir)/Makefile.in $(srcdir)/clutter-config.h.in \
87         $(srcdir)/clutter-version.h.in $(srcdir)/clutter.pc.in \
88         $(top_srcdir)/build/autotools/Makefile.am.enums \
89         $(top_srcdir)/build/autotools/Makefile.am.gcov \
90         $(top_srcdir)/build/autotools/Makefile.am.marshal \
91         $(top_srcdir)/build/autotools/Makefile.am.silent
92 @BUILD_XI2_TRUE@am__append_1 = \
93 @BUILD_XI2_TRUE@        $(srcdir)/x11/clutter-device-manager-xi2.c      \
94 @BUILD_XI2_TRUE@        $(srcdir)/x11/clutter-input-device-xi2.c        \
95 @BUILD_XI2_TRUE@        $(NULL)
96
97 @BUILD_XI2_TRUE@am__append_2 = \
98 @BUILD_XI2_TRUE@        $(srcdir)/x11/clutter-device-manager-xi2.h      \
99 @BUILD_XI2_TRUE@        $(srcdir)/x11/clutter-input-device-xi2.h        \
100 @BUILD_XI2_TRUE@        $(NULL)
101
102 @SUPPORT_X11_TRUE@am__append_3 = $(x11_source_h)
103 @SUPPORT_X11_TRUE@am__append_4 = $(x11_source_c)
104 @SUPPORT_X11_TRUE@am__append_5 = $(x11_source_h_priv)
105 @SUPPORT_X11_TRUE@am__append_6 = $(x11_source_c_priv)
106 @SUPPORT_X11_TRUE@am__append_7 = clutter-x11-$(CLUTTER_API_VERSION).pc
107 @USE_COGL_TRUE@am__append_8 = $(cogl_source_h)
108 @USE_COGL_TRUE@am__append_9 = $(cogl_source_c)
109 @USE_COGL_TRUE@am__append_10 = $(cogl_source_h_priv)
110 @USE_COGL_TRUE@am__append_11 = $(cogl_source_c_priv)
111 @USE_COGL_TRUE@am__append_12 = clutter-cogl-$(CLUTTER_API_VERSION).pc
112 @SUPPORT_X11_TRUE@am__append_13 = $(glx_source_h)
113 @SUPPORT_X11_TRUE@am__append_14 = $(glx_source_c)
114 @SUPPORT_X11_TRUE@am__append_15 = clutter-glx-$(CLUTTER_API_VERSION).pc
115 @SUPPORT_X11_TRUE@am__append_16 = \
116 @SUPPORT_X11_TRUE@      libclutter-glx-$(CLUTTER_API_VERSION).so \
117 @SUPPORT_X11_TRUE@      $(NULL)
118
119 @SUPPORT_GDK_TRUE@am__append_17 = $(gdk_source_h)
120 @SUPPORT_GDK_TRUE@am__append_18 = $(gdk_source_c)
121 @SUPPORT_GDK_TRUE@am__append_19 = $(gdk_source_h_priv)
122 @SUPPORT_GDK_TRUE@am__append_20 = clutter-gdk-$(CLUTTER_API_VERSION).pc
123 @SUPPORT_WIN32_TRUE@am__append_21 = $(win32_source_h)
124 @SUPPORT_WIN32_TRUE@am__append_22 = $(win32_source_c)
125 @SUPPORT_WIN32_TRUE@am__append_23 = $(win32_source_h_priv)
126 @SUPPORT_WIN32_TRUE@am__append_24 = clutter-win32-$(CLUTTER_API_VERSION).pc
127 @USE_TSLIB_TRUE@am__append_25 = $(egl_tslib_c)
128 @USE_TSLIB_TRUE@am__append_26 = $(egl_tslib_h)
129 @USE_EVDEV_TRUE@am__append_27 = $(evdev_c_priv)
130 @USE_EVDEV_TRUE@am__append_28 = $(evdev_h_priv)
131 @USE_EVDEV_TRUE@am__append_29 = $(evdev_h)
132 @NEED_XKB_UTILS_TRUE@am__append_30 = $(srcdir)/evdev/clutter-xkb-utils.c
133 @NEED_XKB_UTILS_TRUE@am__append_31 = $(srcdir)/evdev/clutter-xkb-utils.h
134 @SUPPORT_CEX100_TRUE@am__append_32 = $(cex_h)
135 @SUPPORT_CEX100_TRUE@am__append_33 = $(cex_source_c)
136 @SUPPORT_CEX100_TRUE@am__append_34 = $(cex_source_h_priv)
137 @SUPPORT_CEX100_TRUE@am__append_35 = clutter-cex100-$(CLUTTER_API_VERSION).pc
138 @SUPPORT_CEX100_TRUE@am__append_36 = \
139 @SUPPORT_CEX100_TRUE@   libclutter-cex100-$(CLUTTER_API_VERSION).so \
140 @SUPPORT_CEX100_TRUE@   $(NULL)
141
142
143 # Wayland backend rules
144 @SUPPORT_WAYLAND_TRUE@am__append_37 = \
145 @SUPPORT_WAYLAND_TRUE@       $(srcdir)/evdev/clutter-xkb-utils.h                     \
146 @SUPPORT_WAYLAND_TRUE@       $(srcdir)/wayland/clutter-backend-wayland.h             \
147 @SUPPORT_WAYLAND_TRUE@       $(srcdir)/wayland/clutter-stage-wayland.h               \
148 @SUPPORT_WAYLAND_TRUE@       $(srcdir)/wayland/clutter-event-wayland.h               \
149 @SUPPORT_WAYLAND_TRUE@       $(srcdir)/wayland/clutter-input-device-wayland.h        \
150 @SUPPORT_WAYLAND_TRUE@       $(srcdir)/wayland/clutter-device-manager-wayland.h
151
152 @SUPPORT_WAYLAND_TRUE@am__append_38 = \
153 @SUPPORT_WAYLAND_TRUE@       $(srcdir)/evdev/clutter-xkb-utils.c                     \
154 @SUPPORT_WAYLAND_TRUE@       $(srcdir)/wayland/clutter-backend-wayland.c             \
155 @SUPPORT_WAYLAND_TRUE@       $(srcdir)/wayland/clutter-stage-wayland.c               \
156 @SUPPORT_WAYLAND_TRUE@       $(srcdir)/wayland/clutter-event-wayland.c               \
157 @SUPPORT_WAYLAND_TRUE@       $(srcdir)/wayland/clutter-input-device-wayland.c        \
158 @SUPPORT_WAYLAND_TRUE@       $(srcdir)/wayland/clutter-device-manager-wayland.c
159
160 @SUPPORT_WAYLAND_TRUE@am__append_39 = clutter-wayland-$(CLUTTER_API_VERSION).pc
161 @SUPPORT_WAYLAND_COMPOSITOR_TRUE@am__append_40 = $(wayland_compositor_source_h)
162 @SUPPORT_WAYLAND_COMPOSITOR_TRUE@am__append_41 = \
163 @SUPPORT_WAYLAND_COMPOSITOR_TRUE@       $(srcdir)/wayland/clutter-wayland-surface.c
164
165 @SUPPORT_WAYLAND_COMPOSITOR_TRUE@am__append_42 = clutter-wayland-compositor-$(CLUTTER_API_VERSION).pc
166 @SUPPORT_EGL_TRUE@am__append_43 = $(egl_source_h)
167 @SUPPORT_EGL_TRUE@am__append_44 = $(egl_source_c)
168 @SUPPORT_EGL_TRUE@am__append_45 = $(egl_source_h_priv)
169 @SUPPORT_EGL_TRUE@am__append_46 = clutter-egl-$(CLUTTER_API_VERSION).pc
170
171 # we need to tell the compiler that part of our code base is
172 # in Objective C
173 @SUPPORT_OSX_TRUE@am__append_47 = -xobjective-c
174 @SUPPORT_OSX_TRUE@am__append_48 = $(osx_source_h)
175 @SUPPORT_OSX_TRUE@am__append_49 = $(osx_source_c)
176 @SUPPORT_OSX_TRUE@am__append_50 = $(osx_source_h_priv)
177 @SUPPORT_OSX_TRUE@am__append_51 = $(osx_source_c_priv)
178 @SUPPORT_OSX_TRUE@am__append_52 = clutter-osx-$(CLUTTER_API_VERSION).pc
179 @HAVE_INTROSPECTION_TRUE@am__append_53 =  \
180 @HAVE_INTROSPECTION_TRUE@       Clutter-@CLUTTER_API_VERSION@.gir \
181 @HAVE_INTROSPECTION_TRUE@       Cally-@CLUTTER_API_VERSION@.gir
182 @HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@am__append_54 = ClutterX11-@CLUTTER_API_VERSION@.gir
183 @HAVE_INTROSPECTION_TRUE@@SUPPORT_GDK_TRUE@am__append_55 = ClutterGdk-@CLUTTER_API_VERSION@.gir
184 @HAVE_INTROSPECTION_TRUE@am__append_56 = $(gir_DATA) $(typelib_DATA)
185 subdir = clutter
186 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
187 am__aclocal_m4_deps =  \
188         $(top_srcdir)/build/autotools/as-compiler-flag.m4 \
189         $(top_srcdir)/build/autotools/as-linguas.m4 \
190         $(top_srcdir)/build/autotools/gettext.m4 \
191         $(top_srcdir)/build/autotools/gtk-doc.m4 \
192         $(top_srcdir)/build/autotools/iconv.m4 \
193         $(top_srcdir)/build/autotools/intlmacosx.m4 \
194         $(top_srcdir)/build/autotools/introspection.m4 \
195         $(top_srcdir)/build/autotools/lib-ld.m4 \
196         $(top_srcdir)/build/autotools/lib-link.m4 \
197         $(top_srcdir)/build/autotools/lib-prefix.m4 \
198         $(top_srcdir)/build/autotools/libtool.m4 \
199         $(top_srcdir)/build/autotools/ltoptions.m4 \
200         $(top_srcdir)/build/autotools/ltsugar.m4 \
201         $(top_srcdir)/build/autotools/ltversion.m4 \
202         $(top_srcdir)/build/autotools/lt~obsolete.m4 \
203         $(top_srcdir)/build/autotools/nls.m4 \
204         $(top_srcdir)/build/autotools/po.m4 \
205         $(top_srcdir)/build/autotools/progtest.m4 \
206         $(top_srcdir)/configure.ac
207 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
208         $(ACLOCAL_M4)
209 mkinstalldirs = $(install_sh) -d
210 CONFIG_HEADER = $(top_builddir)/config.h
211 CONFIG_CLEAN_FILES = clutter-config.h clutter-version.h
212 CONFIG_CLEAN_VPATH_FILES =
213 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
214 am__vpath_adj = case $$p in \
215     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
216     *) f=$$p;; \
217   esac;
218 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
219 am__install_max = 40
220 am__nobase_strip_setup = \
221   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
222 am__nobase_strip = \
223   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
224 am__nobase_list = $(am__nobase_strip_setup); \
225   for p in $$list; do echo "$$p $$p"; done | \
226   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
227   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
228     if (++n[$$2] == $(am__install_max)) \
229       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
230     END { for (dir in files) print dir, files[dir] }'
231 am__base_list = \
232   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
233   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
234 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" \
235         "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(typelibdir)" \
236         "$(DESTDIR)$(cally_includedir)" \
237         "$(DESTDIR)$(clutter_deprecateddir)" \
238         "$(DESTDIR)$(clutter_includedir)" \
239         "$(DESTDIR)$(cluttercex100_includedir)" \
240         "$(DESTDIR)$(clutteregl_includedir)" \
241         "$(DESTDIR)$(clutterevdev_includedir)" \
242         "$(DESTDIR)$(cluttergdk_includedir)" \
243         "$(DESTDIR)$(clutterglx_includedir)" \
244         "$(DESTDIR)$(clutterosx_includedir)" \
245         "$(DESTDIR)$(clutterwayland_includedir)" \
246         "$(DESTDIR)$(clutterwin_includedir)" \
247         "$(DESTDIR)$(clutterx11_includedir)" \
248         "$(DESTDIR)$(clutter_includedir)" \
249         "$(DESTDIR)$(wayland_compositor_includedir)"
250 LTLIBRARIES = $(lib_LTLIBRARIES)
251 am__DEPENDENCIES_1 =
252 am__libclutter_@CLUTTER_API_VERSION@_la_SOURCES_DIST =  \
253         $(srcdir)/x11/clutter-backend-x11.c \
254         $(srcdir)/x11/clutter-device-manager-core-x11.c \
255         $(srcdir)/x11/clutter-event-x11.c \
256         $(srcdir)/x11/clutter-input-device-core-x11.c \
257         $(srcdir)/x11/clutter-keymap-x11.c \
258         $(srcdir)/x11/clutter-stage-x11.c \
259         $(srcdir)/x11/clutter-x11-texture-pixmap.c \
260         $(srcdir)/x11/clutter-device-manager-xi2.c \
261         $(srcdir)/x11/clutter-input-device-xi2.c \
262         $(srcdir)/cogl/clutter-stage-cogl.c \
263         $(srcdir)/x11/clutter-glx-texture-pixmap.c \
264         $(srcdir)/gdk/clutter-backend-gdk.c \
265         $(srcdir)/gdk/clutter-device-manager-gdk.c \
266         $(srcdir)/gdk/clutter-input-device-gdk.c \
267         $(srcdir)/gdk/clutter-event-gdk.c \
268         $(srcdir)/gdk/clutter-stage-gdk.c \
269         $(srcdir)/win32/clutter-backend-win32.c \
270         $(srcdir)/win32/clutter-device-manager-win32.c \
271         $(srcdir)/win32/clutter-event-win32.c \
272         $(srcdir)/win32/clutter-stage-win32.c \
273         $(srcdir)/cex100/clutter-backend-cex100.c \
274         $(srcdir)/evdev/clutter-xkb-utils.c \
275         $(srcdir)/wayland/clutter-backend-wayland.c \
276         $(srcdir)/wayland/clutter-stage-wayland.c \
277         $(srcdir)/wayland/clutter-event-wayland.c \
278         $(srcdir)/wayland/clutter-input-device-wayland.c \
279         $(srcdir)/wayland/clutter-device-manager-wayland.c \
280         $(srcdir)/wayland/clutter-wayland-surface.c \
281         $(srcdir)/egl/clutter-backend-eglnative.c \
282         $(srcdir)/osx/clutter-backend-osx.c \
283         $(srcdir)/osx/clutter-stage-osx.c $(srcdir)/x11/clutter-x11.h \
284         $(srcdir)/x11/clutter-x11-texture-pixmap.h \
285         $(srcdir)/x11/clutter-glx-texture-pixmap.h \
286         $(srcdir)/x11/clutter-glx.h $(srcdir)/gdk/clutter-gdk.h \
287         $(srcdir)/win32/clutter-win32.h \
288         $(srcdir)/evdev/clutter-evdev.h cex100/clutter-cex100.h \
289         $(srcdir)/wayland/clutter-wayland-compositor.h \
290         $(srcdir)/wayland/clutter-wayland-surface.h \
291         $(srcdir)/egl/clutter-egl-headers.h \
292         $(srcdir)/egl/clutter-egl.h $(srcdir)/osx/clutter-osx.h \
293         $(srcdir)/x11/xsettings/xsettings-client.c \
294         $(srcdir)/x11/xsettings/xsettings-client.h \
295         $(srcdir)/x11/xsettings/xsettings-common.c \
296         $(srcdir)/x11/xsettings/xsettings-common.h \
297         $(srcdir)/tslib/clutter-event-tslib.c \
298         $(srcdir)/evdev/clutter-device-manager-evdev.c \
299         $(srcdir)/evdev/clutter-input-device-evdev.c \
300         $(srcdir)/osx/clutter-event-loop-osx.c \
301         $(srcdir)/osx/clutter-event-osx.c \
302         $(srcdir)/osx/clutter-device-manager-osx.c \
303         $(srcdir)/x11/clutter-backend-x11.h \
304         $(srcdir)/x11/clutter-device-manager-core-x11.h \
305         $(srcdir)/x11/clutter-input-device-core-x11.h \
306         $(srcdir)/x11/clutter-keymap-x11.h \
307         $(srcdir)/x11/clutter-settings-x11.h \
308         $(srcdir)/x11/clutter-stage-x11.h \
309         $(srcdir)/x11/clutter-device-manager-xi2.h \
310         $(srcdir)/x11/clutter-input-device-xi2.h \
311         $(srcdir)/cogl/clutter-stage-cogl.h \
312         $(srcdir)/gdk/clutter-settings-gdk.h \
313         $(srcdir)/gdk/clutter-backend-gdk.h \
314         $(srcdir)/gdk/clutter-device-manager-gdk.h \
315         $(srcdir)/gdk/clutter-input-device-gdk.h \
316         $(srcdir)/gdk/clutter-stage-gdk.h \
317         $(srcdir)/win32/clutter-backend-win32.h \
318         $(srcdir)/win32/clutter-device-manager-win32.h \
319         $(srcdir)/win32/clutter-stage-win32.h \
320         $(srcdir)/tslib/clutter-event-tslib.h \
321         $(srcdir)/evdev/clutter-device-manager-evdev.h \
322         $(srcdir)/evdev/clutter-input-device-evdev.h \
323         $(srcdir)/evdev/clutter-xkb-utils.h \
324         $(srcdir)/cex100/clutter-backend-cex100.h \
325         $(srcdir)/wayland/clutter-backend-wayland.h \
326         $(srcdir)/wayland/clutter-stage-wayland.h \
327         $(srcdir)/wayland/clutter-event-wayland.h \
328         $(srcdir)/wayland/clutter-input-device-wayland.h \
329         $(srcdir)/wayland/clutter-device-manager-wayland.h \
330         $(srcdir)/egl/clutter-backend-eglnative.h \
331         $(srcdir)/osx/clutter-backend-osx.h \
332         $(srcdir)/osx/clutter-event-loop-osx.h \
333         $(srcdir)/osx/clutter-stage-osx.h \
334         $(srcdir)/osx/clutter-device-manager-osx.h \
335         $(srcdir)/clutter-action.c $(srcdir)/clutter-actor-box.c \
336         $(srcdir)/clutter-actor-meta.c $(srcdir)/clutter-actor.c \
337         $(srcdir)/clutter-align-constraint.c $(srcdir)/clutter-alpha.c \
338         $(srcdir)/clutter-animatable.c $(srcdir)/clutter-animation.c \
339         $(srcdir)/clutter-animator.c $(srcdir)/clutter-backend.c \
340         $(srcdir)/clutter-bezier.c $(srcdir)/clutter-bind-constraint.c \
341         $(srcdir)/clutter-binding-pool.c \
342         $(srcdir)/clutter-bin-layout.c $(srcdir)/clutter-blur-effect.c \
343         $(srcdir)/clutter-box-layout.c \
344         $(srcdir)/clutter-brightness-contrast-effect.c \
345         $(srcdir)/clutter-cairo-texture.c $(srcdir)/clutter-canvas.c \
346         $(srcdir)/clutter-child-meta.c \
347         $(srcdir)/clutter-click-action.c $(srcdir)/clutter-clone.c \
348         $(srcdir)/clutter-color.c $(srcdir)/clutter-colorize-effect.c \
349         $(srcdir)/clutter-constraint.c $(srcdir)/clutter-container.c \
350         $(srcdir)/clutter-content.c $(srcdir)/clutter-deform-effect.c \
351         $(srcdir)/clutter-desaturate-effect.c \
352         $(srcdir)/clutter-device-manager.c \
353         $(srcdir)/clutter-drag-action.c \
354         $(srcdir)/clutter-drop-action.c $(srcdir)/clutter-effect.c \
355         $(srcdir)/clutter-event.c $(srcdir)/clutter-feature.c \
356         $(srcdir)/clutter-fixed-layout.c \
357         $(srcdir)/clutter-flatten-effect.c \
358         $(srcdir)/clutter-flow-layout.c \
359         $(srcdir)/clutter-gesture-action.c $(srcdir)/clutter-image.c \
360         $(srcdir)/clutter-input-device.c $(srcdir)/clutter-interval.c \
361         $(srcdir)/clutter-keysyms-table.c \
362         $(srcdir)/clutter-layout-manager.c \
363         $(srcdir)/clutter-layout-meta.c $(srcdir)/clutter-list-model.c \
364         $(srcdir)/clutter-main.c $(srcdir)/clutter-master-clock.c \
365         $(srcdir)/clutter-media.c $(srcdir)/clutter-model.c \
366         $(srcdir)/clutter-offscreen-effect.c \
367         $(srcdir)/clutter-page-turn-effect.c \
368         $(srcdir)/clutter-paint-nodes.c $(srcdir)/clutter-paint-node.c \
369         $(srcdir)/clutter-path-constraint.c $(srcdir)/clutter-path.c \
370         $(srcdir)/clutter-property-transition.c \
371         $(srcdir)/clutter-script.c $(srcdir)/clutter-script-parser.c \
372         $(srcdir)/clutter-scriptable.c $(srcdir)/clutter-settings.c \
373         $(srcdir)/clutter-shader-effect.c \
374         $(srcdir)/clutter-shader-types.c \
375         $(srcdir)/clutter-swipe-action.c \
376         $(srcdir)/clutter-snap-constraint.c $(srcdir)/clutter-stage.c \
377         $(srcdir)/clutter-stage-manager.c \
378         $(srcdir)/clutter-stage-window.c $(srcdir)/clutter-state.c \
379         $(srcdir)/clutter-table-layout.c $(srcdir)/clutter-texture.c \
380         $(srcdir)/clutter-text.c $(srcdir)/clutter-text-buffer.c \
381         $(srcdir)/clutter-transition.c $(srcdir)/clutter-timeline.c \
382         $(srcdir)/clutter-units.c $(srcdir)/clutter-util.c \
383         $(srcdir)/clutter-paint-volume.c $(srcdir)/clutter-action.h \
384         $(srcdir)/clutter-actor-meta.h $(srcdir)/clutter-actor.h \
385         $(srcdir)/clutter-align-constraint.h $(srcdir)/clutter-alpha.h \
386         $(srcdir)/clutter-animatable.h $(srcdir)/clutter-animation.h \
387         $(srcdir)/clutter-animator.h $(srcdir)/clutter-backend.h \
388         $(srcdir)/clutter-bind-constraint.h \
389         $(srcdir)/clutter-binding-pool.h \
390         $(srcdir)/clutter-bin-layout.h $(srcdir)/clutter-blur-effect.h \
391         $(srcdir)/clutter-box-layout.h \
392         $(srcdir)/clutter-brightness-contrast-effect.h \
393         $(srcdir)/clutter-cairo-texture.h $(srcdir)/clutter-canvas.h \
394         $(srcdir)/clutter-child-meta.h \
395         $(srcdir)/clutter-click-action.h \
396         $(srcdir)/clutter-cogl-compat.h $(srcdir)/clutter-clone.h \
397         $(srcdir)/clutter-color-static.h $(srcdir)/clutter-color.h \
398         $(srcdir)/clutter-colorize-effect.h \
399         $(srcdir)/clutter-constraint.h $(srcdir)/clutter-container.h \
400         $(srcdir)/clutter-content.h $(srcdir)/clutter-deform-effect.h \
401         $(srcdir)/clutter-deprecated.h \
402         $(srcdir)/clutter-desaturate-effect.h \
403         $(srcdir)/clutter-device-manager.h \
404         $(srcdir)/clutter-drag-action.h \
405         $(srcdir)/clutter-drop-action.h $(srcdir)/clutter-effect.h \
406         $(srcdir)/clutter-enums.h $(srcdir)/clutter-event.h \
407         $(srcdir)/clutter-feature.h $(srcdir)/clutter-fixed-layout.h \
408         $(srcdir)/clutter-flow-layout.h \
409         $(srcdir)/clutter-gesture-action.h $(srcdir)/clutter-group.h \
410         $(srcdir)/clutter-image.h $(srcdir)/clutter-input-device.h \
411         $(srcdir)/clutter-interval.h $(srcdir)/clutter-keysyms.h \
412         $(srcdir)/clutter-layout-manager.h \
413         $(srcdir)/clutter-layout-meta.h $(srcdir)/clutter-list-model.h \
414         $(srcdir)/clutter-macros.h $(srcdir)/clutter-main.h \
415         $(srcdir)/clutter-media.h $(srcdir)/clutter-model.h \
416         $(srcdir)/clutter-offscreen-effect.h \
417         $(srcdir)/clutter-page-turn-effect.h \
418         $(srcdir)/clutter-paint-nodes.h $(srcdir)/clutter-paint-node.h \
419         $(srcdir)/clutter-path-constraint.h $(srcdir)/clutter-path.h \
420         $(srcdir)/clutter-property-transition.h \
421         $(srcdir)/clutter-script.h $(srcdir)/clutter-scriptable.h \
422         $(srcdir)/clutter-settings.h $(srcdir)/clutter-shader-effect.h \
423         $(srcdir)/clutter-shader-types.h \
424         $(srcdir)/clutter-swipe-action.h \
425         $(srcdir)/clutter-snap-constraint.h $(srcdir)/clutter-stage.h \
426         $(srcdir)/clutter-stage-manager.h $(srcdir)/clutter-state.h \
427         $(srcdir)/clutter-table-layout.h $(srcdir)/clutter-texture.h \
428         $(srcdir)/clutter-text.h $(srcdir)/clutter-text-buffer.h \
429         $(srcdir)/clutter-timeline.h $(srcdir)/clutter-transition.h \
430         $(srcdir)/clutter-types.h $(srcdir)/clutter-units.h \
431         $(srcdir)/clutter-easing.c \
432         $(srcdir)/clutter-event-translator.c \
433         $(srcdir)/clutter-id-pool.c $(srcdir)/clutter-profile.c \
434         $(srcdir)/clutter-actor-meta-private.h \
435         $(srcdir)/clutter-actor-private.h \
436         $(srcdir)/clutter-backend-private.h $(srcdir)/clutter-bezier.h \
437         $(srcdir)/clutter-content-private.h $(srcdir)/clutter-debug.h \
438         $(srcdir)/clutter-device-manager-private.h \
439         $(srcdir)/clutter-easing.h $(srcdir)/clutter-effect-private.h \
440         $(srcdir)/clutter-event-translator.h \
441         $(srcdir)/clutter-event-private.h \
442         $(srcdir)/clutter-flatten-effect.h $(srcdir)/clutter-id-pool.h \
443         $(srcdir)/clutter-master-clock.h \
444         $(srcdir)/clutter-model-private.h \
445         $(srcdir)/clutter-offscreen-effect-private.h \
446         $(srcdir)/clutter-paint-node-private.h \
447         $(srcdir)/clutter-paint-volume-private.h \
448         $(srcdir)/clutter-private.h $(srcdir)/clutter-profile.h \
449         $(srcdir)/clutter-script-private.h \
450         $(srcdir)/clutter-settings-private.h \
451         $(srcdir)/clutter-stage-manager-private.h \
452         $(srcdir)/clutter-stage-private.h \
453         $(srcdir)/clutter-stage-window.h \
454         $(srcdir)/deprecated/clutter-actor-deprecated.c \
455         $(srcdir)/deprecated/clutter-behaviour.c \
456         $(srcdir)/deprecated/clutter-behaviour-depth.c \
457         $(srcdir)/deprecated/clutter-behaviour-ellipse.c \
458         $(srcdir)/deprecated/clutter-behaviour-opacity.c \
459         $(srcdir)/deprecated/clutter-behaviour-path.c \
460         $(srcdir)/deprecated/clutter-behaviour-rotate.c \
461         $(srcdir)/deprecated/clutter-behaviour-scale.c \
462         $(srcdir)/deprecated/clutter-box.c \
463         $(srcdir)/deprecated/clutter-fixed.c \
464         $(srcdir)/deprecated/clutter-frame-source.c \
465         $(srcdir)/deprecated/clutter-group.c \
466         $(srcdir)/deprecated/clutter-rectangle.c \
467         $(srcdir)/deprecated/clutter-score.c \
468         $(srcdir)/deprecated/clutter-shader.c \
469         $(srcdir)/deprecated/clutter-timeout-pool.c \
470         $(srcdir)/deprecated/clutter-actor.h \
471         $(srcdir)/deprecated/clutter-animatable.h \
472         $(srcdir)/deprecated/clutter-animation.h \
473         $(srcdir)/deprecated/clutter-backend.h \
474         $(srcdir)/deprecated/clutter-behaviour.h \
475         $(srcdir)/deprecated/clutter-behaviour-depth.h \
476         $(srcdir)/deprecated/clutter-behaviour-ellipse.h \
477         $(srcdir)/deprecated/clutter-behaviour-opacity.h \
478         $(srcdir)/deprecated/clutter-behaviour-path.h \
479         $(srcdir)/deprecated/clutter-behaviour-rotate.h \
480         $(srcdir)/deprecated/clutter-behaviour-scale.h \
481         $(srcdir)/deprecated/clutter-box.h \
482         $(srcdir)/deprecated/clutter-cairo-texture.h \
483         $(srcdir)/deprecated/clutter-container.h \
484         $(srcdir)/deprecated/clutter-fixed.h \
485         $(srcdir)/deprecated/clutter-frame-source.h \
486         $(srcdir)/deprecated/clutter-group.h \
487         $(srcdir)/deprecated/clutter-keysyms.h \
488         $(srcdir)/deprecated/clutter-main.h \
489         $(srcdir)/deprecated/clutter-rectangle.h \
490         $(srcdir)/deprecated/clutter-score.h \
491         $(srcdir)/deprecated/clutter-shader.h \
492         $(srcdir)/deprecated/clutter-stage-manager.h \
493         $(srcdir)/deprecated/clutter-stage.h \
494         $(srcdir)/deprecated/clutter-texture.h \
495         $(srcdir)/deprecated/clutter-timeline.h \
496         $(srcdir)/deprecated/clutter-timeout-pool.h \
497         $(srcdir)/deprecated/clutter-util.h \
498         $(srcdir)/deprecated/clutter-timeout-interval.c \
499         $(srcdir)/deprecated/clutter-timeout-interval.h \
500         $(srcdir)/cally/cally-actor.c $(srcdir)/cally/cally.c \
501         $(srcdir)/cally/cally-clone.c $(srcdir)/cally/cally-group.c \
502         $(srcdir)/cally/cally-rectangle.c $(srcdir)/cally/cally-root.c \
503         $(srcdir)/cally/cally-stage.c $(srcdir)/cally/cally-text.c \
504         $(srcdir)/cally/cally-texture.c $(srcdir)/cally/cally-util.c \
505         $(srcdir)/cally/cally-actor.h $(srcdir)/cally/cally-clone.h \
506         $(srcdir)/cally/cally-factory.h $(srcdir)/cally/cally-group.h \
507         $(srcdir)/cally/cally.h $(srcdir)/cally/cally-main.h \
508         $(srcdir)/cally/cally-rectangle.h $(srcdir)/cally/cally-root.h \
509         $(srcdir)/cally/cally-stage.h $(srcdir)/cally/cally-text.h \
510         $(srcdir)/cally/cally-texture.h $(srcdir)/cally/cally-util.h \
511         $(srcdir)/cally/cally-actor-private.h
512 am__objects_1 =
513 @BUILD_XI2_TRUE@am__objects_2 = clutter-device-manager-xi2.lo \
514 @BUILD_XI2_TRUE@        clutter-input-device-xi2.lo $(am__objects_1)
515 am__objects_3 = clutter-backend-x11.lo \
516         clutter-device-manager-core-x11.lo clutter-event-x11.lo \
517         clutter-input-device-core-x11.lo clutter-keymap-x11.lo \
518         clutter-stage-x11.lo clutter-x11-texture-pixmap.lo \
519         $(am__objects_1) $(am__objects_2)
520 @SUPPORT_X11_TRUE@am__objects_4 = $(am__objects_3)
521 am__objects_5 = clutter-stage-cogl.lo $(am__objects_1)
522 @USE_COGL_TRUE@am__objects_6 = $(am__objects_5)
523 am__objects_7 = clutter-glx-texture-pixmap.lo
524 @SUPPORT_X11_TRUE@am__objects_8 = $(am__objects_7)
525 am__objects_9 = clutter-backend-gdk.lo clutter-device-manager-gdk.lo \
526         clutter-input-device-gdk.lo clutter-event-gdk.lo \
527         clutter-stage-gdk.lo $(am__objects_1)
528 @SUPPORT_GDK_TRUE@am__objects_10 = $(am__objects_9)
529 am__objects_11 = clutter-backend-win32.lo \
530         clutter-device-manager-win32.lo clutter-event-win32.lo \
531         clutter-stage-win32.lo $(am__objects_1)
532 @SUPPORT_WIN32_TRUE@am__objects_12 = $(am__objects_11)
533 am__objects_13 = clutter-backend-cex100.lo
534 @SUPPORT_CEX100_TRUE@am__objects_14 = $(am__objects_13)
535 @SUPPORT_WAYLAND_TRUE@am__objects_15 = clutter-xkb-utils.lo \
536 @SUPPORT_WAYLAND_TRUE@  clutter-backend-wayland.lo \
537 @SUPPORT_WAYLAND_TRUE@  clutter-stage-wayland.lo \
538 @SUPPORT_WAYLAND_TRUE@  clutter-event-wayland.lo \
539 @SUPPORT_WAYLAND_TRUE@  clutter-input-device-wayland.lo \
540 @SUPPORT_WAYLAND_TRUE@  clutter-device-manager-wayland.lo
541 @SUPPORT_WAYLAND_COMPOSITOR_TRUE@am__objects_16 =  \
542 @SUPPORT_WAYLAND_COMPOSITOR_TRUE@       clutter-wayland-surface.lo
543 am__objects_17 = clutter-backend-eglnative.lo
544 @SUPPORT_EGL_TRUE@am__objects_18 = $(am__objects_17)
545 am__objects_19 = clutter-backend-osx.lo clutter-stage-osx.lo \
546         $(am__objects_1)
547 @SUPPORT_OSX_TRUE@am__objects_20 = $(am__objects_19)
548 am__objects_21 = $(am__objects_4) $(am__objects_6) $(am__objects_8) \
549         $(am__objects_10) $(am__objects_12) $(am__objects_14) \
550         $(am__objects_15) $(am__objects_16) $(am__objects_18) \
551         $(am__objects_20)
552 am__objects_22 = $(am__objects_1)
553 @SUPPORT_X11_TRUE@am__objects_23 = $(am__objects_22)
554 @USE_COGL_TRUE@am__objects_24 = $(am__objects_1)
555 @SUPPORT_X11_TRUE@am__objects_25 = $(am__objects_1)
556 @SUPPORT_GDK_TRUE@am__objects_26 = $(am__objects_22)
557 @SUPPORT_WIN32_TRUE@am__objects_27 = $(am__objects_22)
558 @USE_EVDEV_TRUE@am__objects_28 = $(am__objects_1)
559 @SUPPORT_CEX100_TRUE@am__objects_29 = $(am__objects_1)
560 @SUPPORT_WAYLAND_COMPOSITOR_TRUE@am__objects_30 = $(am__objects_1)
561 @SUPPORT_EGL_TRUE@am__objects_31 = $(am__objects_22)
562 @SUPPORT_OSX_TRUE@am__objects_32 = $(am__objects_1)
563 am__objects_33 = $(am__objects_23) $(am__objects_24) $(am__objects_25) \
564         $(am__objects_26) $(am__objects_27) $(am__objects_28) \
565         $(am__objects_29) $(am__objects_30) $(am__objects_31) \
566         $(am__objects_32)
567 am__objects_34 = xsettings-client.lo xsettings-common.lo \
568         $(am__objects_1)
569 @SUPPORT_X11_TRUE@am__objects_35 = $(am__objects_34)
570 am__objects_36 = clutter-event-tslib.lo
571 @USE_TSLIB_TRUE@am__objects_37 = $(am__objects_36)
572 am__objects_38 = clutter-device-manager-evdev.lo \
573         clutter-input-device-evdev.lo $(am__objects_1)
574 @USE_EVDEV_TRUE@am__objects_39 = $(am__objects_38)
575 @NEED_XKB_UTILS_TRUE@am__objects_40 = clutter-xkb-utils.lo
576 am__objects_41 = clutter-event-loop-osx.lo clutter-event-osx.lo \
577         clutter-device-manager-osx.lo $(am__objects_1)
578 @SUPPORT_OSX_TRUE@am__objects_42 = $(am__objects_41)
579 am__objects_43 = $(am__objects_35) $(am__objects_24) $(am__objects_37) \
580         $(am__objects_39) $(am__objects_40) $(am__objects_42)
581 @BUILD_XI2_TRUE@am__objects_44 = $(am__objects_1)
582 am__objects_45 = $(am__objects_1) $(am__objects_44)
583 @SUPPORT_X11_TRUE@am__objects_46 = $(am__objects_45)
584 @USE_COGL_TRUE@am__objects_47 = $(am__objects_22)
585 @USE_TSLIB_TRUE@am__objects_48 = $(am__objects_1)
586 @USE_EVDEV_TRUE@am__objects_49 = $(am__objects_22)
587 @SUPPORT_EGL_TRUE@am__objects_50 = $(am__objects_1)
588 @SUPPORT_OSX_TRUE@am__objects_51 = $(am__objects_22)
589 am__objects_52 = $(am__objects_46) $(am__objects_47) $(am__objects_26) \
590         $(am__objects_27) $(am__objects_48) $(am__objects_49) \
591         $(am__objects_1) $(am__objects_29) $(am__objects_1) \
592         $(am__objects_50) $(am__objects_51)
593 am__objects_53 = clutter-action.lo clutter-actor-box.lo \
594         clutter-actor-meta.lo clutter-actor.lo \
595         clutter-align-constraint.lo clutter-alpha.lo \
596         clutter-animatable.lo clutter-animation.lo clutter-animator.lo \
597         clutter-backend.lo clutter-bezier.lo \
598         clutter-bind-constraint.lo clutter-binding-pool.lo \
599         clutter-bin-layout.lo clutter-blur-effect.lo \
600         clutter-box-layout.lo clutter-brightness-contrast-effect.lo \
601         clutter-cairo-texture.lo clutter-canvas.lo \
602         clutter-child-meta.lo clutter-click-action.lo clutter-clone.lo \
603         clutter-color.lo clutter-colorize-effect.lo \
604         clutter-constraint.lo clutter-container.lo clutter-content.lo \
605         clutter-deform-effect.lo clutter-desaturate-effect.lo \
606         clutter-device-manager.lo clutter-drag-action.lo \
607         clutter-drop-action.lo clutter-effect.lo clutter-event.lo \
608         clutter-feature.lo clutter-fixed-layout.lo \
609         clutter-flatten-effect.lo clutter-flow-layout.lo \
610         clutter-gesture-action.lo clutter-image.lo \
611         clutter-input-device.lo clutter-interval.lo \
612         clutter-keysyms-table.lo clutter-layout-manager.lo \
613         clutter-layout-meta.lo clutter-list-model.lo clutter-main.lo \
614         clutter-master-clock.lo clutter-media.lo clutter-model.lo \
615         clutter-offscreen-effect.lo clutter-page-turn-effect.lo \
616         clutter-paint-nodes.lo clutter-paint-node.lo \
617         clutter-path-constraint.lo clutter-path.lo \
618         clutter-property-transition.lo clutter-script.lo \
619         clutter-script-parser.lo clutter-scriptable.lo \
620         clutter-settings.lo clutter-shader-effect.lo \
621         clutter-shader-types.lo clutter-swipe-action.lo \
622         clutter-snap-constraint.lo clutter-stage.lo \
623         clutter-stage-manager.lo clutter-stage-window.lo \
624         clutter-state.lo clutter-table-layout.lo clutter-texture.lo \
625         clutter-text.lo clutter-text-buffer.lo clutter-transition.lo \
626         clutter-timeline.lo clutter-units.lo clutter-util.lo \
627         clutter-paint-volume.lo $(am__objects_1)
628 am__objects_54 = clutter-easing.lo clutter-event-translator.lo \
629         clutter-id-pool.lo clutter-profile.lo $(am__objects_1)
630 am__objects_55 = clutter-actor-deprecated.lo clutter-behaviour.lo \
631         clutter-behaviour-depth.lo clutter-behaviour-ellipse.lo \
632         clutter-behaviour-opacity.lo clutter-behaviour-path.lo \
633         clutter-behaviour-rotate.lo clutter-behaviour-scale.lo \
634         clutter-box.lo clutter-fixed.lo clutter-frame-source.lo \
635         clutter-group.lo clutter-rectangle.lo clutter-score.lo \
636         clutter-shader.lo clutter-timeout-pool.lo $(am__objects_1)
637 am__objects_56 = clutter-timeout-interval.lo $(am__objects_1)
638 am__objects_57 = cally-actor.lo cally.lo cally-clone.lo cally-group.lo \
639         cally-rectangle.lo cally-root.lo cally-stage.lo cally-text.lo \
640         cally-texture.lo cally-util.lo $(am__objects_1)
641 am_libclutter_@CLUTTER_API_VERSION@_la_OBJECTS = $(am__objects_21) \
642         $(am__objects_33) $(am__objects_43) $(am__objects_52) \
643         $(am__objects_53) $(am__objects_22) $(am__objects_54) \
644         $(am__objects_22) $(am__objects_55) $(am__objects_22) \
645         $(am__objects_56) $(am__objects_22) $(am__objects_57) \
646         $(am__objects_22) $(am__objects_22) $(am__objects_1)
647 am__objects_58 = clutter-enum-types.lo clutter-marshal.lo \
648         $(am__objects_1)
649 nodist_libclutter_@CLUTTER_API_VERSION@_la_OBJECTS = $(am__objects_1) \
650         $(am__objects_58) $(am__objects_22)
651 libclutter_@CLUTTER_API_VERSION@_la_OBJECTS =  \
652         $(am_libclutter_@CLUTTER_API_VERSION@_la_OBJECTS) \
653         $(nodist_libclutter_@CLUTTER_API_VERSION@_la_OBJECTS)
654 AM_V_lt = $(am__v_lt_$(V))
655 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
656 am__v_lt_0 = --silent
657 libclutter_@CLUTTER_API_VERSION@_la_LINK = $(LIBTOOL) $(AM_V_lt) \
658         --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
659         $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
660         $(libclutter_@CLUTTER_API_VERSION@_la_LDFLAGS) $(LDFLAGS) -o \
661         $@
662 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
663 depcomp = $(SHELL) $(top_srcdir)/build/depcomp
664 am__depfiles_maybe = depfiles
665 am__mv = mv -f
666 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
667         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
668 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
669         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
670         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
671         $(AM_CFLAGS) $(CFLAGS)
672 AM_V_CC = $(am__v_CC_$(V))
673 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
674 am__v_CC_0 = @echo "  CC    " $@;
675 AM_V_at = $(am__v_at_$(V))
676 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
677 am__v_at_0 = @
678 CCLD = $(CC)
679 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
680         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
681         $(AM_LDFLAGS) $(LDFLAGS) -o $@
682 AM_V_CCLD = $(am__v_CCLD_$(V))
683 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
684 am__v_CCLD_0 = @echo "  CCLD  " $@;
685 AM_V_GEN = $(am__v_GEN_$(V))
686 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
687 am__v_GEN_0 = @echo "  GEN   " $@;
688 SOURCES = $(libclutter_@CLUTTER_API_VERSION@_la_SOURCES) \
689         $(nodist_libclutter_@CLUTTER_API_VERSION@_la_SOURCES)
690 DIST_SOURCES =  \
691         $(am__libclutter_@CLUTTER_API_VERSION@_la_SOURCES_DIST)
692 DATA = $(gir_DATA) $(pkgconfig_DATA) $(typelib_DATA)
693 am__cluttercex100_include_HEADERS_DIST = cex100/clutter-cex100.h
694 am__clutteregl_include_HEADERS_DIST =  \
695         $(srcdir)/egl/clutter-egl-headers.h \
696         $(srcdir)/egl/clutter-egl.h
697 am__clutterevdev_include_HEADERS_DIST =  \
698         $(srcdir)/evdev/clutter-evdev.h
699 am__cluttergdk_include_HEADERS_DIST = $(srcdir)/gdk/clutter-gdk.h
700 am__clutterglx_include_HEADERS_DIST =  \
701         $(srcdir)/x11/clutter-glx-texture-pixmap.h \
702         $(srcdir)/x11/clutter-glx.h
703 am__clutterosx_include_HEADERS_DIST = $(srcdir)/osx/clutter-osx.h
704 am__clutterwayland_include_HEADERS_DIST =  \
705         $(srcdir)/wayland/clutter-wayland.h
706 am__clutterwin_include_HEADERS_DIST = $(srcdir)/win32/clutter-win32.h
707 am__clutterx11_include_HEADERS_DIST = $(srcdir)/x11/clutter-x11.h \
708         $(srcdir)/x11/clutter-x11-texture-pixmap.h
709 am__wayland_compositor_include_HEADERS_DIST =  \
710         $(srcdir)/wayland/clutter-wayland-compositor.h \
711         $(srcdir)/wayland/clutter-wayland-surface.h
712 HEADERS = $(cally_include_HEADERS) $(clutter_deprecated_HEADERS) \
713         $(clutter_include_HEADERS) $(cluttercex100_include_HEADERS) \
714         $(clutteregl_include_HEADERS) $(clutterevdev_include_HEADERS) \
715         $(cluttergdk_include_HEADERS) $(clutterglx_include_HEADERS) \
716         $(clutterosx_include_HEADERS) \
717         $(clutterwayland_include_HEADERS) \
718         $(clutterwin_include_HEADERS) $(clutterx11_include_HEADERS) \
719         $(nodist_clutter_include_HEADERS) \
720         $(wayland_compositor_include_HEADERS)
721 ETAGS = etags
722 CTAGS = ctags
723 am__tty_colors = \
724 red=; grn=; lgn=; blu=; std=
725 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
726 ACLOCAL = @ACLOCAL@
727 ALL_LINGUAS = @ALL_LINGUAS@
728 AMTAR = @AMTAR@
729 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
730 AR = @AR@
731 ATK_PREFIX = @ATK_PREFIX@
732 ATK_REQ_VERSION = @ATK_REQ_VERSION@
733 AUTOCONF = @AUTOCONF@
734 AUTOHEADER = @AUTOHEADER@
735 AUTOMAKE = @AUTOMAKE@
736 AWK = @AWK@
737 CAIRO_PREFIX = @CAIRO_PREFIX@
738 CAIRO_REQ_VERSION = @CAIRO_REQ_VERSION@
739 CC = @CC@
740 CCDEPMODE = @CCDEPMODE@
741 CFLAGS = @CFLAGS@
742 CLUTTER_API_VERSION = @CLUTTER_API_VERSION@
743 CLUTTER_API_VERSION_AM = @CLUTTER_API_VERSION_AM@
744 CLUTTER_BACKENDS = @CLUTTER_BACKENDS@
745 CLUTTER_CEX100_LIBGDL_PREFIX = @CLUTTER_CEX100_LIBGDL_PREFIX@
746 CLUTTER_CFLAGS = @CLUTTER_CFLAGS@
747 CLUTTER_COGL = @CLUTTER_COGL@
748 CLUTTER_CONFIG_DEFINES = @CLUTTER_CONFIG_DEFINES@
749 CLUTTER_DEBUG_CFLAGS = @CLUTTER_DEBUG_CFLAGS@
750 CLUTTER_DEPRECATED_CFLAGS = @CLUTTER_DEPRECATED_CFLAGS@
751 CLUTTER_DEPS_CFLAGS = @CLUTTER_DEPS_CFLAGS@
752 CLUTTER_DEPS_LIBS = @CLUTTER_DEPS_LIBS@
753 CLUTTER_DEPS_PRIVATE_CFLAGS = @CLUTTER_DEPS_PRIVATE_CFLAGS@
754 CLUTTER_DEPS_PRIVATE_LIBS = @CLUTTER_DEPS_PRIVATE_LIBS@
755 CLUTTER_FLAVOUR = @CLUTTER_FLAVOUR@
756 CLUTTER_INPUT_BACKENDS = @CLUTTER_INPUT_BACKENDS@
757 CLUTTER_LIBS = @CLUTTER_LIBS@
758 CLUTTER_LINK_FLAGS = @CLUTTER_LINK_FLAGS@
759 CLUTTER_LT_CURRENT = @CLUTTER_LT_CURRENT@
760 CLUTTER_LT_LDFLAGS = @CLUTTER_LT_LDFLAGS@
761 CLUTTER_LT_REVISION = @CLUTTER_LT_REVISION@
762 CLUTTER_LT_VERSION = @CLUTTER_LT_VERSION@
763 CLUTTER_MAJOR_VERSION = @CLUTTER_MAJOR_VERSION@
764 CLUTTER_MICRO_VERSION = @CLUTTER_MICRO_VERSION@
765 CLUTTER_MINOR_VERSION = @CLUTTER_MINOR_VERSION@
766 CLUTTER_PROFILE_CFLAGS = @CLUTTER_PROFILE_CFLAGS@
767 CLUTTER_PROFILE_LDFLAGS = @CLUTTER_PROFILE_LDFLAGS@
768 CLUTTER_RELEASE_STATUS = @CLUTTER_RELEASE_STATUS@
769 CLUTTER_REQUIRES = @CLUTTER_REQUIRES@
770 CLUTTER_REQUIRES_PRIVATE = @CLUTTER_REQUIRES_PRIVATE@
771 CLUTTER_SONAME_INFIX = @CLUTTER_SONAME_INFIX@
772 CLUTTER_STAGE_TYPE = @CLUTTER_STAGE_TYPE@
773 CLUTTER_VERSION = @CLUTTER_VERSION@
774 CLUTTER_WINSYS = @CLUTTER_WINSYS@
775 CLUTTER_WINSYS_BASE = @CLUTTER_WINSYS_BASE@
776 COGL_DRIVER = @COGL_DRIVER@
777 COGL_PREFIX = @COGL_PREFIX@
778 COGL_REQ_VERSION = @COGL_REQ_VERSION@
779 CPP = @CPP@
780 CPPFLAGS = @CPPFLAGS@
781 CYGPATH_W = @CYGPATH_W@
782 DEFS = @DEFS@
783 DEPDIR = @DEPDIR@
784 DLLTOOL = @DLLTOOL@
785 DSYMUTIL = @DSYMUTIL@
786 DUMPBIN = @DUMPBIN@
787 ECHO_C = @ECHO_C@
788 ECHO_N = @ECHO_N@
789 ECHO_T = @ECHO_T@
790 EGREP = @EGREP@
791 EVDEV_CFLAGS = @EVDEV_CFLAGS@
792 EVDEV_LIBS = @EVDEV_LIBS@
793 EXEEXT = @EXEEXT@
794 FGREP = @FGREP@
795 GCOV = @GCOV@
796 GCOV_CFLAGS = @GCOV_CFLAGS@
797 GCOV_LDFLAGS = @GCOV_LDFLAGS@
798 GDK_PIXBUF_CFLAGS = @GDK_PIXBUF_CFLAGS@
799 GDK_PIXBUF_LIBS = @GDK_PIXBUF_LIBS@
800 GDK_REQ_VERSION = @GDK_REQ_VERSION@
801 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
802 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
803 GI_REQ_VERSION = @GI_REQ_VERSION@
804 GLIB_CFLAGS = @GLIB_CFLAGS@
805 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
806 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
807 GLIB_LIBS = @GLIB_LIBS@
808 GLIB_MKENUMS = @GLIB_MKENUMS@
809 GLIB_PREFIX = @GLIB_PREFIX@
810 GLIB_REQ_VERSION = @GLIB_REQ_VERSION@
811 GMSGFMT = @GMSGFMT@
812 GMSGFMT_015 = @GMSGFMT_015@
813 GOBJECT_QUERY = @GOBJECT_QUERY@
814 GREP = @GREP@
815 GTKDOC_CHECK = @GTKDOC_CHECK@
816 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
817 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
818 GTKDOC_MKPDF = @GTKDOC_MKPDF@
819 GTKDOC_REBASE = @GTKDOC_REBASE@
820 GTK_DOC_REQ_VERSION = @GTK_DOC_REQ_VERSION@
821 HTML_DIR = @HTML_DIR@
822 INSTALL = @INSTALL@
823 INSTALL_DATA = @INSTALL_DATA@
824 INSTALL_PROGRAM = @INSTALL_PROGRAM@
825 INSTALL_SCRIPT = @INSTALL_SCRIPT@
826 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
827 INTLLIBS = @INTLLIBS@
828 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
829 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
830 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
831 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
832 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
833 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
834 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
835 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
836 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
837 JSON_GLIB_REQ_VERSION = @JSON_GLIB_REQ_VERSION@
838 JW = @JW@
839 LD = @LD@
840 LDFLAGS = @LDFLAGS@
841 LIBICONV = @LIBICONV@
842 LIBINTL = @LIBINTL@
843 LIBOBJS = @LIBOBJS@
844 LIBS = @LIBS@
845 LIBTOOL = @LIBTOOL@
846 LIPO = @LIPO@
847 LN_S = @LN_S@
848 LTLIBICONV = @LTLIBICONV@
849 LTLIBINTL = @LTLIBINTL@
850 LTLIBOBJS = @LTLIBOBJS@
851 MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
852 MAKEINFO = @MAKEINFO@
853 MANIFEST_TOOL = @MANIFEST_TOOL@
854 MKDIR_P = @MKDIR_P@
855 MSGFMT = @MSGFMT@
856 MSGFMT_015 = @MSGFMT_015@
857 MSGMERGE = @MSGMERGE@
858 NM = @NM@
859 NMEDIT = @NMEDIT@
860 OBJDUMP = @OBJDUMP@
861 OBJEXT = @OBJEXT@
862 OTOOL = @OTOOL@
863 OTOOL64 = @OTOOL64@
864 PACKAGE = @PACKAGE@
865 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
866 PACKAGE_NAME = @PACKAGE_NAME@
867 PACKAGE_STRING = @PACKAGE_STRING@
868 PACKAGE_TARNAME = @PACKAGE_TARNAME@
869 PACKAGE_URL = @PACKAGE_URL@
870 PACKAGE_VERSION = @PACKAGE_VERSION@
871 PANGO_PREFIX = @PANGO_PREFIX@
872 PANGO_REQ_VERSION = @PANGO_REQ_VERSION@
873 PATH_SEPARATOR = @PATH_SEPARATOR@
874 PKG_CONFIG = @PKG_CONFIG@
875 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
876 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
877 POSUB = @POSUB@
878 PROFILE_DEP_CFLAGS = @PROFILE_DEP_CFLAGS@
879 PROFILE_DEP_LIBS = @PROFILE_DEP_LIBS@
880 RANLIB = @RANLIB@
881 SED = @SED@
882 SET_MAKE = @SET_MAKE@
883 SHELL = @SHELL@
884 STRIP = @STRIP@
885 TSLIB_CFLAGS = @TSLIB_CFLAGS@
886 TSLIB_LIBS = @TSLIB_LIBS@
887 UPROF_REQ_VERSION = @UPROF_REQ_VERSION@
888 USE_NLS = @USE_NLS@
889 VERSION = @VERSION@
890 WINDRES = @WINDRES@
891 XCOMPOSITE_REQ_VERSION = @XCOMPOSITE_REQ_VERSION@
892 XFIXES_REQ_VERSION = @XFIXES_REQ_VERSION@
893 XGETTEXT = @XGETTEXT@
894 XGETTEXT_015 = @XGETTEXT_015@
895 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
896 XMKMF = @XMKMF@
897 XSLTPROC = @XSLTPROC@
898 abs_builddir = @abs_builddir@
899 abs_srcdir = @abs_srcdir@
900 abs_top_builddir = @abs_top_builddir@
901 abs_top_srcdir = @abs_top_srcdir@
902 ac_ct_AR = @ac_ct_AR@
903 ac_ct_CC = @ac_ct_CC@
904 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
905 am__include = @am__include@
906 am__leading_dot = @am__leading_dot@
907 am__quote = @am__quote@
908 am__tar = @am__tar@
909 am__untar = @am__untar@
910 bindir = @bindir@
911 build = @build@
912 build_alias = @build_alias@
913 build_cpu = @build_cpu@
914 build_os = @build_os@
915 build_vendor = @build_vendor@
916 builddir = @builddir@
917 datadir = @datadir@
918 datarootdir = @datarootdir@
919 docdir = @docdir@
920 dvidir = @dvidir@
921 exec_prefix = @exec_prefix@
922 host = @host@
923 host_alias = @host_alias@
924 host_cpu = @host_cpu@
925 host_os = @host_os@
926 host_vendor = @host_vendor@
927 htmldir = @htmldir@
928 includedir = @includedir@
929 infodir = @infodir@
930 install_sh = @install_sh@
931 libdir = @libdir@
932 libexecdir = @libexecdir@
933 localedir = @localedir@
934 localstatedir = @localstatedir@
935 mandir = @mandir@
936 mkdir_p = @mkdir_p@
937 oldincludedir = @oldincludedir@
938 pdfdir = @pdfdir@
939 prefix = @prefix@
940 program_transform_name = @program_transform_name@
941 psdir = @psdir@
942 sbindir = @sbindir@
943 sharedstatedir = @sharedstatedir@
944 srcdir = @srcdir@
945 sysconfdir = @sysconfdir@
946 target_alias = @target_alias@
947 top_build_prefix = @top_build_prefix@
948 top_builddir = @top_builddir@
949 top_srcdir = @top_srcdir@
950 QUIET_GEN = $(AM_V_GEN)
951 QUIET_LN = $(QUIET_LN_$(V))
952 QUIET_LN_ = $(QUIET_LN_$(AM_DEFAULT_VERBOSITY))
953 QUIET_LN_0 = @echo '  LN     '$@;
954 QUIET_RM = $(QUIET_RM_$(V))
955 QUIET_RM_ = $(QUIET_RM_$(AM_DEFAULT_VERBOSITY))
956 QUIET_RM_0 = @echo '  RM     '$@;
957 QUIET_SCAN = $(QUIET_SCAN_$(V))
958 QUIET_SCAN_ = $(QUIET_SCAN_$(AM_DEFAULT_VERBOSITY))
959 QUIET_SCAN_0 = @echo '  GISCAN '$@;
960 QUIET_COMP = $(QUIET_COMP_$(V))
961 QUIET_COMP_ = $(QUIET_COMP_$(AM_DEFAULT_VERBOSITY))
962 QUIET_COMP_0 = @echo '  GICOMP '$@;
963
964 # preamble
965 NULL = 
966
967 # common definitions
968 CLEANFILES = stamp-marshal stamp-enum-types $(am__append_56)
969
970 # config header
971
972 # version header
973
974 # Let the VS9/VS10 Project files be cleared out before they are re-expanded...
975 DISTCLEANFILES = clutter-config.h clutter-version.h $(marshal_h) \
976         $(marshal_c) $(glib_enum_h) $(glib_enum_c) $(pc_files) \
977         ../build/win32/vs9/clutter.vcproj \
978         ../build/win32/vs10/clutter.vcxproj \
979         ../build/win32/vs10/clutter.vcxproj.filters \
980         ../build/win32/gen-enums.bat
981
982 # key symbol update script
983 EXTRA_DIST = clutter-config.h.in clutter-version.h.in \
984         clutter-version.h clutter-keysyms-update.pl \
985         $(srcdir)/win32/invisible-cursor.cur \
986         $(srcdir)/win32/resources.rc $(NULL) $(srcdir)/$(cex_h).in \
987         cally/cally.pc.in $(marshal_list) $(enum_tmpl_h) \
988         $(enum_tmpl_c) clutter-config.h.win32 clutter.symbols $(NULL) \
989         abicheck.sh
990 BUILT_SOURCES = $(cex_h) $(marshal_h) $(marshal_c) $(glib_enum_h) \
991         $(glib_enum_c)
992 lib_LTLIBRARIES = libclutter-@CLUTTER_API_VERSION@.la
993 INCLUDES = \
994         -I$(top_srcdir)                                 \
995         -I$(top_srcdir)/clutter                         \
996         -I$(top_srcdir)/clutter/deprecated              \
997         -I$(top_srcdir)/clutter/cally                   \
998         -I$(top_builddir)                               \
999         -I$(top_builddir)/clutter                       \
1000         $(NULL)
1001
1002 AM_CPPFLAGS = \
1003         -DCLUTTER_PREFIX=\""$(prefix)"\"        \
1004         -DCLUTTER_LIBDIR=\""$(libdir)"\"        \
1005         -DCLUTTER_DATADIR=\""$(datadir)"\"      \
1006         -DCLUTTER_LOCALEDIR=\""$(localedir)"\"  \
1007         -DCLUTTER_SYSCONFDIR=\""$(sysconfdir)"\" \
1008         -DCLUTTER_COMPILATION=1                 \
1009         -DCOGL_ENABLE_EXPERIMENTAL_API          \
1010         -DG_LOG_DOMAIN=\"Clutter\"              \
1011         $(CLUTTER_DEPRECATED_CFLAGS)            \
1012         $(CLUTTER_DEBUG_CFLAGS)                 \
1013         $(CLUTTER_PROFILE_CFLAGS)               \
1014         $(NULL)
1015
1016 AM_CFLAGS = $(CLUTTER_CFLAGS) $(MAINTAINER_CFLAGS) $(GCOV_CFLAGS) \
1017         $(am__append_47)
1018
1019 # these are the gir files we generate using g-ir-scanner
1020 INTROSPECTION_GIRS = $(am__append_53) $(am__append_54) \
1021         $(am__append_55)
1022
1023 # the base include path for headers
1024 clutter_base_includedir = $(includedir)/clutter-$(CLUTTER_API_VERSION)
1025 clutter_includedir = $(clutter_base_includedir)/clutter
1026 clutter_deprecateddir = $(clutter_base_includedir)/clutter/deprecated
1027
1028 # pkg-config files
1029 pc_files = clutter-$(CLUTTER_API_VERSION).pc $(am__append_7) \
1030         $(am__append_12) $(am__append_15) $(am__append_20) \
1031         $(am__append_24) $(am__append_35) $(am__append_39) \
1032         $(am__append_42) $(am__append_46) $(am__append_52) \
1033         cally/cally-$(CLUTTER_API_VERSION).pc
1034
1035 # common sources - please, keep these sorted alphabetically
1036 source_h = \
1037         $(srcdir)/clutter-action.h              \
1038         $(srcdir)/clutter-actor-meta.h          \
1039         $(srcdir)/clutter-actor.h               \
1040         $(srcdir)/clutter-align-constraint.h    \
1041         $(srcdir)/clutter-alpha.h               \
1042         $(srcdir)/clutter-animatable.h          \
1043         $(srcdir)/clutter-animation.h           \
1044         $(srcdir)/clutter-animator.h            \
1045         $(srcdir)/clutter-backend.h             \
1046         $(srcdir)/clutter-bind-constraint.h     \
1047         $(srcdir)/clutter-binding-pool.h        \
1048         $(srcdir)/clutter-bin-layout.h          \
1049         $(srcdir)/clutter-blur-effect.h         \
1050         $(srcdir)/clutter-box-layout.h          \
1051         $(srcdir)/clutter-brightness-contrast-effect.h  \
1052         $(srcdir)/clutter-cairo-texture.h       \
1053         $(srcdir)/clutter-canvas.h              \
1054         $(srcdir)/clutter-child-meta.h          \
1055         $(srcdir)/clutter-click-action.h        \
1056         $(srcdir)/clutter-cogl-compat.h         \
1057         $(srcdir)/clutter-clone.h               \
1058         $(srcdir)/clutter-color-static.h        \
1059         $(srcdir)/clutter-color.h               \
1060         $(srcdir)/clutter-colorize-effect.h     \
1061         $(srcdir)/clutter-constraint.h          \
1062         $(srcdir)/clutter-container.h           \
1063         $(srcdir)/clutter-content.h             \
1064         $(srcdir)/clutter-deform-effect.h       \
1065         $(srcdir)/clutter-deprecated.h          \
1066         $(srcdir)/clutter-desaturate-effect.h   \
1067         $(srcdir)/clutter-device-manager.h      \
1068         $(srcdir)/clutter-drag-action.h         \
1069         $(srcdir)/clutter-drop-action.h         \
1070         $(srcdir)/clutter-effect.h              \
1071         $(srcdir)/clutter-enums.h               \
1072         $(srcdir)/clutter-event.h               \
1073         $(srcdir)/clutter-feature.h             \
1074         $(srcdir)/clutter-fixed-layout.h        \
1075         $(srcdir)/clutter-flow-layout.h         \
1076         $(srcdir)/clutter-gesture-action.h      \
1077         $(srcdir)/clutter-group.h               \
1078         $(srcdir)/clutter-image.h               \
1079         $(srcdir)/clutter-input-device.h        \
1080         $(srcdir)/clutter-interval.h            \
1081         $(srcdir)/clutter-keysyms.h             \
1082         $(srcdir)/clutter-layout-manager.h      \
1083         $(srcdir)/clutter-layout-meta.h         \
1084         $(srcdir)/clutter-list-model.h          \
1085         $(srcdir)/clutter-macros.h              \
1086         $(srcdir)/clutter-main.h                \
1087         $(srcdir)/clutter-media.h               \
1088         $(srcdir)/clutter-model.h               \
1089         $(srcdir)/clutter-offscreen-effect.h    \
1090         $(srcdir)/clutter-page-turn-effect.h    \
1091         $(srcdir)/clutter-paint-nodes.h         \
1092         $(srcdir)/clutter-paint-node.h          \
1093         $(srcdir)/clutter-path-constraint.h     \
1094         $(srcdir)/clutter-path.h                \
1095         $(srcdir)/clutter-property-transition.h \
1096         $(srcdir)/clutter-script.h              \
1097         $(srcdir)/clutter-scriptable.h          \
1098         $(srcdir)/clutter-settings.h            \
1099         $(srcdir)/clutter-shader-effect.h       \
1100         $(srcdir)/clutter-shader-types.h        \
1101         $(srcdir)/clutter-swipe-action.h        \
1102         $(srcdir)/clutter-snap-constraint.h     \
1103         $(srcdir)/clutter-stage.h               \
1104         $(srcdir)/clutter-stage-manager.h       \
1105         $(srcdir)/clutter-state.h               \
1106         $(srcdir)/clutter-table-layout.h        \
1107         $(srcdir)/clutter-texture.h             \
1108         $(srcdir)/clutter-text.h                \
1109         $(srcdir)/clutter-text-buffer.h         \
1110         $(srcdir)/clutter-timeline.h            \
1111         $(srcdir)/clutter-transition.h          \
1112         $(srcdir)/clutter-types.h               \
1113         $(srcdir)/clutter-units.h               \
1114         $(NULL)
1115
1116 source_c = \
1117         $(srcdir)/clutter-action.c              \
1118         $(srcdir)/clutter-actor-box.c           \
1119         $(srcdir)/clutter-actor-meta.c          \
1120         $(srcdir)/clutter-actor.c               \
1121         $(srcdir)/clutter-align-constraint.c    \
1122         $(srcdir)/clutter-alpha.c               \
1123         $(srcdir)/clutter-animatable.c          \
1124         $(srcdir)/clutter-animation.c           \
1125         $(srcdir)/clutter-animator.c            \
1126         $(srcdir)/clutter-backend.c             \
1127         $(srcdir)/clutter-bezier.c              \
1128         $(srcdir)/clutter-bind-constraint.c     \
1129         $(srcdir)/clutter-binding-pool.c        \
1130         $(srcdir)/clutter-bin-layout.c          \
1131         $(srcdir)/clutter-blur-effect.c         \
1132         $(srcdir)/clutter-box-layout.c          \
1133         $(srcdir)/clutter-brightness-contrast-effect.c  \
1134         $(srcdir)/clutter-cairo-texture.c       \
1135         $(srcdir)/clutter-canvas.c              \
1136         $(srcdir)/clutter-child-meta.c          \
1137         $(srcdir)/clutter-click-action.c        \
1138         $(srcdir)/clutter-clone.c               \
1139         $(srcdir)/clutter-color.c               \
1140         $(srcdir)/clutter-colorize-effect.c     \
1141         $(srcdir)/clutter-constraint.c          \
1142         $(srcdir)/clutter-container.c           \
1143         $(srcdir)/clutter-content.c             \
1144         $(srcdir)/clutter-deform-effect.c       \
1145         $(srcdir)/clutter-desaturate-effect.c   \
1146         $(srcdir)/clutter-device-manager.c      \
1147         $(srcdir)/clutter-drag-action.c         \
1148         $(srcdir)/clutter-drop-action.c         \
1149         $(srcdir)/clutter-effect.c              \
1150         $(srcdir)/clutter-event.c               \
1151         $(srcdir)/clutter-feature.c             \
1152         $(srcdir)/clutter-fixed-layout.c        \
1153         $(srcdir)/clutter-flatten-effect.c      \
1154         $(srcdir)/clutter-flow-layout.c         \
1155         $(srcdir)/clutter-gesture-action.c      \
1156         $(srcdir)/clutter-image.c               \
1157         $(srcdir)/clutter-input-device.c        \
1158         $(srcdir)/clutter-interval.c            \
1159         $(srcdir)/clutter-keysyms-table.c       \
1160         $(srcdir)/clutter-layout-manager.c      \
1161         $(srcdir)/clutter-layout-meta.c         \
1162         $(srcdir)/clutter-list-model.c          \
1163         $(srcdir)/clutter-main.c                \
1164         $(srcdir)/clutter-master-clock.c        \
1165         $(srcdir)/clutter-media.c               \
1166         $(srcdir)/clutter-model.c               \
1167         $(srcdir)/clutter-offscreen-effect.c    \
1168         $(srcdir)/clutter-page-turn-effect.c    \
1169         $(srcdir)/clutter-paint-nodes.c         \
1170         $(srcdir)/clutter-paint-node.c          \
1171         $(srcdir)/clutter-path-constraint.c     \
1172         $(srcdir)/clutter-path.c                \
1173         $(srcdir)/clutter-property-transition.c \
1174         $(srcdir)/clutter-script.c              \
1175         $(srcdir)/clutter-script-parser.c       \
1176         $(srcdir)/clutter-scriptable.c          \
1177         $(srcdir)/clutter-settings.c            \
1178         $(srcdir)/clutter-shader-effect.c       \
1179         $(srcdir)/clutter-shader-types.c        \
1180         $(srcdir)/clutter-swipe-action.c        \
1181         $(srcdir)/clutter-snap-constraint.c     \
1182         $(srcdir)/clutter-stage.c               \
1183         $(srcdir)/clutter-stage-manager.c       \
1184         $(srcdir)/clutter-stage-window.c        \
1185         $(srcdir)/clutter-state.c               \
1186         $(srcdir)/clutter-table-layout.c        \
1187         $(srcdir)/clutter-texture.c             \
1188         $(srcdir)/clutter-text.c                \
1189         $(srcdir)/clutter-text-buffer.c         \
1190         $(srcdir)/clutter-transition.c          \
1191         $(srcdir)/clutter-timeline.c            \
1192         $(srcdir)/clutter-units.c               \
1193         $(srcdir)/clutter-util.c                \
1194         $(srcdir)/clutter-paint-volume.c        \
1195         $(NULL)
1196
1197
1198 # private headers; these should not be distributed or introspected
1199 source_h_priv = \
1200         $(srcdir)/clutter-actor-meta-private.h          \
1201         $(srcdir)/clutter-actor-private.h               \
1202         $(srcdir)/clutter-backend-private.h             \
1203         $(srcdir)/clutter-bezier.h                      \
1204         $(srcdir)/clutter-content-private.h             \
1205         $(srcdir)/clutter-debug.h                       \
1206         $(srcdir)/clutter-device-manager-private.h      \
1207         $(srcdir)/clutter-easing.h                      \
1208         $(srcdir)/clutter-effect-private.h              \
1209         $(srcdir)/clutter-event-translator.h            \
1210         $(srcdir)/clutter-event-private.h               \
1211         $(srcdir)/clutter-flatten-effect.h              \
1212         $(srcdir)/clutter-id-pool.h                     \
1213         $(srcdir)/clutter-master-clock.h                \
1214         $(srcdir)/clutter-model-private.h               \
1215         $(srcdir)/clutter-offscreen-effect-private.h    \
1216         $(srcdir)/clutter-paint-node-private.h          \
1217         $(srcdir)/clutter-paint-volume-private.h        \
1218         $(srcdir)/clutter-private.h                     \
1219         $(srcdir)/clutter-profile.h                     \
1220         $(srcdir)/clutter-script-private.h              \
1221         $(srcdir)/clutter-settings-private.h            \
1222         $(srcdir)/clutter-stage-manager-private.h       \
1223         $(srcdir)/clutter-stage-private.h               \
1224         $(srcdir)/clutter-stage-window.h                \
1225         $(NULL)
1226
1227
1228 # private source code; these should not be introspected
1229 source_c_priv = \
1230         $(srcdir)/clutter-easing.c              \
1231         $(srcdir)/clutter-event-translator.c    \
1232         $(srcdir)/clutter-id-pool.c             \
1233         $(srcdir)/clutter-profile.c             \
1234         $(NULL)
1235
1236
1237 # deprecated installed headers
1238 deprecated_h = \
1239         $(srcdir)/deprecated/clutter-actor.h                    \
1240         $(srcdir)/deprecated/clutter-animatable.h               \
1241         $(srcdir)/deprecated/clutter-animation.h                \
1242         $(srcdir)/deprecated/clutter-backend.h                  \
1243         $(srcdir)/deprecated/clutter-behaviour.h                \
1244         $(srcdir)/deprecated/clutter-behaviour-depth.h          \
1245         $(srcdir)/deprecated/clutter-behaviour-ellipse.h        \
1246         $(srcdir)/deprecated/clutter-behaviour-opacity.h        \
1247         $(srcdir)/deprecated/clutter-behaviour-path.h           \
1248         $(srcdir)/deprecated/clutter-behaviour-rotate.h         \
1249         $(srcdir)/deprecated/clutter-behaviour-scale.h          \
1250         $(srcdir)/deprecated/clutter-box.h                      \
1251         $(srcdir)/deprecated/clutter-cairo-texture.h            \
1252         $(srcdir)/deprecated/clutter-container.h                \
1253         $(srcdir)/deprecated/clutter-fixed.h                    \
1254         $(srcdir)/deprecated/clutter-frame-source.h             \
1255         $(srcdir)/deprecated/clutter-group.h                    \
1256         $(srcdir)/deprecated/clutter-keysyms.h                  \
1257         $(srcdir)/deprecated/clutter-main.h                     \
1258         $(srcdir)/deprecated/clutter-rectangle.h                \
1259         $(srcdir)/deprecated/clutter-score.h                    \
1260         $(srcdir)/deprecated/clutter-shader.h                   \
1261         $(srcdir)/deprecated/clutter-stage-manager.h            \
1262         $(srcdir)/deprecated/clutter-stage.h                    \
1263         $(srcdir)/deprecated/clutter-texture.h                  \
1264         $(srcdir)/deprecated/clutter-timeline.h                 \
1265         $(srcdir)/deprecated/clutter-timeout-pool.h             \
1266         $(srcdir)/deprecated/clutter-util.h                     \
1267         $(NULL)
1268
1269
1270 # deprecated source code
1271 deprecated_c = \
1272         $(srcdir)/deprecated/clutter-actor-deprecated.c         \
1273         $(srcdir)/deprecated/clutter-behaviour.c                \
1274         $(srcdir)/deprecated/clutter-behaviour-depth.c          \
1275         $(srcdir)/deprecated/clutter-behaviour-ellipse.c        \
1276         $(srcdir)/deprecated/clutter-behaviour-opacity.c        \
1277         $(srcdir)/deprecated/clutter-behaviour-path.c           \
1278         $(srcdir)/deprecated/clutter-behaviour-rotate.c         \
1279         $(srcdir)/deprecated/clutter-behaviour-scale.c          \
1280         $(srcdir)/deprecated/clutter-box.c                      \
1281         $(srcdir)/deprecated/clutter-fixed.c                    \
1282         $(srcdir)/deprecated/clutter-frame-source.c             \
1283         $(srcdir)/deprecated/clutter-group.c                    \
1284         $(srcdir)/deprecated/clutter-rectangle.c                \
1285         $(srcdir)/deprecated/clutter-score.c                    \
1286         $(srcdir)/deprecated/clutter-shader.c                   \
1287         $(srcdir)/deprecated/clutter-timeout-pool.c             \
1288         $(NULL)
1289
1290
1291 # deprecated private headers; these should not be installed
1292 deprecated_h_priv = \
1293         $(srcdir)/deprecated/clutter-timeout-interval.h \
1294         $(NULL)
1295
1296
1297 # deprecated private source code; these should not be introspected
1298 deprecated_c_priv = \
1299         $(srcdir)/deprecated/clutter-timeout-interval.c \
1300         $(NULL)
1301
1302
1303 # built sources
1304 built_source_c = \
1305         clutter-enum-types.c                    \
1306         clutter-marshal.c                       \
1307         $(NULL)
1308
1309
1310 # built headers
1311 built_source_h = \
1312         clutter-enum-types.h                    \
1313         clutter-marshal.h                       \
1314         $(NULL)
1315
1316
1317 # in order to be compatible with Clutter < 1.10, when we shipped a single
1318 # shared library whose name was determined by the single backend it
1319 # supported, we need to install symbolic links so that existing applications
1320 # using Clutter won't break in the Brave New World of multi-backend support
1321 # in the same shared object.
1322 compat_libs = $(am__append_16) $(am__append_36)
1323
1324 # backends source listings
1325 #
1326 #   backend_source_c := source code
1327 #   backend_source_h := installed public headers
1328 #   backend_source_c_priv := source that should not be scanned by g-i
1329 #   backend_source_h_priv := private headers
1330 #   backend_source_built := built sources
1331 #
1332 backend_source_c = $(am__append_4) $(am__append_9) $(am__append_14) \
1333         $(am__append_18) $(am__append_22) $(am__append_33) \
1334         $(am__append_38) $(am__append_41) $(am__append_44) \
1335         $(am__append_49)
1336 backend_source_h = $(am__append_3) $(am__append_8) $(am__append_13) \
1337         $(am__append_17) $(am__append_21) $(am__append_29) \
1338         $(am__append_32) $(am__append_40) $(am__append_43) \
1339         $(am__append_48)
1340 backend_source_c_priv = $(am__append_6) $(am__append_11) \
1341         $(am__append_25) $(am__append_27) $(am__append_30) \
1342         $(am__append_51)
1343 backend_source_h_priv = $(am__append_5) $(am__append_10) \
1344         $(am__append_19) $(am__append_23) $(am__append_26) \
1345         $(am__append_28) $(am__append_31) $(am__append_34) \
1346         $(am__append_37) $(am__append_45) $(am__append_50)
1347 backend_source_built = 
1348
1349 # X11 backend rules
1350 x11_source_c = $(srcdir)/x11/clutter-backend-x11.c \
1351         $(srcdir)/x11/clutter-device-manager-core-x11.c \
1352         $(srcdir)/x11/clutter-event-x11.c \
1353         $(srcdir)/x11/clutter-input-device-core-x11.c \
1354         $(srcdir)/x11/clutter-keymap-x11.c \
1355         $(srcdir)/x11/clutter-stage-x11.c \
1356         $(srcdir)/x11/clutter-x11-texture-pixmap.c $(NULL) \
1357         $(am__append_1)
1358 x11_source_h = \
1359         $(srcdir)/x11/clutter-x11.h                     \
1360         $(srcdir)/x11/clutter-x11-texture-pixmap.h      \
1361         $(NULL)
1362
1363 x11_source_h_priv = $(srcdir)/x11/clutter-backend-x11.h \
1364         $(srcdir)/x11/clutter-device-manager-core-x11.h \
1365         $(srcdir)/x11/clutter-input-device-core-x11.h \
1366         $(srcdir)/x11/clutter-keymap-x11.h \
1367         $(srcdir)/x11/clutter-settings-x11.h \
1368         $(srcdir)/x11/clutter-stage-x11.h $(NULL) $(am__append_2)
1369 x11_source_c_priv = \
1370         $(srcdir)/x11/xsettings/xsettings-client.c      \
1371         $(srcdir)/x11/xsettings/xsettings-client.h      \
1372         $(srcdir)/x11/xsettings/xsettings-common.c      \
1373         $(srcdir)/x11/xsettings/xsettings-common.h      \
1374         $(NULL)
1375
1376
1377 # the list of files we want to introspect on X11
1378 @SUPPORT_X11_TRUE@x11_introspection = $(x11_source_c) $(x11_source_h)
1379 @SUPPORT_X11_TRUE@clutterx11_includedir = $(clutter_includedir)/x11
1380 @SUPPORT_X11_TRUE@clutterx11_include_HEADERS = $(x11_source_h)
1381
1382 # Shared cogl backend files
1383 cogl_source_h = 
1384 cogl_source_c = \
1385         $(srcdir)/cogl/clutter-stage-cogl.c     \
1386         $(NULL)
1387
1388 cogl_source_h_priv = \
1389         $(srcdir)/cogl/clutter-stage-cogl.h     \
1390         $(NULL)
1391
1392 cogl_source_c_priv = 
1393
1394 # For compatibility with the old GLX backend
1395 #
1396 # Note: there wasn't actually anything GLX specific so we can add
1397 # the compatibility if clutter supports x11
1398 glx_source_c = $(srcdir)/x11/clutter-glx-texture-pixmap.c
1399 glx_source_h = $(srcdir)/x11/clutter-glx-texture-pixmap.h \
1400                $(srcdir)/x11/clutter-glx.h
1401
1402 @SUPPORT_X11_TRUE@clutterglx_includedir = $(clutter_includedir)/glx
1403 @SUPPORT_X11_TRUE@clutterglx_include_HEADERS = $(glx_source_h)
1404
1405 # GDK backend rules
1406 gdk_source_c = \
1407         $(srcdir)/gdk/clutter-backend-gdk.c             \
1408         $(srcdir)/gdk/clutter-device-manager-gdk.c      \
1409         $(srcdir)/gdk/clutter-input-device-gdk.c        \
1410         $(srcdir)/gdk/clutter-event-gdk.c               \
1411         $(srcdir)/gdk/clutter-stage-gdk.c               \
1412         $(NULL)
1413
1414 gdk_source_h = \
1415         $(srcdir)/gdk/clutter-gdk.h                     \
1416         $(NULL)
1417
1418 gdk_source_h_priv = \
1419         $(srcdir)/gdk/clutter-settings-gdk.h            \
1420         $(srcdir)/gdk/clutter-backend-gdk.h             \
1421         $(srcdir)/gdk/clutter-device-manager-gdk.h      \
1422         $(srcdir)/gdk/clutter-input-device-gdk.h        \
1423         $(srcdir)/gdk/clutter-stage-gdk.h               \
1424         $(NULL)
1425
1426 @SUPPORT_GDK_TRUE@cluttergdk_includedir = $(clutter_includedir)/gdk
1427 @SUPPORT_GDK_TRUE@cluttergdk_include_HEADERS = $(gdk_source_h)
1428 @SUPPORT_GDK_TRUE@gdk_introspection = $(gdk_source_c) $(gdk_source_h)
1429
1430 # Windows backend rules
1431 win32_source_c = \
1432         $(srcdir)/win32/clutter-backend-win32.c         \
1433         $(srcdir)/win32/clutter-device-manager-win32.c  \
1434         $(srcdir)/win32/clutter-event-win32.c           \
1435         $(srcdir)/win32/clutter-stage-win32.c           \
1436         $(NULL)
1437
1438 win32_source_h = \
1439         $(srcdir)/win32/clutter-win32.h                 \
1440         $(NULL)
1441
1442 win32_source_h_priv = \
1443         $(srcdir)/win32/clutter-backend-win32.h         \
1444         $(srcdir)/win32/clutter-device-manager-win32.h  \
1445         $(srcdir)/win32/clutter-stage-win32.h           \
1446         $(NULL)
1447
1448 @SUPPORT_WIN32_TRUE@win32_resources = win32/resources.o
1449 @SUPPORT_WIN32_TRUE@win32_resources_ldflag = -Wl,win32/resources.o
1450 @SUPPORT_WIN32_TRUE@clutterwin_includedir = $(clutter_includedir)/win32
1451 @SUPPORT_WIN32_TRUE@clutterwin_include_HEADERS = $(win32_source_h)
1452 egl_tslib_h = $(srcdir)/tslib/clutter-event-tslib.h
1453 egl_tslib_c = $(srcdir)/tslib/clutter-event-tslib.c
1454 evdev_c_priv = \
1455         $(srcdir)/evdev/clutter-device-manager-evdev.c  \
1456         $(srcdir)/evdev/clutter-input-device-evdev.c    \
1457         $(NULL)
1458
1459 evdev_h_priv = \
1460         $(srcdir)/evdev/clutter-device-manager-evdev.h  \
1461         $(srcdir)/evdev/clutter-input-device-evdev.h    \
1462         $(NULL)
1463
1464 evdev_h = $(srcdir)/evdev/clutter-evdev.h
1465 @USE_EVDEV_TRUE@clutterevdev_includedir = $(clutter_includedir)/evdev
1466 @USE_EVDEV_TRUE@clutterevdev_include_HEADERS = $(evdev_h)
1467 cex_source_h_priv = $(srcdir)/cex100/clutter-backend-cex100.h
1468 cex_source_c = $(srcdir)/cex100/clutter-backend-cex100.c
1469 cex_h = cex100/clutter-cex100.h
1470 @SUPPORT_CEX100_TRUE@cluttercex100_includedir = $(clutter_includedir)/cex100
1471 @SUPPORT_CEX100_TRUE@cluttercex100_include_HEADERS = $(cex_h)
1472
1473 # EGL backend rules
1474 egl_source_h = \
1475         $(srcdir)/egl/clutter-egl-headers.h     \
1476         $(srcdir)/egl/clutter-egl.h             \
1477         $(NULL)
1478
1479 egl_source_h_priv = $(srcdir)/egl/clutter-backend-eglnative.h
1480 egl_source_c = $(srcdir)/egl/clutter-backend-eglnative.c
1481 @SUPPORT_WAYLAND_TRUE@clutterwayland_includedir = $(clutter_includedir)/wayland
1482 @SUPPORT_WAYLAND_TRUE@clutterwayland_include_HEADERS = $(srcdir)/wayland/clutter-wayland.h
1483 @SUPPORT_WAYLAND_COMPOSITOR_TRUE@wayland_compositor_source_h = \
1484 @SUPPORT_WAYLAND_COMPOSITOR_TRUE@       $(srcdir)/wayland/clutter-wayland-compositor.h          \
1485 @SUPPORT_WAYLAND_COMPOSITOR_TRUE@       $(srcdir)/wayland/clutter-wayland-surface.h
1486
1487 @SUPPORT_WAYLAND_COMPOSITOR_TRUE@wayland_compositor_includedir = $(clutter_includedir)/wayland
1488 @SUPPORT_WAYLAND_COMPOSITOR_TRUE@wayland_compositor_include_HEADERS = $(wayland_compositor_source_h)
1489 @SUPPORT_EGL_TRUE@clutteregl_includedir = $(clutter_includedir)/egl
1490 @SUPPORT_EGL_TRUE@clutteregl_include_HEADERS = $(egl_source_h)
1491
1492 # OSX backend rules
1493 osx_source_c = \
1494         $(srcdir)/osx/clutter-backend-osx.c     \
1495         $(srcdir)/osx/clutter-stage-osx.c       \
1496         $(NULL)
1497
1498 osx_source_h = $(srcdir)/osx/clutter-osx.h
1499 osx_source_h_priv = \
1500         $(srcdir)/osx/clutter-backend-osx.h     \
1501         $(srcdir)/osx/clutter-event-loop-osx.h  \
1502         $(srcdir)/osx/clutter-stage-osx.h       \
1503         $(srcdir)/osx/clutter-device-manager-osx.h \
1504         $(NULL)
1505
1506 osx_source_c_priv = \
1507         $(srcdir)/osx/clutter-event-loop-osx.c  \
1508         $(srcdir)/osx/clutter-event-osx.c       \
1509         $(srcdir)/osx/clutter-device-manager-osx.c \
1510         $(NULL)
1511
1512 @SUPPORT_OSX_TRUE@clutterosx_includedir = $(clutter_includedir)/osx
1513 @SUPPORT_OSX_TRUE@clutterosx_include_HEADERS = $(osx_source_h)
1514
1515 # cally
1516 cally_sources_h = \
1517         $(srcdir)/cally/cally-actor.h           \
1518         $(srcdir)/cally/cally-clone.h           \
1519         $(srcdir)/cally/cally-factory.h         \
1520         $(srcdir)/cally/cally-group.h           \
1521         $(srcdir)/cally/cally.h                 \
1522         $(srcdir)/cally/cally-main.h            \
1523         $(srcdir)/cally/cally-rectangle.h       \
1524         $(srcdir)/cally/cally-root.h            \
1525         $(srcdir)/cally/cally-stage.h           \
1526         $(srcdir)/cally/cally-text.h            \
1527         $(srcdir)/cally/cally-texture.h         \
1528         $(srcdir)/cally/cally-util.h            \
1529         $(NULL)
1530
1531 cally_sources_c = \
1532         $(srcdir)/cally/cally-actor.c           \
1533         $(srcdir)/cally/cally.c                 \
1534         $(srcdir)/cally/cally-clone.c           \
1535         $(srcdir)/cally/cally-group.c           \
1536         $(srcdir)/cally/cally-rectangle.c       \
1537         $(srcdir)/cally/cally-root.c            \
1538         $(srcdir)/cally/cally-stage.c           \
1539         $(srcdir)/cally/cally-text.c            \
1540         $(srcdir)/cally/cally-texture.c         \
1541         $(srcdir)/cally/cally-util.c            \
1542         $(NULL)
1543
1544 cally_sources_private = \
1545         $(srcdir)/cally/cally-actor-private.h   \
1546         $(NULL)
1547
1548 cally_includedir = $(clutter_base_includedir)/cally
1549 cally_include_HEADERS = $(cally_sources_h)
1550
1551 # general build rules:
1552 # you should not need to modify anything below this point
1553
1554 # glib-genmarshal rules
1555 glib_marshal_list = clutter-marshal.list
1556 glib_marshal_prefix = _clutter_marshal
1557 marshal_h = $(glib_marshal_list:.list=.h)
1558 marshal_c = $(glib_marshal_list:.list=.c)
1559 marshal_list = $(addprefix $(srcdir)/, $(glib_marshal_list))
1560
1561 # glib-mkenums rules
1562 glib_enum_h = clutter-enum-types.h
1563 glib_enum_c = clutter-enum-types.c
1564 glib_enum_headers = $(source_h) $(backend_source_h)
1565 enum_tmpl_h = $(addprefix $(srcdir)/, $(glib_enum_h:.h=.h.in))
1566 enum_tmpl_c = $(addprefix $(srcdir)/, $(glib_enum_c:.c=.c.in))
1567 pkgconfigdir = $(libdir)/pkgconfig
1568 pkgconfig_DATA = $(pc_files)
1569 clutter_include_HEADERS = \
1570         $(source_h) \
1571         $(top_srcdir)/clutter/clutter.h \
1572         $(top_builddir)/clutter/clutter-version.h
1573
1574 nodist_clutter_include_HEADERS = \
1575         $(top_builddir)/clutter/clutter-config.h \
1576         $(built_source_h)
1577
1578 clutter_deprecated_HEADERS = $(deprecated_h)
1579 libclutter_@CLUTTER_API_VERSION@_la_LIBADD = \
1580         -lm \
1581         $(CLUTTER_LIBS) \
1582         $(CLUTTER_PROFILE_LIBS)
1583
1584 libclutter_@CLUTTER_API_VERSION@_la_DEPENDENCIES = \
1585         $(win32_resources)
1586
1587 libclutter_@CLUTTER_API_VERSION@_la_SOURCES = \
1588         $(backend_source_c) \
1589         $(backend_source_h) \
1590         $(backend_source_c_priv) \
1591         $(backend_source_h_priv) \
1592         $(source_c) \
1593         $(source_h) \
1594         $(source_c_priv) \
1595         $(source_h_priv) \
1596         $(deprecated_c) \
1597         $(deprecated_h) \
1598         $(deprecated_c_priv) \
1599         $(deprecated_h_priv) \
1600         $(cally_sources_c) \
1601         $(cally_sources_h) \
1602         $(cally_sources_private) \
1603         $(NULL)
1604
1605 nodist_libclutter_@CLUTTER_API_VERSION@_la_SOURCES = \
1606         $(backend_source_built) \
1607         $(built_source_c) \
1608         $(built_source_h)
1609
1610 libclutter_@CLUTTER_API_VERSION@_la_LDFLAGS = \
1611         $(CLUTTER_LINK_FLAGS) \
1612         $(CLUTTER_LT_LDFLAGS) \
1613         $(GCOV_LDFLAGS) \
1614         -export-dynamic \
1615         -export-symbols-regex "^(clutter|cally).*" \
1616         -rpath $(libdir) \
1617         $(win32_resources_ldflag) \
1618         $(NULL)
1619
1620 @HAVE_INTROSPECTION_TRUE@Clutter_@CLUTTER_API_VERSION_AM@_gir_NAMESPACE = Clutter
1621 @HAVE_INTROSPECTION_TRUE@Clutter_@CLUTTER_API_VERSION_AM@_gir_VERSION = @CLUTTER_API_VERSION@
1622 @HAVE_INTROSPECTION_TRUE@Clutter_@CLUTTER_API_VERSION_AM@_gir_LIBS = libclutter-@CLUTTER_API_VERSION@.la
1623 @HAVE_INTROSPECTION_TRUE@Clutter_@CLUTTER_API_VERSION_AM@_gir_FILES = \
1624 @HAVE_INTROSPECTION_TRUE@       $(clutter_include_HEADERS) \
1625 @HAVE_INTROSPECTION_TRUE@       $(clutter_deprecated_HEADERS) \
1626 @HAVE_INTROSPECTION_TRUE@       $(nodist_clutter_include_HEADERS) \
1627 @HAVE_INTROSPECTION_TRUE@       $(source_c) \
1628 @HAVE_INTROSPECTION_TRUE@       $(deprecated_c) \
1629 @HAVE_INTROSPECTION_TRUE@       $(built_source_c)
1630
1631 @HAVE_INTROSPECTION_TRUE@Clutter_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(CLUTTER_CFLAGS) $(AM_CPPFLAGS)
1632 @HAVE_INTROSPECTION_TRUE@Clutter_@CLUTTER_API_VERSION_AM@_gir_INCLUDES = GL-1.0 GObject-2.0 cairo-1.0 Cogl-1.0 CoglPango-1.0 Atk-1.0 Json-1.0
1633 @HAVE_INTROSPECTION_TRUE@Clutter_@CLUTTER_API_VERSION_AM@_gir_SCANNERFLAGS = \
1634 @HAVE_INTROSPECTION_TRUE@       --warn-all \
1635 @HAVE_INTROSPECTION_TRUE@       --c-include='clutter/clutter.h' \
1636 @HAVE_INTROSPECTION_TRUE@       --pkg-export=clutter-@CLUTTER_API_VERSION@
1637
1638 @HAVE_INTROSPECTION_TRUE@Cally_@CLUTTER_API_VERSION_AM@_gir_NAMESPACE = Cally
1639 @HAVE_INTROSPECTION_TRUE@Cally_@CLUTTER_API_VERSION_AM@_gir_VERSION = @CLUTTER_API_VERSION@
1640 @HAVE_INTROSPECTION_TRUE@Cally_@CLUTTER_API_VERSION_AM@_gir_LIBS = libclutter-@CLUTTER_API_VERSION@.la
1641 @HAVE_INTROSPECTION_TRUE@Cally_@CLUTTER_API_VERSION_AM@_gir_FILES = $(cally_sources_h) $(cally_sources_c)
1642 @HAVE_INTROSPECTION_TRUE@Cally_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(CLUTTER_CFLAGS) $(AM_CPPFLAGS)
1643 @HAVE_INTROSPECTION_TRUE@Cally_@CLUTTER_API_VERSION_AM@_gir_SCANNERFLAGS = \
1644 @HAVE_INTROSPECTION_TRUE@       --identifier-prefix=Cally \
1645 @HAVE_INTROSPECTION_TRUE@       --symbol-prefix=cally \
1646 @HAVE_INTROSPECTION_TRUE@       --c-include='cally/cally.h' \
1647 @HAVE_INTROSPECTION_TRUE@       --pkg-export=cally-@CLUTTER_API_VERSION@ \
1648 @HAVE_INTROSPECTION_TRUE@       --include-uninstalled=$(top_builddir)/clutter/Clutter-@CLUTTER_API_VERSION@.gir
1649
1650 @HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@ClutterX11_@CLUTTER_API_VERSION_AM@_gir_SCANNERFLAGS = \
1651 @HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@     --identifier-prefix=ClutterX11 \
1652 @HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@     --symbol-prefix=clutter_x11 \
1653 @HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@     --c-include='clutter/x11/clutter-x11.h' \
1654 @HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@     --pkg-export=clutter-x11-@CLUTTER_API_VERSION@ \
1655 @HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@     --include-uninstalled=$(top_builddir)/clutter/Clutter-@CLUTTER_API_VERSION@.gir
1656
1657 @HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@ClutterX11_@CLUTTER_API_VERSION_AM@_gir_INCLUDES = xlib-2.0
1658 @HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@ClutterX11_@CLUTTER_API_VERSION_AM@_gir_LIBS = libclutter-@CLUTTER_API_VERSION@.la
1659 @HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@ClutterX11_@CLUTTER_API_VERSION_AM@_gir_FILES = $(x11_introspection)
1660 @HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@ClutterX11_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(CLUTTER_CFLAGS) $(AM_CPPFLAGS)
1661 @HAVE_INTROSPECTION_TRUE@@SUPPORT_GDK_TRUE@ClutterGdk_@CLUTTER_API_VERSION_AM@_gir_SCANNERFLAGS = \
1662 @HAVE_INTROSPECTION_TRUE@@SUPPORT_GDK_TRUE@     --identifier-prefix=ClutterGdk \
1663 @HAVE_INTROSPECTION_TRUE@@SUPPORT_GDK_TRUE@     --symbol-prefix=clutter_gdk \
1664 @HAVE_INTROSPECTION_TRUE@@SUPPORT_GDK_TRUE@     --c-include='clutter/gdk/clutter-gdk.h' \
1665 @HAVE_INTROSPECTION_TRUE@@SUPPORT_GDK_TRUE@     --pkg-export=clutter-gdk-@CLUTTER_API_VERSION@ \
1666 @HAVE_INTROSPECTION_TRUE@@SUPPORT_GDK_TRUE@     --include-uninstalled=$(top_builddir)/clutter/Clutter-@CLUTTER_API_VERSION@.gir
1667
1668 @HAVE_INTROSPECTION_TRUE@@SUPPORT_GDK_TRUE@ClutterGdk_@CLUTTER_API_VERSION_AM@_gir_INCLUDES = Gdk-3.0
1669 @HAVE_INTROSPECTION_TRUE@@SUPPORT_GDK_TRUE@ClutterGdk_@CLUTTER_API_VERSION_AM@_gir_LIBS = libclutter-@CLUTTER_API_VERSION@.la
1670 @HAVE_INTROSPECTION_TRUE@@SUPPORT_GDK_TRUE@ClutterGdk_@CLUTTER_API_VERSION_AM@_gir_FILES = $(gdk_introspection)
1671 @HAVE_INTROSPECTION_TRUE@@SUPPORT_GDK_TRUE@ClutterGdk_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(CLUTTER_CFLAGS) $(AM_CPPFLAGS)
1672
1673 # INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR aren't the right place to
1674 # install anything - we need to install inside our prefix.
1675 @HAVE_INTROSPECTION_TRUE@girdir = $(datadir)/gir-1.0
1676 @HAVE_INTROSPECTION_TRUE@gir_DATA = $(INTROSPECTION_GIRS)
1677 @HAVE_INTROSPECTION_TRUE@typelibdir = $(libdir)/girepository-1.0
1678 @HAVE_INTROSPECTION_TRUE@typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
1679
1680 # Test
1681 clutter_all_c_sources = \
1682         $(backend_source_c) \
1683         $(backend_source_c_priv) \
1684         $(source_c) \
1685         $(source_c_priv) \
1686         $(deprecated_c) \
1687         $(deprecated_c_priv) \
1688         $(cally_sources_c) \
1689         $(built_source_c)
1690
1691 TESTS_ENVIRONMENT = srcdir="$(srcdir)" CLUTTER_BACKENDS="$(CLUTTER_BACKENDS)"
1692 @OS_LINUX_TRUE@TESTS = abicheck.sh
1693
1694 # GCov rules
1695 gcov_sources = $(source_c) $(backend_source_c)
1696 all: $(BUILT_SOURCES)
1697         $(MAKE) $(AM_MAKEFLAGS) all-am
1698
1699 .SUFFIXES:
1700 .SUFFIXES: .c .lo .o .obj .rc
1701 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/build/autotools/Makefile.am.silent $(top_srcdir)/build/autotools/Makefile.am.marshal $(top_srcdir)/build/autotools/Makefile.am.enums $(top_srcdir)/build/autotools/Makefile.am.gcov $(am__configure_deps)
1702         @for dep in $?; do \
1703           case '$(am__configure_deps)' in \
1704             *$$dep*) \
1705               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1706                 && { if test -f $@; then exit 0; else break; fi; }; \
1707               exit 1;; \
1708           esac; \
1709         done; \
1710         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign clutter/Makefile'; \
1711         $(am__cd) $(top_srcdir) && \
1712           $(AUTOMAKE) --foreign clutter/Makefile
1713 .PRECIOUS: Makefile
1714 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1715         @case '$?' in \
1716           *config.status*) \
1717             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1718           *) \
1719             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1720             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1721         esac;
1722
1723 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1724         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1725
1726 $(top_srcdir)/configure:  $(am__configure_deps)
1727         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1728 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1729         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1730 $(am__aclocal_m4_deps):
1731 clutter-config.h: $(top_builddir)/config.status $(srcdir)/clutter-config.h.in
1732         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1733 clutter-version.h: $(top_builddir)/config.status $(srcdir)/clutter-version.h.in
1734         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1735 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1736         @$(NORMAL_INSTALL)
1737         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
1738         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1739         list2=; for p in $$list; do \
1740           if test -f $$p; then \
1741             list2="$$list2 $$p"; \
1742           else :; fi; \
1743         done; \
1744         test -z "$$list2" || { \
1745           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1746           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1747         }
1748
1749 uninstall-libLTLIBRARIES:
1750         @$(NORMAL_UNINSTALL)
1751         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1752         for p in $$list; do \
1753           $(am__strip_dir) \
1754           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
1755           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
1756         done
1757
1758 clean-libLTLIBRARIES:
1759         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1760         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
1761           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1762           test "$$dir" != "$$p" || dir=.; \
1763           echo "rm -f \"$${dir}/so_locations\""; \
1764           rm -f "$${dir}/so_locations"; \
1765         done
1766 libclutter-@CLUTTER_API_VERSION@.la: $(libclutter_@CLUTTER_API_VERSION@_la_OBJECTS) $(libclutter_@CLUTTER_API_VERSION@_la_DEPENDENCIES) 
1767         $(AM_V_CCLD)$(libclutter_@CLUTTER_API_VERSION@_la_LINK) -rpath $(libdir) $(libclutter_@CLUTTER_API_VERSION@_la_OBJECTS) $(libclutter_@CLUTTER_API_VERSION@_la_LIBADD) $(LIBS)
1768
1769 mostlyclean-compile:
1770         -rm -f *.$(OBJEXT)
1771
1772 distclean-compile:
1773         -rm -f *.tab.c
1774
1775 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cally-actor.Plo@am__quote@
1776 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cally-clone.Plo@am__quote@
1777 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cally-group.Plo@am__quote@
1778 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cally-rectangle.Plo@am__quote@
1779 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cally-root.Plo@am__quote@
1780 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cally-stage.Plo@am__quote@
1781 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cally-text.Plo@am__quote@
1782 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cally-texture.Plo@am__quote@
1783 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cally-util.Plo@am__quote@
1784 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cally.Plo@am__quote@
1785 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-action.Plo@am__quote@
1786 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-actor-box.Plo@am__quote@
1787 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-actor-deprecated.Plo@am__quote@
1788 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-actor-meta.Plo@am__quote@
1789 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-actor.Plo@am__quote@
1790 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-align-constraint.Plo@am__quote@
1791 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-alpha.Plo@am__quote@
1792 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-animatable.Plo@am__quote@
1793 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-animation.Plo@am__quote@
1794 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-animator.Plo@am__quote@
1795 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-backend-cex100.Plo@am__quote@
1796 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-backend-eglnative.Plo@am__quote@
1797 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-backend-gdk.Plo@am__quote@
1798 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-backend-osx.Plo@am__quote@
1799 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-backend-wayland.Plo@am__quote@
1800 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-backend-win32.Plo@am__quote@
1801 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-backend-x11.Plo@am__quote@
1802 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-backend.Plo@am__quote@
1803 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-behaviour-depth.Plo@am__quote@
1804 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-behaviour-ellipse.Plo@am__quote@
1805 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-behaviour-opacity.Plo@am__quote@
1806 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-behaviour-path.Plo@am__quote@
1807 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-behaviour-rotate.Plo@am__quote@
1808 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-behaviour-scale.Plo@am__quote@
1809 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-behaviour.Plo@am__quote@
1810 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-bezier.Plo@am__quote@
1811 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-bin-layout.Plo@am__quote@
1812 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-bind-constraint.Plo@am__quote@
1813 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-binding-pool.Plo@am__quote@
1814 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-blur-effect.Plo@am__quote@
1815 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-box-layout.Plo@am__quote@
1816 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-box.Plo@am__quote@
1817 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-brightness-contrast-effect.Plo@am__quote@
1818 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-cairo-texture.Plo@am__quote@
1819 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-canvas.Plo@am__quote@
1820 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-child-meta.Plo@am__quote@
1821 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-click-action.Plo@am__quote@
1822 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-clone.Plo@am__quote@
1823 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-color.Plo@am__quote@
1824 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-colorize-effect.Plo@am__quote@
1825 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-constraint.Plo@am__quote@
1826 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-container.Plo@am__quote@
1827 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-content.Plo@am__quote@
1828 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-deform-effect.Plo@am__quote@
1829 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-desaturate-effect.Plo@am__quote@
1830 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-device-manager-core-x11.Plo@am__quote@
1831 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-device-manager-evdev.Plo@am__quote@
1832 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-device-manager-gdk.Plo@am__quote@
1833 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-device-manager-osx.Plo@am__quote@
1834 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-device-manager-wayland.Plo@am__quote@
1835 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-device-manager-win32.Plo@am__quote@
1836 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-device-manager-xi2.Plo@am__quote@
1837 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-device-manager.Plo@am__quote@
1838 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-drag-action.Plo@am__quote@
1839 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-drop-action.Plo@am__quote@
1840 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-easing.Plo@am__quote@
1841 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-effect.Plo@am__quote@
1842 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-enum-types.Plo@am__quote@
1843 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-event-gdk.Plo@am__quote@
1844 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-event-loop-osx.Plo@am__quote@
1845 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-event-osx.Plo@am__quote@
1846 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-event-translator.Plo@am__quote@
1847 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-event-tslib.Plo@am__quote@
1848 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-event-wayland.Plo@am__quote@
1849 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-event-win32.Plo@am__quote@
1850 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-event-x11.Plo@am__quote@
1851 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-event.Plo@am__quote@
1852 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-feature.Plo@am__quote@
1853 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-fixed-layout.Plo@am__quote@
1854 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-fixed.Plo@am__quote@
1855 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-flatten-effect.Plo@am__quote@
1856 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-flow-layout.Plo@am__quote@
1857 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-frame-source.Plo@am__quote@
1858 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-gesture-action.Plo@am__quote@
1859 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-glx-texture-pixmap.Plo@am__quote@
1860 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-group.Plo@am__quote@
1861 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-id-pool.Plo@am__quote@
1862 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-image.Plo@am__quote@
1863 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-input-device-core-x11.Plo@am__quote@
1864 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-input-device-evdev.Plo@am__quote@
1865 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-input-device-gdk.Plo@am__quote@
1866 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-input-device-wayland.Plo@am__quote@
1867 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-input-device-xi2.Plo@am__quote@
1868 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-input-device.Plo@am__quote@
1869 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-interval.Plo@am__quote@
1870 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-keymap-x11.Plo@am__quote@
1871 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-keysyms-table.Plo@am__quote@
1872 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-layout-manager.Plo@am__quote@
1873 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-layout-meta.Plo@am__quote@
1874 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-list-model.Plo@am__quote@
1875 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-main.Plo@am__quote@
1876 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-marshal.Plo@am__quote@
1877 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-master-clock.Plo@am__quote@
1878 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-media.Plo@am__quote@
1879 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-model.Plo@am__quote@
1880 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-offscreen-effect.Plo@am__quote@
1881 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-page-turn-effect.Plo@am__quote@
1882 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-paint-node.Plo@am__quote@
1883 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-paint-nodes.Plo@am__quote@
1884 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-paint-volume.Plo@am__quote@
1885 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-path-constraint.Plo@am__quote@
1886 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-path.Plo@am__quote@
1887 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-profile.Plo@am__quote@
1888 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-property-transition.Plo@am__quote@
1889 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-rectangle.Plo@am__quote@
1890 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-score.Plo@am__quote@
1891 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-script-parser.Plo@am__quote@
1892 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-script.Plo@am__quote@
1893 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-scriptable.Plo@am__quote@
1894 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-settings.Plo@am__quote@
1895 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-shader-effect.Plo@am__quote@
1896 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-shader-types.Plo@am__quote@
1897 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-shader.Plo@am__quote@
1898 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-snap-constraint.Plo@am__quote@
1899 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-stage-cogl.Plo@am__quote@
1900 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-stage-gdk.Plo@am__quote@
1901 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-stage-manager.Plo@am__quote@
1902 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-stage-osx.Plo@am__quote@
1903 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-stage-wayland.Plo@am__quote@
1904 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-stage-win32.Plo@am__quote@
1905 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-stage-window.Plo@am__quote@
1906 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-stage-x11.Plo@am__quote@
1907 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-stage.Plo@am__quote@
1908 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-state.Plo@am__quote@
1909 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-swipe-action.Plo@am__quote@
1910 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-table-layout.Plo@am__quote@
1911 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-text-buffer.Plo@am__quote@
1912 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-text.Plo@am__quote@
1913 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-texture.Plo@am__quote@
1914 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-timeline.Plo@am__quote@
1915 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-timeout-interval.Plo@am__quote@
1916 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-timeout-pool.Plo@am__quote@
1917 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-transition.Plo@am__quote@
1918 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-units.Plo@am__quote@
1919 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-util.Plo@am__quote@
1920 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-wayland-surface.Plo@am__quote@
1921 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-x11-texture-pixmap.Plo@am__quote@
1922 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/clutter-xkb-utils.Plo@am__quote@
1923 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsettings-client.Plo@am__quote@
1924 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xsettings-common.Plo@am__quote@
1925
1926 .c.o:
1927 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1928 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1929 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1930 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1931 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1932 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
1933
1934 .c.obj:
1935 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1936 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1937 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1938 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1939 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1940 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
1941
1942 .c.lo:
1943 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1944 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1945 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1946 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1947 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1948 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
1949
1950 clutter-backend-x11.lo: $(srcdir)/x11/clutter-backend-x11.c
1951 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-backend-x11.lo -MD -MP -MF $(DEPDIR)/clutter-backend-x11.Tpo -c -o clutter-backend-x11.lo `test -f '$(srcdir)/x11/clutter-backend-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-backend-x11.c
1952 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-backend-x11.Tpo $(DEPDIR)/clutter-backend-x11.Plo
1953 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1954 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/x11/clutter-backend-x11.c' object='clutter-backend-x11.lo' libtool=yes @AMDEPBACKSLASH@
1955 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1956 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-x11.lo `test -f '$(srcdir)/x11/clutter-backend-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-backend-x11.c
1957
1958 clutter-device-manager-core-x11.lo: $(srcdir)/x11/clutter-device-manager-core-x11.c
1959 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-device-manager-core-x11.lo -MD -MP -MF $(DEPDIR)/clutter-device-manager-core-x11.Tpo -c -o clutter-device-manager-core-x11.lo `test -f '$(srcdir)/x11/clutter-device-manager-core-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-device-manager-core-x11.c
1960 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-device-manager-core-x11.Tpo $(DEPDIR)/clutter-device-manager-core-x11.Plo
1961 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1962 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/x11/clutter-device-manager-core-x11.c' object='clutter-device-manager-core-x11.lo' libtool=yes @AMDEPBACKSLASH@
1963 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1964 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-core-x11.lo `test -f '$(srcdir)/x11/clutter-device-manager-core-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-device-manager-core-x11.c
1965
1966 clutter-event-x11.lo: $(srcdir)/x11/clutter-event-x11.c
1967 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event-x11.lo -MD -MP -MF $(DEPDIR)/clutter-event-x11.Tpo -c -o clutter-event-x11.lo `test -f '$(srcdir)/x11/clutter-event-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-event-x11.c
1968 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event-x11.Tpo $(DEPDIR)/clutter-event-x11.Plo
1969 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1970 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/x11/clutter-event-x11.c' object='clutter-event-x11.lo' libtool=yes @AMDEPBACKSLASH@
1971 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1972 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-x11.lo `test -f '$(srcdir)/x11/clutter-event-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-event-x11.c
1973
1974 clutter-input-device-core-x11.lo: $(srcdir)/x11/clutter-input-device-core-x11.c
1975 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-input-device-core-x11.lo -MD -MP -MF $(DEPDIR)/clutter-input-device-core-x11.Tpo -c -o clutter-input-device-core-x11.lo `test -f '$(srcdir)/x11/clutter-input-device-core-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-input-device-core-x11.c
1976 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-input-device-core-x11.Tpo $(DEPDIR)/clutter-input-device-core-x11.Plo
1977 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1978 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/x11/clutter-input-device-core-x11.c' object='clutter-input-device-core-x11.lo' libtool=yes @AMDEPBACKSLASH@
1979 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1980 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device-core-x11.lo `test -f '$(srcdir)/x11/clutter-input-device-core-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-input-device-core-x11.c
1981
1982 clutter-keymap-x11.lo: $(srcdir)/x11/clutter-keymap-x11.c
1983 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-keymap-x11.lo -MD -MP -MF $(DEPDIR)/clutter-keymap-x11.Tpo -c -o clutter-keymap-x11.lo `test -f '$(srcdir)/x11/clutter-keymap-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-keymap-x11.c
1984 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-keymap-x11.Tpo $(DEPDIR)/clutter-keymap-x11.Plo
1985 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1986 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/x11/clutter-keymap-x11.c' object='clutter-keymap-x11.lo' libtool=yes @AMDEPBACKSLASH@
1987 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1988 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-keymap-x11.lo `test -f '$(srcdir)/x11/clutter-keymap-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-keymap-x11.c
1989
1990 clutter-stage-x11.lo: $(srcdir)/x11/clutter-stage-x11.c
1991 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage-x11.lo -MD -MP -MF $(DEPDIR)/clutter-stage-x11.Tpo -c -o clutter-stage-x11.lo `test -f '$(srcdir)/x11/clutter-stage-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-stage-x11.c
1992 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage-x11.Tpo $(DEPDIR)/clutter-stage-x11.Plo
1993 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1994 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/x11/clutter-stage-x11.c' object='clutter-stage-x11.lo' libtool=yes @AMDEPBACKSLASH@
1995 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1996 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-x11.lo `test -f '$(srcdir)/x11/clutter-stage-x11.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-stage-x11.c
1997
1998 clutter-x11-texture-pixmap.lo: $(srcdir)/x11/clutter-x11-texture-pixmap.c
1999 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-x11-texture-pixmap.lo -MD -MP -MF $(DEPDIR)/clutter-x11-texture-pixmap.Tpo -c -o clutter-x11-texture-pixmap.lo `test -f '$(srcdir)/x11/clutter-x11-texture-pixmap.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-x11-texture-pixmap.c
2000 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-x11-texture-pixmap.Tpo $(DEPDIR)/clutter-x11-texture-pixmap.Plo
2001 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2002 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/x11/clutter-x11-texture-pixmap.c' object='clutter-x11-texture-pixmap.lo' libtool=yes @AMDEPBACKSLASH@
2003 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2004 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-x11-texture-pixmap.lo `test -f '$(srcdir)/x11/clutter-x11-texture-pixmap.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-x11-texture-pixmap.c
2005
2006 clutter-device-manager-xi2.lo: $(srcdir)/x11/clutter-device-manager-xi2.c
2007 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-device-manager-xi2.lo -MD -MP -MF $(DEPDIR)/clutter-device-manager-xi2.Tpo -c -o clutter-device-manager-xi2.lo `test -f '$(srcdir)/x11/clutter-device-manager-xi2.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-device-manager-xi2.c
2008 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-device-manager-xi2.Tpo $(DEPDIR)/clutter-device-manager-xi2.Plo
2009 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2010 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/x11/clutter-device-manager-xi2.c' object='clutter-device-manager-xi2.lo' libtool=yes @AMDEPBACKSLASH@
2011 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2012 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-xi2.lo `test -f '$(srcdir)/x11/clutter-device-manager-xi2.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-device-manager-xi2.c
2013
2014 clutter-input-device-xi2.lo: $(srcdir)/x11/clutter-input-device-xi2.c
2015 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-input-device-xi2.lo -MD -MP -MF $(DEPDIR)/clutter-input-device-xi2.Tpo -c -o clutter-input-device-xi2.lo `test -f '$(srcdir)/x11/clutter-input-device-xi2.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-input-device-xi2.c
2016 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-input-device-xi2.Tpo $(DEPDIR)/clutter-input-device-xi2.Plo
2017 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2018 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/x11/clutter-input-device-xi2.c' object='clutter-input-device-xi2.lo' libtool=yes @AMDEPBACKSLASH@
2019 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2020 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device-xi2.lo `test -f '$(srcdir)/x11/clutter-input-device-xi2.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-input-device-xi2.c
2021
2022 clutter-stage-cogl.lo: $(srcdir)/cogl/clutter-stage-cogl.c
2023 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage-cogl.lo -MD -MP -MF $(DEPDIR)/clutter-stage-cogl.Tpo -c -o clutter-stage-cogl.lo `test -f '$(srcdir)/cogl/clutter-stage-cogl.c' || echo '$(srcdir)/'`$(srcdir)/cogl/clutter-stage-cogl.c
2024 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage-cogl.Tpo $(DEPDIR)/clutter-stage-cogl.Plo
2025 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2026 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl/clutter-stage-cogl.c' object='clutter-stage-cogl.lo' libtool=yes @AMDEPBACKSLASH@
2027 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2028 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-cogl.lo `test -f '$(srcdir)/cogl/clutter-stage-cogl.c' || echo '$(srcdir)/'`$(srcdir)/cogl/clutter-stage-cogl.c
2029
2030 clutter-glx-texture-pixmap.lo: $(srcdir)/x11/clutter-glx-texture-pixmap.c
2031 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-glx-texture-pixmap.lo -MD -MP -MF $(DEPDIR)/clutter-glx-texture-pixmap.Tpo -c -o clutter-glx-texture-pixmap.lo `test -f '$(srcdir)/x11/clutter-glx-texture-pixmap.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-glx-texture-pixmap.c
2032 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-glx-texture-pixmap.Tpo $(DEPDIR)/clutter-glx-texture-pixmap.Plo
2033 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2034 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/x11/clutter-glx-texture-pixmap.c' object='clutter-glx-texture-pixmap.lo' libtool=yes @AMDEPBACKSLASH@
2035 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2036 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-glx-texture-pixmap.lo `test -f '$(srcdir)/x11/clutter-glx-texture-pixmap.c' || echo '$(srcdir)/'`$(srcdir)/x11/clutter-glx-texture-pixmap.c
2037
2038 clutter-backend-gdk.lo: $(srcdir)/gdk/clutter-backend-gdk.c
2039 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-backend-gdk.lo -MD -MP -MF $(DEPDIR)/clutter-backend-gdk.Tpo -c -o clutter-backend-gdk.lo `test -f '$(srcdir)/gdk/clutter-backend-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-backend-gdk.c
2040 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-backend-gdk.Tpo $(DEPDIR)/clutter-backend-gdk.Plo
2041 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2042 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/gdk/clutter-backend-gdk.c' object='clutter-backend-gdk.lo' libtool=yes @AMDEPBACKSLASH@
2043 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2044 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-gdk.lo `test -f '$(srcdir)/gdk/clutter-backend-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-backend-gdk.c
2045
2046 clutter-device-manager-gdk.lo: $(srcdir)/gdk/clutter-device-manager-gdk.c
2047 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-device-manager-gdk.lo -MD -MP -MF $(DEPDIR)/clutter-device-manager-gdk.Tpo -c -o clutter-device-manager-gdk.lo `test -f '$(srcdir)/gdk/clutter-device-manager-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-device-manager-gdk.c
2048 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-device-manager-gdk.Tpo $(DEPDIR)/clutter-device-manager-gdk.Plo
2049 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2050 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/gdk/clutter-device-manager-gdk.c' object='clutter-device-manager-gdk.lo' libtool=yes @AMDEPBACKSLASH@
2051 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2052 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-gdk.lo `test -f '$(srcdir)/gdk/clutter-device-manager-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-device-manager-gdk.c
2053
2054 clutter-input-device-gdk.lo: $(srcdir)/gdk/clutter-input-device-gdk.c
2055 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-input-device-gdk.lo -MD -MP -MF $(DEPDIR)/clutter-input-device-gdk.Tpo -c -o clutter-input-device-gdk.lo `test -f '$(srcdir)/gdk/clutter-input-device-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-input-device-gdk.c
2056 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-input-device-gdk.Tpo $(DEPDIR)/clutter-input-device-gdk.Plo
2057 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2058 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/gdk/clutter-input-device-gdk.c' object='clutter-input-device-gdk.lo' libtool=yes @AMDEPBACKSLASH@
2059 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2060 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device-gdk.lo `test -f '$(srcdir)/gdk/clutter-input-device-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-input-device-gdk.c
2061
2062 clutter-event-gdk.lo: $(srcdir)/gdk/clutter-event-gdk.c
2063 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event-gdk.lo -MD -MP -MF $(DEPDIR)/clutter-event-gdk.Tpo -c -o clutter-event-gdk.lo `test -f '$(srcdir)/gdk/clutter-event-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-event-gdk.c
2064 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event-gdk.Tpo $(DEPDIR)/clutter-event-gdk.Plo
2065 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2066 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/gdk/clutter-event-gdk.c' object='clutter-event-gdk.lo' libtool=yes @AMDEPBACKSLASH@
2067 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2068 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-gdk.lo `test -f '$(srcdir)/gdk/clutter-event-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-event-gdk.c
2069
2070 clutter-stage-gdk.lo: $(srcdir)/gdk/clutter-stage-gdk.c
2071 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage-gdk.lo -MD -MP -MF $(DEPDIR)/clutter-stage-gdk.Tpo -c -o clutter-stage-gdk.lo `test -f '$(srcdir)/gdk/clutter-stage-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-stage-gdk.c
2072 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage-gdk.Tpo $(DEPDIR)/clutter-stage-gdk.Plo
2073 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2074 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/gdk/clutter-stage-gdk.c' object='clutter-stage-gdk.lo' libtool=yes @AMDEPBACKSLASH@
2075 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2076 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-gdk.lo `test -f '$(srcdir)/gdk/clutter-stage-gdk.c' || echo '$(srcdir)/'`$(srcdir)/gdk/clutter-stage-gdk.c
2077
2078 clutter-backend-win32.lo: $(srcdir)/win32/clutter-backend-win32.c
2079 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-backend-win32.lo -MD -MP -MF $(DEPDIR)/clutter-backend-win32.Tpo -c -o clutter-backend-win32.lo `test -f '$(srcdir)/win32/clutter-backend-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-backend-win32.c
2080 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-backend-win32.Tpo $(DEPDIR)/clutter-backend-win32.Plo
2081 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2082 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/win32/clutter-backend-win32.c' object='clutter-backend-win32.lo' libtool=yes @AMDEPBACKSLASH@
2083 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2084 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-win32.lo `test -f '$(srcdir)/win32/clutter-backend-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-backend-win32.c
2085
2086 clutter-device-manager-win32.lo: $(srcdir)/win32/clutter-device-manager-win32.c
2087 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-device-manager-win32.lo -MD -MP -MF $(DEPDIR)/clutter-device-manager-win32.Tpo -c -o clutter-device-manager-win32.lo `test -f '$(srcdir)/win32/clutter-device-manager-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-device-manager-win32.c
2088 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-device-manager-win32.Tpo $(DEPDIR)/clutter-device-manager-win32.Plo
2089 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2090 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/win32/clutter-device-manager-win32.c' object='clutter-device-manager-win32.lo' libtool=yes @AMDEPBACKSLASH@
2091 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2092 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-win32.lo `test -f '$(srcdir)/win32/clutter-device-manager-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-device-manager-win32.c
2093
2094 clutter-event-win32.lo: $(srcdir)/win32/clutter-event-win32.c
2095 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event-win32.lo -MD -MP -MF $(DEPDIR)/clutter-event-win32.Tpo -c -o clutter-event-win32.lo `test -f '$(srcdir)/win32/clutter-event-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-event-win32.c
2096 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event-win32.Tpo $(DEPDIR)/clutter-event-win32.Plo
2097 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2098 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/win32/clutter-event-win32.c' object='clutter-event-win32.lo' libtool=yes @AMDEPBACKSLASH@
2099 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2100 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-win32.lo `test -f '$(srcdir)/win32/clutter-event-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-event-win32.c
2101
2102 clutter-stage-win32.lo: $(srcdir)/win32/clutter-stage-win32.c
2103 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage-win32.lo -MD -MP -MF $(DEPDIR)/clutter-stage-win32.Tpo -c -o clutter-stage-win32.lo `test -f '$(srcdir)/win32/clutter-stage-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-stage-win32.c
2104 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage-win32.Tpo $(DEPDIR)/clutter-stage-win32.Plo
2105 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2106 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/win32/clutter-stage-win32.c' object='clutter-stage-win32.lo' libtool=yes @AMDEPBACKSLASH@
2107 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2108 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-win32.lo `test -f '$(srcdir)/win32/clutter-stage-win32.c' || echo '$(srcdir)/'`$(srcdir)/win32/clutter-stage-win32.c
2109
2110 clutter-backend-cex100.lo: $(srcdir)/cex100/clutter-backend-cex100.c
2111 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-backend-cex100.lo -MD -MP -MF $(DEPDIR)/clutter-backend-cex100.Tpo -c -o clutter-backend-cex100.lo `test -f '$(srcdir)/cex100/clutter-backend-cex100.c' || echo '$(srcdir)/'`$(srcdir)/cex100/clutter-backend-cex100.c
2112 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-backend-cex100.Tpo $(DEPDIR)/clutter-backend-cex100.Plo
2113 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2114 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cex100/clutter-backend-cex100.c' object='clutter-backend-cex100.lo' libtool=yes @AMDEPBACKSLASH@
2115 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2116 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-cex100.lo `test -f '$(srcdir)/cex100/clutter-backend-cex100.c' || echo '$(srcdir)/'`$(srcdir)/cex100/clutter-backend-cex100.c
2117
2118 clutter-xkb-utils.lo: $(srcdir)/evdev/clutter-xkb-utils.c
2119 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-xkb-utils.lo -MD -MP -MF $(DEPDIR)/clutter-xkb-utils.Tpo -c -o clutter-xkb-utils.lo `test -f '$(srcdir)/evdev/clutter-xkb-utils.c' || echo '$(srcdir)/'`$(srcdir)/evdev/clutter-xkb-utils.c
2120 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-xkb-utils.Tpo $(DEPDIR)/clutter-xkb-utils.Plo
2121 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2122 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/evdev/clutter-xkb-utils.c' object='clutter-xkb-utils.lo' libtool=yes @AMDEPBACKSLASH@
2123 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2124 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-xkb-utils.lo `test -f '$(srcdir)/evdev/clutter-xkb-utils.c' || echo '$(srcdir)/'`$(srcdir)/evdev/clutter-xkb-utils.c
2125
2126 clutter-backend-wayland.lo: $(srcdir)/wayland/clutter-backend-wayland.c
2127 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-backend-wayland.lo -MD -MP -MF $(DEPDIR)/clutter-backend-wayland.Tpo -c -o clutter-backend-wayland.lo `test -f '$(srcdir)/wayland/clutter-backend-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-backend-wayland.c
2128 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-backend-wayland.Tpo $(DEPDIR)/clutter-backend-wayland.Plo
2129 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2130 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/wayland/clutter-backend-wayland.c' object='clutter-backend-wayland.lo' libtool=yes @AMDEPBACKSLASH@
2131 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2132 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-wayland.lo `test -f '$(srcdir)/wayland/clutter-backend-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-backend-wayland.c
2133
2134 clutter-stage-wayland.lo: $(srcdir)/wayland/clutter-stage-wayland.c
2135 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage-wayland.lo -MD -MP -MF $(DEPDIR)/clutter-stage-wayland.Tpo -c -o clutter-stage-wayland.lo `test -f '$(srcdir)/wayland/clutter-stage-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-stage-wayland.c
2136 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage-wayland.Tpo $(DEPDIR)/clutter-stage-wayland.Plo
2137 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2138 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/wayland/clutter-stage-wayland.c' object='clutter-stage-wayland.lo' libtool=yes @AMDEPBACKSLASH@
2139 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2140 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-wayland.lo `test -f '$(srcdir)/wayland/clutter-stage-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-stage-wayland.c
2141
2142 clutter-event-wayland.lo: $(srcdir)/wayland/clutter-event-wayland.c
2143 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event-wayland.lo -MD -MP -MF $(DEPDIR)/clutter-event-wayland.Tpo -c -o clutter-event-wayland.lo `test -f '$(srcdir)/wayland/clutter-event-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-event-wayland.c
2144 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event-wayland.Tpo $(DEPDIR)/clutter-event-wayland.Plo
2145 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2146 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/wayland/clutter-event-wayland.c' object='clutter-event-wayland.lo' libtool=yes @AMDEPBACKSLASH@
2147 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2148 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-wayland.lo `test -f '$(srcdir)/wayland/clutter-event-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-event-wayland.c
2149
2150 clutter-input-device-wayland.lo: $(srcdir)/wayland/clutter-input-device-wayland.c
2151 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-input-device-wayland.lo -MD -MP -MF $(DEPDIR)/clutter-input-device-wayland.Tpo -c -o clutter-input-device-wayland.lo `test -f '$(srcdir)/wayland/clutter-input-device-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-input-device-wayland.c
2152 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-input-device-wayland.Tpo $(DEPDIR)/clutter-input-device-wayland.Plo
2153 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2154 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/wayland/clutter-input-device-wayland.c' object='clutter-input-device-wayland.lo' libtool=yes @AMDEPBACKSLASH@
2155 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2156 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device-wayland.lo `test -f '$(srcdir)/wayland/clutter-input-device-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-input-device-wayland.c
2157
2158 clutter-device-manager-wayland.lo: $(srcdir)/wayland/clutter-device-manager-wayland.c
2159 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-device-manager-wayland.lo -MD -MP -MF $(DEPDIR)/clutter-device-manager-wayland.Tpo -c -o clutter-device-manager-wayland.lo `test -f '$(srcdir)/wayland/clutter-device-manager-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-device-manager-wayland.c
2160 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-device-manager-wayland.Tpo $(DEPDIR)/clutter-device-manager-wayland.Plo
2161 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2162 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/wayland/clutter-device-manager-wayland.c' object='clutter-device-manager-wayland.lo' libtool=yes @AMDEPBACKSLASH@
2163 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2164 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-wayland.lo `test -f '$(srcdir)/wayland/clutter-device-manager-wayland.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-device-manager-wayland.c
2165
2166 clutter-wayland-surface.lo: $(srcdir)/wayland/clutter-wayland-surface.c
2167 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-wayland-surface.lo -MD -MP -MF $(DEPDIR)/clutter-wayland-surface.Tpo -c -o clutter-wayland-surface.lo `test -f '$(srcdir)/wayland/clutter-wayland-surface.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-wayland-surface.c
2168 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-wayland-surface.Tpo $(DEPDIR)/clutter-wayland-surface.Plo
2169 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2170 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/wayland/clutter-wayland-surface.c' object='clutter-wayland-surface.lo' libtool=yes @AMDEPBACKSLASH@
2171 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2172 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-wayland-surface.lo `test -f '$(srcdir)/wayland/clutter-wayland-surface.c' || echo '$(srcdir)/'`$(srcdir)/wayland/clutter-wayland-surface.c
2173
2174 clutter-backend-eglnative.lo: $(srcdir)/egl/clutter-backend-eglnative.c
2175 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-backend-eglnative.lo -MD -MP -MF $(DEPDIR)/clutter-backend-eglnative.Tpo -c -o clutter-backend-eglnative.lo `test -f '$(srcdir)/egl/clutter-backend-eglnative.c' || echo '$(srcdir)/'`$(srcdir)/egl/clutter-backend-eglnative.c
2176 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-backend-eglnative.Tpo $(DEPDIR)/clutter-backend-eglnative.Plo
2177 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2178 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/egl/clutter-backend-eglnative.c' object='clutter-backend-eglnative.lo' libtool=yes @AMDEPBACKSLASH@
2179 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2180 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-eglnative.lo `test -f '$(srcdir)/egl/clutter-backend-eglnative.c' || echo '$(srcdir)/'`$(srcdir)/egl/clutter-backend-eglnative.c
2181
2182 clutter-backend-osx.lo: $(srcdir)/osx/clutter-backend-osx.c
2183 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-backend-osx.lo -MD -MP -MF $(DEPDIR)/clutter-backend-osx.Tpo -c -o clutter-backend-osx.lo `test -f '$(srcdir)/osx/clutter-backend-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-backend-osx.c
2184 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-backend-osx.Tpo $(DEPDIR)/clutter-backend-osx.Plo
2185 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2186 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/osx/clutter-backend-osx.c' object='clutter-backend-osx.lo' libtool=yes @AMDEPBACKSLASH@
2187 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2188 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend-osx.lo `test -f '$(srcdir)/osx/clutter-backend-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-backend-osx.c
2189
2190 clutter-stage-osx.lo: $(srcdir)/osx/clutter-stage-osx.c
2191 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage-osx.lo -MD -MP -MF $(DEPDIR)/clutter-stage-osx.Tpo -c -o clutter-stage-osx.lo `test -f '$(srcdir)/osx/clutter-stage-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-stage-osx.c
2192 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage-osx.Tpo $(DEPDIR)/clutter-stage-osx.Plo
2193 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2194 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/osx/clutter-stage-osx.c' object='clutter-stage-osx.lo' libtool=yes @AMDEPBACKSLASH@
2195 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2196 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-osx.lo `test -f '$(srcdir)/osx/clutter-stage-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-stage-osx.c
2197
2198 xsettings-client.lo: $(srcdir)/x11/xsettings/xsettings-client.c
2199 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsettings-client.lo -MD -MP -MF $(DEPDIR)/xsettings-client.Tpo -c -o xsettings-client.lo `test -f '$(srcdir)/x11/xsettings/xsettings-client.c' || echo '$(srcdir)/'`$(srcdir)/x11/xsettings/xsettings-client.c
2200 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xsettings-client.Tpo $(DEPDIR)/xsettings-client.Plo
2201 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2202 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/x11/xsettings/xsettings-client.c' object='xsettings-client.lo' libtool=yes @AMDEPBACKSLASH@
2203 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2204 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsettings-client.lo `test -f '$(srcdir)/x11/xsettings/xsettings-client.c' || echo '$(srcdir)/'`$(srcdir)/x11/xsettings/xsettings-client.c
2205
2206 xsettings-common.lo: $(srcdir)/x11/xsettings/xsettings-common.c
2207 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xsettings-common.lo -MD -MP -MF $(DEPDIR)/xsettings-common.Tpo -c -o xsettings-common.lo `test -f '$(srcdir)/x11/xsettings/xsettings-common.c' || echo '$(srcdir)/'`$(srcdir)/x11/xsettings/xsettings-common.c
2208 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/xsettings-common.Tpo $(DEPDIR)/xsettings-common.Plo
2209 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2210 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/x11/xsettings/xsettings-common.c' object='xsettings-common.lo' libtool=yes @AMDEPBACKSLASH@
2211 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2212 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xsettings-common.lo `test -f '$(srcdir)/x11/xsettings/xsettings-common.c' || echo '$(srcdir)/'`$(srcdir)/x11/xsettings/xsettings-common.c
2213
2214 clutter-event-tslib.lo: $(srcdir)/tslib/clutter-event-tslib.c
2215 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event-tslib.lo -MD -MP -MF $(DEPDIR)/clutter-event-tslib.Tpo -c -o clutter-event-tslib.lo `test -f '$(srcdir)/tslib/clutter-event-tslib.c' || echo '$(srcdir)/'`$(srcdir)/tslib/clutter-event-tslib.c
2216 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event-tslib.Tpo $(DEPDIR)/clutter-event-tslib.Plo
2217 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2218 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/tslib/clutter-event-tslib.c' object='clutter-event-tslib.lo' libtool=yes @AMDEPBACKSLASH@
2219 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2220 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-tslib.lo `test -f '$(srcdir)/tslib/clutter-event-tslib.c' || echo '$(srcdir)/'`$(srcdir)/tslib/clutter-event-tslib.c
2221
2222 clutter-device-manager-evdev.lo: $(srcdir)/evdev/clutter-device-manager-evdev.c
2223 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-device-manager-evdev.lo -MD -MP -MF $(DEPDIR)/clutter-device-manager-evdev.Tpo -c -o clutter-device-manager-evdev.lo `test -f '$(srcdir)/evdev/clutter-device-manager-evdev.c' || echo '$(srcdir)/'`$(srcdir)/evdev/clutter-device-manager-evdev.c
2224 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-device-manager-evdev.Tpo $(DEPDIR)/clutter-device-manager-evdev.Plo
2225 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2226 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/evdev/clutter-device-manager-evdev.c' object='clutter-device-manager-evdev.lo' libtool=yes @AMDEPBACKSLASH@
2227 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2228 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-evdev.lo `test -f '$(srcdir)/evdev/clutter-device-manager-evdev.c' || echo '$(srcdir)/'`$(srcdir)/evdev/clutter-device-manager-evdev.c
2229
2230 clutter-input-device-evdev.lo: $(srcdir)/evdev/clutter-input-device-evdev.c
2231 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-input-device-evdev.lo -MD -MP -MF $(DEPDIR)/clutter-input-device-evdev.Tpo -c -o clutter-input-device-evdev.lo `test -f '$(srcdir)/evdev/clutter-input-device-evdev.c' || echo '$(srcdir)/'`$(srcdir)/evdev/clutter-input-device-evdev.c
2232 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-input-device-evdev.Tpo $(DEPDIR)/clutter-input-device-evdev.Plo
2233 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2234 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/evdev/clutter-input-device-evdev.c' object='clutter-input-device-evdev.lo' libtool=yes @AMDEPBACKSLASH@
2235 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2236 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device-evdev.lo `test -f '$(srcdir)/evdev/clutter-input-device-evdev.c' || echo '$(srcdir)/'`$(srcdir)/evdev/clutter-input-device-evdev.c
2237
2238 clutter-event-loop-osx.lo: $(srcdir)/osx/clutter-event-loop-osx.c
2239 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event-loop-osx.lo -MD -MP -MF $(DEPDIR)/clutter-event-loop-osx.Tpo -c -o clutter-event-loop-osx.lo `test -f '$(srcdir)/osx/clutter-event-loop-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-event-loop-osx.c
2240 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event-loop-osx.Tpo $(DEPDIR)/clutter-event-loop-osx.Plo
2241 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2242 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/osx/clutter-event-loop-osx.c' object='clutter-event-loop-osx.lo' libtool=yes @AMDEPBACKSLASH@
2243 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2244 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-loop-osx.lo `test -f '$(srcdir)/osx/clutter-event-loop-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-event-loop-osx.c
2245
2246 clutter-event-osx.lo: $(srcdir)/osx/clutter-event-osx.c
2247 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event-osx.lo -MD -MP -MF $(DEPDIR)/clutter-event-osx.Tpo -c -o clutter-event-osx.lo `test -f '$(srcdir)/osx/clutter-event-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-event-osx.c
2248 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event-osx.Tpo $(DEPDIR)/clutter-event-osx.Plo
2249 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2250 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/osx/clutter-event-osx.c' object='clutter-event-osx.lo' libtool=yes @AMDEPBACKSLASH@
2251 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2252 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-osx.lo `test -f '$(srcdir)/osx/clutter-event-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-event-osx.c
2253
2254 clutter-device-manager-osx.lo: $(srcdir)/osx/clutter-device-manager-osx.c
2255 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-device-manager-osx.lo -MD -MP -MF $(DEPDIR)/clutter-device-manager-osx.Tpo -c -o clutter-device-manager-osx.lo `test -f '$(srcdir)/osx/clutter-device-manager-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-device-manager-osx.c
2256 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-device-manager-osx.Tpo $(DEPDIR)/clutter-device-manager-osx.Plo
2257 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2258 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/osx/clutter-device-manager-osx.c' object='clutter-device-manager-osx.lo' libtool=yes @AMDEPBACKSLASH@
2259 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2260 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager-osx.lo `test -f '$(srcdir)/osx/clutter-device-manager-osx.c' || echo '$(srcdir)/'`$(srcdir)/osx/clutter-device-manager-osx.c
2261
2262 clutter-action.lo: $(srcdir)/clutter-action.c
2263 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-action.lo -MD -MP -MF $(DEPDIR)/clutter-action.Tpo -c -o clutter-action.lo `test -f '$(srcdir)/clutter-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-action.c
2264 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-action.Tpo $(DEPDIR)/clutter-action.Plo
2265 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2266 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-action.c' object='clutter-action.lo' libtool=yes @AMDEPBACKSLASH@
2267 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2268 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-action.lo `test -f '$(srcdir)/clutter-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-action.c
2269
2270 clutter-actor-box.lo: $(srcdir)/clutter-actor-box.c
2271 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-actor-box.lo -MD -MP -MF $(DEPDIR)/clutter-actor-box.Tpo -c -o clutter-actor-box.lo `test -f '$(srcdir)/clutter-actor-box.c' || echo '$(srcdir)/'`$(srcdir)/clutter-actor-box.c
2272 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-actor-box.Tpo $(DEPDIR)/clutter-actor-box.Plo
2273 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2274 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-actor-box.c' object='clutter-actor-box.lo' libtool=yes @AMDEPBACKSLASH@
2275 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2276 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-actor-box.lo `test -f '$(srcdir)/clutter-actor-box.c' || echo '$(srcdir)/'`$(srcdir)/clutter-actor-box.c
2277
2278 clutter-actor-meta.lo: $(srcdir)/clutter-actor-meta.c
2279 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-actor-meta.lo -MD -MP -MF $(DEPDIR)/clutter-actor-meta.Tpo -c -o clutter-actor-meta.lo `test -f '$(srcdir)/clutter-actor-meta.c' || echo '$(srcdir)/'`$(srcdir)/clutter-actor-meta.c
2280 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-actor-meta.Tpo $(DEPDIR)/clutter-actor-meta.Plo
2281 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2282 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-actor-meta.c' object='clutter-actor-meta.lo' libtool=yes @AMDEPBACKSLASH@
2283 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2284 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-actor-meta.lo `test -f '$(srcdir)/clutter-actor-meta.c' || echo '$(srcdir)/'`$(srcdir)/clutter-actor-meta.c
2285
2286 clutter-actor.lo: $(srcdir)/clutter-actor.c
2287 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-actor.lo -MD -MP -MF $(DEPDIR)/clutter-actor.Tpo -c -o clutter-actor.lo `test -f '$(srcdir)/clutter-actor.c' || echo '$(srcdir)/'`$(srcdir)/clutter-actor.c
2288 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-actor.Tpo $(DEPDIR)/clutter-actor.Plo
2289 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2290 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-actor.c' object='clutter-actor.lo' libtool=yes @AMDEPBACKSLASH@
2291 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2292 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-actor.lo `test -f '$(srcdir)/clutter-actor.c' || echo '$(srcdir)/'`$(srcdir)/clutter-actor.c
2293
2294 clutter-align-constraint.lo: $(srcdir)/clutter-align-constraint.c
2295 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-align-constraint.lo -MD -MP -MF $(DEPDIR)/clutter-align-constraint.Tpo -c -o clutter-align-constraint.lo `test -f '$(srcdir)/clutter-align-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-align-constraint.c
2296 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-align-constraint.Tpo $(DEPDIR)/clutter-align-constraint.Plo
2297 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2298 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-align-constraint.c' object='clutter-align-constraint.lo' libtool=yes @AMDEPBACKSLASH@
2299 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2300 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-align-constraint.lo `test -f '$(srcdir)/clutter-align-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-align-constraint.c
2301
2302 clutter-alpha.lo: $(srcdir)/clutter-alpha.c
2303 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-alpha.lo -MD -MP -MF $(DEPDIR)/clutter-alpha.Tpo -c -o clutter-alpha.lo `test -f '$(srcdir)/clutter-alpha.c' || echo '$(srcdir)/'`$(srcdir)/clutter-alpha.c
2304 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-alpha.Tpo $(DEPDIR)/clutter-alpha.Plo
2305 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2306 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-alpha.c' object='clutter-alpha.lo' libtool=yes @AMDEPBACKSLASH@
2307 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2308 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-alpha.lo `test -f '$(srcdir)/clutter-alpha.c' || echo '$(srcdir)/'`$(srcdir)/clutter-alpha.c
2309
2310 clutter-animatable.lo: $(srcdir)/clutter-animatable.c
2311 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-animatable.lo -MD -MP -MF $(DEPDIR)/clutter-animatable.Tpo -c -o clutter-animatable.lo `test -f '$(srcdir)/clutter-animatable.c' || echo '$(srcdir)/'`$(srcdir)/clutter-animatable.c
2312 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-animatable.Tpo $(DEPDIR)/clutter-animatable.Plo
2313 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2314 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-animatable.c' object='clutter-animatable.lo' libtool=yes @AMDEPBACKSLASH@
2315 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2316 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-animatable.lo `test -f '$(srcdir)/clutter-animatable.c' || echo '$(srcdir)/'`$(srcdir)/clutter-animatable.c
2317
2318 clutter-animation.lo: $(srcdir)/clutter-animation.c
2319 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-animation.lo -MD -MP -MF $(DEPDIR)/clutter-animation.Tpo -c -o clutter-animation.lo `test -f '$(srcdir)/clutter-animation.c' || echo '$(srcdir)/'`$(srcdir)/clutter-animation.c
2320 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-animation.Tpo $(DEPDIR)/clutter-animation.Plo
2321 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2322 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-animation.c' object='clutter-animation.lo' libtool=yes @AMDEPBACKSLASH@
2323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2324 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-animation.lo `test -f '$(srcdir)/clutter-animation.c' || echo '$(srcdir)/'`$(srcdir)/clutter-animation.c
2325
2326 clutter-animator.lo: $(srcdir)/clutter-animator.c
2327 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-animator.lo -MD -MP -MF $(DEPDIR)/clutter-animator.Tpo -c -o clutter-animator.lo `test -f '$(srcdir)/clutter-animator.c' || echo '$(srcdir)/'`$(srcdir)/clutter-animator.c
2328 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-animator.Tpo $(DEPDIR)/clutter-animator.Plo
2329 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2330 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-animator.c' object='clutter-animator.lo' libtool=yes @AMDEPBACKSLASH@
2331 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2332 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-animator.lo `test -f '$(srcdir)/clutter-animator.c' || echo '$(srcdir)/'`$(srcdir)/clutter-animator.c
2333
2334 clutter-backend.lo: $(srcdir)/clutter-backend.c
2335 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-backend.lo -MD -MP -MF $(DEPDIR)/clutter-backend.Tpo -c -o clutter-backend.lo `test -f '$(srcdir)/clutter-backend.c' || echo '$(srcdir)/'`$(srcdir)/clutter-backend.c
2336 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-backend.Tpo $(DEPDIR)/clutter-backend.Plo
2337 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2338 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-backend.c' object='clutter-backend.lo' libtool=yes @AMDEPBACKSLASH@
2339 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2340 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-backend.lo `test -f '$(srcdir)/clutter-backend.c' || echo '$(srcdir)/'`$(srcdir)/clutter-backend.c
2341
2342 clutter-bezier.lo: $(srcdir)/clutter-bezier.c
2343 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-bezier.lo -MD -MP -MF $(DEPDIR)/clutter-bezier.Tpo -c -o clutter-bezier.lo `test -f '$(srcdir)/clutter-bezier.c' || echo '$(srcdir)/'`$(srcdir)/clutter-bezier.c
2344 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-bezier.Tpo $(DEPDIR)/clutter-bezier.Plo
2345 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2346 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-bezier.c' object='clutter-bezier.lo' libtool=yes @AMDEPBACKSLASH@
2347 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2348 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-bezier.lo `test -f '$(srcdir)/clutter-bezier.c' || echo '$(srcdir)/'`$(srcdir)/clutter-bezier.c
2349
2350 clutter-bind-constraint.lo: $(srcdir)/clutter-bind-constraint.c
2351 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-bind-constraint.lo -MD -MP -MF $(DEPDIR)/clutter-bind-constraint.Tpo -c -o clutter-bind-constraint.lo `test -f '$(srcdir)/clutter-bind-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-bind-constraint.c
2352 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-bind-constraint.Tpo $(DEPDIR)/clutter-bind-constraint.Plo
2353 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2354 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-bind-constraint.c' object='clutter-bind-constraint.lo' libtool=yes @AMDEPBACKSLASH@
2355 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2356 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-bind-constraint.lo `test -f '$(srcdir)/clutter-bind-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-bind-constraint.c
2357
2358 clutter-binding-pool.lo: $(srcdir)/clutter-binding-pool.c
2359 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-binding-pool.lo -MD -MP -MF $(DEPDIR)/clutter-binding-pool.Tpo -c -o clutter-binding-pool.lo `test -f '$(srcdir)/clutter-binding-pool.c' || echo '$(srcdir)/'`$(srcdir)/clutter-binding-pool.c
2360 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-binding-pool.Tpo $(DEPDIR)/clutter-binding-pool.Plo
2361 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2362 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-binding-pool.c' object='clutter-binding-pool.lo' libtool=yes @AMDEPBACKSLASH@
2363 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2364 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-binding-pool.lo `test -f '$(srcdir)/clutter-binding-pool.c' || echo '$(srcdir)/'`$(srcdir)/clutter-binding-pool.c
2365
2366 clutter-bin-layout.lo: $(srcdir)/clutter-bin-layout.c
2367 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-bin-layout.lo -MD -MP -MF $(DEPDIR)/clutter-bin-layout.Tpo -c -o clutter-bin-layout.lo `test -f '$(srcdir)/clutter-bin-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-bin-layout.c
2368 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-bin-layout.Tpo $(DEPDIR)/clutter-bin-layout.Plo
2369 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2370 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-bin-layout.c' object='clutter-bin-layout.lo' libtool=yes @AMDEPBACKSLASH@
2371 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2372 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-bin-layout.lo `test -f '$(srcdir)/clutter-bin-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-bin-layout.c
2373
2374 clutter-blur-effect.lo: $(srcdir)/clutter-blur-effect.c
2375 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-blur-effect.lo -MD -MP -MF $(DEPDIR)/clutter-blur-effect.Tpo -c -o clutter-blur-effect.lo `test -f '$(srcdir)/clutter-blur-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-blur-effect.c
2376 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-blur-effect.Tpo $(DEPDIR)/clutter-blur-effect.Plo
2377 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2378 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-blur-effect.c' object='clutter-blur-effect.lo' libtool=yes @AMDEPBACKSLASH@
2379 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2380 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-blur-effect.lo `test -f '$(srcdir)/clutter-blur-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-blur-effect.c
2381
2382 clutter-box-layout.lo: $(srcdir)/clutter-box-layout.c
2383 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-box-layout.lo -MD -MP -MF $(DEPDIR)/clutter-box-layout.Tpo -c -o clutter-box-layout.lo `test -f '$(srcdir)/clutter-box-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-box-layout.c
2384 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-box-layout.Tpo $(DEPDIR)/clutter-box-layout.Plo
2385 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2386 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-box-layout.c' object='clutter-box-layout.lo' libtool=yes @AMDEPBACKSLASH@
2387 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2388 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-box-layout.lo `test -f '$(srcdir)/clutter-box-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-box-layout.c
2389
2390 clutter-brightness-contrast-effect.lo: $(srcdir)/clutter-brightness-contrast-effect.c
2391 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-brightness-contrast-effect.lo -MD -MP -MF $(DEPDIR)/clutter-brightness-contrast-effect.Tpo -c -o clutter-brightness-contrast-effect.lo `test -f '$(srcdir)/clutter-brightness-contrast-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-brightness-contrast-effect.c
2392 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-brightness-contrast-effect.Tpo $(DEPDIR)/clutter-brightness-contrast-effect.Plo
2393 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2394 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-brightness-contrast-effect.c' object='clutter-brightness-contrast-effect.lo' libtool=yes @AMDEPBACKSLASH@
2395 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2396 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-brightness-contrast-effect.lo `test -f '$(srcdir)/clutter-brightness-contrast-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-brightness-contrast-effect.c
2397
2398 clutter-cairo-texture.lo: $(srcdir)/clutter-cairo-texture.c
2399 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-cairo-texture.lo -MD -MP -MF $(DEPDIR)/clutter-cairo-texture.Tpo -c -o clutter-cairo-texture.lo `test -f '$(srcdir)/clutter-cairo-texture.c' || echo '$(srcdir)/'`$(srcdir)/clutter-cairo-texture.c
2400 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-cairo-texture.Tpo $(DEPDIR)/clutter-cairo-texture.Plo
2401 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2402 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-cairo-texture.c' object='clutter-cairo-texture.lo' libtool=yes @AMDEPBACKSLASH@
2403 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2404 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-cairo-texture.lo `test -f '$(srcdir)/clutter-cairo-texture.c' || echo '$(srcdir)/'`$(srcdir)/clutter-cairo-texture.c
2405
2406 clutter-canvas.lo: $(srcdir)/clutter-canvas.c
2407 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-canvas.lo -MD -MP -MF $(DEPDIR)/clutter-canvas.Tpo -c -o clutter-canvas.lo `test -f '$(srcdir)/clutter-canvas.c' || echo '$(srcdir)/'`$(srcdir)/clutter-canvas.c
2408 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-canvas.Tpo $(DEPDIR)/clutter-canvas.Plo
2409 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2410 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-canvas.c' object='clutter-canvas.lo' libtool=yes @AMDEPBACKSLASH@
2411 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2412 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-canvas.lo `test -f '$(srcdir)/clutter-canvas.c' || echo '$(srcdir)/'`$(srcdir)/clutter-canvas.c
2413
2414 clutter-child-meta.lo: $(srcdir)/clutter-child-meta.c
2415 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-child-meta.lo -MD -MP -MF $(DEPDIR)/clutter-child-meta.Tpo -c -o clutter-child-meta.lo `test -f '$(srcdir)/clutter-child-meta.c' || echo '$(srcdir)/'`$(srcdir)/clutter-child-meta.c
2416 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-child-meta.Tpo $(DEPDIR)/clutter-child-meta.Plo
2417 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2418 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-child-meta.c' object='clutter-child-meta.lo' libtool=yes @AMDEPBACKSLASH@
2419 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2420 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-child-meta.lo `test -f '$(srcdir)/clutter-child-meta.c' || echo '$(srcdir)/'`$(srcdir)/clutter-child-meta.c
2421
2422 clutter-click-action.lo: $(srcdir)/clutter-click-action.c
2423 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-click-action.lo -MD -MP -MF $(DEPDIR)/clutter-click-action.Tpo -c -o clutter-click-action.lo `test -f '$(srcdir)/clutter-click-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-click-action.c
2424 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-click-action.Tpo $(DEPDIR)/clutter-click-action.Plo
2425 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2426 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-click-action.c' object='clutter-click-action.lo' libtool=yes @AMDEPBACKSLASH@
2427 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2428 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-click-action.lo `test -f '$(srcdir)/clutter-click-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-click-action.c
2429
2430 clutter-clone.lo: $(srcdir)/clutter-clone.c
2431 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-clone.lo -MD -MP -MF $(DEPDIR)/clutter-clone.Tpo -c -o clutter-clone.lo `test -f '$(srcdir)/clutter-clone.c' || echo '$(srcdir)/'`$(srcdir)/clutter-clone.c
2432 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-clone.Tpo $(DEPDIR)/clutter-clone.Plo
2433 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2434 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-clone.c' object='clutter-clone.lo' libtool=yes @AMDEPBACKSLASH@
2435 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2436 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-clone.lo `test -f '$(srcdir)/clutter-clone.c' || echo '$(srcdir)/'`$(srcdir)/clutter-clone.c
2437
2438 clutter-color.lo: $(srcdir)/clutter-color.c
2439 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-color.lo -MD -MP -MF $(DEPDIR)/clutter-color.Tpo -c -o clutter-color.lo `test -f '$(srcdir)/clutter-color.c' || echo '$(srcdir)/'`$(srcdir)/clutter-color.c
2440 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-color.Tpo $(DEPDIR)/clutter-color.Plo
2441 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2442 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-color.c' object='clutter-color.lo' libtool=yes @AMDEPBACKSLASH@
2443 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2444 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-color.lo `test -f '$(srcdir)/clutter-color.c' || echo '$(srcdir)/'`$(srcdir)/clutter-color.c
2445
2446 clutter-colorize-effect.lo: $(srcdir)/clutter-colorize-effect.c
2447 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-colorize-effect.lo -MD -MP -MF $(DEPDIR)/clutter-colorize-effect.Tpo -c -o clutter-colorize-effect.lo `test -f '$(srcdir)/clutter-colorize-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-colorize-effect.c
2448 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-colorize-effect.Tpo $(DEPDIR)/clutter-colorize-effect.Plo
2449 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2450 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-colorize-effect.c' object='clutter-colorize-effect.lo' libtool=yes @AMDEPBACKSLASH@
2451 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2452 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-colorize-effect.lo `test -f '$(srcdir)/clutter-colorize-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-colorize-effect.c
2453
2454 clutter-constraint.lo: $(srcdir)/clutter-constraint.c
2455 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-constraint.lo -MD -MP -MF $(DEPDIR)/clutter-constraint.Tpo -c -o clutter-constraint.lo `test -f '$(srcdir)/clutter-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-constraint.c
2456 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-constraint.Tpo $(DEPDIR)/clutter-constraint.Plo
2457 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2458 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-constraint.c' object='clutter-constraint.lo' libtool=yes @AMDEPBACKSLASH@
2459 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2460 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-constraint.lo `test -f '$(srcdir)/clutter-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-constraint.c
2461
2462 clutter-container.lo: $(srcdir)/clutter-container.c
2463 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-container.lo -MD -MP -MF $(DEPDIR)/clutter-container.Tpo -c -o clutter-container.lo `test -f '$(srcdir)/clutter-container.c' || echo '$(srcdir)/'`$(srcdir)/clutter-container.c
2464 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-container.Tpo $(DEPDIR)/clutter-container.Plo
2465 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2466 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-container.c' object='clutter-container.lo' libtool=yes @AMDEPBACKSLASH@
2467 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2468 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-container.lo `test -f '$(srcdir)/clutter-container.c' || echo '$(srcdir)/'`$(srcdir)/clutter-container.c
2469
2470 clutter-content.lo: $(srcdir)/clutter-content.c
2471 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-content.lo -MD -MP -MF $(DEPDIR)/clutter-content.Tpo -c -o clutter-content.lo `test -f '$(srcdir)/clutter-content.c' || echo '$(srcdir)/'`$(srcdir)/clutter-content.c
2472 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-content.Tpo $(DEPDIR)/clutter-content.Plo
2473 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2474 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-content.c' object='clutter-content.lo' libtool=yes @AMDEPBACKSLASH@
2475 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2476 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-content.lo `test -f '$(srcdir)/clutter-content.c' || echo '$(srcdir)/'`$(srcdir)/clutter-content.c
2477
2478 clutter-deform-effect.lo: $(srcdir)/clutter-deform-effect.c
2479 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-deform-effect.lo -MD -MP -MF $(DEPDIR)/clutter-deform-effect.Tpo -c -o clutter-deform-effect.lo `test -f '$(srcdir)/clutter-deform-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-deform-effect.c
2480 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-deform-effect.Tpo $(DEPDIR)/clutter-deform-effect.Plo
2481 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2482 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-deform-effect.c' object='clutter-deform-effect.lo' libtool=yes @AMDEPBACKSLASH@
2483 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2484 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-deform-effect.lo `test -f '$(srcdir)/clutter-deform-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-deform-effect.c
2485
2486 clutter-desaturate-effect.lo: $(srcdir)/clutter-desaturate-effect.c
2487 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-desaturate-effect.lo -MD -MP -MF $(DEPDIR)/clutter-desaturate-effect.Tpo -c -o clutter-desaturate-effect.lo `test -f '$(srcdir)/clutter-desaturate-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-desaturate-effect.c
2488 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-desaturate-effect.Tpo $(DEPDIR)/clutter-desaturate-effect.Plo
2489 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2490 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-desaturate-effect.c' object='clutter-desaturate-effect.lo' libtool=yes @AMDEPBACKSLASH@
2491 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2492 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-desaturate-effect.lo `test -f '$(srcdir)/clutter-desaturate-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-desaturate-effect.c
2493
2494 clutter-device-manager.lo: $(srcdir)/clutter-device-manager.c
2495 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-device-manager.lo -MD -MP -MF $(DEPDIR)/clutter-device-manager.Tpo -c -o clutter-device-manager.lo `test -f '$(srcdir)/clutter-device-manager.c' || echo '$(srcdir)/'`$(srcdir)/clutter-device-manager.c
2496 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-device-manager.Tpo $(DEPDIR)/clutter-device-manager.Plo
2497 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2498 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-device-manager.c' object='clutter-device-manager.lo' libtool=yes @AMDEPBACKSLASH@
2499 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2500 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-device-manager.lo `test -f '$(srcdir)/clutter-device-manager.c' || echo '$(srcdir)/'`$(srcdir)/clutter-device-manager.c
2501
2502 clutter-drag-action.lo: $(srcdir)/clutter-drag-action.c
2503 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-drag-action.lo -MD -MP -MF $(DEPDIR)/clutter-drag-action.Tpo -c -o clutter-drag-action.lo `test -f '$(srcdir)/clutter-drag-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-drag-action.c
2504 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-drag-action.Tpo $(DEPDIR)/clutter-drag-action.Plo
2505 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2506 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-drag-action.c' object='clutter-drag-action.lo' libtool=yes @AMDEPBACKSLASH@
2507 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2508 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-drag-action.lo `test -f '$(srcdir)/clutter-drag-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-drag-action.c
2509
2510 clutter-drop-action.lo: $(srcdir)/clutter-drop-action.c
2511 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-drop-action.lo -MD -MP -MF $(DEPDIR)/clutter-drop-action.Tpo -c -o clutter-drop-action.lo `test -f '$(srcdir)/clutter-drop-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-drop-action.c
2512 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-drop-action.Tpo $(DEPDIR)/clutter-drop-action.Plo
2513 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2514 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-drop-action.c' object='clutter-drop-action.lo' libtool=yes @AMDEPBACKSLASH@
2515 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2516 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-drop-action.lo `test -f '$(srcdir)/clutter-drop-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-drop-action.c
2517
2518 clutter-effect.lo: $(srcdir)/clutter-effect.c
2519 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-effect.lo -MD -MP -MF $(DEPDIR)/clutter-effect.Tpo -c -o clutter-effect.lo `test -f '$(srcdir)/clutter-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-effect.c
2520 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-effect.Tpo $(DEPDIR)/clutter-effect.Plo
2521 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2522 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-effect.c' object='clutter-effect.lo' libtool=yes @AMDEPBACKSLASH@
2523 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2524 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-effect.lo `test -f '$(srcdir)/clutter-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-effect.c
2525
2526 clutter-event.lo: $(srcdir)/clutter-event.c
2527 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event.lo -MD -MP -MF $(DEPDIR)/clutter-event.Tpo -c -o clutter-event.lo `test -f '$(srcdir)/clutter-event.c' || echo '$(srcdir)/'`$(srcdir)/clutter-event.c
2528 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event.Tpo $(DEPDIR)/clutter-event.Plo
2529 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2530 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-event.c' object='clutter-event.lo' libtool=yes @AMDEPBACKSLASH@
2531 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2532 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event.lo `test -f '$(srcdir)/clutter-event.c' || echo '$(srcdir)/'`$(srcdir)/clutter-event.c
2533
2534 clutter-feature.lo: $(srcdir)/clutter-feature.c
2535 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-feature.lo -MD -MP -MF $(DEPDIR)/clutter-feature.Tpo -c -o clutter-feature.lo `test -f '$(srcdir)/clutter-feature.c' || echo '$(srcdir)/'`$(srcdir)/clutter-feature.c
2536 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-feature.Tpo $(DEPDIR)/clutter-feature.Plo
2537 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2538 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-feature.c' object='clutter-feature.lo' libtool=yes @AMDEPBACKSLASH@
2539 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2540 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-feature.lo `test -f '$(srcdir)/clutter-feature.c' || echo '$(srcdir)/'`$(srcdir)/clutter-feature.c
2541
2542 clutter-fixed-layout.lo: $(srcdir)/clutter-fixed-layout.c
2543 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-fixed-layout.lo -MD -MP -MF $(DEPDIR)/clutter-fixed-layout.Tpo -c -o clutter-fixed-layout.lo `test -f '$(srcdir)/clutter-fixed-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-fixed-layout.c
2544 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-fixed-layout.Tpo $(DEPDIR)/clutter-fixed-layout.Plo
2545 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2546 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-fixed-layout.c' object='clutter-fixed-layout.lo' libtool=yes @AMDEPBACKSLASH@
2547 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2548 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-fixed-layout.lo `test -f '$(srcdir)/clutter-fixed-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-fixed-layout.c
2549
2550 clutter-flatten-effect.lo: $(srcdir)/clutter-flatten-effect.c
2551 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-flatten-effect.lo -MD -MP -MF $(DEPDIR)/clutter-flatten-effect.Tpo -c -o clutter-flatten-effect.lo `test -f '$(srcdir)/clutter-flatten-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-flatten-effect.c
2552 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-flatten-effect.Tpo $(DEPDIR)/clutter-flatten-effect.Plo
2553 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2554 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-flatten-effect.c' object='clutter-flatten-effect.lo' libtool=yes @AMDEPBACKSLASH@
2555 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2556 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-flatten-effect.lo `test -f '$(srcdir)/clutter-flatten-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-flatten-effect.c
2557
2558 clutter-flow-layout.lo: $(srcdir)/clutter-flow-layout.c
2559 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-flow-layout.lo -MD -MP -MF $(DEPDIR)/clutter-flow-layout.Tpo -c -o clutter-flow-layout.lo `test -f '$(srcdir)/clutter-flow-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-flow-layout.c
2560 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-flow-layout.Tpo $(DEPDIR)/clutter-flow-layout.Plo
2561 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2562 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-flow-layout.c' object='clutter-flow-layout.lo' libtool=yes @AMDEPBACKSLASH@
2563 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2564 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-flow-layout.lo `test -f '$(srcdir)/clutter-flow-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-flow-layout.c
2565
2566 clutter-gesture-action.lo: $(srcdir)/clutter-gesture-action.c
2567 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-gesture-action.lo -MD -MP -MF $(DEPDIR)/clutter-gesture-action.Tpo -c -o clutter-gesture-action.lo `test -f '$(srcdir)/clutter-gesture-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-gesture-action.c
2568 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-gesture-action.Tpo $(DEPDIR)/clutter-gesture-action.Plo
2569 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2570 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-gesture-action.c' object='clutter-gesture-action.lo' libtool=yes @AMDEPBACKSLASH@
2571 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2572 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-gesture-action.lo `test -f '$(srcdir)/clutter-gesture-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-gesture-action.c
2573
2574 clutter-image.lo: $(srcdir)/clutter-image.c
2575 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-image.lo -MD -MP -MF $(DEPDIR)/clutter-image.Tpo -c -o clutter-image.lo `test -f '$(srcdir)/clutter-image.c' || echo '$(srcdir)/'`$(srcdir)/clutter-image.c
2576 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-image.Tpo $(DEPDIR)/clutter-image.Plo
2577 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2578 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-image.c' object='clutter-image.lo' libtool=yes @AMDEPBACKSLASH@
2579 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2580 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-image.lo `test -f '$(srcdir)/clutter-image.c' || echo '$(srcdir)/'`$(srcdir)/clutter-image.c
2581
2582 clutter-input-device.lo: $(srcdir)/clutter-input-device.c
2583 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-input-device.lo -MD -MP -MF $(DEPDIR)/clutter-input-device.Tpo -c -o clutter-input-device.lo `test -f '$(srcdir)/clutter-input-device.c' || echo '$(srcdir)/'`$(srcdir)/clutter-input-device.c
2584 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-input-device.Tpo $(DEPDIR)/clutter-input-device.Plo
2585 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2586 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-input-device.c' object='clutter-input-device.lo' libtool=yes @AMDEPBACKSLASH@
2587 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2588 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-input-device.lo `test -f '$(srcdir)/clutter-input-device.c' || echo '$(srcdir)/'`$(srcdir)/clutter-input-device.c
2589
2590 clutter-interval.lo: $(srcdir)/clutter-interval.c
2591 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-interval.lo -MD -MP -MF $(DEPDIR)/clutter-interval.Tpo -c -o clutter-interval.lo `test -f '$(srcdir)/clutter-interval.c' || echo '$(srcdir)/'`$(srcdir)/clutter-interval.c
2592 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-interval.Tpo $(DEPDIR)/clutter-interval.Plo
2593 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2594 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-interval.c' object='clutter-interval.lo' libtool=yes @AMDEPBACKSLASH@
2595 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2596 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-interval.lo `test -f '$(srcdir)/clutter-interval.c' || echo '$(srcdir)/'`$(srcdir)/clutter-interval.c
2597
2598 clutter-keysyms-table.lo: $(srcdir)/clutter-keysyms-table.c
2599 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-keysyms-table.lo -MD -MP -MF $(DEPDIR)/clutter-keysyms-table.Tpo -c -o clutter-keysyms-table.lo `test -f '$(srcdir)/clutter-keysyms-table.c' || echo '$(srcdir)/'`$(srcdir)/clutter-keysyms-table.c
2600 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-keysyms-table.Tpo $(DEPDIR)/clutter-keysyms-table.Plo
2601 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2602 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-keysyms-table.c' object='clutter-keysyms-table.lo' libtool=yes @AMDEPBACKSLASH@
2603 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2604 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-keysyms-table.lo `test -f '$(srcdir)/clutter-keysyms-table.c' || echo '$(srcdir)/'`$(srcdir)/clutter-keysyms-table.c
2605
2606 clutter-layout-manager.lo: $(srcdir)/clutter-layout-manager.c
2607 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-layout-manager.lo -MD -MP -MF $(DEPDIR)/clutter-layout-manager.Tpo -c -o clutter-layout-manager.lo `test -f '$(srcdir)/clutter-layout-manager.c' || echo '$(srcdir)/'`$(srcdir)/clutter-layout-manager.c
2608 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-layout-manager.Tpo $(DEPDIR)/clutter-layout-manager.Plo
2609 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2610 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-layout-manager.c' object='clutter-layout-manager.lo' libtool=yes @AMDEPBACKSLASH@
2611 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2612 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-layout-manager.lo `test -f '$(srcdir)/clutter-layout-manager.c' || echo '$(srcdir)/'`$(srcdir)/clutter-layout-manager.c
2613
2614 clutter-layout-meta.lo: $(srcdir)/clutter-layout-meta.c
2615 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-layout-meta.lo -MD -MP -MF $(DEPDIR)/clutter-layout-meta.Tpo -c -o clutter-layout-meta.lo `test -f '$(srcdir)/clutter-layout-meta.c' || echo '$(srcdir)/'`$(srcdir)/clutter-layout-meta.c
2616 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-layout-meta.Tpo $(DEPDIR)/clutter-layout-meta.Plo
2617 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2618 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-layout-meta.c' object='clutter-layout-meta.lo' libtool=yes @AMDEPBACKSLASH@
2619 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2620 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-layout-meta.lo `test -f '$(srcdir)/clutter-layout-meta.c' || echo '$(srcdir)/'`$(srcdir)/clutter-layout-meta.c
2621
2622 clutter-list-model.lo: $(srcdir)/clutter-list-model.c
2623 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-list-model.lo -MD -MP -MF $(DEPDIR)/clutter-list-model.Tpo -c -o clutter-list-model.lo `test -f '$(srcdir)/clutter-list-model.c' || echo '$(srcdir)/'`$(srcdir)/clutter-list-model.c
2624 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-list-model.Tpo $(DEPDIR)/clutter-list-model.Plo
2625 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2626 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-list-model.c' object='clutter-list-model.lo' libtool=yes @AMDEPBACKSLASH@
2627 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2628 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-list-model.lo `test -f '$(srcdir)/clutter-list-model.c' || echo '$(srcdir)/'`$(srcdir)/clutter-list-model.c
2629
2630 clutter-main.lo: $(srcdir)/clutter-main.c
2631 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-main.lo -MD -MP -MF $(DEPDIR)/clutter-main.Tpo -c -o clutter-main.lo `test -f '$(srcdir)/clutter-main.c' || echo '$(srcdir)/'`$(srcdir)/clutter-main.c
2632 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-main.Tpo $(DEPDIR)/clutter-main.Plo
2633 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2634 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-main.c' object='clutter-main.lo' libtool=yes @AMDEPBACKSLASH@
2635 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2636 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-main.lo `test -f '$(srcdir)/clutter-main.c' || echo '$(srcdir)/'`$(srcdir)/clutter-main.c
2637
2638 clutter-master-clock.lo: $(srcdir)/clutter-master-clock.c
2639 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-master-clock.lo -MD -MP -MF $(DEPDIR)/clutter-master-clock.Tpo -c -o clutter-master-clock.lo `test -f '$(srcdir)/clutter-master-clock.c' || echo '$(srcdir)/'`$(srcdir)/clutter-master-clock.c
2640 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-master-clock.Tpo $(DEPDIR)/clutter-master-clock.Plo
2641 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2642 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-master-clock.c' object='clutter-master-clock.lo' libtool=yes @AMDEPBACKSLASH@
2643 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2644 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-master-clock.lo `test -f '$(srcdir)/clutter-master-clock.c' || echo '$(srcdir)/'`$(srcdir)/clutter-master-clock.c
2645
2646 clutter-media.lo: $(srcdir)/clutter-media.c
2647 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-media.lo -MD -MP -MF $(DEPDIR)/clutter-media.Tpo -c -o clutter-media.lo `test -f '$(srcdir)/clutter-media.c' || echo '$(srcdir)/'`$(srcdir)/clutter-media.c
2648 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-media.Tpo $(DEPDIR)/clutter-media.Plo
2649 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2650 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-media.c' object='clutter-media.lo' libtool=yes @AMDEPBACKSLASH@
2651 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2652 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-media.lo `test -f '$(srcdir)/clutter-media.c' || echo '$(srcdir)/'`$(srcdir)/clutter-media.c
2653
2654 clutter-model.lo: $(srcdir)/clutter-model.c
2655 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-model.lo -MD -MP -MF $(DEPDIR)/clutter-model.Tpo -c -o clutter-model.lo `test -f '$(srcdir)/clutter-model.c' || echo '$(srcdir)/'`$(srcdir)/clutter-model.c
2656 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-model.Tpo $(DEPDIR)/clutter-model.Plo
2657 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2658 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-model.c' object='clutter-model.lo' libtool=yes @AMDEPBACKSLASH@
2659 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2660 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-model.lo `test -f '$(srcdir)/clutter-model.c' || echo '$(srcdir)/'`$(srcdir)/clutter-model.c
2661
2662 clutter-offscreen-effect.lo: $(srcdir)/clutter-offscreen-effect.c
2663 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-offscreen-effect.lo -MD -MP -MF $(DEPDIR)/clutter-offscreen-effect.Tpo -c -o clutter-offscreen-effect.lo `test -f '$(srcdir)/clutter-offscreen-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-offscreen-effect.c
2664 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-offscreen-effect.Tpo $(DEPDIR)/clutter-offscreen-effect.Plo
2665 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2666 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-offscreen-effect.c' object='clutter-offscreen-effect.lo' libtool=yes @AMDEPBACKSLASH@
2667 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2668 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-offscreen-effect.lo `test -f '$(srcdir)/clutter-offscreen-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-offscreen-effect.c
2669
2670 clutter-page-turn-effect.lo: $(srcdir)/clutter-page-turn-effect.c
2671 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-page-turn-effect.lo -MD -MP -MF $(DEPDIR)/clutter-page-turn-effect.Tpo -c -o clutter-page-turn-effect.lo `test -f '$(srcdir)/clutter-page-turn-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-page-turn-effect.c
2672 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-page-turn-effect.Tpo $(DEPDIR)/clutter-page-turn-effect.Plo
2673 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2674 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-page-turn-effect.c' object='clutter-page-turn-effect.lo' libtool=yes @AMDEPBACKSLASH@
2675 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2676 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-page-turn-effect.lo `test -f '$(srcdir)/clutter-page-turn-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-page-turn-effect.c
2677
2678 clutter-paint-nodes.lo: $(srcdir)/clutter-paint-nodes.c
2679 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-paint-nodes.lo -MD -MP -MF $(DEPDIR)/clutter-paint-nodes.Tpo -c -o clutter-paint-nodes.lo `test -f '$(srcdir)/clutter-paint-nodes.c' || echo '$(srcdir)/'`$(srcdir)/clutter-paint-nodes.c
2680 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-paint-nodes.Tpo $(DEPDIR)/clutter-paint-nodes.Plo
2681 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2682 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-paint-nodes.c' object='clutter-paint-nodes.lo' libtool=yes @AMDEPBACKSLASH@
2683 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2684 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-paint-nodes.lo `test -f '$(srcdir)/clutter-paint-nodes.c' || echo '$(srcdir)/'`$(srcdir)/clutter-paint-nodes.c
2685
2686 clutter-paint-node.lo: $(srcdir)/clutter-paint-node.c
2687 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-paint-node.lo -MD -MP -MF $(DEPDIR)/clutter-paint-node.Tpo -c -o clutter-paint-node.lo `test -f '$(srcdir)/clutter-paint-node.c' || echo '$(srcdir)/'`$(srcdir)/clutter-paint-node.c
2688 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-paint-node.Tpo $(DEPDIR)/clutter-paint-node.Plo
2689 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2690 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-paint-node.c' object='clutter-paint-node.lo' libtool=yes @AMDEPBACKSLASH@
2691 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2692 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-paint-node.lo `test -f '$(srcdir)/clutter-paint-node.c' || echo '$(srcdir)/'`$(srcdir)/clutter-paint-node.c
2693
2694 clutter-path-constraint.lo: $(srcdir)/clutter-path-constraint.c
2695 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-path-constraint.lo -MD -MP -MF $(DEPDIR)/clutter-path-constraint.Tpo -c -o clutter-path-constraint.lo `test -f '$(srcdir)/clutter-path-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-path-constraint.c
2696 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-path-constraint.Tpo $(DEPDIR)/clutter-path-constraint.Plo
2697 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2698 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-path-constraint.c' object='clutter-path-constraint.lo' libtool=yes @AMDEPBACKSLASH@
2699 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2700 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-path-constraint.lo `test -f '$(srcdir)/clutter-path-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-path-constraint.c
2701
2702 clutter-path.lo: $(srcdir)/clutter-path.c
2703 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-path.lo -MD -MP -MF $(DEPDIR)/clutter-path.Tpo -c -o clutter-path.lo `test -f '$(srcdir)/clutter-path.c' || echo '$(srcdir)/'`$(srcdir)/clutter-path.c
2704 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-path.Tpo $(DEPDIR)/clutter-path.Plo
2705 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2706 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-path.c' object='clutter-path.lo' libtool=yes @AMDEPBACKSLASH@
2707 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2708 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-path.lo `test -f '$(srcdir)/clutter-path.c' || echo '$(srcdir)/'`$(srcdir)/clutter-path.c
2709
2710 clutter-property-transition.lo: $(srcdir)/clutter-property-transition.c
2711 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-property-transition.lo -MD -MP -MF $(DEPDIR)/clutter-property-transition.Tpo -c -o clutter-property-transition.lo `test -f '$(srcdir)/clutter-property-transition.c' || echo '$(srcdir)/'`$(srcdir)/clutter-property-transition.c
2712 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-property-transition.Tpo $(DEPDIR)/clutter-property-transition.Plo
2713 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2714 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-property-transition.c' object='clutter-property-transition.lo' libtool=yes @AMDEPBACKSLASH@
2715 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2716 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-property-transition.lo `test -f '$(srcdir)/clutter-property-transition.c' || echo '$(srcdir)/'`$(srcdir)/clutter-property-transition.c
2717
2718 clutter-script.lo: $(srcdir)/clutter-script.c
2719 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-script.lo -MD -MP -MF $(DEPDIR)/clutter-script.Tpo -c -o clutter-script.lo `test -f '$(srcdir)/clutter-script.c' || echo '$(srcdir)/'`$(srcdir)/clutter-script.c
2720 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-script.Tpo $(DEPDIR)/clutter-script.Plo
2721 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2722 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-script.c' object='clutter-script.lo' libtool=yes @AMDEPBACKSLASH@
2723 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2724 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-script.lo `test -f '$(srcdir)/clutter-script.c' || echo '$(srcdir)/'`$(srcdir)/clutter-script.c
2725
2726 clutter-script-parser.lo: $(srcdir)/clutter-script-parser.c
2727 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-script-parser.lo -MD -MP -MF $(DEPDIR)/clutter-script-parser.Tpo -c -o clutter-script-parser.lo `test -f '$(srcdir)/clutter-script-parser.c' || echo '$(srcdir)/'`$(srcdir)/clutter-script-parser.c
2728 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-script-parser.Tpo $(DEPDIR)/clutter-script-parser.Plo
2729 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2730 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-script-parser.c' object='clutter-script-parser.lo' libtool=yes @AMDEPBACKSLASH@
2731 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2732 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-script-parser.lo `test -f '$(srcdir)/clutter-script-parser.c' || echo '$(srcdir)/'`$(srcdir)/clutter-script-parser.c
2733
2734 clutter-scriptable.lo: $(srcdir)/clutter-scriptable.c
2735 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-scriptable.lo -MD -MP -MF $(DEPDIR)/clutter-scriptable.Tpo -c -o clutter-scriptable.lo `test -f '$(srcdir)/clutter-scriptable.c' || echo '$(srcdir)/'`$(srcdir)/clutter-scriptable.c
2736 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-scriptable.Tpo $(DEPDIR)/clutter-scriptable.Plo
2737 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2738 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-scriptable.c' object='clutter-scriptable.lo' libtool=yes @AMDEPBACKSLASH@
2739 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2740 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-scriptable.lo `test -f '$(srcdir)/clutter-scriptable.c' || echo '$(srcdir)/'`$(srcdir)/clutter-scriptable.c
2741
2742 clutter-settings.lo: $(srcdir)/clutter-settings.c
2743 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-settings.lo -MD -MP -MF $(DEPDIR)/clutter-settings.Tpo -c -o clutter-settings.lo `test -f '$(srcdir)/clutter-settings.c' || echo '$(srcdir)/'`$(srcdir)/clutter-settings.c
2744 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-settings.Tpo $(DEPDIR)/clutter-settings.Plo
2745 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2746 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-settings.c' object='clutter-settings.lo' libtool=yes @AMDEPBACKSLASH@
2747 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2748 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-settings.lo `test -f '$(srcdir)/clutter-settings.c' || echo '$(srcdir)/'`$(srcdir)/clutter-settings.c
2749
2750 clutter-shader-effect.lo: $(srcdir)/clutter-shader-effect.c
2751 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-shader-effect.lo -MD -MP -MF $(DEPDIR)/clutter-shader-effect.Tpo -c -o clutter-shader-effect.lo `test -f '$(srcdir)/clutter-shader-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-shader-effect.c
2752 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-shader-effect.Tpo $(DEPDIR)/clutter-shader-effect.Plo
2753 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2754 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-shader-effect.c' object='clutter-shader-effect.lo' libtool=yes @AMDEPBACKSLASH@
2755 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2756 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-shader-effect.lo `test -f '$(srcdir)/clutter-shader-effect.c' || echo '$(srcdir)/'`$(srcdir)/clutter-shader-effect.c
2757
2758 clutter-shader-types.lo: $(srcdir)/clutter-shader-types.c
2759 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-shader-types.lo -MD -MP -MF $(DEPDIR)/clutter-shader-types.Tpo -c -o clutter-shader-types.lo `test -f '$(srcdir)/clutter-shader-types.c' || echo '$(srcdir)/'`$(srcdir)/clutter-shader-types.c
2760 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-shader-types.Tpo $(DEPDIR)/clutter-shader-types.Plo
2761 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2762 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-shader-types.c' object='clutter-shader-types.lo' libtool=yes @AMDEPBACKSLASH@
2763 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2764 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-shader-types.lo `test -f '$(srcdir)/clutter-shader-types.c' || echo '$(srcdir)/'`$(srcdir)/clutter-shader-types.c
2765
2766 clutter-swipe-action.lo: $(srcdir)/clutter-swipe-action.c
2767 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-swipe-action.lo -MD -MP -MF $(DEPDIR)/clutter-swipe-action.Tpo -c -o clutter-swipe-action.lo `test -f '$(srcdir)/clutter-swipe-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-swipe-action.c
2768 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-swipe-action.Tpo $(DEPDIR)/clutter-swipe-action.Plo
2769 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2770 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-swipe-action.c' object='clutter-swipe-action.lo' libtool=yes @AMDEPBACKSLASH@
2771 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2772 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-swipe-action.lo `test -f '$(srcdir)/clutter-swipe-action.c' || echo '$(srcdir)/'`$(srcdir)/clutter-swipe-action.c
2773
2774 clutter-snap-constraint.lo: $(srcdir)/clutter-snap-constraint.c
2775 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-snap-constraint.lo -MD -MP -MF $(DEPDIR)/clutter-snap-constraint.Tpo -c -o clutter-snap-constraint.lo `test -f '$(srcdir)/clutter-snap-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-snap-constraint.c
2776 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-snap-constraint.Tpo $(DEPDIR)/clutter-snap-constraint.Plo
2777 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2778 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-snap-constraint.c' object='clutter-snap-constraint.lo' libtool=yes @AMDEPBACKSLASH@
2779 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2780 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-snap-constraint.lo `test -f '$(srcdir)/clutter-snap-constraint.c' || echo '$(srcdir)/'`$(srcdir)/clutter-snap-constraint.c
2781
2782 clutter-stage.lo: $(srcdir)/clutter-stage.c
2783 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage.lo -MD -MP -MF $(DEPDIR)/clutter-stage.Tpo -c -o clutter-stage.lo `test -f '$(srcdir)/clutter-stage.c' || echo '$(srcdir)/'`$(srcdir)/clutter-stage.c
2784 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage.Tpo $(DEPDIR)/clutter-stage.Plo
2785 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2786 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-stage.c' object='clutter-stage.lo' libtool=yes @AMDEPBACKSLASH@
2787 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2788 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage.lo `test -f '$(srcdir)/clutter-stage.c' || echo '$(srcdir)/'`$(srcdir)/clutter-stage.c
2789
2790 clutter-stage-manager.lo: $(srcdir)/clutter-stage-manager.c
2791 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage-manager.lo -MD -MP -MF $(DEPDIR)/clutter-stage-manager.Tpo -c -o clutter-stage-manager.lo `test -f '$(srcdir)/clutter-stage-manager.c' || echo '$(srcdir)/'`$(srcdir)/clutter-stage-manager.c
2792 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage-manager.Tpo $(DEPDIR)/clutter-stage-manager.Plo
2793 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2794 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-stage-manager.c' object='clutter-stage-manager.lo' libtool=yes @AMDEPBACKSLASH@
2795 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2796 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-manager.lo `test -f '$(srcdir)/clutter-stage-manager.c' || echo '$(srcdir)/'`$(srcdir)/clutter-stage-manager.c
2797
2798 clutter-stage-window.lo: $(srcdir)/clutter-stage-window.c
2799 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-stage-window.lo -MD -MP -MF $(DEPDIR)/clutter-stage-window.Tpo -c -o clutter-stage-window.lo `test -f '$(srcdir)/clutter-stage-window.c' || echo '$(srcdir)/'`$(srcdir)/clutter-stage-window.c
2800 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-stage-window.Tpo $(DEPDIR)/clutter-stage-window.Plo
2801 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2802 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-stage-window.c' object='clutter-stage-window.lo' libtool=yes @AMDEPBACKSLASH@
2803 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2804 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-stage-window.lo `test -f '$(srcdir)/clutter-stage-window.c' || echo '$(srcdir)/'`$(srcdir)/clutter-stage-window.c
2805
2806 clutter-state.lo: $(srcdir)/clutter-state.c
2807 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-state.lo -MD -MP -MF $(DEPDIR)/clutter-state.Tpo -c -o clutter-state.lo `test -f '$(srcdir)/clutter-state.c' || echo '$(srcdir)/'`$(srcdir)/clutter-state.c
2808 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-state.Tpo $(DEPDIR)/clutter-state.Plo
2809 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2810 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-state.c' object='clutter-state.lo' libtool=yes @AMDEPBACKSLASH@
2811 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2812 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-state.lo `test -f '$(srcdir)/clutter-state.c' || echo '$(srcdir)/'`$(srcdir)/clutter-state.c
2813
2814 clutter-table-layout.lo: $(srcdir)/clutter-table-layout.c
2815 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-table-layout.lo -MD -MP -MF $(DEPDIR)/clutter-table-layout.Tpo -c -o clutter-table-layout.lo `test -f '$(srcdir)/clutter-table-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-table-layout.c
2816 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-table-layout.Tpo $(DEPDIR)/clutter-table-layout.Plo
2817 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2818 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-table-layout.c' object='clutter-table-layout.lo' libtool=yes @AMDEPBACKSLASH@
2819 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2820 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-table-layout.lo `test -f '$(srcdir)/clutter-table-layout.c' || echo '$(srcdir)/'`$(srcdir)/clutter-table-layout.c
2821
2822 clutter-texture.lo: $(srcdir)/clutter-texture.c
2823 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-texture.lo -MD -MP -MF $(DEPDIR)/clutter-texture.Tpo -c -o clutter-texture.lo `test -f '$(srcdir)/clutter-texture.c' || echo '$(srcdir)/'`$(srcdir)/clutter-texture.c
2824 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-texture.Tpo $(DEPDIR)/clutter-texture.Plo
2825 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2826 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-texture.c' object='clutter-texture.lo' libtool=yes @AMDEPBACKSLASH@
2827 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2828 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-texture.lo `test -f '$(srcdir)/clutter-texture.c' || echo '$(srcdir)/'`$(srcdir)/clutter-texture.c
2829
2830 clutter-text.lo: $(srcdir)/clutter-text.c
2831 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-text.lo -MD -MP -MF $(DEPDIR)/clutter-text.Tpo -c -o clutter-text.lo `test -f '$(srcdir)/clutter-text.c' || echo '$(srcdir)/'`$(srcdir)/clutter-text.c
2832 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-text.Tpo $(DEPDIR)/clutter-text.Plo
2833 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2834 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-text.c' object='clutter-text.lo' libtool=yes @AMDEPBACKSLASH@
2835 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2836 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-text.lo `test -f '$(srcdir)/clutter-text.c' || echo '$(srcdir)/'`$(srcdir)/clutter-text.c
2837
2838 clutter-text-buffer.lo: $(srcdir)/clutter-text-buffer.c
2839 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-text-buffer.lo -MD -MP -MF $(DEPDIR)/clutter-text-buffer.Tpo -c -o clutter-text-buffer.lo `test -f '$(srcdir)/clutter-text-buffer.c' || echo '$(srcdir)/'`$(srcdir)/clutter-text-buffer.c
2840 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-text-buffer.Tpo $(DEPDIR)/clutter-text-buffer.Plo
2841 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2842 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-text-buffer.c' object='clutter-text-buffer.lo' libtool=yes @AMDEPBACKSLASH@
2843 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2844 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-text-buffer.lo `test -f '$(srcdir)/clutter-text-buffer.c' || echo '$(srcdir)/'`$(srcdir)/clutter-text-buffer.c
2845
2846 clutter-transition.lo: $(srcdir)/clutter-transition.c
2847 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-transition.lo -MD -MP -MF $(DEPDIR)/clutter-transition.Tpo -c -o clutter-transition.lo `test -f '$(srcdir)/clutter-transition.c' || echo '$(srcdir)/'`$(srcdir)/clutter-transition.c
2848 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-transition.Tpo $(DEPDIR)/clutter-transition.Plo
2849 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2850 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-transition.c' object='clutter-transition.lo' libtool=yes @AMDEPBACKSLASH@
2851 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2852 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-transition.lo `test -f '$(srcdir)/clutter-transition.c' || echo '$(srcdir)/'`$(srcdir)/clutter-transition.c
2853
2854 clutter-timeline.lo: $(srcdir)/clutter-timeline.c
2855 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-timeline.lo -MD -MP -MF $(DEPDIR)/clutter-timeline.Tpo -c -o clutter-timeline.lo `test -f '$(srcdir)/clutter-timeline.c' || echo '$(srcdir)/'`$(srcdir)/clutter-timeline.c
2856 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-timeline.Tpo $(DEPDIR)/clutter-timeline.Plo
2857 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2858 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-timeline.c' object='clutter-timeline.lo' libtool=yes @AMDEPBACKSLASH@
2859 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2860 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-timeline.lo `test -f '$(srcdir)/clutter-timeline.c' || echo '$(srcdir)/'`$(srcdir)/clutter-timeline.c
2861
2862 clutter-units.lo: $(srcdir)/clutter-units.c
2863 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-units.lo -MD -MP -MF $(DEPDIR)/clutter-units.Tpo -c -o clutter-units.lo `test -f '$(srcdir)/clutter-units.c' || echo '$(srcdir)/'`$(srcdir)/clutter-units.c
2864 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-units.Tpo $(DEPDIR)/clutter-units.Plo
2865 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2866 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-units.c' object='clutter-units.lo' libtool=yes @AMDEPBACKSLASH@
2867 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2868 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-units.lo `test -f '$(srcdir)/clutter-units.c' || echo '$(srcdir)/'`$(srcdir)/clutter-units.c
2869
2870 clutter-util.lo: $(srcdir)/clutter-util.c
2871 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-util.lo -MD -MP -MF $(DEPDIR)/clutter-util.Tpo -c -o clutter-util.lo `test -f '$(srcdir)/clutter-util.c' || echo '$(srcdir)/'`$(srcdir)/clutter-util.c
2872 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-util.Tpo $(DEPDIR)/clutter-util.Plo
2873 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2874 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-util.c' object='clutter-util.lo' libtool=yes @AMDEPBACKSLASH@
2875 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2876 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-util.lo `test -f '$(srcdir)/clutter-util.c' || echo '$(srcdir)/'`$(srcdir)/clutter-util.c
2877
2878 clutter-paint-volume.lo: $(srcdir)/clutter-paint-volume.c
2879 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-paint-volume.lo -MD -MP -MF $(DEPDIR)/clutter-paint-volume.Tpo -c -o clutter-paint-volume.lo `test -f '$(srcdir)/clutter-paint-volume.c' || echo '$(srcdir)/'`$(srcdir)/clutter-paint-volume.c
2880 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-paint-volume.Tpo $(DEPDIR)/clutter-paint-volume.Plo
2881 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2882 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-paint-volume.c' object='clutter-paint-volume.lo' libtool=yes @AMDEPBACKSLASH@
2883 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2884 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-paint-volume.lo `test -f '$(srcdir)/clutter-paint-volume.c' || echo '$(srcdir)/'`$(srcdir)/clutter-paint-volume.c
2885
2886 clutter-easing.lo: $(srcdir)/clutter-easing.c
2887 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-easing.lo -MD -MP -MF $(DEPDIR)/clutter-easing.Tpo -c -o clutter-easing.lo `test -f '$(srcdir)/clutter-easing.c' || echo '$(srcdir)/'`$(srcdir)/clutter-easing.c
2888 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-easing.Tpo $(DEPDIR)/clutter-easing.Plo
2889 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2890 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-easing.c' object='clutter-easing.lo' libtool=yes @AMDEPBACKSLASH@
2891 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2892 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-easing.lo `test -f '$(srcdir)/clutter-easing.c' || echo '$(srcdir)/'`$(srcdir)/clutter-easing.c
2893
2894 clutter-event-translator.lo: $(srcdir)/clutter-event-translator.c
2895 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-event-translator.lo -MD -MP -MF $(DEPDIR)/clutter-event-translator.Tpo -c -o clutter-event-translator.lo `test -f '$(srcdir)/clutter-event-translator.c' || echo '$(srcdir)/'`$(srcdir)/clutter-event-translator.c
2896 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-event-translator.Tpo $(DEPDIR)/clutter-event-translator.Plo
2897 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2898 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-event-translator.c' object='clutter-event-translator.lo' libtool=yes @AMDEPBACKSLASH@
2899 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2900 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-event-translator.lo `test -f '$(srcdir)/clutter-event-translator.c' || echo '$(srcdir)/'`$(srcdir)/clutter-event-translator.c
2901
2902 clutter-id-pool.lo: $(srcdir)/clutter-id-pool.c
2903 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-id-pool.lo -MD -MP -MF $(DEPDIR)/clutter-id-pool.Tpo -c -o clutter-id-pool.lo `test -f '$(srcdir)/clutter-id-pool.c' || echo '$(srcdir)/'`$(srcdir)/clutter-id-pool.c
2904 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-id-pool.Tpo $(DEPDIR)/clutter-id-pool.Plo
2905 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2906 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-id-pool.c' object='clutter-id-pool.lo' libtool=yes @AMDEPBACKSLASH@
2907 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2908 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-id-pool.lo `test -f '$(srcdir)/clutter-id-pool.c' || echo '$(srcdir)/'`$(srcdir)/clutter-id-pool.c
2909
2910 clutter-profile.lo: $(srcdir)/clutter-profile.c
2911 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-profile.lo -MD -MP -MF $(DEPDIR)/clutter-profile.Tpo -c -o clutter-profile.lo `test -f '$(srcdir)/clutter-profile.c' || echo '$(srcdir)/'`$(srcdir)/clutter-profile.c
2912 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-profile.Tpo $(DEPDIR)/clutter-profile.Plo
2913 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2914 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/clutter-profile.c' object='clutter-profile.lo' libtool=yes @AMDEPBACKSLASH@
2915 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2916 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-profile.lo `test -f '$(srcdir)/clutter-profile.c' || echo '$(srcdir)/'`$(srcdir)/clutter-profile.c
2917
2918 clutter-actor-deprecated.lo: $(srcdir)/deprecated/clutter-actor-deprecated.c
2919 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-actor-deprecated.lo -MD -MP -MF $(DEPDIR)/clutter-actor-deprecated.Tpo -c -o clutter-actor-deprecated.lo `test -f '$(srcdir)/deprecated/clutter-actor-deprecated.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-actor-deprecated.c
2920 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-actor-deprecated.Tpo $(DEPDIR)/clutter-actor-deprecated.Plo
2921 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2922 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/deprecated/clutter-actor-deprecated.c' object='clutter-actor-deprecated.lo' libtool=yes @AMDEPBACKSLASH@
2923 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2924 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-actor-deprecated.lo `test -f '$(srcdir)/deprecated/clutter-actor-deprecated.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-actor-deprecated.c
2925
2926 clutter-behaviour.lo: $(srcdir)/deprecated/clutter-behaviour.c
2927 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-behaviour.lo -MD -MP -MF $(DEPDIR)/clutter-behaviour.Tpo -c -o clutter-behaviour.lo `test -f '$(srcdir)/deprecated/clutter-behaviour.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour.c
2928 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-behaviour.Tpo $(DEPDIR)/clutter-behaviour.Plo
2929 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2930 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/deprecated/clutter-behaviour.c' object='clutter-behaviour.lo' libtool=yes @AMDEPBACKSLASH@
2931 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2932 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour.lo `test -f '$(srcdir)/deprecated/clutter-behaviour.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour.c
2933
2934 clutter-behaviour-depth.lo: $(srcdir)/deprecated/clutter-behaviour-depth.c
2935 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-behaviour-depth.lo -MD -MP -MF $(DEPDIR)/clutter-behaviour-depth.Tpo -c -o clutter-behaviour-depth.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-depth.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-depth.c
2936 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-behaviour-depth.Tpo $(DEPDIR)/clutter-behaviour-depth.Plo
2937 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2938 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/deprecated/clutter-behaviour-depth.c' object='clutter-behaviour-depth.lo' libtool=yes @AMDEPBACKSLASH@
2939 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2940 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-depth.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-depth.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-depth.c
2941
2942 clutter-behaviour-ellipse.lo: $(srcdir)/deprecated/clutter-behaviour-ellipse.c
2943 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-behaviour-ellipse.lo -MD -MP -MF $(DEPDIR)/clutter-behaviour-ellipse.Tpo -c -o clutter-behaviour-ellipse.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-ellipse.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-ellipse.c
2944 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-behaviour-ellipse.Tpo $(DEPDIR)/clutter-behaviour-ellipse.Plo
2945 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2946 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/deprecated/clutter-behaviour-ellipse.c' object='clutter-behaviour-ellipse.lo' libtool=yes @AMDEPBACKSLASH@
2947 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2948 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-ellipse.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-ellipse.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-ellipse.c
2949
2950 clutter-behaviour-opacity.lo: $(srcdir)/deprecated/clutter-behaviour-opacity.c
2951 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-behaviour-opacity.lo -MD -MP -MF $(DEPDIR)/clutter-behaviour-opacity.Tpo -c -o clutter-behaviour-opacity.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-opacity.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-opacity.c
2952 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-behaviour-opacity.Tpo $(DEPDIR)/clutter-behaviour-opacity.Plo
2953 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2954 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/deprecated/clutter-behaviour-opacity.c' object='clutter-behaviour-opacity.lo' libtool=yes @AMDEPBACKSLASH@
2955 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2956 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-opacity.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-opacity.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-opacity.c
2957
2958 clutter-behaviour-path.lo: $(srcdir)/deprecated/clutter-behaviour-path.c
2959 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-behaviour-path.lo -MD -MP -MF $(DEPDIR)/clutter-behaviour-path.Tpo -c -o clutter-behaviour-path.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-path.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-path.c
2960 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-behaviour-path.Tpo $(DEPDIR)/clutter-behaviour-path.Plo
2961 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2962 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/deprecated/clutter-behaviour-path.c' object='clutter-behaviour-path.lo' libtool=yes @AMDEPBACKSLASH@
2963 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2964 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-path.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-path.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-path.c
2965
2966 clutter-behaviour-rotate.lo: $(srcdir)/deprecated/clutter-behaviour-rotate.c
2967 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-behaviour-rotate.lo -MD -MP -MF $(DEPDIR)/clutter-behaviour-rotate.Tpo -c -o clutter-behaviour-rotate.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-rotate.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-rotate.c
2968 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-behaviour-rotate.Tpo $(DEPDIR)/clutter-behaviour-rotate.Plo
2969 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2970 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/deprecated/clutter-behaviour-rotate.c' object='clutter-behaviour-rotate.lo' libtool=yes @AMDEPBACKSLASH@
2971 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2972 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-rotate.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-rotate.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-rotate.c
2973
2974 clutter-behaviour-scale.lo: $(srcdir)/deprecated/clutter-behaviour-scale.c
2975 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-behaviour-scale.lo -MD -MP -MF $(DEPDIR)/clutter-behaviour-scale.Tpo -c -o clutter-behaviour-scale.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-scale.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-scale.c
2976 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-behaviour-scale.Tpo $(DEPDIR)/clutter-behaviour-scale.Plo
2977 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2978 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/deprecated/clutter-behaviour-scale.c' object='clutter-behaviour-scale.lo' libtool=yes @AMDEPBACKSLASH@
2979 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2980 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-behaviour-scale.lo `test -f '$(srcdir)/deprecated/clutter-behaviour-scale.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-behaviour-scale.c
2981
2982 clutter-box.lo: $(srcdir)/deprecated/clutter-box.c
2983 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-box.lo -MD -MP -MF $(DEPDIR)/clutter-box.Tpo -c -o clutter-box.lo `test -f '$(srcdir)/deprecated/clutter-box.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-box.c
2984 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-box.Tpo $(DEPDIR)/clutter-box.Plo
2985 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2986 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/deprecated/clutter-box.c' object='clutter-box.lo' libtool=yes @AMDEPBACKSLASH@
2987 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2988 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-box.lo `test -f '$(srcdir)/deprecated/clutter-box.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-box.c
2989
2990 clutter-fixed.lo: $(srcdir)/deprecated/clutter-fixed.c
2991 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-fixed.lo -MD -MP -MF $(DEPDIR)/clutter-fixed.Tpo -c -o clutter-fixed.lo `test -f '$(srcdir)/deprecated/clutter-fixed.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-fixed.c
2992 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-fixed.Tpo $(DEPDIR)/clutter-fixed.Plo
2993 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2994 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/deprecated/clutter-fixed.c' object='clutter-fixed.lo' libtool=yes @AMDEPBACKSLASH@
2995 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2996 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-fixed.lo `test -f '$(srcdir)/deprecated/clutter-fixed.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-fixed.c
2997
2998 clutter-frame-source.lo: $(srcdir)/deprecated/clutter-frame-source.c
2999 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-frame-source.lo -MD -MP -MF $(DEPDIR)/clutter-frame-source.Tpo -c -o clutter-frame-source.lo `test -f '$(srcdir)/deprecated/clutter-frame-source.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-frame-source.c
3000 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-frame-source.Tpo $(DEPDIR)/clutter-frame-source.Plo
3001 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
3002 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/deprecated/clutter-frame-source.c' object='clutter-frame-source.lo' libtool=yes @AMDEPBACKSLASH@
3003 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3004 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-frame-source.lo `test -f '$(srcdir)/deprecated/clutter-frame-source.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-frame-source.c
3005
3006 clutter-group.lo: $(srcdir)/deprecated/clutter-group.c
3007 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-group.lo -MD -MP -MF $(DEPDIR)/clutter-group.Tpo -c -o clutter-group.lo `test -f '$(srcdir)/deprecated/clutter-group.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-group.c
3008 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-group.Tpo $(DEPDIR)/clutter-group.Plo
3009 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
3010 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/deprecated/clutter-group.c' object='clutter-group.lo' libtool=yes @AMDEPBACKSLASH@
3011 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3012 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-group.lo `test -f '$(srcdir)/deprecated/clutter-group.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-group.c
3013
3014 clutter-rectangle.lo: $(srcdir)/deprecated/clutter-rectangle.c
3015 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-rectangle.lo -MD -MP -MF $(DEPDIR)/clutter-rectangle.Tpo -c -o clutter-rectangle.lo `test -f '$(srcdir)/deprecated/clutter-rectangle.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-rectangle.c
3016 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-rectangle.Tpo $(DEPDIR)/clutter-rectangle.Plo
3017 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
3018 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/deprecated/clutter-rectangle.c' object='clutter-rectangle.lo' libtool=yes @AMDEPBACKSLASH@
3019 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3020 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-rectangle.lo `test -f '$(srcdir)/deprecated/clutter-rectangle.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-rectangle.c
3021
3022 clutter-score.lo: $(srcdir)/deprecated/clutter-score.c
3023 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-score.lo -MD -MP -MF $(DEPDIR)/clutter-score.Tpo -c -o clutter-score.lo `test -f '$(srcdir)/deprecated/clutter-score.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-score.c
3024 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-score.Tpo $(DEPDIR)/clutter-score.Plo
3025 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
3026 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/deprecated/clutter-score.c' object='clutter-score.lo' libtool=yes @AMDEPBACKSLASH@
3027 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3028 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-score.lo `test -f '$(srcdir)/deprecated/clutter-score.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-score.c
3029
3030 clutter-shader.lo: $(srcdir)/deprecated/clutter-shader.c
3031 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-shader.lo -MD -MP -MF $(DEPDIR)/clutter-shader.Tpo -c -o clutter-shader.lo `test -f '$(srcdir)/deprecated/clutter-shader.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-shader.c
3032 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-shader.Tpo $(DEPDIR)/clutter-shader.Plo
3033 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
3034 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/deprecated/clutter-shader.c' object='clutter-shader.lo' libtool=yes @AMDEPBACKSLASH@
3035 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3036 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-shader.lo `test -f '$(srcdir)/deprecated/clutter-shader.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-shader.c
3037
3038 clutter-timeout-pool.lo: $(srcdir)/deprecated/clutter-timeout-pool.c
3039 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-timeout-pool.lo -MD -MP -MF $(DEPDIR)/clutter-timeout-pool.Tpo -c -o clutter-timeout-pool.lo `test -f '$(srcdir)/deprecated/clutter-timeout-pool.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-timeout-pool.c
3040 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-timeout-pool.Tpo $(DEPDIR)/clutter-timeout-pool.Plo
3041 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
3042 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/deprecated/clutter-timeout-pool.c' object='clutter-timeout-pool.lo' libtool=yes @AMDEPBACKSLASH@
3043 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3044 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-timeout-pool.lo `test -f '$(srcdir)/deprecated/clutter-timeout-pool.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-timeout-pool.c
3045
3046 clutter-timeout-interval.lo: $(srcdir)/deprecated/clutter-timeout-interval.c
3047 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT clutter-timeout-interval.lo -MD -MP -MF $(DEPDIR)/clutter-timeout-interval.Tpo -c -o clutter-timeout-interval.lo `test -f '$(srcdir)/deprecated/clutter-timeout-interval.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-timeout-interval.c
3048 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/clutter-timeout-interval.Tpo $(DEPDIR)/clutter-timeout-interval.Plo
3049 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
3050 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/deprecated/clutter-timeout-interval.c' object='clutter-timeout-interval.lo' libtool=yes @AMDEPBACKSLASH@
3051 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3052 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o clutter-timeout-interval.lo `test -f '$(srcdir)/deprecated/clutter-timeout-interval.c' || echo '$(srcdir)/'`$(srcdir)/deprecated/clutter-timeout-interval.c
3053
3054 cally-actor.lo: $(srcdir)/cally/cally-actor.c
3055 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-actor.lo -MD -MP -MF $(DEPDIR)/cally-actor.Tpo -c -o cally-actor.lo `test -f '$(srcdir)/cally/cally-actor.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-actor.c
3056 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cally-actor.Tpo $(DEPDIR)/cally-actor.Plo
3057 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
3058 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cally/cally-actor.c' object='cally-actor.lo' libtool=yes @AMDEPBACKSLASH@
3059 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3060 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-actor.lo `test -f '$(srcdir)/cally/cally-actor.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-actor.c
3061
3062 cally.lo: $(srcdir)/cally/cally.c
3063 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally.lo -MD -MP -MF $(DEPDIR)/cally.Tpo -c -o cally.lo `test -f '$(srcdir)/cally/cally.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally.c
3064 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cally.Tpo $(DEPDIR)/cally.Plo
3065 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
3066 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cally/cally.c' object='cally.lo' libtool=yes @AMDEPBACKSLASH@
3067 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3068 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally.lo `test -f '$(srcdir)/cally/cally.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally.c
3069
3070 cally-clone.lo: $(srcdir)/cally/cally-clone.c
3071 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-clone.lo -MD -MP -MF $(DEPDIR)/cally-clone.Tpo -c -o cally-clone.lo `test -f '$(srcdir)/cally/cally-clone.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-clone.c
3072 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cally-clone.Tpo $(DEPDIR)/cally-clone.Plo
3073 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
3074 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cally/cally-clone.c' object='cally-clone.lo' libtool=yes @AMDEPBACKSLASH@
3075 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3076 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-clone.lo `test -f '$(srcdir)/cally/cally-clone.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-clone.c
3077
3078 cally-group.lo: $(srcdir)/cally/cally-group.c
3079 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-group.lo -MD -MP -MF $(DEPDIR)/cally-group.Tpo -c -o cally-group.lo `test -f '$(srcdir)/cally/cally-group.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-group.c
3080 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cally-group.Tpo $(DEPDIR)/cally-group.Plo
3081 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
3082 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cally/cally-group.c' object='cally-group.lo' libtool=yes @AMDEPBACKSLASH@
3083 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3084 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-group.lo `test -f '$(srcdir)/cally/cally-group.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-group.c
3085
3086 cally-rectangle.lo: $(srcdir)/cally/cally-rectangle.c
3087 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-rectangle.lo -MD -MP -MF $(DEPDIR)/cally-rectangle.Tpo -c -o cally-rectangle.lo `test -f '$(srcdir)/cally/cally-rectangle.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-rectangle.c
3088 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cally-rectangle.Tpo $(DEPDIR)/cally-rectangle.Plo
3089 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
3090 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cally/cally-rectangle.c' object='cally-rectangle.lo' libtool=yes @AMDEPBACKSLASH@
3091 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3092 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-rectangle.lo `test -f '$(srcdir)/cally/cally-rectangle.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-rectangle.c
3093
3094 cally-root.lo: $(srcdir)/cally/cally-root.c
3095 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-root.lo -MD -MP -MF $(DEPDIR)/cally-root.Tpo -c -o cally-root.lo `test -f '$(srcdir)/cally/cally-root.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-root.c
3096 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cally-root.Tpo $(DEPDIR)/cally-root.Plo
3097 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
3098 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cally/cally-root.c' object='cally-root.lo' libtool=yes @AMDEPBACKSLASH@
3099 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3100 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-root.lo `test -f '$(srcdir)/cally/cally-root.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-root.c
3101
3102 cally-stage.lo: $(srcdir)/cally/cally-stage.c
3103 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-stage.lo -MD -MP -MF $(DEPDIR)/cally-stage.Tpo -c -o cally-stage.lo `test -f '$(srcdir)/cally/cally-stage.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-stage.c
3104 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cally-stage.Tpo $(DEPDIR)/cally-stage.Plo
3105 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
3106 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cally/cally-stage.c' object='cally-stage.lo' libtool=yes @AMDEPBACKSLASH@
3107 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3108 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-stage.lo `test -f '$(srcdir)/cally/cally-stage.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-stage.c
3109
3110 cally-text.lo: $(srcdir)/cally/cally-text.c
3111 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-text.lo -MD -MP -MF $(DEPDIR)/cally-text.Tpo -c -o cally-text.lo `test -f '$(srcdir)/cally/cally-text.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-text.c
3112 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cally-text.Tpo $(DEPDIR)/cally-text.Plo
3113 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
3114 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cally/cally-text.c' object='cally-text.lo' libtool=yes @AMDEPBACKSLASH@
3115 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3116 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-text.lo `test -f '$(srcdir)/cally/cally-text.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-text.c
3117
3118 cally-texture.lo: $(srcdir)/cally/cally-texture.c
3119 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-texture.lo -MD -MP -MF $(DEPDIR)/cally-texture.Tpo -c -o cally-texture.lo `test -f '$(srcdir)/cally/cally-texture.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-texture.c
3120 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cally-texture.Tpo $(DEPDIR)/cally-texture.Plo
3121 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
3122 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cally/cally-texture.c' object='cally-texture.lo' libtool=yes @AMDEPBACKSLASH@
3123 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3124 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-texture.lo `test -f '$(srcdir)/cally/cally-texture.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-texture.c
3125
3126 cally-util.lo: $(srcdir)/cally/cally-util.c
3127 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cally-util.lo -MD -MP -MF $(DEPDIR)/cally-util.Tpo -c -o cally-util.lo `test -f '$(srcdir)/cally/cally-util.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-util.c
3128 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cally-util.Tpo $(DEPDIR)/cally-util.Plo
3129 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
3130 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cally/cally-util.c' object='cally-util.lo' libtool=yes @AMDEPBACKSLASH@
3131 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3132 @am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cally-util.lo `test -f '$(srcdir)/cally/cally-util.c' || echo '$(srcdir)/'`$(srcdir)/cally/cally-util.c
3133
3134 mostlyclean-libtool:
3135         -rm -f *.lo
3136
3137 clean-libtool:
3138         -rm -rf .libs _libs
3139 install-girDATA: $(gir_DATA)
3140         @$(NORMAL_INSTALL)
3141         test -z "$(girdir)" || $(MKDIR_P) "$(DESTDIR)$(girdir)"
3142         @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
3143         for p in $$list; do \
3144           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3145           echo "$$d$$p"; \
3146         done | $(am__base_list) | \
3147         while read files; do \
3148           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(girdir)'"; \
3149           $(INSTALL_DATA) $$files "$(DESTDIR)$(girdir)" || exit $$?; \
3150         done
3151
3152 uninstall-girDATA:
3153         @$(NORMAL_UNINSTALL)
3154         @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
3155         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3156         test -n "$$files" || exit 0; \
3157         echo " ( cd '$(DESTDIR)$(girdir)' && rm -f" $$files ")"; \
3158         cd "$(DESTDIR)$(girdir)" && rm -f $$files
3159 install-pkgconfigDATA: $(pkgconfig_DATA)
3160         @$(NORMAL_INSTALL)
3161         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
3162         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
3163         for p in $$list; do \
3164           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3165           echo "$$d$$p"; \
3166         done | $(am__base_list) | \
3167         while read files; do \
3168           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
3169           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
3170         done
3171
3172 uninstall-pkgconfigDATA:
3173         @$(NORMAL_UNINSTALL)
3174         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
3175         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3176         test -n "$$files" || exit 0; \
3177         echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
3178         cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
3179 install-typelibDATA: $(typelib_DATA)
3180         @$(NORMAL_INSTALL)
3181         test -z "$(typelibdir)" || $(MKDIR_P) "$(DESTDIR)$(typelibdir)"
3182         @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
3183         for p in $$list; do \
3184           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3185           echo "$$d$$p"; \
3186         done | $(am__base_list) | \
3187         while read files; do \
3188           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(typelibdir)'"; \
3189           $(INSTALL_DATA) $$files "$(DESTDIR)$(typelibdir)" || exit $$?; \
3190         done
3191
3192 uninstall-typelibDATA:
3193         @$(NORMAL_UNINSTALL)
3194         @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
3195         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3196         test -n "$$files" || exit 0; \
3197         echo " ( cd '$(DESTDIR)$(typelibdir)' && rm -f" $$files ")"; \
3198         cd "$(DESTDIR)$(typelibdir)" && rm -f $$files
3199 install-cally_includeHEADERS: $(cally_include_HEADERS)
3200         @$(NORMAL_INSTALL)
3201         test -z "$(cally_includedir)" || $(MKDIR_P) "$(DESTDIR)$(cally_includedir)"
3202         @list='$(cally_include_HEADERS)'; test -n "$(cally_includedir)" || list=; \
3203         for p in $$list; do \
3204           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3205           echo "$$d$$p"; \
3206         done | $(am__base_list) | \
3207         while read files; do \
3208           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(cally_includedir)'"; \
3209           $(INSTALL_HEADER) $$files "$(DESTDIR)$(cally_includedir)" || exit $$?; \
3210         done
3211
3212 uninstall-cally_includeHEADERS:
3213         @$(NORMAL_UNINSTALL)
3214         @list='$(cally_include_HEADERS)'; test -n "$(cally_includedir)" || list=; \
3215         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3216         test -n "$$files" || exit 0; \
3217         echo " ( cd '$(DESTDIR)$(cally_includedir)' && rm -f" $$files ")"; \
3218         cd "$(DESTDIR)$(cally_includedir)" && rm -f $$files
3219 install-clutter_deprecatedHEADERS: $(clutter_deprecated_HEADERS)
3220         @$(NORMAL_INSTALL)
3221         test -z "$(clutter_deprecateddir)" || $(MKDIR_P) "$(DESTDIR)$(clutter_deprecateddir)"
3222         @list='$(clutter_deprecated_HEADERS)'; test -n "$(clutter_deprecateddir)" || list=; \
3223         for p in $$list; do \
3224           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3225           echo "$$d$$p"; \
3226         done | $(am__base_list) | \
3227         while read files; do \
3228           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(clutter_deprecateddir)'"; \
3229           $(INSTALL_HEADER) $$files "$(DESTDIR)$(clutter_deprecateddir)" || exit $$?; \
3230         done
3231
3232 uninstall-clutter_deprecatedHEADERS:
3233         @$(NORMAL_UNINSTALL)
3234         @list='$(clutter_deprecated_HEADERS)'; test -n "$(clutter_deprecateddir)" || list=; \
3235         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3236         test -n "$$files" || exit 0; \
3237         echo " ( cd '$(DESTDIR)$(clutter_deprecateddir)' && rm -f" $$files ")"; \
3238         cd "$(DESTDIR)$(clutter_deprecateddir)" && rm -f $$files
3239 install-clutter_includeHEADERS: $(clutter_include_HEADERS)
3240         @$(NORMAL_INSTALL)
3241         test -z "$(clutter_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutter_includedir)"
3242         @list='$(clutter_include_HEADERS)'; test -n "$(clutter_includedir)" || list=; \
3243         for p in $$list; do \
3244           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3245           echo "$$d$$p"; \
3246         done | $(am__base_list) | \
3247         while read files; do \
3248           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(clutter_includedir)'"; \
3249           $(INSTALL_HEADER) $$files "$(DESTDIR)$(clutter_includedir)" || exit $$?; \
3250         done
3251
3252 uninstall-clutter_includeHEADERS:
3253         @$(NORMAL_UNINSTALL)
3254         @list='$(clutter_include_HEADERS)'; test -n "$(clutter_includedir)" || list=; \
3255         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3256         test -n "$$files" || exit 0; \
3257         echo " ( cd '$(DESTDIR)$(clutter_includedir)' && rm -f" $$files ")"; \
3258         cd "$(DESTDIR)$(clutter_includedir)" && rm -f $$files
3259 install-cluttercex100_includeHEADERS: $(cluttercex100_include_HEADERS)
3260         @$(NORMAL_INSTALL)
3261         test -z "$(cluttercex100_includedir)" || $(MKDIR_P) "$(DESTDIR)$(cluttercex100_includedir)"
3262         @list='$(cluttercex100_include_HEADERS)'; test -n "$(cluttercex100_includedir)" || list=; \
3263         for p in $$list; do \
3264           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3265           echo "$$d$$p"; \
3266         done | $(am__base_list) | \
3267         while read files; do \
3268           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(cluttercex100_includedir)'"; \
3269           $(INSTALL_HEADER) $$files "$(DESTDIR)$(cluttercex100_includedir)" || exit $$?; \
3270         done
3271
3272 uninstall-cluttercex100_includeHEADERS:
3273         @$(NORMAL_UNINSTALL)
3274         @list='$(cluttercex100_include_HEADERS)'; test -n "$(cluttercex100_includedir)" || list=; \
3275         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3276         test -n "$$files" || exit 0; \
3277         echo " ( cd '$(DESTDIR)$(cluttercex100_includedir)' && rm -f" $$files ")"; \
3278         cd "$(DESTDIR)$(cluttercex100_includedir)" && rm -f $$files
3279 install-clutteregl_includeHEADERS: $(clutteregl_include_HEADERS)
3280         @$(NORMAL_INSTALL)
3281         test -z "$(clutteregl_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutteregl_includedir)"
3282         @list='$(clutteregl_include_HEADERS)'; test -n "$(clutteregl_includedir)" || list=; \
3283         for p in $$list; do \
3284           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3285           echo "$$d$$p"; \
3286         done | $(am__base_list) | \
3287         while read files; do \
3288           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(clutteregl_includedir)'"; \
3289           $(INSTALL_HEADER) $$files "$(DESTDIR)$(clutteregl_includedir)" || exit $$?; \
3290         done
3291
3292 uninstall-clutteregl_includeHEADERS:
3293         @$(NORMAL_UNINSTALL)
3294         @list='$(clutteregl_include_HEADERS)'; test -n "$(clutteregl_includedir)" || list=; \
3295         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3296         test -n "$$files" || exit 0; \
3297         echo " ( cd '$(DESTDIR)$(clutteregl_includedir)' && rm -f" $$files ")"; \
3298         cd "$(DESTDIR)$(clutteregl_includedir)" && rm -f $$files
3299 install-clutterevdev_includeHEADERS: $(clutterevdev_include_HEADERS)
3300         @$(NORMAL_INSTALL)
3301         test -z "$(clutterevdev_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutterevdev_includedir)"
3302         @list='$(clutterevdev_include_HEADERS)'; test -n "$(clutterevdev_includedir)" || list=; \
3303         for p in $$list; do \
3304           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3305           echo "$$d$$p"; \
3306         done | $(am__base_list) | \
3307         while read files; do \
3308           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(clutterevdev_includedir)'"; \
3309           $(INSTALL_HEADER) $$files "$(DESTDIR)$(clutterevdev_includedir)" || exit $$?; \
3310         done
3311
3312 uninstall-clutterevdev_includeHEADERS:
3313         @$(NORMAL_UNINSTALL)
3314         @list='$(clutterevdev_include_HEADERS)'; test -n "$(clutterevdev_includedir)" || list=; \
3315         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3316         test -n "$$files" || exit 0; \
3317         echo " ( cd '$(DESTDIR)$(clutterevdev_includedir)' && rm -f" $$files ")"; \
3318         cd "$(DESTDIR)$(clutterevdev_includedir)" && rm -f $$files
3319 install-cluttergdk_includeHEADERS: $(cluttergdk_include_HEADERS)
3320         @$(NORMAL_INSTALL)
3321         test -z "$(cluttergdk_includedir)" || $(MKDIR_P) "$(DESTDIR)$(cluttergdk_includedir)"
3322         @list='$(cluttergdk_include_HEADERS)'; test -n "$(cluttergdk_includedir)" || list=; \
3323         for p in $$list; do \
3324           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3325           echo "$$d$$p"; \
3326         done | $(am__base_list) | \
3327         while read files; do \
3328           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(cluttergdk_includedir)'"; \
3329           $(INSTALL_HEADER) $$files "$(DESTDIR)$(cluttergdk_includedir)" || exit $$?; \
3330         done
3331
3332 uninstall-cluttergdk_includeHEADERS:
3333         @$(NORMAL_UNINSTALL)
3334         @list='$(cluttergdk_include_HEADERS)'; test -n "$(cluttergdk_includedir)" || list=; \
3335         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3336         test -n "$$files" || exit 0; \
3337         echo " ( cd '$(DESTDIR)$(cluttergdk_includedir)' && rm -f" $$files ")"; \
3338         cd "$(DESTDIR)$(cluttergdk_includedir)" && rm -f $$files
3339 install-clutterglx_includeHEADERS: $(clutterglx_include_HEADERS)
3340         @$(NORMAL_INSTALL)
3341         test -z "$(clutterglx_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutterglx_includedir)"
3342         @list='$(clutterglx_include_HEADERS)'; test -n "$(clutterglx_includedir)" || list=; \
3343         for p in $$list; do \
3344           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3345           echo "$$d$$p"; \
3346         done | $(am__base_list) | \
3347         while read files; do \
3348           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(clutterglx_includedir)'"; \
3349           $(INSTALL_HEADER) $$files "$(DESTDIR)$(clutterglx_includedir)" || exit $$?; \
3350         done
3351
3352 uninstall-clutterglx_includeHEADERS:
3353         @$(NORMAL_UNINSTALL)
3354         @list='$(clutterglx_include_HEADERS)'; test -n "$(clutterglx_includedir)" || list=; \
3355         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3356         test -n "$$files" || exit 0; \
3357         echo " ( cd '$(DESTDIR)$(clutterglx_includedir)' && rm -f" $$files ")"; \
3358         cd "$(DESTDIR)$(clutterglx_includedir)" && rm -f $$files
3359 install-clutterosx_includeHEADERS: $(clutterosx_include_HEADERS)
3360         @$(NORMAL_INSTALL)
3361         test -z "$(clutterosx_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutterosx_includedir)"
3362         @list='$(clutterosx_include_HEADERS)'; test -n "$(clutterosx_includedir)" || list=; \
3363         for p in $$list; do \
3364           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3365           echo "$$d$$p"; \
3366         done | $(am__base_list) | \
3367         while read files; do \
3368           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(clutterosx_includedir)'"; \
3369           $(INSTALL_HEADER) $$files "$(DESTDIR)$(clutterosx_includedir)" || exit $$?; \
3370         done
3371
3372 uninstall-clutterosx_includeHEADERS:
3373         @$(NORMAL_UNINSTALL)
3374         @list='$(clutterosx_include_HEADERS)'; test -n "$(clutterosx_includedir)" || list=; \
3375         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3376         test -n "$$files" || exit 0; \
3377         echo " ( cd '$(DESTDIR)$(clutterosx_includedir)' && rm -f" $$files ")"; \
3378         cd "$(DESTDIR)$(clutterosx_includedir)" && rm -f $$files
3379 install-clutterwayland_includeHEADERS: $(clutterwayland_include_HEADERS)
3380         @$(NORMAL_INSTALL)
3381         test -z "$(clutterwayland_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutterwayland_includedir)"
3382         @list='$(clutterwayland_include_HEADERS)'; test -n "$(clutterwayland_includedir)" || list=; \
3383         for p in $$list; do \
3384           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3385           echo "$$d$$p"; \
3386         done | $(am__base_list) | \
3387         while read files; do \
3388           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(clutterwayland_includedir)'"; \
3389           $(INSTALL_HEADER) $$files "$(DESTDIR)$(clutterwayland_includedir)" || exit $$?; \
3390         done
3391
3392 uninstall-clutterwayland_includeHEADERS:
3393         @$(NORMAL_UNINSTALL)
3394         @list='$(clutterwayland_include_HEADERS)'; test -n "$(clutterwayland_includedir)" || list=; \
3395         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3396         test -n "$$files" || exit 0; \
3397         echo " ( cd '$(DESTDIR)$(clutterwayland_includedir)' && rm -f" $$files ")"; \
3398         cd "$(DESTDIR)$(clutterwayland_includedir)" && rm -f $$files
3399 install-clutterwin_includeHEADERS: $(clutterwin_include_HEADERS)
3400         @$(NORMAL_INSTALL)
3401         test -z "$(clutterwin_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutterwin_includedir)"
3402         @list='$(clutterwin_include_HEADERS)'; test -n "$(clutterwin_includedir)" || list=; \
3403         for p in $$list; do \
3404           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3405           echo "$$d$$p"; \
3406         done | $(am__base_list) | \
3407         while read files; do \
3408           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(clutterwin_includedir)'"; \
3409           $(INSTALL_HEADER) $$files "$(DESTDIR)$(clutterwin_includedir)" || exit $$?; \
3410         done
3411
3412 uninstall-clutterwin_includeHEADERS:
3413         @$(NORMAL_UNINSTALL)
3414         @list='$(clutterwin_include_HEADERS)'; test -n "$(clutterwin_includedir)" || list=; \
3415         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3416         test -n "$$files" || exit 0; \
3417         echo " ( cd '$(DESTDIR)$(clutterwin_includedir)' && rm -f" $$files ")"; \
3418         cd "$(DESTDIR)$(clutterwin_includedir)" && rm -f $$files
3419 install-clutterx11_includeHEADERS: $(clutterx11_include_HEADERS)
3420         @$(NORMAL_INSTALL)
3421         test -z "$(clutterx11_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutterx11_includedir)"
3422         @list='$(clutterx11_include_HEADERS)'; test -n "$(clutterx11_includedir)" || list=; \
3423         for p in $$list; do \
3424           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3425           echo "$$d$$p"; \
3426         done | $(am__base_list) | \
3427         while read files; do \
3428           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(clutterx11_includedir)'"; \
3429           $(INSTALL_HEADER) $$files "$(DESTDIR)$(clutterx11_includedir)" || exit $$?; \
3430         done
3431
3432 uninstall-clutterx11_includeHEADERS:
3433         @$(NORMAL_UNINSTALL)
3434         @list='$(clutterx11_include_HEADERS)'; test -n "$(clutterx11_includedir)" || list=; \
3435         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3436         test -n "$$files" || exit 0; \
3437         echo " ( cd '$(DESTDIR)$(clutterx11_includedir)' && rm -f" $$files ")"; \
3438         cd "$(DESTDIR)$(clutterx11_includedir)" && rm -f $$files
3439 install-nodist_clutter_includeHEADERS: $(nodist_clutter_include_HEADERS)
3440         @$(NORMAL_INSTALL)
3441         test -z "$(clutter_includedir)" || $(MKDIR_P) "$(DESTDIR)$(clutter_includedir)"
3442         @list='$(nodist_clutter_include_HEADERS)'; test -n "$(clutter_includedir)" || list=; \
3443         for p in $$list; do \
3444           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3445           echo "$$d$$p"; \
3446         done | $(am__base_list) | \
3447         while read files; do \
3448           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(clutter_includedir)'"; \
3449           $(INSTALL_HEADER) $$files "$(DESTDIR)$(clutter_includedir)" || exit $$?; \
3450         done
3451
3452 uninstall-nodist_clutter_includeHEADERS:
3453         @$(NORMAL_UNINSTALL)
3454         @list='$(nodist_clutter_include_HEADERS)'; test -n "$(clutter_includedir)" || list=; \
3455         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3456         test -n "$$files" || exit 0; \
3457         echo " ( cd '$(DESTDIR)$(clutter_includedir)' && rm -f" $$files ")"; \
3458         cd "$(DESTDIR)$(clutter_includedir)" && rm -f $$files
3459 install-wayland_compositor_includeHEADERS: $(wayland_compositor_include_HEADERS)
3460         @$(NORMAL_INSTALL)
3461         test -z "$(wayland_compositor_includedir)" || $(MKDIR_P) "$(DESTDIR)$(wayland_compositor_includedir)"
3462         @list='$(wayland_compositor_include_HEADERS)'; test -n "$(wayland_compositor_includedir)" || list=; \
3463         for p in $$list; do \
3464           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3465           echo "$$d$$p"; \
3466         done | $(am__base_list) | \
3467         while read files; do \
3468           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(wayland_compositor_includedir)'"; \
3469           $(INSTALL_HEADER) $$files "$(DESTDIR)$(wayland_compositor_includedir)" || exit $$?; \
3470         done
3471
3472 uninstall-wayland_compositor_includeHEADERS:
3473         @$(NORMAL_UNINSTALL)
3474         @list='$(wayland_compositor_include_HEADERS)'; test -n "$(wayland_compositor_includedir)" || list=; \
3475         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
3476         test -n "$$files" || exit 0; \
3477         echo " ( cd '$(DESTDIR)$(wayland_compositor_includedir)' && rm -f" $$files ")"; \
3478         cd "$(DESTDIR)$(wayland_compositor_includedir)" && rm -f $$files
3479
3480 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
3481         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3482         unique=`for i in $$list; do \
3483             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3484           done | \
3485           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3486               END { if (nonempty) { for (i in files) print i; }; }'`; \
3487         mkid -fID $$unique
3488 tags: TAGS
3489
3490 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3491                 $(TAGS_FILES) $(LISP)
3492         set x; \
3493         here=`pwd`; \
3494         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
3495         unique=`for i in $$list; do \
3496             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3497           done | \
3498           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3499               END { if (nonempty) { for (i in files) print i; }; }'`; \
3500         shift; \
3501         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
3502           test -n "$$unique" || unique=$$empty_fix; \
3503           if test $$# -gt 0; then \
3504             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
3505               "$$@" $$unique; \
3506           else \
3507             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
3508               $$unique; \
3509           fi; \
3510         fi
3511 ctags: CTAGS
3512 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3513                 $(TAGS_FILES) $(LISP)
3514         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
3515         unique=`for i in $$list; do \
3516             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3517           done | \
3518           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3519               END { if (nonempty) { for (i in files) print i; }; }'`; \
3520         test -z "$(CTAGS_ARGS)$$unique" \
3521           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3522              $$unique
3523
3524 GTAGS:
3525         here=`$(am__cd) $(top_builddir) && pwd` \
3526           && $(am__cd) $(top_srcdir) \
3527           && gtags -i $(GTAGS_ARGS) "$$here"
3528
3529 distclean-tags:
3530         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
3531
3532 check-TESTS: $(TESTS)
3533         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
3534         srcdir=$(srcdir); export srcdir; \
3535         list=' $(TESTS) '; \
3536         $(am__tty_colors); \
3537         if test -n "$$list"; then \
3538           for tst in $$list; do \
3539             if test -f ./$$tst; then dir=./; \
3540             elif test -f $$tst; then dir=; \
3541             else dir="$(srcdir)/"; fi; \
3542             if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
3543               all=`expr $$all + 1`; \
3544               case " $(XFAIL_TESTS) " in \
3545               *[\ \     ]$$tst[\ \      ]*) \
3546                 xpass=`expr $$xpass + 1`; \
3547                 failed=`expr $$failed + 1`; \
3548                 col=$$red; res=XPASS; \
3549               ;; \
3550               *) \
3551                 col=$$grn; res=PASS; \
3552               ;; \
3553               esac; \
3554             elif test $$? -ne 77; then \
3555               all=`expr $$all + 1`; \
3556               case " $(XFAIL_TESTS) " in \
3557               *[\ \     ]$$tst[\ \      ]*) \
3558                 xfail=`expr $$xfail + 1`; \
3559                 col=$$lgn; res=XFAIL; \
3560               ;; \
3561               *) \
3562                 failed=`expr $$failed + 1`; \
3563                 col=$$red; res=FAIL; \
3564               ;; \
3565               esac; \
3566             else \
3567               skip=`expr $$skip + 1`; \
3568               col=$$blu; res=SKIP; \
3569             fi; \
3570             echo "$${col}$$res$${std}: $$tst"; \
3571           done; \
3572           if test "$$all" -eq 1; then \
3573             tests="test"; \
3574             All=""; \
3575           else \
3576             tests="tests"; \
3577             All="All "; \
3578           fi; \
3579           if test "$$failed" -eq 0; then \
3580             if test "$$xfail" -eq 0; then \
3581               banner="$$All$$all $$tests passed"; \
3582             else \
3583               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
3584               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
3585             fi; \
3586           else \
3587             if test "$$xpass" -eq 0; then \
3588               banner="$$failed of $$all $$tests failed"; \
3589             else \
3590               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
3591               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
3592             fi; \
3593           fi; \
3594           dashes="$$banner"; \
3595           skipped=""; \
3596           if test "$$skip" -ne 0; then \
3597             if test "$$skip" -eq 1; then \
3598               skipped="($$skip test was not run)"; \
3599             else \
3600               skipped="($$skip tests were not run)"; \
3601             fi; \
3602             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
3603               dashes="$$skipped"; \
3604           fi; \
3605           report=""; \
3606           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
3607             report="Please report to $(PACKAGE_BUGREPORT)"; \
3608             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
3609               dashes="$$report"; \
3610           fi; \
3611           dashes=`echo "$$dashes" | sed s/./=/g`; \
3612           if test "$$failed" -eq 0; then \
3613             echo "$$grn$$dashes"; \
3614           else \
3615             echo "$$red$$dashes"; \
3616           fi; \
3617           echo "$$banner"; \
3618           test -z "$$skipped" || echo "$$skipped"; \
3619           test -z "$$report" || echo "$$report"; \
3620           echo "$$dashes$$std"; \
3621           test "$$failed" -eq 0; \
3622         else :; fi
3623
3624 distdir: $(DISTFILES)
3625         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3626         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
3627         list='$(DISTFILES)'; \
3628           dist_files=`for file in $$list; do echo $$file; done | \
3629           sed -e "s|^$$srcdirstrip/||;t" \
3630               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
3631         case $$dist_files in \
3632           */*) $(MKDIR_P) `echo "$$dist_files" | \
3633                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
3634                            sort -u` ;; \
3635         esac; \
3636         for file in $$dist_files; do \
3637           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
3638           if test -d $$d/$$file; then \
3639             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
3640             if test -d "$(distdir)/$$file"; then \
3641               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
3642             fi; \
3643             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
3644               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
3645               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
3646             fi; \
3647             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
3648           else \
3649             test -f "$(distdir)/$$file" \
3650             || cp -p $$d/$$file "$(distdir)/$$file" \
3651             || exit 1; \
3652           fi; \
3653         done
3654         $(MAKE) $(AM_MAKEFLAGS) \
3655           top_distdir="$(top_distdir)" distdir="$(distdir)" \
3656           dist-hook
3657 check-am: all-am
3658         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
3659 check: $(BUILT_SOURCES)
3660         $(MAKE) $(AM_MAKEFLAGS) check-am
3661 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
3662 installdirs:
3663         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(typelibdir)" "$(DESTDIR)$(cally_includedir)" "$(DESTDIR)$(clutter_deprecateddir)" "$(DESTDIR)$(clutter_includedir)" "$(DESTDIR)$(cluttercex100_includedir)" "$(DESTDIR)$(clutteregl_includedir)" "$(DESTDIR)$(clutterevdev_includedir)" "$(DESTDIR)$(cluttergdk_includedir)" "$(DESTDIR)$(clutterglx_includedir)" "$(DESTDIR)$(clutterosx_includedir)" "$(DESTDIR)$(clutterwayland_includedir)" "$(DESTDIR)$(clutterwin_includedir)" "$(DESTDIR)$(clutterx11_includedir)" "$(DESTDIR)$(clutter_includedir)" "$(DESTDIR)$(wayland_compositor_includedir)"; do \
3664           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
3665         done
3666 install: $(BUILT_SOURCES)
3667         $(MAKE) $(AM_MAKEFLAGS) install-am
3668 install-exec: install-exec-am
3669 install-data: install-data-am
3670 uninstall: uninstall-am
3671
3672 install-am: all-am
3673         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
3674
3675 installcheck: installcheck-am
3676 install-strip:
3677         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
3678           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
3679           `test -z '$(STRIP)' || \
3680             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
3681 mostlyclean-generic:
3682
3683 clean-generic:
3684         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
3685
3686 distclean-generic:
3687         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
3688         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
3689         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
3690
3691 maintainer-clean-generic:
3692         @echo "This command is intended for maintainers to use"
3693         @echo "it deletes files that may require special tools to rebuild."
3694         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
3695 clean: clean-am
3696
3697 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
3698         mostlyclean-am
3699
3700 distclean: distclean-am
3701         -rm -rf ./$(DEPDIR)
3702         -rm -f Makefile
3703 distclean-am: clean-am distclean-compile distclean-generic \
3704         distclean-tags
3705
3706 dvi: dvi-am
3707
3708 dvi-am:
3709
3710 html: html-am
3711
3712 html-am:
3713
3714 info: info-am
3715
3716 info-am:
3717
3718 install-data-am: install-cally_includeHEADERS \
3719         install-clutter_deprecatedHEADERS \
3720         install-clutter_includeHEADERS \
3721         install-cluttercex100_includeHEADERS \
3722         install-clutteregl_includeHEADERS \
3723         install-clutterevdev_includeHEADERS \
3724         install-cluttergdk_includeHEADERS \
3725         install-clutterglx_includeHEADERS \
3726         install-clutterosx_includeHEADERS \
3727         install-clutterwayland_includeHEADERS \
3728         install-clutterwin_includeHEADERS \
3729         install-clutterx11_includeHEADERS install-girDATA \
3730         install-nodist_clutter_includeHEADERS install-pkgconfigDATA \
3731         install-typelibDATA install-wayland_compositor_includeHEADERS
3732
3733 install-dvi: install-dvi-am
3734
3735 install-dvi-am:
3736
3737 install-exec-am: install-exec-local install-libLTLIBRARIES
3738
3739 install-html: install-html-am
3740
3741 install-html-am:
3742
3743 install-info: install-info-am
3744
3745 install-info-am:
3746
3747 install-man:
3748
3749 install-pdf: install-pdf-am
3750
3751 install-pdf-am:
3752
3753 install-ps: install-ps-am
3754
3755 install-ps-am:
3756
3757 installcheck-am:
3758
3759 maintainer-clean: maintainer-clean-am
3760         -rm -rf ./$(DEPDIR)
3761         -rm -f Makefile
3762 maintainer-clean-am: distclean-am maintainer-clean-generic
3763
3764 mostlyclean: mostlyclean-am
3765
3766 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
3767         mostlyclean-libtool
3768
3769 pdf: pdf-am
3770
3771 pdf-am:
3772
3773 ps: ps-am
3774
3775 ps-am:
3776
3777 uninstall-am: uninstall-cally_includeHEADERS \
3778         uninstall-clutter_deprecatedHEADERS \
3779         uninstall-clutter_includeHEADERS \
3780         uninstall-cluttercex100_includeHEADERS \
3781         uninstall-clutteregl_includeHEADERS \
3782         uninstall-clutterevdev_includeHEADERS \
3783         uninstall-cluttergdk_includeHEADERS \
3784         uninstall-clutterglx_includeHEADERS \
3785         uninstall-clutterosx_includeHEADERS \
3786         uninstall-clutterwayland_includeHEADERS \
3787         uninstall-clutterwin_includeHEADERS \
3788         uninstall-clutterx11_includeHEADERS uninstall-girDATA \
3789         uninstall-libLTLIBRARIES \
3790         uninstall-nodist_clutter_includeHEADERS \
3791         uninstall-pkgconfigDATA uninstall-typelibDATA \
3792         uninstall-wayland_compositor_includeHEADERS
3793
3794 .MAKE: all check check-am install install-am install-strip
3795
3796 .PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
3797         clean-generic clean-libLTLIBRARIES clean-libtool ctags \
3798         dist-hook distclean distclean-compile distclean-generic \
3799         distclean-libtool distclean-tags distdir dvi dvi-am html \
3800         html-am info info-am install install-am \
3801         install-cally_includeHEADERS install-clutter_deprecatedHEADERS \
3802         install-clutter_includeHEADERS \
3803         install-cluttercex100_includeHEADERS \
3804         install-clutteregl_includeHEADERS \
3805         install-clutterevdev_includeHEADERS \
3806         install-cluttergdk_includeHEADERS \
3807         install-clutterglx_includeHEADERS \
3808         install-clutterosx_includeHEADERS \
3809         install-clutterwayland_includeHEADERS \
3810         install-clutterwin_includeHEADERS \
3811         install-clutterx11_includeHEADERS install-data install-data-am \
3812         install-dvi install-dvi-am install-exec install-exec-am \
3813         install-exec-local install-girDATA install-html \
3814         install-html-am install-info install-info-am \
3815         install-libLTLIBRARIES install-man \
3816         install-nodist_clutter_includeHEADERS install-pdf \
3817         install-pdf-am install-pkgconfigDATA install-ps install-ps-am \
3818         install-strip install-typelibDATA \
3819         install-wayland_compositor_includeHEADERS installcheck \
3820         installcheck-am installdirs maintainer-clean \
3821         maintainer-clean-generic mostlyclean mostlyclean-compile \
3822         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
3823         tags uninstall uninstall-am uninstall-cally_includeHEADERS \
3824         uninstall-clutter_deprecatedHEADERS \
3825         uninstall-clutter_includeHEADERS \
3826         uninstall-cluttercex100_includeHEADERS \
3827         uninstall-clutteregl_includeHEADERS \
3828         uninstall-clutterevdev_includeHEADERS \
3829         uninstall-cluttergdk_includeHEADERS \
3830         uninstall-clutterglx_includeHEADERS \
3831         uninstall-clutterosx_includeHEADERS \
3832         uninstall-clutterwayland_includeHEADERS \
3833         uninstall-clutterwin_includeHEADERS \
3834         uninstall-clutterx11_includeHEADERS uninstall-girDATA \
3835         uninstall-libLTLIBRARIES \
3836         uninstall-nodist_clutter_includeHEADERS \
3837         uninstall-pkgconfigDATA uninstall-typelibDATA \
3838         uninstall-wayland_compositor_includeHEADERS
3839
3840
3841 @SUPPORT_X11_TRUE@clutter-x11-$(CLUTTER_API_VERSION).pc: clutter-$(CLUTTER_API_VERSION).pc
3842 @SUPPORT_X11_TRUE@      $(QUIET_GEN)cp -f $< $(@F)
3843
3844 # pkg-config file for the cogl meta-backend
3845 @USE_COGL_TRUE@clutter-cogl-$(CLUTTER_API_VERSION).pc: clutter-$(CLUTTER_API_VERSION).pc
3846 @USE_COGL_TRUE@ $(QUIET_GEN)cp -f $< $(@F)
3847
3848 @SUPPORT_X11_TRUE@clutter-glx-$(CLUTTER_API_VERSION).pc: clutter-$(CLUTTER_API_VERSION).pc
3849 @SUPPORT_X11_TRUE@      $(QUIET_GEN)cp -f $< $(@F)
3850
3851 @SUPPORT_GDK_TRUE@clutter-gdk-$(CLUTTER_API_VERSION).pc: clutter-$(CLUTTER_API_VERSION).pc
3852 @SUPPORT_GDK_TRUE@      $(QUIET_GEN)cp -f $< $(@F)
3853
3854 # Ideally this resources stuff would go in win32/ but libtool doesn't
3855 # seem to pass on the -Wl argument when linking a convenience library
3856 # so we need to do it here as part of linking the dll. libtool also
3857 # won't let you link against the .o directly because it wants you to
3858 # link against libtool objects for dynamic libraries.
3859 @SUPPORT_WIN32_TRUE@.rc.o :
3860 @SUPPORT_WIN32_TRUE@    mkdir -p win32
3861 @SUPPORT_WIN32_TRUE@    $(WINDRES) -I$(srcdir)/win32 $< $@
3862
3863 @SUPPORT_WIN32_TRUE@win32/resources.o : $(srcdir)/win32/invisible-cursor.cur
3864
3865 @SUPPORT_WIN32_TRUE@clutter-win32-$(CLUTTER_API_VERSION).pc: clutter-$(CLUTTER_API_VERSION).pc
3866 @SUPPORT_WIN32_TRUE@    $(QUIET_GEN)cp -f $< $(@F)
3867
3868 @SUPPORT_CEX100_TRUE@clutter-cex100-$(CLUTTER_API_VERSION).pc: clutter-$(CLUTTER_API_VERSION).pc
3869 @SUPPORT_CEX100_TRUE@   $(QUIET_GEN)cp -f $< $(@F)
3870
3871 @SUPPORT_WAYLAND_TRUE@clutter-wayland-$(CLUTTER_API_VERSION).pc: clutter-$(CLUTTER_API_VERSION).pc
3872 @SUPPORT_WAYLAND_TRUE@  $(QUIET_GEN)cp -f $< $(@F)
3873
3874 @SUPPORT_WAYLAND_COMPOSITOR_TRUE@clutter-wayland-compositor-$(CLUTTER_API_VERSION).pc: clutter-$(CLUTTER_API_VERSION).pc
3875 @SUPPORT_WAYLAND_COMPOSITOR_TRUE@       $(QUIET_GEN)cp -f $< $(@F)
3876
3877 @SUPPORT_EGL_TRUE@clutter-egl-$(CLUTTER_API_VERSION).pc: clutter-$(CLUTTER_API_VERSION).pc
3878 @SUPPORT_EGL_TRUE@      $(QUIET_GEN)cp -f $< $(@F)
3879
3880 @SUPPORT_OSX_TRUE@clutter-osx-$(CLUTTER_API_VERSION).pc: clutter-$(CLUTTER_API_VERSION).pc
3881 @SUPPORT_OSX_TRUE@      $(QUIET_GEN)cp -f $< $(@F)
3882
3883 # Basic sanity checks
3884 $(if $(GLIB_GENMARSHAL),,$(error Need to define GLIB_GENMARSHAL))
3885
3886 $(if $(or $(glib_marshal_list), \
3887           $(glib_marshal_prefix)),, \
3888     $(error Need to define glib_marshal_list and glib_marshal_prefix))
3889
3890 stamp-marshal: $(marshal_list)
3891         $(AM_V_GEN)$(GLIB_GENMARSHAL) \
3892                 --prefix=$(glib_marshal_prefix) \
3893                 --header \
3894         $(marshal_list) > xgen-mh \
3895         && (cmp -s xgen-mh $(marshal_h) || cp -f xgen-mh $(marshal_h)) \
3896         && rm -f xgen-mh \
3897         && echo timestamp > $(@F)
3898
3899 $(marshal_h): stamp-marshal
3900         @true
3901
3902 $(marshal_c): $(marshal_h)
3903         $(AM_V_GEN)(echo "#include \"$(marshal_h)\"" ; \
3904         $(GLIB_GENMARSHAL) \
3905                 --prefix=$(glib_marshal_prefix) \
3906                 --body \
3907         $(marshal_list)) > xgen-mc \
3908         && cp xgen-mc $(marshal_c) \
3909         && rm -f xgen-mc
3910
3911 # Basic sanity checks
3912 $(if $(GLIB_MKENUMS),,$(error Need to define GLIB_MKENUMS))
3913
3914 $(if $(or $(glib_enum_h), \
3915           $(glib_enum_c)),, \
3916     $(error Need to define glib_enum_h and glib_enum_c))
3917
3918 $(if $(glib_enum_headers),,$(error Need to define glib_enum_headers))
3919
3920 stamp-enum-types: $(glib_enum_headers) $(enum_tmpl_h)
3921         $(AM_V_GEN)$(GLIB_MKENUMS) \
3922                 --template $(enum_tmpl_h) \
3923         $(glib_enum_headers) > xgen-eh \
3924         && (cmp -s xgen-eh $(glib_enum_h) || cp -f xgen-eh $(glib_enum_h)) \
3925         && rm -f xgen-eh \
3926         && echo timestamp > $(@F)
3927
3928 $(glib_enum_h): stamp-enum-types
3929         @true
3930
3931 $(glib_enum_c): $(glib_enum_headers) $(glib_enum_h) $(enum_tmpl_c)
3932         $(AM_V_GEN)$(GLIB_MKENUMS) \
3933                 --template $(enum_tmpl_c) \
3934         $(glib_enum_headers) > xgen-ec \
3935         && cp -f xgen-ec $(glib_enum_c) \
3936         && rm -f xgen-ec
3937
3938 dist-hook: ../build/win32/vs9/clutter.vcproj ../build/win32/vs10/clutter.vcxproj ../build/win32/vs10/clutter.vcxproj.filters ../build/win32/gen-enums.bat
3939
3940 ../build/win32/vs9/clutter.vcproj: $(top_srcdir)/build/win32/vs9/clutter.vcprojin
3941         for F in `echo $(win32_source_c) $(cally_sources_c) $(source_c) $(source_c_priv) $(deprecated_c) $(deprecated_c_priv) $(built_source_c) | tr '/' '\\'`; do \
3942                 case $$F in \
3943                 *.c)    echo '   <File RelativePath="..\..\..\clutter\'$$F'" />' \
3944                         ;; \
3945                 esac; \
3946         done >clutter.sourcefiles
3947         $(CPP) -P - <$(top_srcdir)/build/win32/vs9/clutter.vcprojin >$@
3948         rm clutter.sourcefiles
3949
3950 ../build/win32/vs10/clutter.vcxproj: $(top_srcdir)/build/win32/vs10/clutter.vcxprojin
3951         for F in `echo $(win32_source_c) $(cally_sources_c) $(source_c) $(source_c_priv) $(deprecated_c) $(deprecated_c_priv) $(built_source_c) | tr '/' '\\'`; do \
3952                 case $$F in \
3953                 *.c)    echo '    <ClCompile Include="..\..\..\clutter\'$$F'" />' \
3954                         ;; \
3955                 esac; \
3956         done >clutter.vs10.sourcefiles
3957         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/clutter.vcxprojin >$@
3958         rm clutter.vs10.sourcefiles
3959
3960 ../build/win32/vs10/clutter.vcxproj.filters: $(top_srcdir)/build/win32/vs10/clutter.vcxproj.filtersin
3961         for F in `echo $(win32_source_c) $(cally_sources_c) $(source_c) $(source_c_priv) $(deprecated_c) $(deprecated_c_priv) $(built_source_c) | tr '/' '\\'`; do \
3962                 case $$F in \
3963                 *.c)    echo '    <ClCompile Include="..\..\..\clutter\'$$F'"><Filter>Sources</Filter></ClCompile>' \
3964                         ;; \
3965                 esac; \
3966         done >clutter.vs10.sourcefiles.filters
3967         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/clutter.vcxproj.filtersin >$@
3968         rm clutter.vs10.sourcefiles.filters
3969
3970 clutter.vsenums_h:
3971         echo 'perl %1\bin\glib-mkenums --template ../../clutter/clutter-enum-types.h.in ' >vsenums_h.temp1
3972         for F in `echo $(source_h) $(backend_source_h) $(srcdir)/win32/clutter-win32.h`; do \
3973                 case $$F in \
3974                 *-x11*.h|*-wayland*.h|*-gdk*.h|*-glx*.h|*-cex*.h|*-egl*.h|*-osx*.h) ;; \
3975                 *.h) echo '../../clutter'$$F' ' \
3976                         ;;      \
3977                 esac;   \
3978         done >>vsenums_h.temp1
3979         cat vsenums_h.temp1 | sed 's_/clutter./_/clutter/_' >vsenums_h.temp
3980         cat vsenums_h.temp | tr -d '\n' >>$@
3981         echo '> ..\..\clutter\clutter-enum-types.h' >>$@
3982         rm vsenums_h.temp1
3983         rm vsenums_h.temp
3984
3985 clutter.vsenums_c:
3986         echo 'perl %1\bin\glib-mkenums --template ../../clutter/clutter-enum-types.c.in ' >vsenums_c.temp1
3987         for F in `echo $(source_h) $(backend_source_h) $(srcdir)/win32/clutter-win32.h`; do \
3988                 case $$F in \
3989                 *-x11*.h|*-wayland*.h|*-gdk*.h|*-glx*.h|*-cex*.h|*-egl*.h|*-osx*.h) ;; \
3990                 *.h) echo '../../clutter'$$F' ' \
3991                         ;;      \
3992                 esac;   \
3993         done >>vsenums_c.temp1
3994         cat vsenums_c.temp1 | sed 's_/clutter./_/clutter/_' >vsenums_c.temp
3995         cat vsenums_c.temp | tr -d '\n' >>$@
3996         echo '> ..\..\clutter\clutter-enum-types.c' >>$@
3997         rm vsenums_c.temp1
3998         rm vsenums_c.temp
3999
4000 ../build/win32/gen-enums.bat: clutter.vsenums_h clutter.vsenums_c
4001         echo 'if exist ..\..\clutter\clutter-enum-types.h goto DONE_COGL_ENUMS_H' >$@
4002         cat clutter.vsenums_h >>$@
4003         echo ':DONE_COGL_ENUMS_H' >>$@
4004         echo 'if exist ..\..\clutter\clutter-enum-types.c goto DONE_COGL_ENUMS_C' >>$@
4005         cat clutter.vsenums_c >>$@
4006         echo ':DONE_COGL_ENUMS_C' >>$@
4007         rm clutter.vsenums_h
4008         rm clutter.vsenums_c
4009
4010 install-exec-local:
4011         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
4012         for lib in `echo $(compat_libs)`; do \
4013           (cd $(DESTDIR)$(libdir) && \
4014             rm -f $$lib.0.$(CLUTTER_LT_CURRENT).$(CLUTTER_LT_REVISION); \
4015           ) ; \
4016           (cd $(DESTDIR)$(libdir) && \
4017             { ln -s -f libclutter-$(CLUTTER_API_VERSION).so.0.$(CLUTTER_LT_CURRENT).$(CLUTTER_LT_REVISION) $$lib.0 || \
4018               { rm -f $$lib.0 && ln -s libclutter-1.0.so.0.$(CLUTTER_LT_CURRENT).$(CLUTTER_LT_REVISION) $$lib.0; }; \
4019             } \
4020           ) ; \
4021           (cd $(DESTDIR)$(libdir) && \
4022             { ln -s -f libclutter-$(CLUTTER_API_VERSION).so.0.$(CLUTTER_LT_CURRENT).$(CLUTTER_LT_REVISION) $$lib || \
4023               { rm -f $$lib && ln -s libclutter-1.0.so.0.$(CLUTTER_LT_CURRENT).$(CLUTTER_LT_REVISION) $$lib; }; \
4024             } \
4025           ) ; \
4026         done
4027
4028 # gobject-introspection rules
4029 -include $(INTROSPECTION_MAKEFILE)
4030
4031 @HAVE_INTROSPECTION_TRUE@Clutter-@CLUTTER_API_VERSION@.gir: libclutter-@CLUTTER_API_VERSION@.la Makefile
4032
4033 @HAVE_INTROSPECTION_TRUE@Cally-@CLUTTER_API_VERSION@.gir: Makefile Clutter-@CLUTTER_API_VERSION@.gir
4034
4035 @HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@ClutterX11-@CLUTTER_API_VERSION@.gir: Makefile Clutter-@CLUTTER_API_VERSION@.gir
4036
4037 @HAVE_INTROSPECTION_TRUE@@SUPPORT_GDK_TRUE@ClutterGdk-@CLUTTER_API_VERSION@.gir: Makefile Clutter-@CLUTTER_API_VERSION@.gir
4038 @GCOV_ENABLED_TRUE@gcov-report.txt: gcov-clean
4039 @GCOV_ENABLED_TRUE@     $(QUIET_GEN)(rm -f $@; \
4040 @GCOV_ENABLED_TRUE@     echo -e "Test coverage for Clutter:\n" >> $@; \
4041 @GCOV_ENABLED_TRUE@     total_covered=0; total_actual=0; \
4042 @GCOV_ENABLED_TRUE@     for file in $(filter %.c,$(gcov_sources)); do \
4043 @GCOV_ENABLED_TRUE@             gcov -o .libs/$${file/.c/.gcda} $$file > /dev/null; \
4044 @GCOV_ENABLED_TRUE@             if test -f $$file.gcov; then \
4045 @GCOV_ENABLED_TRUE@                     actual=`grep -v ' -:' $$file.gcov | wc -l`; \
4046 @GCOV_ENABLED_TRUE@                     uncovered=`grep '#####:' $$file.gcov | wc -l`; \
4047 @GCOV_ENABLED_TRUE@                     covered=$$((actual - uncovered)); \
4048 @GCOV_ENABLED_TRUE@                     total_covered=$$((total_covered + covered)); \
4049 @GCOV_ENABLED_TRUE@                     total_actual=$$((total_actual + actual)); \
4050 @GCOV_ENABLED_TRUE@                     perl $(top_builddir)/build/gen-gcov.pl $$file.gcov; \
4051 @GCOV_ENABLED_TRUE@             fi \
4052 @GCOV_ENABLED_TRUE@     done >> $@; \
4053 @GCOV_ENABLED_TRUE@     cd $(abs_srcdir); \
4054 @GCOV_ENABLED_TRUE@     echo -e "\nSource lines: $$total_actual\nCovered statements: $$total_covered\nTotal coverage: $$((($$total_covered * 100) / $$total_actual))%" >> $@)
4055
4056 @GCOV_ENABLED_TRUE@gcov: gcov-report.txt
4057 @GCOV_ENABLED_TRUE@     @echo ""; cat gcov-report.txt
4058 @GCOV_ENABLED_TRUE@gcov-clean:
4059 @GCOV_ENABLED_TRUE@     @find . -name "*.gcda" -o -name "*.gcov" -delete
4060 @GCOV_ENABLED_FALSE@gcov-report.txt:
4061 @GCOV_ENABLED_FALSE@    @true
4062 @GCOV_ENABLED_FALSE@gcov-clean:
4063 @GCOV_ENABLED_FALSE@    @true
4064 @GCOV_ENABLED_FALSE@gcov:
4065 @GCOV_ENABLED_FALSE@    @echo "Need to reconfigure with --enable-gcov"
4066
4067 .PHONY: gcov gcov-clean gcov-report.txt
4068
4069 # Tell versions [3.59,3.63) of GNU make to not export all variables.
4070 # Otherwise a system limit (for SysV at least) may be exceeded.
4071 .NOEXPORT: