"Initial commit to Gerrit"
[profile/ivi/cogl.git] / cogl / 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 enumeration types using glib-mkenums
21 #
22 # Define:
23 #       glib_enum_h = header template file
24 #       glib_enum_c = source template file
25 #       glib_enum_headers = list of headers to parse
26 #
27 # before including Makefile.am.enums. You will also need to have
28 # the following targets already defined:
29 #
30 #       CLEANFILES
31 #       DISTCLEANFILES
32 #       BUILT_SOURCES
33 #       EXTRA_DIST
34 #
35 # Author: Emmanuele Bassi <ebassi@linux.intel.com>
36
37
38
39 VPATH = @srcdir@
40 pkgdatadir = $(datadir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
42 pkglibdir = $(libdir)/@PACKAGE@
43 pkglibexecdir = $(libexecdir)/@PACKAGE@
44 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
45 install_sh_DATA = $(install_sh) -c -m 644
46 install_sh_PROGRAM = $(install_sh) -c
47 install_sh_SCRIPT = $(install_sh) -c
48 INSTALL_HEADER = $(INSTALL_DATA)
49 transform = $(program_transform_name)
50 NORMAL_INSTALL = :
51 PRE_INSTALL = :
52 POST_INSTALL = :
53 NORMAL_UNINSTALL = :
54 PRE_UNINSTALL = :
55 POST_UNINSTALL = :
56 build_triplet = @build@
57 host_triplet = @host@
58 DIST_COMMON = $(am__coglinclude_HEADERS_DIST) $(srcdir)/Makefile.am \
59         $(srcdir)/Makefile.in $(srcdir)/cogl-1.0.pc.in \
60         $(srcdir)/cogl-2.0-experimental.pc.in \
61         $(srcdir)/cogl-defines.h.in $(srcdir)/cogl.rc.in \
62         $(top_srcdir)/build/autotools/Makefile.am.enums \
63         $(top_srcdir)/build/autotools/Makefile.am.silent
64 @COGL_DRIVER_GL_SUPPORTED_TRUE@am__append_1 = \
65 @COGL_DRIVER_GL_SUPPORTED_TRUE@ $(srcdir)/driver/gl/cogl-gl.c                   \
66 @COGL_DRIVER_GL_SUPPORTED_TRUE@ $(srcdir)/driver/gl/cogl-texture-driver-gl.c    \
67 @COGL_DRIVER_GL_SUPPORTED_TRUE@ $(NULL)
68
69 @COGL_DRIVER_GLES_SUPPORTED_TRUE@am__append_2 = \
70 @COGL_DRIVER_GLES_SUPPORTED_TRUE@       $(srcdir)/driver/gles/cogl-gles.c                       \
71 @COGL_DRIVER_GLES_SUPPORTED_TRUE@       $(srcdir)/driver/gles/cogl-texture-driver-gles.c        \
72 @COGL_DRIVER_GLES_SUPPORTED_TRUE@       $(NULL)
73
74 @USE_GLIB_TRUE@am__append_3 = \
75 @USE_GLIB_TRUE@ $(srcdir)/cogl-glib-source.h
76
77 @USE_GLIB_TRUE@am__append_4 = \
78 @USE_GLIB_TRUE@ $(srcdir)/cogl-glib-source.c
79
80 @SUPPORT_XLIB_TRUE@am__append_5 = \
81 @SUPPORT_XLIB_TRUE@     $(srcdir)/cogl-clutter-xlib.h \
82 @SUPPORT_XLIB_TRUE@     $(srcdir)/cogl-xlib-renderer.h
83
84 @SUPPORT_XLIB_TRUE@am__append_6 = \
85 @SUPPORT_XLIB_TRUE@       $(srcdir)/winsys/cogl-texture-pixmap-x11.h \
86 @SUPPORT_XLIB_TRUE@       $(srcdir)/cogl-xlib.h
87
88 @SUPPORT_XLIB_TRUE@am__append_7 = \
89 @SUPPORT_XLIB_TRUE@     $(srcdir)/cogl-x11-renderer-private.h \
90 @SUPPORT_XLIB_TRUE@     $(srcdir)/cogl-xlib-renderer-private.h \
91 @SUPPORT_XLIB_TRUE@     $(srcdir)/cogl-xlib-renderer.c \
92 @SUPPORT_XLIB_TRUE@     $(srcdir)/cogl-xlib.c \
93 @SUPPORT_XLIB_TRUE@     $(srcdir)/cogl-xlib-private.h \
94 @SUPPORT_XLIB_TRUE@     $(srcdir)/winsys/cogl-texture-pixmap-x11.c \
95 @SUPPORT_XLIB_TRUE@     $(srcdir)/winsys/cogl-texture-pixmap-x11-private.h
96
97 @SUPPORT_GLX_TRUE@am__append_8 = \
98 @SUPPORT_GLX_TRUE@      $(srcdir)/cogl-glx-renderer-private.h \
99 @SUPPORT_GLX_TRUE@      $(srcdir)/cogl-glx-display-private.h \
100 @SUPPORT_GLX_TRUE@      $(srcdir)/winsys/cogl-winsys-glx-feature-functions.h \
101 @SUPPORT_GLX_TRUE@      $(srcdir)/winsys/cogl-winsys-glx-private.h \
102 @SUPPORT_GLX_TRUE@      $(srcdir)/winsys/cogl-winsys-glx.c
103
104 @SUPPORT_WGL_TRUE@am__append_9 = \
105 @SUPPORT_WGL_TRUE@      $(srcdir)/cogl-win32-renderer.h
106
107 @SUPPORT_WGL_TRUE@am__append_10 = \
108 @SUPPORT_WGL_TRUE@      $(srcdir)/cogl-win32-renderer.c \
109 @SUPPORT_WGL_TRUE@      $(srcdir)/winsys/cogl-winsys-wgl-private.h \
110 @SUPPORT_WGL_TRUE@      $(srcdir)/winsys/cogl-winsys-wgl.c \
111 @SUPPORT_WGL_TRUE@      $(srcdir)/winsys/cogl-winsys-wgl-feature-functions.h
112
113 @SUPPORT_WAYLAND_EGL_SERVER_TRUE@am__append_11 = \
114 @SUPPORT_WAYLAND_EGL_SERVER_TRUE@       $(srcdir)/cogl-wayland-server.h
115
116 @SUPPORT_EGL_PLATFORM_WAYLAND_TRUE@am__append_12 = \
117 @SUPPORT_EGL_PLATFORM_WAYLAND_TRUE@     $(srcdir)/cogl-wayland-renderer.h \
118 @SUPPORT_EGL_PLATFORM_WAYLAND_TRUE@     $(srcdir)/cogl-wayland-client.h
119
120 @SUPPORT_EGL_PLATFORM_WAYLAND_TRUE@am__append_13 = \
121 @SUPPORT_EGL_PLATFORM_WAYLAND_TRUE@     $(srcdir)/winsys/cogl-winsys-egl-wayland.c \
122 @SUPPORT_EGL_PLATFORM_WAYLAND_TRUE@     $(srcdir)/winsys/cogl-winsys-egl-wayland-private.h
123
124 @SUPPORT_EGL_PLATFORM_KMS_TRUE@am__append_14 = \
125 @SUPPORT_EGL_PLATFORM_KMS_TRUE@ $(srcdir)/cogl-kms-renderer.h
126
127 @SUPPORT_EGL_PLATFORM_KMS_TRUE@am__append_15 = \
128 @SUPPORT_EGL_PLATFORM_KMS_TRUE@ $(srcdir)/winsys/cogl-winsys-egl-kms.c \
129 @SUPPORT_EGL_PLATFORM_KMS_TRUE@ $(srcdir)/winsys/cogl-winsys-egl-kms-private.h
130
131 @SUPPORT_EGL_PLATFORM_XLIB_TRUE@am__append_16 = \
132 @SUPPORT_EGL_PLATFORM_XLIB_TRUE@        $(srcdir)/winsys/cogl-winsys-egl-x11.c \
133 @SUPPORT_EGL_PLATFORM_XLIB_TRUE@        $(srcdir)/winsys/cogl-winsys-egl-x11-private.h
134
135 @SUPPORT_EGL_PLATFORM_POWERVR_NULL_TRUE@am__append_17 = \
136 @SUPPORT_EGL_PLATFORM_POWERVR_NULL_TRUE@        $(srcdir)/winsys/cogl-winsys-egl-null.c \
137 @SUPPORT_EGL_PLATFORM_POWERVR_NULL_TRUE@        $(srcdir)/winsys/cogl-winsys-egl-null-private.h
138
139 @SUPPORT_EGL_PLATFORM_GDL_TRUE@am__append_18 = \
140 @SUPPORT_EGL_PLATFORM_GDL_TRUE@ $(srcdir)/winsys/cogl-winsys-egl-gdl.c \
141 @SUPPORT_EGL_PLATFORM_GDL_TRUE@ $(srcdir)/winsys/cogl-winsys-egl-gdl-private.h
142
143 @SUPPORT_EGL_PLATFORM_ANDROID_TRUE@am__append_19 = \
144 @SUPPORT_EGL_PLATFORM_ANDROID_TRUE@     $(srcdir)/winsys/cogl-winsys-egl-android.c \
145 @SUPPORT_EGL_PLATFORM_ANDROID_TRUE@     $(srcdir)/winsys/cogl-winsys-egl-android-private.h
146
147 @SUPPORT_EGL_TRUE@am__append_20 = \
148 @SUPPORT_EGL_TRUE@       $(srcdir)/winsys/cogl-winsys-egl.c \
149 @SUPPORT_EGL_TRUE@       $(srcdir)/winsys/cogl-winsys-egl-feature-functions.h \
150 @SUPPORT_EGL_TRUE@       $(srcdir)/winsys/cogl-winsys-egl-private.h
151
152 @SUPPORT_SDL_TRUE@am__append_21 = \
153 @SUPPORT_SDL_TRUE@       $(srcdir)/winsys/cogl-winsys-sdl-private.h \
154 @SUPPORT_SDL_TRUE@       $(srcdir)/winsys/cogl-winsys-sdl.c
155
156 @SUPPORT_GLX_TRUE@am__append_22 = -ldl
157 @HAVE_INTROSPECTION_TRUE@am__append_23 = Cogl-1.0.gir
158 @HAVE_INTROSPECTION_TRUE@am__append_24 = $(gir_DATA) $(typelib_DATA)
159 subdir = cogl
160 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
161 am__aclocal_m4_deps =  \
162         $(top_srcdir)/build/autotools/as-compiler-flag.m4 \
163         $(top_srcdir)/build/autotools/as-linguas.m4 \
164         $(top_srcdir)/build/autotools/gettext.m4 \
165         $(top_srcdir)/build/autotools/gtk-doc.m4 \
166         $(top_srcdir)/build/autotools/iconv.m4 \
167         $(top_srcdir)/build/autotools/intlmacosx.m4 \
168         $(top_srcdir)/build/autotools/introspection.m4 \
169         $(top_srcdir)/build/autotools/lib-ld.m4 \
170         $(top_srcdir)/build/autotools/lib-link.m4 \
171         $(top_srcdir)/build/autotools/lib-prefix.m4 \
172         $(top_srcdir)/build/autotools/libtool.m4 \
173         $(top_srcdir)/build/autotools/ltoptions.m4 \
174         $(top_srcdir)/build/autotools/ltsugar.m4 \
175         $(top_srcdir)/build/autotools/ltversion.m4 \
176         $(top_srcdir)/build/autotools/lt~obsolete.m4 \
177         $(top_srcdir)/build/autotools/nls.m4 \
178         $(top_srcdir)/build/autotools/po.m4 \
179         $(top_srcdir)/build/autotools/progtest.m4 \
180         $(top_srcdir)/configure.ac
181 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
182         $(ACLOCAL_M4)
183 mkinstalldirs = $(install_sh) -d
184 CONFIG_HEADER = $(top_builddir)/config.h
185 CONFIG_CLEAN_FILES = cogl-1.0.pc cogl-2.0-experimental.pc \
186         cogl-defines.h cogl.rc
187 CONFIG_CLEAN_VPATH_FILES =
188 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
189 am__vpath_adj = case $$p in \
190     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
191     *) f=$$p;; \
192   esac;
193 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
194 am__install_max = 40
195 am__nobase_strip_setup = \
196   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
197 am__nobase_strip = \
198   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
199 am__nobase_list = $(am__nobase_strip_setup); \
200   for p in $$list; do echo "$$p $$p"; done | \
201   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
202   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
203     if (++n[$$2] == $(am__install_max)) \
204       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
205     END { for (dir in files) print dir, files[dir] }'
206 am__base_list = \
207   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
208   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
209 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" \
210         "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(typelibdir)" \
211         "$(DESTDIR)$(coglincludedir)" "$(DESTDIR)$(coglincludedir)"
212 LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES)
213 am__DEPENDENCIES_1 =
214 libcogl_la_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
215         $(am__DEPENDENCIES_1)
216 am__libcogl_la_SOURCES_DIST = $(srcdir)/driver/gl/cogl-gl.c \
217         $(srcdir)/driver/gl/cogl-texture-driver-gl.c \
218         $(srcdir)/driver/gles/cogl-gles.c \
219         $(srcdir)/driver/gles/cogl-texture-driver-gles.c \
220         $(srcdir)/winsys/cogl-winsys-private.h \
221         $(srcdir)/winsys/cogl-winsys.c \
222         $(srcdir)/tesselator/dict-list.h $(srcdir)/tesselator/dict.c \
223         $(srcdir)/tesselator/dict.h $(srcdir)/tesselator/geom.c \
224         $(srcdir)/tesselator/geom.h $(srcdir)/tesselator/gluos.h \
225         $(srcdir)/tesselator/memalloc.h $(srcdir)/tesselator/mesh.c \
226         $(srcdir)/tesselator/mesh.h $(srcdir)/tesselator/normal.c \
227         $(srcdir)/tesselator/normal.h \
228         $(srcdir)/tesselator/priorityq-heap.h \
229         $(srcdir)/tesselator/priorityq-sort.h \
230         $(srcdir)/tesselator/priorityq.c \
231         $(srcdir)/tesselator/priorityq.h $(srcdir)/tesselator/render.c \
232         $(srcdir)/tesselator/render.h $(srcdir)/tesselator/sweep.c \
233         $(srcdir)/tesselator/sweep.h $(srcdir)/tesselator/tess.c \
234         $(srcdir)/tesselator/tess.h $(srcdir)/tesselator/tesselator.h \
235         $(srcdir)/tesselator/tessmono.c \
236         $(srcdir)/tesselator/tessmono.h $(srcdir)/tesselator/GL/glu.h \
237         $(srcdir)/cogl-private.h $(srcdir)/cogl-debug.h \
238         $(srcdir)/cogl-debug-options.h $(srcdir)/cogl-handle.h \
239         $(srcdir)/cogl-context-private.h $(srcdir)/cogl-context.c \
240         $(srcdir)/cogl-renderer-private.h $(srcdir)/cogl-renderer.h \
241         $(srcdir)/cogl-renderer.c $(srcdir)/cogl-swap-chain-private.h \
242         $(srcdir)/cogl-swap-chain.h $(srcdir)/cogl-swap-chain.c \
243         $(srcdir)/cogl-onscreen-template-private.h \
244         $(srcdir)/cogl-onscreen-template.h \
245         $(srcdir)/cogl-onscreen-template.c \
246         $(srcdir)/cogl-display-private.h $(srcdir)/cogl-display.h \
247         $(srcdir)/cogl-display.c $(srcdir)/cogl-internal.h \
248         $(srcdir)/cogl.c $(srcdir)/cogl-object-private.h \
249         $(srcdir)/cogl-object.h $(srcdir)/cogl-object.c \
250         $(srcdir)/cogl-util.h $(srcdir)/cogl-util.c \
251         $(srcdir)/cogl-bitmap-private.h $(srcdir)/cogl-bitmap.c \
252         $(srcdir)/cogl-bitmap-conversion.c \
253         $(srcdir)/cogl-bitmap-packing.h \
254         $(srcdir)/cogl-primitives-private.h \
255         $(srcdir)/cogl-primitives.h $(srcdir)/cogl-primitives.c \
256         $(srcdir)/cogl-path-private.h $(srcdir)/cogl-path.h \
257         $(srcdir)/cogl-path.c $(srcdir)/cogl2-path.h \
258         $(srcdir)/cogl2-path.c $(srcdir)/cogl-bitmap-pixbuf.c \
259         $(srcdir)/cogl-clip-stack.h $(srcdir)/cogl-clip-stack.c \
260         $(srcdir)/cogl-clip-state-private.h \
261         $(srcdir)/cogl-clip-state.h $(srcdir)/cogl-clip-state.c \
262         $(srcdir)/cogl2-compatibility.c \
263         $(srcdir)/cogl-feature-private.h \
264         $(srcdir)/cogl-feature-private.c $(srcdir)/cogl-fixed.c \
265         $(srcdir)/cogl-color-private.h $(srcdir)/cogl-color.c \
266         $(srcdir)/cogl-buffer-private.h $(srcdir)/cogl-buffer.c \
267         $(srcdir)/cogl-pixel-buffer-private.h \
268         $(srcdir)/cogl-pixel-buffer.c \
269         $(srcdir)/cogl-vertex-buffer-private.h \
270         $(srcdir)/cogl-vertex-buffer.c \
271         $(srcdir)/cogl-index-buffer-private.h \
272         $(srcdir)/cogl-index-buffer.c \
273         $(srcdir)/cogl-attribute-buffer-private.h \
274         $(srcdir)/cogl-attribute-buffer.c \
275         $(srcdir)/cogl-indices-private.h $(srcdir)/cogl-indices.c \
276         $(srcdir)/cogl-attribute-private.h $(srcdir)/cogl-attribute.c \
277         $(srcdir)/cogl-primitive-private.h $(srcdir)/cogl-primitive.c \
278         $(srcdir)/cogl-matrix.c $(srcdir)/cogl-vector.c \
279         $(srcdir)/cogl-euler.c $(srcdir)/cogl-quaternion-private.h \
280         $(srcdir)/cogl-quaternion.c $(srcdir)/cogl-matrix-private.h \
281         $(srcdir)/cogl-matrix-stack.c $(srcdir)/cogl-matrix-stack.h \
282         $(srcdir)/cogl-depth-state.c \
283         $(srcdir)/cogl-depth-state-private.h $(srcdir)/cogl-node.c \
284         $(srcdir)/cogl-node-private.h $(srcdir)/cogl-pipeline.c \
285         $(srcdir)/cogl-pipeline-private.h \
286         $(srcdir)/cogl-pipeline-layer.c \
287         $(srcdir)/cogl-pipeline-layer-private.h \
288         $(srcdir)/cogl-pipeline-state.c \
289         $(srcdir)/cogl-pipeline-layer-state-private.h \
290         $(srcdir)/cogl-pipeline-layer-state.c \
291         $(srcdir)/cogl-pipeline-state-private.h \
292         $(srcdir)/cogl-pipeline-debug.c \
293         $(srcdir)/cogl-pipeline-opengl.c \
294         $(srcdir)/cogl-pipeline-opengl-private.h \
295         $(srcdir)/cogl-pipeline-fragend-glsl.c \
296         $(srcdir)/cogl-pipeline-fragend-glsl-private.h \
297         $(srcdir)/cogl-pipeline-fragend-arbfp.c \
298         $(srcdir)/cogl-pipeline-fragend-arbfp-private.h \
299         $(srcdir)/cogl-pipeline-fragend-fixed.c \
300         $(srcdir)/cogl-pipeline-fragend-fixed-private.h \
301         $(srcdir)/cogl-pipeline-vertend-glsl.c \
302         $(srcdir)/cogl-pipeline-vertend-glsl-private.h \
303         $(srcdir)/cogl-pipeline-vertend-fixed.c \
304         $(srcdir)/cogl-pipeline-vertend-fixed-private.h \
305         $(srcdir)/cogl-pipeline-progend-fixed.c \
306         $(srcdir)/cogl-pipeline-progend-fixed-private.h \
307         $(srcdir)/cogl-pipeline-progend-glsl.c \
308         $(srcdir)/cogl-pipeline-progend-glsl-private.h \
309         $(srcdir)/cogl-pipeline-snippet-private.h \
310         $(srcdir)/cogl-pipeline-snippet.c \
311         $(srcdir)/cogl-pipeline-cache.h \
312         $(srcdir)/cogl-pipeline-cache.c \
313         $(srcdir)/cogl-material-compat.c $(srcdir)/cogl-program.c \
314         $(srcdir)/cogl-program-private.h $(srcdir)/cogl-blend-string.c \
315         $(srcdir)/cogl-blend-string.h $(srcdir)/cogl-debug.c \
316         $(srcdir)/cogl-sub-texture-private.h \
317         $(srcdir)/cogl-texture-private.h \
318         $(srcdir)/cogl-texture-2d-private.h \
319         $(srcdir)/cogl-texture-2d-sliced-private.h \
320         $(srcdir)/cogl-texture-3d-private.h \
321         $(srcdir)/cogl-texture-driver.h $(srcdir)/cogl-sub-texture.c \
322         $(srcdir)/cogl-texture.c $(srcdir)/cogl-texture-2d.c \
323         $(srcdir)/cogl-texture-2d-sliced.c $(srcdir)/cogl-texture-3d.c \
324         $(srcdir)/cogl-texture-rectangle-private.h \
325         $(srcdir)/cogl-texture-rectangle.c \
326         $(srcdir)/cogl-rectangle-map.h $(srcdir)/cogl-rectangle-map.c \
327         $(srcdir)/cogl-atlas.h $(srcdir)/cogl-atlas.c \
328         $(srcdir)/cogl-atlas-texture-private.h \
329         $(srcdir)/cogl-atlas-texture.c $(srcdir)/cogl-meta-texture.c \
330         $(srcdir)/cogl-blit.h $(srcdir)/cogl-blit.c \
331         $(srcdir)/cogl-spans.h $(srcdir)/cogl-spans.c \
332         $(srcdir)/cogl-journal-private.h $(srcdir)/cogl-journal.c \
333         $(srcdir)/cogl-framebuffer-private.h \
334         $(srcdir)/cogl-framebuffer.c $(srcdir)/cogl-onscreen-private.h \
335         $(srcdir)/cogl-onscreen.c $(srcdir)/cogl-profile.h \
336         $(srcdir)/cogl-profile.c $(srcdir)/cogl-flags.h \
337         $(srcdir)/cogl-bitmask.h $(srcdir)/cogl-bitmask.c \
338         $(srcdir)/cogl-shader-boilerplate.h \
339         $(srcdir)/cogl-shader-private.h $(srcdir)/cogl-shader.c \
340         $(srcdir)/cogl-gtype-private.h \
341         $(srcdir)/cogl-point-in-poly-private.h \
342         $(srcdir)/cogl-point-in-poly.c $(srcdir)/cogl-clutter.c \
343         $(srcdir)/winsys/cogl-winsys-stub-private.h \
344         $(srcdir)/cogl-queue.h $(srcdir)/winsys/cogl-winsys-stub.c \
345         $(srcdir)/cogl-config-private.h $(srcdir)/cogl-config.c \
346         $(srcdir)/cogl-boxed-value.h $(srcdir)/cogl-boxed-value.c \
347         $(srcdir)/cogl-snippet-private.h $(srcdir)/cogl-snippet.c \
348         $(srcdir)/cogl-poll.c \
349         $(srcdir)/gl-prototypes/cogl-all-functions.h \
350         $(srcdir)/gl-prototypes/cogl-gles1-functions.h \
351         $(srcdir)/gl-prototypes/cogl-gles2-functions.h \
352         $(srcdir)/gl-prototypes/cogl-core-functions.h \
353         $(srcdir)/gl-prototypes/cogl-in-gles-core-functions.h \
354         $(srcdir)/gl-prototypes/cogl-in-gles1-core-functions.h \
355         $(srcdir)/gl-prototypes/cogl-in-gles2-core-functions.h \
356         $(srcdir)/gl-prototypes/cogl-fixed-functions.h \
357         $(srcdir)/gl-prototypes/cogl-glsl-functions.h \
358         $(srcdir)/cogl-glib-source.c \
359         $(srcdir)/cogl-x11-renderer-private.h \
360         $(srcdir)/cogl-xlib-renderer-private.h \
361         $(srcdir)/cogl-xlib-renderer.c $(srcdir)/cogl-xlib.c \
362         $(srcdir)/cogl-xlib-private.h \
363         $(srcdir)/winsys/cogl-texture-pixmap-x11.c \
364         $(srcdir)/winsys/cogl-texture-pixmap-x11-private.h \
365         $(srcdir)/cogl-glx-renderer-private.h \
366         $(srcdir)/cogl-glx-display-private.h \
367         $(srcdir)/winsys/cogl-winsys-glx-feature-functions.h \
368         $(srcdir)/winsys/cogl-winsys-glx-private.h \
369         $(srcdir)/winsys/cogl-winsys-glx.c \
370         $(srcdir)/cogl-win32-renderer.c \
371         $(srcdir)/winsys/cogl-winsys-wgl-private.h \
372         $(srcdir)/winsys/cogl-winsys-wgl.c \
373         $(srcdir)/winsys/cogl-winsys-wgl-feature-functions.h \
374         $(srcdir)/winsys/cogl-winsys-egl-wayland.c \
375         $(srcdir)/winsys/cogl-winsys-egl-wayland-private.h \
376         $(srcdir)/winsys/cogl-winsys-egl-kms.c \
377         $(srcdir)/winsys/cogl-winsys-egl-kms-private.h \
378         $(srcdir)/winsys/cogl-winsys-egl-x11.c \
379         $(srcdir)/winsys/cogl-winsys-egl-x11-private.h \
380         $(srcdir)/winsys/cogl-winsys-egl-null.c \
381         $(srcdir)/winsys/cogl-winsys-egl-null-private.h \
382         $(srcdir)/winsys/cogl-winsys-egl-gdl.c \
383         $(srcdir)/winsys/cogl-winsys-egl-gdl-private.h \
384         $(srcdir)/winsys/cogl-winsys-egl-android.c \
385         $(srcdir)/winsys/cogl-winsys-egl-android-private.h \
386         $(srcdir)/winsys/cogl-winsys-egl.c \
387         $(srcdir)/winsys/cogl-winsys-egl-feature-functions.h \
388         $(srcdir)/winsys/cogl-winsys-egl-private.h \
389         $(srcdir)/winsys/cogl-winsys-sdl-private.h \
390         $(srcdir)/winsys/cogl-winsys-sdl.c
391 am__objects_1 =
392 @COGL_DRIVER_GL_SUPPORTED_TRUE@am__objects_2 = cogl-gl.lo \
393 @COGL_DRIVER_GL_SUPPORTED_TRUE@ cogl-texture-driver-gl.lo \
394 @COGL_DRIVER_GL_SUPPORTED_TRUE@ $(am__objects_1)
395 @COGL_DRIVER_GLES_SUPPORTED_TRUE@am__objects_3 = cogl-gles.lo \
396 @COGL_DRIVER_GLES_SUPPORTED_TRUE@       cogl-texture-driver-gles.lo \
397 @COGL_DRIVER_GLES_SUPPORTED_TRUE@       $(am__objects_1)
398 am__objects_4 = $(am__objects_2) $(am__objects_3)
399 am__objects_5 = cogl-winsys.lo $(am__objects_1)
400 am__objects_6 = dict.lo geom.lo mesh.lo normal.lo priorityq.lo \
401         render.lo sweep.lo tess.lo tessmono.lo $(am__objects_1)
402 @USE_GLIB_TRUE@am__objects_7 = cogl-glib-source.lo
403 @SUPPORT_XLIB_TRUE@am__objects_8 = cogl-xlib-renderer.lo cogl-xlib.lo \
404 @SUPPORT_XLIB_TRUE@     cogl-texture-pixmap-x11.lo
405 @SUPPORT_GLX_TRUE@am__objects_9 = cogl-winsys-glx.lo
406 @SUPPORT_WGL_TRUE@am__objects_10 = cogl-win32-renderer.lo \
407 @SUPPORT_WGL_TRUE@      cogl-winsys-wgl.lo
408 @SUPPORT_EGL_PLATFORM_WAYLAND_TRUE@am__objects_11 =  \
409 @SUPPORT_EGL_PLATFORM_WAYLAND_TRUE@     cogl-winsys-egl-wayland.lo
410 @SUPPORT_EGL_PLATFORM_KMS_TRUE@am__objects_12 =  \
411 @SUPPORT_EGL_PLATFORM_KMS_TRUE@ cogl-winsys-egl-kms.lo
412 @SUPPORT_EGL_PLATFORM_XLIB_TRUE@am__objects_13 =  \
413 @SUPPORT_EGL_PLATFORM_XLIB_TRUE@        cogl-winsys-egl-x11.lo
414 @SUPPORT_EGL_PLATFORM_POWERVR_NULL_TRUE@am__objects_14 = cogl-winsys-egl-null.lo
415 @SUPPORT_EGL_PLATFORM_GDL_TRUE@am__objects_15 =  \
416 @SUPPORT_EGL_PLATFORM_GDL_TRUE@ cogl-winsys-egl-gdl.lo
417 @SUPPORT_EGL_PLATFORM_ANDROID_TRUE@am__objects_16 =  \
418 @SUPPORT_EGL_PLATFORM_ANDROID_TRUE@     cogl-winsys-egl-android.lo
419 @SUPPORT_EGL_TRUE@am__objects_17 = cogl-winsys-egl.lo
420 @SUPPORT_SDL_TRUE@am__objects_18 = cogl-winsys-sdl.lo
421 am__objects_19 = $(am__objects_4) $(am__objects_5) $(am__objects_6) \
422         cogl-context.lo cogl-renderer.lo cogl-swap-chain.lo \
423         cogl-onscreen-template.lo cogl-display.lo cogl.lo \
424         cogl-object.lo cogl-util.lo cogl-bitmap.lo \
425         cogl-bitmap-conversion.lo cogl-primitives.lo cogl-path.lo \
426         cogl2-path.lo cogl-bitmap-pixbuf.lo cogl-clip-stack.lo \
427         cogl-clip-state.lo cogl2-compatibility.lo \
428         cogl-feature-private.lo cogl-fixed.lo cogl-color.lo \
429         cogl-buffer.lo cogl-pixel-buffer.lo cogl-vertex-buffer.lo \
430         cogl-index-buffer.lo cogl-attribute-buffer.lo cogl-indices.lo \
431         cogl-attribute.lo cogl-primitive.lo cogl-matrix.lo \
432         cogl-vector.lo cogl-euler.lo cogl-quaternion.lo \
433         cogl-matrix-stack.lo cogl-depth-state.lo cogl-node.lo \
434         cogl-pipeline.lo cogl-pipeline-layer.lo cogl-pipeline-state.lo \
435         cogl-pipeline-layer-state.lo cogl-pipeline-debug.lo \
436         cogl-pipeline-opengl.lo cogl-pipeline-fragend-glsl.lo \
437         cogl-pipeline-fragend-arbfp.lo cogl-pipeline-fragend-fixed.lo \
438         cogl-pipeline-vertend-glsl.lo cogl-pipeline-vertend-fixed.lo \
439         cogl-pipeline-progend-fixed.lo cogl-pipeline-progend-glsl.lo \
440         cogl-pipeline-snippet.lo cogl-pipeline-cache.lo \
441         cogl-material-compat.lo cogl-program.lo cogl-blend-string.lo \
442         cogl-debug.lo cogl-sub-texture.lo cogl-texture.lo \
443         cogl-texture-2d.lo cogl-texture-2d-sliced.lo \
444         cogl-texture-3d.lo cogl-texture-rectangle.lo \
445         cogl-rectangle-map.lo cogl-atlas.lo cogl-atlas-texture.lo \
446         cogl-meta-texture.lo cogl-blit.lo cogl-spans.lo \
447         cogl-journal.lo cogl-framebuffer.lo cogl-onscreen.lo \
448         cogl-profile.lo cogl-bitmask.lo cogl-shader.lo \
449         cogl-point-in-poly.lo cogl-clutter.lo cogl-winsys-stub.lo \
450         cogl-config.lo cogl-boxed-value.lo cogl-snippet.lo \
451         cogl-poll.lo $(am__objects_1) $(am__objects_7) \
452         $(am__objects_8) $(am__objects_9) $(am__objects_10) \
453         $(am__objects_11) $(am__objects_12) $(am__objects_13) \
454         $(am__objects_14) $(am__objects_15) $(am__objects_16) \
455         $(am__objects_17) $(am__objects_18)
456 am_libcogl_la_OBJECTS = $(am__objects_19)
457 am__objects_20 = cogl-enum-types.lo
458 am__objects_21 = $(am__objects_1) $(am__objects_20)
459 nodist_libcogl_la_OBJECTS = $(am__objects_21)
460 libcogl_la_OBJECTS = $(am_libcogl_la_OBJECTS) \
461         $(nodist_libcogl_la_OBJECTS)
462 AM_V_lt = $(am__v_lt_$(V))
463 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
464 am__v_lt_0 = --silent
465 libcogl_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
466         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
467         $(libcogl_la_LDFLAGS) $(LDFLAGS) -o $@
468 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
469 depcomp = $(SHELL) $(top_srcdir)/build/depcomp
470 am__depfiles_maybe = depfiles
471 am__mv = mv -f
472 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
473         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
474 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
475         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
476         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
477         $(AM_CFLAGS) $(CFLAGS)
478 AM_V_CC = $(am__v_CC_$(V))
479 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
480 am__v_CC_0 = @echo "  CC    " $@;
481 AM_V_at = $(am__v_at_$(V))
482 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
483 am__v_at_0 = @
484 CCLD = $(CC)
485 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
486         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
487         $(AM_LDFLAGS) $(LDFLAGS) -o $@
488 AM_V_CCLD = $(am__v_CCLD_$(V))
489 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
490 am__v_CCLD_0 = @echo "  CCLD  " $@;
491 AM_V_GEN = $(am__v_GEN_$(V))
492 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
493 am__v_GEN_0 = @echo "  GEN   " $@;
494 SOURCES = $(libcogl_la_SOURCES) $(nodist_libcogl_la_SOURCES)
495 DIST_SOURCES = $(am__libcogl_la_SOURCES_DIST)
496 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
497         html-recursive info-recursive install-data-recursive \
498         install-dvi-recursive install-exec-recursive \
499         install-html-recursive install-info-recursive \
500         install-pdf-recursive install-ps-recursive install-recursive \
501         installcheck-recursive installdirs-recursive pdf-recursive \
502         ps-recursive uninstall-recursive
503 DATA = $(gir_DATA) $(pkgconfig_DATA) $(typelib_DATA)
504 am__coglinclude_HEADERS_DIST = $(srcdir)/cogl1-context.h \
505         $(srcdir)/cogl-bitmap.h $(srcdir)/cogl-color.h \
506         $(srcdir)/cogl-fixed.h $(srcdir)/cogl-material-compat.h \
507         $(srcdir)/cogl-matrix.h $(srcdir)/cogl-offscreen.h \
508         $(srcdir)/cogl-primitives.h $(srcdir)/cogl-path.h \
509         $(srcdir)/cogl-path-functions.h $(srcdir)/cogl-shader.h \
510         $(srcdir)/cogl-texture.h $(srcdir)/cogl-types.h \
511         $(srcdir)/cogl-vertex-buffer.h $(srcdir)/cogl-clutter.h \
512         $(srcdir)/cogl.h $(srcdir)/cogl-clutter-xlib.h \
513         $(srcdir)/cogl-xlib-renderer.h $(srcdir)/cogl-deprecated.h \
514         $(srcdir)/cogl-pango.h $(srcdir)/cogl-object.h \
515         $(srcdir)/cogl-renderer.h $(srcdir)/cogl-swap-chain.h \
516         $(srcdir)/cogl-onscreen-template.h $(srcdir)/cogl-display.h \
517         $(srcdir)/cogl-context.h $(srcdir)/cogl-pipeline.h \
518         $(srcdir)/cogl-pipeline-state.h \
519         $(srcdir)/cogl-pipeline-layer-state.h $(srcdir)/cogl-snippet.h \
520         $(srcdir)/cogl2-path.h $(srcdir)/cogl-index-buffer.h \
521         $(srcdir)/cogl-attribute-buffer.h $(srcdir)/cogl-indices.h \
522         $(srcdir)/cogl-attribute.h $(srcdir)/cogl-primitive.h \
523         $(srcdir)/cogl-clip-state.h $(srcdir)/cogl-framebuffer.h \
524         $(srcdir)/cogl-onscreen.h $(srcdir)/cogl-vector.h \
525         $(srcdir)/cogl-euler.h $(srcdir)/cogl-quaternion.h \
526         $(srcdir)/cogl-poll.h $(srcdir)/cogl-texture-3d.h \
527         $(srcdir)/cogl-texture-2d.h $(srcdir)/cogl-texture-rectangle.h \
528         $(srcdir)/cogl-texture-2d-sliced.h \
529         $(srcdir)/cogl-sub-texture.h $(srcdir)/cogl-meta-texture.h \
530         $(srcdir)/cogl-depth-state.h $(srcdir)/cogl-buffer.h \
531         $(srcdir)/cogl-pixel-buffer.h $(srcdir)/cogl2-experimental.h \
532         $(srcdir)/cogl2-compatibility.h $(srcdir)/cogl-glib-source.h \
533         $(srcdir)/winsys/cogl-texture-pixmap-x11.h \
534         $(srcdir)/cogl-xlib.h $(srcdir)/cogl-win32-renderer.h \
535         $(srcdir)/cogl-wayland-server.h \
536         $(srcdir)/cogl-wayland-renderer.h \
537         $(srcdir)/cogl-wayland-client.h $(srcdir)/cogl-kms-renderer.h
538 HEADERS = $(coglinclude_HEADERS) $(nodist_coglinclude_HEADERS)
539 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
540   distclean-recursive maintainer-clean-recursive
541 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
542         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
543         distdir
544 ETAGS = etags
545 CTAGS = ctags
546 DIST_SUBDIRS = $(SUBDIRS)
547 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
548 am__relativize = \
549   dir0=`pwd`; \
550   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
551   sed_rest='s,^[^/]*/*,,'; \
552   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
553   sed_butlast='s,/*[^/]*$$,,'; \
554   while test -n "$$dir1"; do \
555     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
556     if test "$$first" != "."; then \
557       if test "$$first" = ".."; then \
558         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
559         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
560       else \
561         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
562         if test "$$first2" = "$$first"; then \
563           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
564         else \
565           dir2="../$$dir2"; \
566         fi; \
567         dir0="$$dir0"/"$$first"; \
568       fi; \
569     fi; \
570     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
571   done; \
572   reldir="$$dir2"
573 ACLOCAL = @ACLOCAL@
574 ALL_LINGUAS = @ALL_LINGUAS@
575 AMTAR = @AMTAR@
576 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
577 AR = @AR@
578 AUTOCONF = @AUTOCONF@
579 AUTOHEADER = @AUTOHEADER@
580 AUTOMAKE = @AUTOMAKE@
581 AWK = @AWK@
582 CAIRO_REQ_VERSION = @CAIRO_REQ_VERSION@
583 CC = @CC@
584 CCDEPMODE = @CCDEPMODE@
585 CFLAGS = @CFLAGS@
586 COGL_1_MICRO_VERSION = @COGL_1_MICRO_VERSION@
587 COGL_1_MINOR_VERSION = @COGL_1_MINOR_VERSION@
588 COGL_1_VERSION = @COGL_1_VERSION@
589 COGL_API_VERSION = @COGL_API_VERSION@
590 COGL_API_VERSION_AM = @COGL_API_VERSION_AM@
591 COGL_DEBUG_CFLAGS = @COGL_DEBUG_CFLAGS@
592 COGL_DEFINES = @COGL_DEFINES@
593 COGL_DEP_CFLAGS = @COGL_DEP_CFLAGS@
594 COGL_DEP_GL_CFLAGS = @COGL_DEP_GL_CFLAGS@
595 COGL_DEP_GL_LIBS = @COGL_DEP_GL_LIBS@
596 COGL_DEP_LIBS = @COGL_DEP_LIBS@
597 COGL_EGL_INCLUDES = @COGL_EGL_INCLUDES@
598 COGL_EXTRA_CFLAGS = @COGL_EXTRA_CFLAGS@
599 COGL_EXTRA_LDFLAGS = @COGL_EXTRA_LDFLAGS@
600 COGL_GLES1_LIBNAME = @COGL_GLES1_LIBNAME@
601 COGL_GLES2_LIBNAME = @COGL_GLES2_LIBNAME@
602 COGL_GL_HEADER_INCLUDES = @COGL_GL_HEADER_INCLUDES@
603 COGL_GL_LIBNAME = @COGL_GL_LIBNAME@
604 COGL_LT_AGE = @COGL_LT_AGE@
605 COGL_LT_CURRENT = @COGL_LT_CURRENT@
606 COGL_LT_RELEASE = @COGL_LT_RELEASE@
607 COGL_LT_REVISION = @COGL_LT_REVISION@
608 COGL_MAJOR_VERSION = @COGL_MAJOR_VERSION@
609 COGL_MICRO_VERSION = @COGL_MICRO_VERSION@
610 COGL_MINOR_VERSION = @COGL_MINOR_VERSION@
611 COGL_PANGO_DEP_CFLAGS = @COGL_PANGO_DEP_CFLAGS@
612 COGL_PANGO_DEP_LIBS = @COGL_PANGO_DEP_LIBS@
613 COGL_PANGO_PKG_REQUIRES = @COGL_PANGO_PKG_REQUIRES@
614 COGL_PKG_REQUIRES = @COGL_PKG_REQUIRES@
615 COGL_RELEASE_STATUS = @COGL_RELEASE_STATUS@
616 COGL_VERSION = @COGL_VERSION@
617 CPP = @CPP@
618 CPPFLAGS = @CPPFLAGS@
619 CYGPATH_W = @CYGPATH_W@
620 DEFS = @DEFS@
621 DEPDIR = @DEPDIR@
622 DLLTOOL = @DLLTOOL@
623 DSYMUTIL = @DSYMUTIL@
624 DUMMY_CFLAGS = @DUMMY_CFLAGS@
625 DUMMY_LIBS = @DUMMY_LIBS@
626 DUMPBIN = @DUMPBIN@
627 ECHO_C = @ECHO_C@
628 ECHO_N = @ECHO_N@
629 ECHO_T = @ECHO_T@
630 EGREP = @EGREP@
631 EXEEXT = @EXEEXT@
632 FGREP = @FGREP@
633 GDK_PIXBUF_REQ_VERSION = @GDK_PIXBUF_REQ_VERSION@
634 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
635 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
636 GI_REQ_VERSION = @GI_REQ_VERSION@
637 GLIB_CFLAGS = @GLIB_CFLAGS@
638 GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
639 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
640 GLIB_LIBS = @GLIB_LIBS@
641 GLIB_MKENUMS = @GLIB_MKENUMS@
642 GLIB_REQ_VERSION = @GLIB_REQ_VERSION@
643 GMSGFMT = @GMSGFMT@
644 GMSGFMT_015 = @GMSGFMT_015@
645 GOBJECT_QUERY = @GOBJECT_QUERY@
646 GREP = @GREP@
647 GTKDOC_CHECK = @GTKDOC_CHECK@
648 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
649 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
650 GTKDOC_MKPDF = @GTKDOC_MKPDF@
651 GTKDOC_REBASE = @GTKDOC_REBASE@
652 GTK_DOC_REQ_VERSION = @GTK_DOC_REQ_VERSION@
653 HAVE_GL = @HAVE_GL@
654 HAVE_GLES1 = @HAVE_GLES1@
655 HAVE_GLES2 = @HAVE_GLES2@
656 HTML_DIR = @HTML_DIR@
657 INSTALL = @INSTALL@
658 INSTALL_DATA = @INSTALL_DATA@
659 INSTALL_PROGRAM = @INSTALL_PROGRAM@
660 INSTALL_SCRIPT = @INSTALL_SCRIPT@
661 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
662 INTLLIBS = @INTLLIBS@
663 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
664 INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
665 INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
666 INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
667 INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
668 INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
669 INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
670 INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
671 INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
672 LD = @LD@
673 LDFLAGS = @LDFLAGS@
674 LIBICONV = @LIBICONV@
675 LIBINTL = @LIBINTL@
676 LIBOBJS = @LIBOBJS@
677 LIBS = @LIBS@
678 LIBTOOL = @LIBTOOL@
679 LIPO = @LIPO@
680 LN_S = @LN_S@
681 LTLIBICONV = @LTLIBICONV@
682 LTLIBINTL = @LTLIBINTL@
683 LTLIBOBJS = @LTLIBOBJS@
684 MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
685 MAKEINFO = @MAKEINFO@
686 MANIFEST_TOOL = @MANIFEST_TOOL@
687 MKDIR_P = @MKDIR_P@
688 MSGFMT = @MSGFMT@
689 MSGFMT_015 = @MSGFMT_015@
690 MSGMERGE = @MSGMERGE@
691 NM = @NM@
692 NMEDIT = @NMEDIT@
693 OBJDUMP = @OBJDUMP@
694 OBJEXT = @OBJEXT@
695 OTOOL = @OTOOL@
696 OTOOL64 = @OTOOL64@
697 PACKAGE = @PACKAGE@
698 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
699 PACKAGE_NAME = @PACKAGE_NAME@
700 PACKAGE_STRING = @PACKAGE_STRING@
701 PACKAGE_TARNAME = @PACKAGE_TARNAME@
702 PACKAGE_URL = @PACKAGE_URL@
703 PACKAGE_VERSION = @PACKAGE_VERSION@
704 PANGOCAIRO_REQ_VERSION = @PANGOCAIRO_REQ_VERSION@
705 PATH_SEPARATOR = @PATH_SEPARATOR@
706 PKG_CONFIG = @PKG_CONFIG@
707 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
708 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
709 POSUB = @POSUB@
710 RANLIB = @RANLIB@
711 SED = @SED@
712 SET_MAKE = @SET_MAKE@
713 SHELL = @SHELL@
714 STRIP = @STRIP@
715 UPROF_REQ_VERSION = @UPROF_REQ_VERSION@
716 USE_NLS = @USE_NLS@
717 VERSION = @VERSION@
718 XCOMPOSITE_REQ_VERSION = @XCOMPOSITE_REQ_VERSION@
719 XFIXES_REQ_VERSION = @XFIXES_REQ_VERSION@
720 XGETTEXT = @XGETTEXT@
721 XGETTEXT_015 = @XGETTEXT_015@
722 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
723 XMKMF = @XMKMF@
724 abs_builddir = @abs_builddir@
725 abs_srcdir = @abs_srcdir@
726 abs_top_builddir = @abs_top_builddir@
727 abs_top_srcdir = @abs_top_srcdir@
728 ac_ct_AR = @ac_ct_AR@
729 ac_ct_CC = @ac_ct_CC@
730 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
731 am__include = @am__include@
732 am__leading_dot = @am__leading_dot@
733 am__quote = @am__quote@
734 am__tar = @am__tar@
735 am__untar = @am__untar@
736 bindir = @bindir@
737 build = @build@
738 build_alias = @build_alias@
739 build_cpu = @build_cpu@
740 build_os = @build_os@
741 build_vendor = @build_vendor@
742 builddir = @builddir@
743 datadir = @datadir@
744 datarootdir = @datarootdir@
745 docdir = @docdir@
746 dvidir = @dvidir@
747 exec_prefix = @exec_prefix@
748 host = @host@
749 host_alias = @host_alias@
750 host_cpu = @host_cpu@
751 host_os = @host_os@
752 host_vendor = @host_vendor@
753 htmldir = @htmldir@
754 includedir = @includedir@
755 infodir = @infodir@
756 install_sh = @install_sh@
757 libdir = @libdir@
758 libexecdir = @libexecdir@
759 localedir = @localedir@
760 localstatedir = @localstatedir@
761 mandir = @mandir@
762 mkdir_p = @mkdir_p@
763 oldincludedir = @oldincludedir@
764 pdfdir = @pdfdir@
765 prefix = @prefix@
766 program_transform_name = @program_transform_name@
767 psdir = @psdir@
768 sbindir = @sbindir@
769 sharedstatedir = @sharedstatedir@
770 srcdir = @srcdir@
771 sysconfdir = @sysconfdir@
772 target_alias = @target_alias@
773 top_build_prefix = @top_build_prefix@
774 top_builddir = @top_builddir@
775 top_srcdir = @top_srcdir@
776 QUIET_GEN = $(AM_V_GEN)
777 QUIET_LN = $(QUIET_LN_$(V))
778 QUIET_LN_ = $(QUIET_LN_$(AM_DEFAULT_VERBOSITY))
779 QUIET_LN_0 = @echo '  LN     '$@;
780 QUIET_RM = $(QUIET_RM_$(V))
781 QUIET_RM_ = $(QUIET_RM_$(AM_DEFAULT_VERBOSITY))
782 QUIET_RM_0 = @echo '  RM     '$@;
783 QUIET_SCAN = $(QUIET_SCAN_$(V))
784 QUIET_SCAN_ = $(QUIET_SCAN_$(AM_DEFAULT_VERBOSITY))
785 QUIET_SCAN_0 = @echo '  GISCAN '$@;
786 QUIET_COMP = $(QUIET_COMP_$(V))
787 QUIET_COMP_ = $(QUIET_COMP_$(AM_DEFAULT_VERBOSITY))
788 QUIET_COMP_0 = @echo '  GICOMP '$@;
789
790 # preamble
791 NULL = 
792 SUBDIRS = 
793 BUILT_SOURCES = cogl-defines.h $(glib_enum_h) $(glib_enum_c)
794 EXTRA_DIST = cogl-defines.h.in cogl-1.0.pc.in \
795         cogl-$(COGL_API_VERSION)-experimental.pc.in \
796         $(srcdir)/tesselator/README \
797         $(srcdir)/tesselator/priorityq-heap.c $(NULL) stb_image.c \
798         $(enum_tmpl_h) $(enum_tmpl_c) cogl-defines.h.win32 \
799         cogl-defines.h.win32_SDL cogl.symbols cogl.rc.in cogl.rc
800 CLEANFILES = stamp-enum-types $(am__append_24)
801 DISTCLEANFILES = cogl-defines.h $(pc_files) $(glib_enum_h) \
802         $(glib_enum_c) ../build/win32/vs9/cogl.vcproj \
803         ../build/win32/vs10/cogl.vcxproj \
804         ../build/win32/vs10/cogl.vcxproj.filters \
805         ../build/win32/gen-enums.bat cogl.rc
806 noinst_LTLIBRARIES = 
807 lib_LTLIBRARIES = libcogl.la
808 INCLUDES = \
809         -I$(top_srcdir)                         \
810         -I$(top_builddir)                       \
811         -I$(srcdir)/tesselator                  \
812         -I$(srcdir)/winsys                      \
813         -I$(srcdir)/driver/$(COGL_DRIVER)       \
814         $(NULL)
815
816 AM_CPPFLAGS = \
817         -DG_LOG_DOMAIN=\"Cogl\"         \
818         -DCLUTTER_COMPILATION           \
819         -DCOGL_GL_LIBNAME=\"$(COGL_GL_LIBNAME)\" \
820         -DCOGL_GLES1_LIBNAME=\"$(COGL_GLES1_LIBNAME)\" \
821         -DCOGL_GLES2_LIBNAME=\"$(COGL_GLES2_LIBNAME)\" \
822         -DCOGL_LOCALEDIR=\""$(localedir)"\" \
823         $(NULL)
824
825 AM_CFLAGS = $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS) $(MAINTAINER_CFLAGS)
826
827 # Note: The cogl-1.0/cogl-gl-1.0 files are essentially for
828 # compatability only.  I'm not really sure who could possibly be using
829 # them so we may decide to remove them entirely at some point.
830 pc_files = cogl-1.0.pc cogl-gl-1.0.pc \
831         cogl-$(COGL_API_VERSION)-experimental.pc
832 pkgconfigdir = $(libdir)/pkgconfig
833 pkgconfig_DATA = $(pc_files)
834
835 # public 1.x api headers
836 cogl_1_public_h = $(srcdir)/cogl1-context.h $(srcdir)/cogl-bitmap.h \
837         $(srcdir)/cogl-color.h $(srcdir)/cogl-fixed.h \
838         $(srcdir)/cogl-material-compat.h $(srcdir)/cogl-matrix.h \
839         $(srcdir)/cogl-offscreen.h $(srcdir)/cogl-primitives.h \
840         $(srcdir)/cogl-path.h $(srcdir)/cogl-path-functions.h \
841         $(srcdir)/cogl-shader.h $(srcdir)/cogl-texture.h \
842         $(srcdir)/cogl-types.h $(srcdir)/cogl-vertex-buffer.h \
843         $(srcdir)/cogl-clutter.h $(srcdir)/cogl.h $(NULL) \
844         $(am__append_5)
845
846 # experimental 2.0 api headers
847 # Note: we don't run glib-mkenums over these headers
848 cogl_experimental_h = $(srcdir)/cogl-object.h \
849         $(srcdir)/cogl-renderer.h $(srcdir)/cogl-swap-chain.h \
850         $(srcdir)/cogl-onscreen-template.h $(srcdir)/cogl-display.h \
851         $(srcdir)/cogl-context.h $(srcdir)/cogl-pipeline.h \
852         $(srcdir)/cogl-pipeline-state.h \
853         $(srcdir)/cogl-pipeline-layer-state.h $(srcdir)/cogl-snippet.h \
854         $(srcdir)/cogl2-path.h $(srcdir)/cogl-index-buffer.h \
855         $(srcdir)/cogl-attribute-buffer.h $(srcdir)/cogl-indices.h \
856         $(srcdir)/cogl-attribute.h $(srcdir)/cogl-primitive.h \
857         $(srcdir)/cogl-clip-state.h $(srcdir)/cogl-framebuffer.h \
858         $(srcdir)/cogl-onscreen.h $(srcdir)/cogl-vector.h \
859         $(srcdir)/cogl-euler.h $(srcdir)/cogl-quaternion.h \
860         $(srcdir)/cogl-poll.h $(srcdir)/cogl-texture-3d.h \
861         $(srcdir)/cogl-texture-2d.h $(srcdir)/cogl-texture-rectangle.h \
862         $(srcdir)/cogl-texture-2d-sliced.h \
863         $(srcdir)/cogl-sub-texture.h $(srcdir)/cogl-meta-texture.h \
864         $(srcdir)/cogl-depth-state.h $(srcdir)/cogl-buffer.h \
865         $(srcdir)/cogl-pixel-buffer.h $(srcdir)/cogl2-experimental.h \
866         $(srcdir)/cogl2-compatibility.h $(NULL) $(am__append_3) \
867         $(am__append_6) $(am__append_9) $(am__append_11) \
868         $(am__append_12) $(am__append_14)
869
870 # driver sources
871 cogl_driver_sources = $(am__append_1) $(am__append_2)
872
873 # winsys sources, common to all backends
874 cogl_winsys_common_sources = \
875         $(srcdir)/winsys/cogl-winsys-private.h \
876         $(srcdir)/winsys/cogl-winsys.c \
877         $(NULL)
878
879
880 # tesselator sources
881 cogl_tesselator_sources = \
882         $(srcdir)/tesselator/dict-list.h        \
883         $(srcdir)/tesselator/dict.c             \
884         $(srcdir)/tesselator/dict.h             \
885         $(srcdir)/tesselator/geom.c             \
886         $(srcdir)/tesselator/geom.h             \
887         $(srcdir)/tesselator/gluos.h            \
888         $(srcdir)/tesselator/memalloc.h         \
889         $(srcdir)/tesselator/mesh.c             \
890         $(srcdir)/tesselator/mesh.h             \
891         $(srcdir)/tesselator/normal.c           \
892         $(srcdir)/tesselator/normal.h           \
893         $(srcdir)/tesselator/priorityq-heap.h   \
894         $(srcdir)/tesselator/priorityq-sort.h   \
895         $(srcdir)/tesselator/priorityq.c        \
896         $(srcdir)/tesselator/priorityq.h        \
897         $(srcdir)/tesselator/render.c           \
898         $(srcdir)/tesselator/render.h           \
899         $(srcdir)/tesselator/sweep.c            \
900         $(srcdir)/tesselator/sweep.h            \
901         $(srcdir)/tesselator/tess.c             \
902         $(srcdir)/tesselator/tess.h             \
903         $(srcdir)/tesselator/tesselator.h       \
904         $(srcdir)/tesselator/tessmono.c         \
905         $(srcdir)/tesselator/tessmono.h         \
906         $(srcdir)/tesselator/GL/glu.h           \
907         $(NULL)
908
909
910 # sources
911 cogl_sources_c = $(cogl_driver_sources) $(cogl_winsys_common_sources) \
912         $(cogl_tesselator_sources) $(srcdir)/cogl-private.h \
913         $(srcdir)/cogl-debug.h $(srcdir)/cogl-debug-options.h \
914         $(srcdir)/cogl-handle.h $(srcdir)/cogl-context-private.h \
915         $(srcdir)/cogl-context.c $(srcdir)/cogl-renderer-private.h \
916         $(srcdir)/cogl-renderer.h $(srcdir)/cogl-renderer.c \
917         $(srcdir)/cogl-swap-chain-private.h \
918         $(srcdir)/cogl-swap-chain.h $(srcdir)/cogl-swap-chain.c \
919         $(srcdir)/cogl-onscreen-template-private.h \
920         $(srcdir)/cogl-onscreen-template.h \
921         $(srcdir)/cogl-onscreen-template.c \
922         $(srcdir)/cogl-display-private.h $(srcdir)/cogl-display.h \
923         $(srcdir)/cogl-display.c $(srcdir)/cogl-internal.h \
924         $(srcdir)/cogl.c $(srcdir)/cogl-object-private.h \
925         $(srcdir)/cogl-object.h $(srcdir)/cogl-object.c \
926         $(srcdir)/cogl-util.h $(srcdir)/cogl-util.c \
927         $(srcdir)/cogl-bitmap-private.h $(srcdir)/cogl-bitmap.c \
928         $(srcdir)/cogl-bitmap-conversion.c \
929         $(srcdir)/cogl-bitmap-packing.h \
930         $(srcdir)/cogl-primitives-private.h \
931         $(srcdir)/cogl-primitives.h $(srcdir)/cogl-primitives.c \
932         $(srcdir)/cogl-path-private.h $(srcdir)/cogl-path.h \
933         $(srcdir)/cogl-path.c $(srcdir)/cogl2-path.h \
934         $(srcdir)/cogl2-path.c $(srcdir)/cogl-bitmap-pixbuf.c \
935         $(srcdir)/cogl-clip-stack.h $(srcdir)/cogl-clip-stack.c \
936         $(srcdir)/cogl-clip-state-private.h \
937         $(srcdir)/cogl-clip-state.h $(srcdir)/cogl-clip-state.c \
938         $(srcdir)/cogl2-compatibility.c \
939         $(srcdir)/cogl-feature-private.h \
940         $(srcdir)/cogl-feature-private.c $(srcdir)/cogl-fixed.c \
941         $(srcdir)/cogl-color-private.h $(srcdir)/cogl-color.c \
942         $(srcdir)/cogl-buffer-private.h $(srcdir)/cogl-buffer.c \
943         $(srcdir)/cogl-pixel-buffer-private.h \
944         $(srcdir)/cogl-pixel-buffer.c \
945         $(srcdir)/cogl-vertex-buffer-private.h \
946         $(srcdir)/cogl-vertex-buffer.c \
947         $(srcdir)/cogl-index-buffer-private.h \
948         $(srcdir)/cogl-index-buffer.c \
949         $(srcdir)/cogl-attribute-buffer-private.h \
950         $(srcdir)/cogl-attribute-buffer.c \
951         $(srcdir)/cogl-indices-private.h $(srcdir)/cogl-indices.c \
952         $(srcdir)/cogl-attribute-private.h $(srcdir)/cogl-attribute.c \
953         $(srcdir)/cogl-primitive-private.h $(srcdir)/cogl-primitive.c \
954         $(srcdir)/cogl-matrix.c $(srcdir)/cogl-vector.c \
955         $(srcdir)/cogl-euler.c $(srcdir)/cogl-quaternion-private.h \
956         $(srcdir)/cogl-quaternion.c $(srcdir)/cogl-matrix-private.h \
957         $(srcdir)/cogl-matrix-stack.c $(srcdir)/cogl-matrix-stack.h \
958         $(srcdir)/cogl-depth-state.c \
959         $(srcdir)/cogl-depth-state-private.h $(srcdir)/cogl-node.c \
960         $(srcdir)/cogl-node-private.h $(srcdir)/cogl-pipeline.c \
961         $(srcdir)/cogl-pipeline-private.h \
962         $(srcdir)/cogl-pipeline-layer.c \
963         $(srcdir)/cogl-pipeline-layer-private.h \
964         $(srcdir)/cogl-pipeline-state.c \
965         $(srcdir)/cogl-pipeline-layer-state-private.h \
966         $(srcdir)/cogl-pipeline-layer-state.c \
967         $(srcdir)/cogl-pipeline-state-private.h \
968         $(srcdir)/cogl-pipeline-debug.c \
969         $(srcdir)/cogl-pipeline-opengl.c \
970         $(srcdir)/cogl-pipeline-opengl-private.h \
971         $(srcdir)/cogl-pipeline-fragend-glsl.c \
972         $(srcdir)/cogl-pipeline-fragend-glsl-private.h \
973         $(srcdir)/cogl-pipeline-fragend-arbfp.c \
974         $(srcdir)/cogl-pipeline-fragend-arbfp-private.h \
975         $(srcdir)/cogl-pipeline-fragend-fixed.c \
976         $(srcdir)/cogl-pipeline-fragend-fixed-private.h \
977         $(srcdir)/cogl-pipeline-vertend-glsl.c \
978         $(srcdir)/cogl-pipeline-vertend-glsl-private.h \
979         $(srcdir)/cogl-pipeline-vertend-fixed.c \
980         $(srcdir)/cogl-pipeline-vertend-fixed-private.h \
981         $(srcdir)/cogl-pipeline-progend-fixed.c \
982         $(srcdir)/cogl-pipeline-progend-fixed-private.h \
983         $(srcdir)/cogl-pipeline-progend-glsl.c \
984         $(srcdir)/cogl-pipeline-progend-glsl-private.h \
985         $(srcdir)/cogl-pipeline-snippet-private.h \
986         $(srcdir)/cogl-pipeline-snippet.c \
987         $(srcdir)/cogl-pipeline-cache.h \
988         $(srcdir)/cogl-pipeline-cache.c \
989         $(srcdir)/cogl-material-compat.c $(srcdir)/cogl-program.c \
990         $(srcdir)/cogl-program-private.h $(srcdir)/cogl-blend-string.c \
991         $(srcdir)/cogl-blend-string.h $(srcdir)/cogl-debug.c \
992         $(srcdir)/cogl-sub-texture-private.h \
993         $(srcdir)/cogl-texture-private.h \
994         $(srcdir)/cogl-texture-2d-private.h \
995         $(srcdir)/cogl-texture-2d-sliced-private.h \
996         $(srcdir)/cogl-texture-3d-private.h \
997         $(srcdir)/cogl-texture-driver.h $(srcdir)/cogl-sub-texture.c \
998         $(srcdir)/cogl-texture.c $(srcdir)/cogl-texture-2d.c \
999         $(srcdir)/cogl-texture-2d-sliced.c $(srcdir)/cogl-texture-3d.c \
1000         $(srcdir)/cogl-texture-rectangle-private.h \
1001         $(srcdir)/cogl-texture-rectangle.c \
1002         $(srcdir)/cogl-rectangle-map.h $(srcdir)/cogl-rectangle-map.c \
1003         $(srcdir)/cogl-atlas.h $(srcdir)/cogl-atlas.c \
1004         $(srcdir)/cogl-atlas-texture-private.h \
1005         $(srcdir)/cogl-atlas-texture.c $(srcdir)/cogl-meta-texture.c \
1006         $(srcdir)/cogl-blit.h $(srcdir)/cogl-blit.c \
1007         $(srcdir)/cogl-spans.h $(srcdir)/cogl-spans.c \
1008         $(srcdir)/cogl-journal-private.h $(srcdir)/cogl-journal.c \
1009         $(srcdir)/cogl-framebuffer-private.h \
1010         $(srcdir)/cogl-framebuffer.c $(srcdir)/cogl-onscreen-private.h \
1011         $(srcdir)/cogl-onscreen.c $(srcdir)/cogl-profile.h \
1012         $(srcdir)/cogl-profile.c $(srcdir)/cogl-flags.h \
1013         $(srcdir)/cogl-bitmask.h $(srcdir)/cogl-bitmask.c \
1014         $(srcdir)/cogl-shader-boilerplate.h \
1015         $(srcdir)/cogl-shader-private.h $(srcdir)/cogl-shader.c \
1016         $(srcdir)/cogl-gtype-private.h \
1017         $(srcdir)/cogl-point-in-poly-private.h \
1018         $(srcdir)/cogl-point-in-poly.c $(srcdir)/cogl-clutter.c \
1019         $(srcdir)/winsys/cogl-winsys-stub-private.h \
1020         $(srcdir)/cogl-queue.h $(srcdir)/winsys/cogl-winsys-stub.c \
1021         $(srcdir)/cogl-config-private.h $(srcdir)/cogl-config.c \
1022         $(srcdir)/cogl-boxed-value.h $(srcdir)/cogl-boxed-value.c \
1023         $(srcdir)/cogl-snippet-private.h $(srcdir)/cogl-snippet.c \
1024         $(srcdir)/cogl-poll.c \
1025         $(srcdir)/gl-prototypes/cogl-all-functions.h \
1026         $(srcdir)/gl-prototypes/cogl-gles1-functions.h \
1027         $(srcdir)/gl-prototypes/cogl-gles2-functions.h \
1028         $(srcdir)/gl-prototypes/cogl-core-functions.h \
1029         $(srcdir)/gl-prototypes/cogl-in-gles-core-functions.h \
1030         $(srcdir)/gl-prototypes/cogl-in-gles1-core-functions.h \
1031         $(srcdir)/gl-prototypes/cogl-in-gles2-core-functions.h \
1032         $(srcdir)/gl-prototypes/cogl-fixed-functions.h \
1033         $(srcdir)/gl-prototypes/cogl-glsl-functions.h $(NULL) \
1034         $(am__append_4) $(am__append_7) $(am__append_8) \
1035         $(am__append_10) $(am__append_13) $(am__append_15) \
1036         $(am__append_16) $(am__append_17) $(am__append_18) \
1037         $(am__append_19) $(am__append_20) $(am__append_21)
1038
1039 # glib-mkenums rules
1040 glib_enum_h = cogl-enum-types.h
1041 glib_enum_c = cogl-enum-types.c
1042 glib_enum_headers = $(cogl_1_public_h)
1043 enum_tmpl_h = $(addprefix $(srcdir)/, $(glib_enum_h:.h=.h.in))
1044 enum_tmpl_c = $(addprefix $(srcdir)/, $(glib_enum_c:.c=.c.in))
1045 libcogl_la_LIBADD = -lm $(COGL_DEP_LIBS) $(COGL_EXTRA_LDFLAGS) \
1046         $(am__append_22)
1047 # XXX: The aim is to eventually get rid of all private API exports
1048 # for cogl-pango.
1049 libcogl_la_LDFLAGS = \
1050         -no-undefined \
1051         -version-info @COGL_LT_CURRENT@:@COGL_LT_REVISION@:@COGL_LT_AGE@ \
1052         -export-dynamic \
1053         -export-symbols-regex "^(cogl|_cogl_debug_flags|_cogl_atlas_new|_cogl_atlas_add_reorganize_callback|_cogl_atlas_reserve_space|_cogl_callback|_cogl_util_get_eye_planes_for_screen_poly|_cogl_atlas_texture_remove_reorganize_callback|_cogl_atlas_texture_add_reorganize_callback|_cogl_texture_foreach_sub_texture_in_region|_cogl_atlas_texture_new_with_size|_cogl_profile_trace_message|_cogl_context_get_default).*"
1054
1055 libcogl_la_SOURCES = $(cogl_sources_c)
1056 nodist_libcogl_la_SOURCES = $(BUILT_SOURCES)
1057
1058 # Cogl installed headers
1059 cogl_headers = \
1060         $(cogl_1_public_h) \
1061         $(srcdir)/cogl-deprecated.h \
1062         $(srcdir)/cogl-pango.h \
1063         $(NULL)
1064
1065 coglincludedir = $(includedir)/cogl/cogl
1066 coglinclude_HEADERS = $(cogl_headers) $(cogl_experimental_h)
1067 nodist_coglinclude_HEADERS = cogl-defines.h cogl-enum-types.h
1068 INTROSPECTION_GIRS = $(am__append_23)
1069 @HAVE_INTROSPECTION_TRUE@Cogl_1_0_gir_NAMESPACE = Cogl
1070 @HAVE_INTROSPECTION_TRUE@Cogl_1_0_gir_VERSION = 1.0
1071 @HAVE_INTROSPECTION_TRUE@Cogl_1_0_gir_LIBS = libcogl.la
1072 @HAVE_INTROSPECTION_TRUE@Cogl_1_0_gir_FILES = $(cogl_1_public_h) cogl-enum-types.h
1073 @HAVE_INTROSPECTION_TRUE@Cogl_1_0_gir_CFLAGS = $(INCLUDES) $(AM_CPPFLAGS) $(COGL_DEP_CFLAGS) -UCOGL_ENABLE_EXPERIMENTAL_API -UCOGL_ENABLE_EXPERIMENTAL_2_0_API
1074 @HAVE_INTROSPECTION_TRUE@Cogl_1_0_gir_INCLUDES = GL-1.0 GObject-2.0
1075 @HAVE_INTROSPECTION_TRUE@Cogl_1_0_gir_EXPORT_PACKAGES = cogl-1.0
1076 @HAVE_INTROSPECTION_TRUE@Cogl_1_0_gir_SCANNERFLAGS = --warn-all --c-include='cogl/cogl.h'
1077 @HAVE_INTROSPECTION_TRUE@girdir = $(datadir)/gir-1.0
1078 @HAVE_INTROSPECTION_TRUE@gir_DATA = $(INTROSPECTION_GIRS)
1079 @HAVE_INTROSPECTION_TRUE@typelibdir = $(libdir)/girepository-1.0
1080 @HAVE_INTROSPECTION_TRUE@typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
1081 all: $(BUILT_SOURCES)
1082         $(MAKE) $(AM_MAKEFLAGS) all-recursive
1083
1084 .SUFFIXES:
1085 .SUFFIXES: .c .lo .o .obj
1086 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/build/autotools/Makefile.am.silent $(top_srcdir)/build/autotools/Makefile.am.enums $(am__configure_deps)
1087         @for dep in $?; do \
1088           case '$(am__configure_deps)' in \
1089             *$$dep*) \
1090               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1091                 && { if test -f $@; then exit 0; else break; fi; }; \
1092               exit 1;; \
1093           esac; \
1094         done; \
1095         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cogl/Makefile'; \
1096         $(am__cd) $(top_srcdir) && \
1097           $(AUTOMAKE) --foreign cogl/Makefile
1098 .PRECIOUS: Makefile
1099 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1100         @case '$?' in \
1101           *config.status*) \
1102             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1103           *) \
1104             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
1105             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
1106         esac;
1107
1108 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1109         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1110
1111 $(top_srcdir)/configure:  $(am__configure_deps)
1112         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1113 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1114         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1115 $(am__aclocal_m4_deps):
1116 cogl-1.0.pc: $(top_builddir)/config.status $(srcdir)/cogl-1.0.pc.in
1117         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1118 cogl-2.0-experimental.pc: $(top_builddir)/config.status $(srcdir)/cogl-2.0-experimental.pc.in
1119         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1120 cogl-defines.h: $(top_builddir)/config.status $(srcdir)/cogl-defines.h.in
1121         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1122 cogl.rc: $(top_builddir)/config.status $(srcdir)/cogl.rc.in
1123         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1124 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1125         @$(NORMAL_INSTALL)
1126         test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
1127         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1128         list2=; for p in $$list; do \
1129           if test -f $$p; then \
1130             list2="$$list2 $$p"; \
1131           else :; fi; \
1132         done; \
1133         test -z "$$list2" || { \
1134           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1135           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1136         }
1137
1138 uninstall-libLTLIBRARIES:
1139         @$(NORMAL_UNINSTALL)
1140         @list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1141         for p in $$list; do \
1142           $(am__strip_dir) \
1143           echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
1144           $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
1145         done
1146
1147 clean-libLTLIBRARIES:
1148         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1149         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
1150           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1151           test "$$dir" != "$$p" || dir=.; \
1152           echo "rm -f \"$${dir}/so_locations\""; \
1153           rm -f "$${dir}/so_locations"; \
1154         done
1155
1156 clean-noinstLTLIBRARIES:
1157         -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1158         @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
1159           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1160           test "$$dir" != "$$p" || dir=.; \
1161           echo "rm -f \"$${dir}/so_locations\""; \
1162           rm -f "$${dir}/so_locations"; \
1163         done
1164 libcogl.la: $(libcogl_la_OBJECTS) $(libcogl_la_DEPENDENCIES) 
1165         $(AM_V_CCLD)$(libcogl_la_LINK) -rpath $(libdir) $(libcogl_la_OBJECTS) $(libcogl_la_LIBADD) $(LIBS)
1166
1167 mostlyclean-compile:
1168         -rm -f *.$(OBJEXT)
1169
1170 distclean-compile:
1171         -rm -f *.tab.c
1172
1173 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-atlas-texture.Plo@am__quote@
1174 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-atlas.Plo@am__quote@
1175 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-attribute-buffer.Plo@am__quote@
1176 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-attribute.Plo@am__quote@
1177 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-bitmap-conversion.Plo@am__quote@
1178 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-bitmap-pixbuf.Plo@am__quote@
1179 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-bitmap.Plo@am__quote@
1180 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-bitmask.Plo@am__quote@
1181 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-blend-string.Plo@am__quote@
1182 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-blit.Plo@am__quote@
1183 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-boxed-value.Plo@am__quote@
1184 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-buffer.Plo@am__quote@
1185 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-clip-stack.Plo@am__quote@
1186 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-clip-state.Plo@am__quote@
1187 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-clutter.Plo@am__quote@
1188 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-color.Plo@am__quote@
1189 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-config.Plo@am__quote@
1190 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-context.Plo@am__quote@
1191 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-debug.Plo@am__quote@
1192 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-depth-state.Plo@am__quote@
1193 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-display.Plo@am__quote@
1194 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-enum-types.Plo@am__quote@
1195 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-euler.Plo@am__quote@
1196 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-feature-private.Plo@am__quote@
1197 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-fixed.Plo@am__quote@
1198 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-framebuffer.Plo@am__quote@
1199 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-gl.Plo@am__quote@
1200 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-gles.Plo@am__quote@
1201 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-glib-source.Plo@am__quote@
1202 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-index-buffer.Plo@am__quote@
1203 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-indices.Plo@am__quote@
1204 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-journal.Plo@am__quote@
1205 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-material-compat.Plo@am__quote@
1206 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-matrix-stack.Plo@am__quote@
1207 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-matrix.Plo@am__quote@
1208 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-meta-texture.Plo@am__quote@
1209 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-node.Plo@am__quote@
1210 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-object.Plo@am__quote@
1211 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-onscreen-template.Plo@am__quote@
1212 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-onscreen.Plo@am__quote@
1213 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-path.Plo@am__quote@
1214 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-cache.Plo@am__quote@
1215 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-debug.Plo@am__quote@
1216 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-fragend-arbfp.Plo@am__quote@
1217 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-fragend-fixed.Plo@am__quote@
1218 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-fragend-glsl.Plo@am__quote@
1219 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-layer-state.Plo@am__quote@
1220 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-layer.Plo@am__quote@
1221 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-opengl.Plo@am__quote@
1222 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-progend-fixed.Plo@am__quote@
1223 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-progend-glsl.Plo@am__quote@
1224 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-snippet.Plo@am__quote@
1225 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-state.Plo@am__quote@
1226 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-vertend-fixed.Plo@am__quote@
1227 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-vertend-glsl.Plo@am__quote@
1228 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline.Plo@am__quote@
1229 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pixel-buffer.Plo@am__quote@
1230 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-point-in-poly.Plo@am__quote@
1231 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-poll.Plo@am__quote@
1232 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-primitive.Plo@am__quote@
1233 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-primitives.Plo@am__quote@
1234 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-profile.Plo@am__quote@
1235 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-program.Plo@am__quote@
1236 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-quaternion.Plo@am__quote@
1237 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-rectangle-map.Plo@am__quote@
1238 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-renderer.Plo@am__quote@
1239 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-shader.Plo@am__quote@
1240 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-snippet.Plo@am__quote@
1241 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-spans.Plo@am__quote@
1242 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-sub-texture.Plo@am__quote@
1243 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-swap-chain.Plo@am__quote@
1244 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-texture-2d-sliced.Plo@am__quote@
1245 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-texture-2d.Plo@am__quote@
1246 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-texture-3d.Plo@am__quote@
1247 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-texture-driver-gl.Plo@am__quote@
1248 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-texture-driver-gles.Plo@am__quote@
1249 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-texture-pixmap-x11.Plo@am__quote@
1250 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-texture-rectangle.Plo@am__quote@
1251 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-texture.Plo@am__quote@
1252 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-util.Plo@am__quote@
1253 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-vector.Plo@am__quote@
1254 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-vertex-buffer.Plo@am__quote@
1255 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-win32-renderer.Plo@am__quote@
1256 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-winsys-egl-android.Plo@am__quote@
1257 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-winsys-egl-gdl.Plo@am__quote@
1258 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-winsys-egl-kms.Plo@am__quote@
1259 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-winsys-egl-null.Plo@am__quote@
1260 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-winsys-egl-wayland.Plo@am__quote@
1261 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-winsys-egl-x11.Plo@am__quote@
1262 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-winsys-egl.Plo@am__quote@
1263 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-winsys-glx.Plo@am__quote@
1264 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-winsys-sdl.Plo@am__quote@
1265 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-winsys-stub.Plo@am__quote@
1266 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-winsys-wgl.Plo@am__quote@
1267 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-winsys.Plo@am__quote@
1268 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-xlib-renderer.Plo@am__quote@
1269 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-xlib.Plo@am__quote@
1270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl.Plo@am__quote@
1271 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl2-compatibility.Plo@am__quote@
1272 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl2-path.Plo@am__quote@
1273 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dict.Plo@am__quote@
1274 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/geom.Plo@am__quote@
1275 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mesh.Plo@am__quote@
1276 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normal.Plo@am__quote@
1277 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/priorityq.Plo@am__quote@
1278 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/render.Plo@am__quote@
1279 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sweep.Plo@am__quote@
1280 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tess.Plo@am__quote@
1281 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tessmono.Plo@am__quote@
1282
1283 .c.o:
1284 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1285 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1286 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1287 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1288 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1289 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
1290
1291 .c.obj:
1292 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1293 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1294 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1295 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1296 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1297 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
1298
1299 .c.lo:
1300 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
1301 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
1302 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1303 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
1304 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1305 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
1306
1307 cogl-gl.lo: $(srcdir)/driver/gl/cogl-gl.c
1308 @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 cogl-gl.lo -MD -MP -MF $(DEPDIR)/cogl-gl.Tpo -c -o cogl-gl.lo `test -f '$(srcdir)/driver/gl/cogl-gl.c' || echo '$(srcdir)/'`$(srcdir)/driver/gl/cogl-gl.c
1309 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-gl.Tpo $(DEPDIR)/cogl-gl.Plo
1310 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1311 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/driver/gl/cogl-gl.c' object='cogl-gl.lo' libtool=yes @AMDEPBACKSLASH@
1312 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1313 @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 cogl-gl.lo `test -f '$(srcdir)/driver/gl/cogl-gl.c' || echo '$(srcdir)/'`$(srcdir)/driver/gl/cogl-gl.c
1314
1315 cogl-texture-driver-gl.lo: $(srcdir)/driver/gl/cogl-texture-driver-gl.c
1316 @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 cogl-texture-driver-gl.lo -MD -MP -MF $(DEPDIR)/cogl-texture-driver-gl.Tpo -c -o cogl-texture-driver-gl.lo `test -f '$(srcdir)/driver/gl/cogl-texture-driver-gl.c' || echo '$(srcdir)/'`$(srcdir)/driver/gl/cogl-texture-driver-gl.c
1317 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-texture-driver-gl.Tpo $(DEPDIR)/cogl-texture-driver-gl.Plo
1318 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1319 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/driver/gl/cogl-texture-driver-gl.c' object='cogl-texture-driver-gl.lo' libtool=yes @AMDEPBACKSLASH@
1320 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1321 @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 cogl-texture-driver-gl.lo `test -f '$(srcdir)/driver/gl/cogl-texture-driver-gl.c' || echo '$(srcdir)/'`$(srcdir)/driver/gl/cogl-texture-driver-gl.c
1322
1323 cogl-gles.lo: $(srcdir)/driver/gles/cogl-gles.c
1324 @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 cogl-gles.lo -MD -MP -MF $(DEPDIR)/cogl-gles.Tpo -c -o cogl-gles.lo `test -f '$(srcdir)/driver/gles/cogl-gles.c' || echo '$(srcdir)/'`$(srcdir)/driver/gles/cogl-gles.c
1325 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-gles.Tpo $(DEPDIR)/cogl-gles.Plo
1326 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1327 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/driver/gles/cogl-gles.c' object='cogl-gles.lo' libtool=yes @AMDEPBACKSLASH@
1328 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1329 @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 cogl-gles.lo `test -f '$(srcdir)/driver/gles/cogl-gles.c' || echo '$(srcdir)/'`$(srcdir)/driver/gles/cogl-gles.c
1330
1331 cogl-texture-driver-gles.lo: $(srcdir)/driver/gles/cogl-texture-driver-gles.c
1332 @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 cogl-texture-driver-gles.lo -MD -MP -MF $(DEPDIR)/cogl-texture-driver-gles.Tpo -c -o cogl-texture-driver-gles.lo `test -f '$(srcdir)/driver/gles/cogl-texture-driver-gles.c' || echo '$(srcdir)/'`$(srcdir)/driver/gles/cogl-texture-driver-gles.c
1333 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-texture-driver-gles.Tpo $(DEPDIR)/cogl-texture-driver-gles.Plo
1334 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1335 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/driver/gles/cogl-texture-driver-gles.c' object='cogl-texture-driver-gles.lo' libtool=yes @AMDEPBACKSLASH@
1336 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1337 @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 cogl-texture-driver-gles.lo `test -f '$(srcdir)/driver/gles/cogl-texture-driver-gles.c' || echo '$(srcdir)/'`$(srcdir)/driver/gles/cogl-texture-driver-gles.c
1338
1339 cogl-winsys.lo: $(srcdir)/winsys/cogl-winsys.c
1340 @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 cogl-winsys.lo -MD -MP -MF $(DEPDIR)/cogl-winsys.Tpo -c -o cogl-winsys.lo `test -f '$(srcdir)/winsys/cogl-winsys.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys.c
1341 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-winsys.Tpo $(DEPDIR)/cogl-winsys.Plo
1342 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1343 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/winsys/cogl-winsys.c' object='cogl-winsys.lo' libtool=yes @AMDEPBACKSLASH@
1344 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1345 @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 cogl-winsys.lo `test -f '$(srcdir)/winsys/cogl-winsys.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys.c
1346
1347 dict.lo: $(srcdir)/tesselator/dict.c
1348 @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 dict.lo -MD -MP -MF $(DEPDIR)/dict.Tpo -c -o dict.lo `test -f '$(srcdir)/tesselator/dict.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/dict.c
1349 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/dict.Tpo $(DEPDIR)/dict.Plo
1350 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1351 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/tesselator/dict.c' object='dict.lo' libtool=yes @AMDEPBACKSLASH@
1352 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1353 @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 dict.lo `test -f '$(srcdir)/tesselator/dict.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/dict.c
1354
1355 geom.lo: $(srcdir)/tesselator/geom.c
1356 @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 geom.lo -MD -MP -MF $(DEPDIR)/geom.Tpo -c -o geom.lo `test -f '$(srcdir)/tesselator/geom.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/geom.c
1357 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/geom.Tpo $(DEPDIR)/geom.Plo
1358 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1359 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/tesselator/geom.c' object='geom.lo' libtool=yes @AMDEPBACKSLASH@
1360 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1361 @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 geom.lo `test -f '$(srcdir)/tesselator/geom.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/geom.c
1362
1363 mesh.lo: $(srcdir)/tesselator/mesh.c
1364 @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 mesh.lo -MD -MP -MF $(DEPDIR)/mesh.Tpo -c -o mesh.lo `test -f '$(srcdir)/tesselator/mesh.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/mesh.c
1365 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/mesh.Tpo $(DEPDIR)/mesh.Plo
1366 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1367 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/tesselator/mesh.c' object='mesh.lo' libtool=yes @AMDEPBACKSLASH@
1368 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1369 @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 mesh.lo `test -f '$(srcdir)/tesselator/mesh.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/mesh.c
1370
1371 normal.lo: $(srcdir)/tesselator/normal.c
1372 @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 normal.lo -MD -MP -MF $(DEPDIR)/normal.Tpo -c -o normal.lo `test -f '$(srcdir)/tesselator/normal.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/normal.c
1373 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/normal.Tpo $(DEPDIR)/normal.Plo
1374 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1375 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/tesselator/normal.c' object='normal.lo' libtool=yes @AMDEPBACKSLASH@
1376 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1377 @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 normal.lo `test -f '$(srcdir)/tesselator/normal.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/normal.c
1378
1379 priorityq.lo: $(srcdir)/tesselator/priorityq.c
1380 @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 priorityq.lo -MD -MP -MF $(DEPDIR)/priorityq.Tpo -c -o priorityq.lo `test -f '$(srcdir)/tesselator/priorityq.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/priorityq.c
1381 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/priorityq.Tpo $(DEPDIR)/priorityq.Plo
1382 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1383 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/tesselator/priorityq.c' object='priorityq.lo' libtool=yes @AMDEPBACKSLASH@
1384 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1385 @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 priorityq.lo `test -f '$(srcdir)/tesselator/priorityq.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/priorityq.c
1386
1387 render.lo: $(srcdir)/tesselator/render.c
1388 @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 render.lo -MD -MP -MF $(DEPDIR)/render.Tpo -c -o render.lo `test -f '$(srcdir)/tesselator/render.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/render.c
1389 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/render.Tpo $(DEPDIR)/render.Plo
1390 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1391 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/tesselator/render.c' object='render.lo' libtool=yes @AMDEPBACKSLASH@
1392 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1393 @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 render.lo `test -f '$(srcdir)/tesselator/render.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/render.c
1394
1395 sweep.lo: $(srcdir)/tesselator/sweep.c
1396 @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 sweep.lo -MD -MP -MF $(DEPDIR)/sweep.Tpo -c -o sweep.lo `test -f '$(srcdir)/tesselator/sweep.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/sweep.c
1397 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/sweep.Tpo $(DEPDIR)/sweep.Plo
1398 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1399 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/tesselator/sweep.c' object='sweep.lo' libtool=yes @AMDEPBACKSLASH@
1400 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1401 @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 sweep.lo `test -f '$(srcdir)/tesselator/sweep.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/sweep.c
1402
1403 tess.lo: $(srcdir)/tesselator/tess.c
1404 @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 tess.lo -MD -MP -MF $(DEPDIR)/tess.Tpo -c -o tess.lo `test -f '$(srcdir)/tesselator/tess.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/tess.c
1405 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tess.Tpo $(DEPDIR)/tess.Plo
1406 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1407 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/tesselator/tess.c' object='tess.lo' libtool=yes @AMDEPBACKSLASH@
1408 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1409 @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 tess.lo `test -f '$(srcdir)/tesselator/tess.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/tess.c
1410
1411 tessmono.lo: $(srcdir)/tesselator/tessmono.c
1412 @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 tessmono.lo -MD -MP -MF $(DEPDIR)/tessmono.Tpo -c -o tessmono.lo `test -f '$(srcdir)/tesselator/tessmono.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/tessmono.c
1413 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/tessmono.Tpo $(DEPDIR)/tessmono.Plo
1414 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1415 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/tesselator/tessmono.c' object='tessmono.lo' libtool=yes @AMDEPBACKSLASH@
1416 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1417 @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 tessmono.lo `test -f '$(srcdir)/tesselator/tessmono.c' || echo '$(srcdir)/'`$(srcdir)/tesselator/tessmono.c
1418
1419 cogl-context.lo: $(srcdir)/cogl-context.c
1420 @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 cogl-context.lo -MD -MP -MF $(DEPDIR)/cogl-context.Tpo -c -o cogl-context.lo `test -f '$(srcdir)/cogl-context.c' || echo '$(srcdir)/'`$(srcdir)/cogl-context.c
1421 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-context.Tpo $(DEPDIR)/cogl-context.Plo
1422 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1423 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-context.c' object='cogl-context.lo' libtool=yes @AMDEPBACKSLASH@
1424 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1425 @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 cogl-context.lo `test -f '$(srcdir)/cogl-context.c' || echo '$(srcdir)/'`$(srcdir)/cogl-context.c
1426
1427 cogl-renderer.lo: $(srcdir)/cogl-renderer.c
1428 @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 cogl-renderer.lo -MD -MP -MF $(DEPDIR)/cogl-renderer.Tpo -c -o cogl-renderer.lo `test -f '$(srcdir)/cogl-renderer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-renderer.c
1429 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-renderer.Tpo $(DEPDIR)/cogl-renderer.Plo
1430 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1431 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-renderer.c' object='cogl-renderer.lo' libtool=yes @AMDEPBACKSLASH@
1432 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1433 @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 cogl-renderer.lo `test -f '$(srcdir)/cogl-renderer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-renderer.c
1434
1435 cogl-swap-chain.lo: $(srcdir)/cogl-swap-chain.c
1436 @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 cogl-swap-chain.lo -MD -MP -MF $(DEPDIR)/cogl-swap-chain.Tpo -c -o cogl-swap-chain.lo `test -f '$(srcdir)/cogl-swap-chain.c' || echo '$(srcdir)/'`$(srcdir)/cogl-swap-chain.c
1437 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-swap-chain.Tpo $(DEPDIR)/cogl-swap-chain.Plo
1438 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1439 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-swap-chain.c' object='cogl-swap-chain.lo' libtool=yes @AMDEPBACKSLASH@
1440 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1441 @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 cogl-swap-chain.lo `test -f '$(srcdir)/cogl-swap-chain.c' || echo '$(srcdir)/'`$(srcdir)/cogl-swap-chain.c
1442
1443 cogl-onscreen-template.lo: $(srcdir)/cogl-onscreen-template.c
1444 @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 cogl-onscreen-template.lo -MD -MP -MF $(DEPDIR)/cogl-onscreen-template.Tpo -c -o cogl-onscreen-template.lo `test -f '$(srcdir)/cogl-onscreen-template.c' || echo '$(srcdir)/'`$(srcdir)/cogl-onscreen-template.c
1445 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-onscreen-template.Tpo $(DEPDIR)/cogl-onscreen-template.Plo
1446 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1447 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-onscreen-template.c' object='cogl-onscreen-template.lo' libtool=yes @AMDEPBACKSLASH@
1448 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1449 @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 cogl-onscreen-template.lo `test -f '$(srcdir)/cogl-onscreen-template.c' || echo '$(srcdir)/'`$(srcdir)/cogl-onscreen-template.c
1450
1451 cogl-display.lo: $(srcdir)/cogl-display.c
1452 @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 cogl-display.lo -MD -MP -MF $(DEPDIR)/cogl-display.Tpo -c -o cogl-display.lo `test -f '$(srcdir)/cogl-display.c' || echo '$(srcdir)/'`$(srcdir)/cogl-display.c
1453 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-display.Tpo $(DEPDIR)/cogl-display.Plo
1454 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1455 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-display.c' object='cogl-display.lo' libtool=yes @AMDEPBACKSLASH@
1456 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1457 @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 cogl-display.lo `test -f '$(srcdir)/cogl-display.c' || echo '$(srcdir)/'`$(srcdir)/cogl-display.c
1458
1459 cogl.lo: $(srcdir)/cogl.c
1460 @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 cogl.lo -MD -MP -MF $(DEPDIR)/cogl.Tpo -c -o cogl.lo `test -f '$(srcdir)/cogl.c' || echo '$(srcdir)/'`$(srcdir)/cogl.c
1461 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl.Tpo $(DEPDIR)/cogl.Plo
1462 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1463 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl.c' object='cogl.lo' libtool=yes @AMDEPBACKSLASH@
1464 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1465 @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 cogl.lo `test -f '$(srcdir)/cogl.c' || echo '$(srcdir)/'`$(srcdir)/cogl.c
1466
1467 cogl-object.lo: $(srcdir)/cogl-object.c
1468 @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 cogl-object.lo -MD -MP -MF $(DEPDIR)/cogl-object.Tpo -c -o cogl-object.lo `test -f '$(srcdir)/cogl-object.c' || echo '$(srcdir)/'`$(srcdir)/cogl-object.c
1469 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-object.Tpo $(DEPDIR)/cogl-object.Plo
1470 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1471 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-object.c' object='cogl-object.lo' libtool=yes @AMDEPBACKSLASH@
1472 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1473 @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 cogl-object.lo `test -f '$(srcdir)/cogl-object.c' || echo '$(srcdir)/'`$(srcdir)/cogl-object.c
1474
1475 cogl-util.lo: $(srcdir)/cogl-util.c
1476 @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 cogl-util.lo -MD -MP -MF $(DEPDIR)/cogl-util.Tpo -c -o cogl-util.lo `test -f '$(srcdir)/cogl-util.c' || echo '$(srcdir)/'`$(srcdir)/cogl-util.c
1477 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-util.Tpo $(DEPDIR)/cogl-util.Plo
1478 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1479 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-util.c' object='cogl-util.lo' libtool=yes @AMDEPBACKSLASH@
1480 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1481 @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 cogl-util.lo `test -f '$(srcdir)/cogl-util.c' || echo '$(srcdir)/'`$(srcdir)/cogl-util.c
1482
1483 cogl-bitmap.lo: $(srcdir)/cogl-bitmap.c
1484 @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 cogl-bitmap.lo -MD -MP -MF $(DEPDIR)/cogl-bitmap.Tpo -c -o cogl-bitmap.lo `test -f '$(srcdir)/cogl-bitmap.c' || echo '$(srcdir)/'`$(srcdir)/cogl-bitmap.c
1485 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-bitmap.Tpo $(DEPDIR)/cogl-bitmap.Plo
1486 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1487 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-bitmap.c' object='cogl-bitmap.lo' libtool=yes @AMDEPBACKSLASH@
1488 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1489 @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 cogl-bitmap.lo `test -f '$(srcdir)/cogl-bitmap.c' || echo '$(srcdir)/'`$(srcdir)/cogl-bitmap.c
1490
1491 cogl-bitmap-conversion.lo: $(srcdir)/cogl-bitmap-conversion.c
1492 @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 cogl-bitmap-conversion.lo -MD -MP -MF $(DEPDIR)/cogl-bitmap-conversion.Tpo -c -o cogl-bitmap-conversion.lo `test -f '$(srcdir)/cogl-bitmap-conversion.c' || echo '$(srcdir)/'`$(srcdir)/cogl-bitmap-conversion.c
1493 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-bitmap-conversion.Tpo $(DEPDIR)/cogl-bitmap-conversion.Plo
1494 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1495 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-bitmap-conversion.c' object='cogl-bitmap-conversion.lo' libtool=yes @AMDEPBACKSLASH@
1496 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1497 @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 cogl-bitmap-conversion.lo `test -f '$(srcdir)/cogl-bitmap-conversion.c' || echo '$(srcdir)/'`$(srcdir)/cogl-bitmap-conversion.c
1498
1499 cogl-primitives.lo: $(srcdir)/cogl-primitives.c
1500 @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 cogl-primitives.lo -MD -MP -MF $(DEPDIR)/cogl-primitives.Tpo -c -o cogl-primitives.lo `test -f '$(srcdir)/cogl-primitives.c' || echo '$(srcdir)/'`$(srcdir)/cogl-primitives.c
1501 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-primitives.Tpo $(DEPDIR)/cogl-primitives.Plo
1502 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1503 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-primitives.c' object='cogl-primitives.lo' libtool=yes @AMDEPBACKSLASH@
1504 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1505 @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 cogl-primitives.lo `test -f '$(srcdir)/cogl-primitives.c' || echo '$(srcdir)/'`$(srcdir)/cogl-primitives.c
1506
1507 cogl-path.lo: $(srcdir)/cogl-path.c
1508 @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 cogl-path.lo -MD -MP -MF $(DEPDIR)/cogl-path.Tpo -c -o cogl-path.lo `test -f '$(srcdir)/cogl-path.c' || echo '$(srcdir)/'`$(srcdir)/cogl-path.c
1509 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-path.Tpo $(DEPDIR)/cogl-path.Plo
1510 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1511 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-path.c' object='cogl-path.lo' libtool=yes @AMDEPBACKSLASH@
1512 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1513 @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 cogl-path.lo `test -f '$(srcdir)/cogl-path.c' || echo '$(srcdir)/'`$(srcdir)/cogl-path.c
1514
1515 cogl2-path.lo: $(srcdir)/cogl2-path.c
1516 @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 cogl2-path.lo -MD -MP -MF $(DEPDIR)/cogl2-path.Tpo -c -o cogl2-path.lo `test -f '$(srcdir)/cogl2-path.c' || echo '$(srcdir)/'`$(srcdir)/cogl2-path.c
1517 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl2-path.Tpo $(DEPDIR)/cogl2-path.Plo
1518 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1519 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl2-path.c' object='cogl2-path.lo' libtool=yes @AMDEPBACKSLASH@
1520 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1521 @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 cogl2-path.lo `test -f '$(srcdir)/cogl2-path.c' || echo '$(srcdir)/'`$(srcdir)/cogl2-path.c
1522
1523 cogl-bitmap-pixbuf.lo: $(srcdir)/cogl-bitmap-pixbuf.c
1524 @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 cogl-bitmap-pixbuf.lo -MD -MP -MF $(DEPDIR)/cogl-bitmap-pixbuf.Tpo -c -o cogl-bitmap-pixbuf.lo `test -f '$(srcdir)/cogl-bitmap-pixbuf.c' || echo '$(srcdir)/'`$(srcdir)/cogl-bitmap-pixbuf.c
1525 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-bitmap-pixbuf.Tpo $(DEPDIR)/cogl-bitmap-pixbuf.Plo
1526 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1527 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-bitmap-pixbuf.c' object='cogl-bitmap-pixbuf.lo' libtool=yes @AMDEPBACKSLASH@
1528 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1529 @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 cogl-bitmap-pixbuf.lo `test -f '$(srcdir)/cogl-bitmap-pixbuf.c' || echo '$(srcdir)/'`$(srcdir)/cogl-bitmap-pixbuf.c
1530
1531 cogl-clip-stack.lo: $(srcdir)/cogl-clip-stack.c
1532 @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 cogl-clip-stack.lo -MD -MP -MF $(DEPDIR)/cogl-clip-stack.Tpo -c -o cogl-clip-stack.lo `test -f '$(srcdir)/cogl-clip-stack.c' || echo '$(srcdir)/'`$(srcdir)/cogl-clip-stack.c
1533 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-clip-stack.Tpo $(DEPDIR)/cogl-clip-stack.Plo
1534 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1535 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-clip-stack.c' object='cogl-clip-stack.lo' libtool=yes @AMDEPBACKSLASH@
1536 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1537 @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 cogl-clip-stack.lo `test -f '$(srcdir)/cogl-clip-stack.c' || echo '$(srcdir)/'`$(srcdir)/cogl-clip-stack.c
1538
1539 cogl-clip-state.lo: $(srcdir)/cogl-clip-state.c
1540 @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 cogl-clip-state.lo -MD -MP -MF $(DEPDIR)/cogl-clip-state.Tpo -c -o cogl-clip-state.lo `test -f '$(srcdir)/cogl-clip-state.c' || echo '$(srcdir)/'`$(srcdir)/cogl-clip-state.c
1541 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-clip-state.Tpo $(DEPDIR)/cogl-clip-state.Plo
1542 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1543 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-clip-state.c' object='cogl-clip-state.lo' libtool=yes @AMDEPBACKSLASH@
1544 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1545 @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 cogl-clip-state.lo `test -f '$(srcdir)/cogl-clip-state.c' || echo '$(srcdir)/'`$(srcdir)/cogl-clip-state.c
1546
1547 cogl2-compatibility.lo: $(srcdir)/cogl2-compatibility.c
1548 @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 cogl2-compatibility.lo -MD -MP -MF $(DEPDIR)/cogl2-compatibility.Tpo -c -o cogl2-compatibility.lo `test -f '$(srcdir)/cogl2-compatibility.c' || echo '$(srcdir)/'`$(srcdir)/cogl2-compatibility.c
1549 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl2-compatibility.Tpo $(DEPDIR)/cogl2-compatibility.Plo
1550 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1551 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl2-compatibility.c' object='cogl2-compatibility.lo' libtool=yes @AMDEPBACKSLASH@
1552 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1553 @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 cogl2-compatibility.lo `test -f '$(srcdir)/cogl2-compatibility.c' || echo '$(srcdir)/'`$(srcdir)/cogl2-compatibility.c
1554
1555 cogl-feature-private.lo: $(srcdir)/cogl-feature-private.c
1556 @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 cogl-feature-private.lo -MD -MP -MF $(DEPDIR)/cogl-feature-private.Tpo -c -o cogl-feature-private.lo `test -f '$(srcdir)/cogl-feature-private.c' || echo '$(srcdir)/'`$(srcdir)/cogl-feature-private.c
1557 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-feature-private.Tpo $(DEPDIR)/cogl-feature-private.Plo
1558 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1559 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-feature-private.c' object='cogl-feature-private.lo' libtool=yes @AMDEPBACKSLASH@
1560 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1561 @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 cogl-feature-private.lo `test -f '$(srcdir)/cogl-feature-private.c' || echo '$(srcdir)/'`$(srcdir)/cogl-feature-private.c
1562
1563 cogl-fixed.lo: $(srcdir)/cogl-fixed.c
1564 @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 cogl-fixed.lo -MD -MP -MF $(DEPDIR)/cogl-fixed.Tpo -c -o cogl-fixed.lo `test -f '$(srcdir)/cogl-fixed.c' || echo '$(srcdir)/'`$(srcdir)/cogl-fixed.c
1565 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-fixed.Tpo $(DEPDIR)/cogl-fixed.Plo
1566 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1567 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-fixed.c' object='cogl-fixed.lo' libtool=yes @AMDEPBACKSLASH@
1568 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1569 @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 cogl-fixed.lo `test -f '$(srcdir)/cogl-fixed.c' || echo '$(srcdir)/'`$(srcdir)/cogl-fixed.c
1570
1571 cogl-color.lo: $(srcdir)/cogl-color.c
1572 @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 cogl-color.lo -MD -MP -MF $(DEPDIR)/cogl-color.Tpo -c -o cogl-color.lo `test -f '$(srcdir)/cogl-color.c' || echo '$(srcdir)/'`$(srcdir)/cogl-color.c
1573 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-color.Tpo $(DEPDIR)/cogl-color.Plo
1574 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1575 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-color.c' object='cogl-color.lo' libtool=yes @AMDEPBACKSLASH@
1576 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1577 @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 cogl-color.lo `test -f '$(srcdir)/cogl-color.c' || echo '$(srcdir)/'`$(srcdir)/cogl-color.c
1578
1579 cogl-buffer.lo: $(srcdir)/cogl-buffer.c
1580 @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 cogl-buffer.lo -MD -MP -MF $(DEPDIR)/cogl-buffer.Tpo -c -o cogl-buffer.lo `test -f '$(srcdir)/cogl-buffer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-buffer.c
1581 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-buffer.Tpo $(DEPDIR)/cogl-buffer.Plo
1582 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1583 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-buffer.c' object='cogl-buffer.lo' libtool=yes @AMDEPBACKSLASH@
1584 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1585 @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 cogl-buffer.lo `test -f '$(srcdir)/cogl-buffer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-buffer.c
1586
1587 cogl-pixel-buffer.lo: $(srcdir)/cogl-pixel-buffer.c
1588 @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 cogl-pixel-buffer.lo -MD -MP -MF $(DEPDIR)/cogl-pixel-buffer.Tpo -c -o cogl-pixel-buffer.lo `test -f '$(srcdir)/cogl-pixel-buffer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pixel-buffer.c
1589 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-pixel-buffer.Tpo $(DEPDIR)/cogl-pixel-buffer.Plo
1590 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1591 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-pixel-buffer.c' object='cogl-pixel-buffer.lo' libtool=yes @AMDEPBACKSLASH@
1592 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1593 @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 cogl-pixel-buffer.lo `test -f '$(srcdir)/cogl-pixel-buffer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pixel-buffer.c
1594
1595 cogl-vertex-buffer.lo: $(srcdir)/cogl-vertex-buffer.c
1596 @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 cogl-vertex-buffer.lo -MD -MP -MF $(DEPDIR)/cogl-vertex-buffer.Tpo -c -o cogl-vertex-buffer.lo `test -f '$(srcdir)/cogl-vertex-buffer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-vertex-buffer.c
1597 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-vertex-buffer.Tpo $(DEPDIR)/cogl-vertex-buffer.Plo
1598 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1599 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-vertex-buffer.c' object='cogl-vertex-buffer.lo' libtool=yes @AMDEPBACKSLASH@
1600 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1601 @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 cogl-vertex-buffer.lo `test -f '$(srcdir)/cogl-vertex-buffer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-vertex-buffer.c
1602
1603 cogl-index-buffer.lo: $(srcdir)/cogl-index-buffer.c
1604 @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 cogl-index-buffer.lo -MD -MP -MF $(DEPDIR)/cogl-index-buffer.Tpo -c -o cogl-index-buffer.lo `test -f '$(srcdir)/cogl-index-buffer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-index-buffer.c
1605 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-index-buffer.Tpo $(DEPDIR)/cogl-index-buffer.Plo
1606 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1607 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-index-buffer.c' object='cogl-index-buffer.lo' libtool=yes @AMDEPBACKSLASH@
1608 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1609 @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 cogl-index-buffer.lo `test -f '$(srcdir)/cogl-index-buffer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-index-buffer.c
1610
1611 cogl-attribute-buffer.lo: $(srcdir)/cogl-attribute-buffer.c
1612 @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 cogl-attribute-buffer.lo -MD -MP -MF $(DEPDIR)/cogl-attribute-buffer.Tpo -c -o cogl-attribute-buffer.lo `test -f '$(srcdir)/cogl-attribute-buffer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-attribute-buffer.c
1613 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-attribute-buffer.Tpo $(DEPDIR)/cogl-attribute-buffer.Plo
1614 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1615 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-attribute-buffer.c' object='cogl-attribute-buffer.lo' libtool=yes @AMDEPBACKSLASH@
1616 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1617 @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 cogl-attribute-buffer.lo `test -f '$(srcdir)/cogl-attribute-buffer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-attribute-buffer.c
1618
1619 cogl-indices.lo: $(srcdir)/cogl-indices.c
1620 @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 cogl-indices.lo -MD -MP -MF $(DEPDIR)/cogl-indices.Tpo -c -o cogl-indices.lo `test -f '$(srcdir)/cogl-indices.c' || echo '$(srcdir)/'`$(srcdir)/cogl-indices.c
1621 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-indices.Tpo $(DEPDIR)/cogl-indices.Plo
1622 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1623 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-indices.c' object='cogl-indices.lo' libtool=yes @AMDEPBACKSLASH@
1624 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1625 @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 cogl-indices.lo `test -f '$(srcdir)/cogl-indices.c' || echo '$(srcdir)/'`$(srcdir)/cogl-indices.c
1626
1627 cogl-attribute.lo: $(srcdir)/cogl-attribute.c
1628 @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 cogl-attribute.lo -MD -MP -MF $(DEPDIR)/cogl-attribute.Tpo -c -o cogl-attribute.lo `test -f '$(srcdir)/cogl-attribute.c' || echo '$(srcdir)/'`$(srcdir)/cogl-attribute.c
1629 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-attribute.Tpo $(DEPDIR)/cogl-attribute.Plo
1630 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1631 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-attribute.c' object='cogl-attribute.lo' libtool=yes @AMDEPBACKSLASH@
1632 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1633 @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 cogl-attribute.lo `test -f '$(srcdir)/cogl-attribute.c' || echo '$(srcdir)/'`$(srcdir)/cogl-attribute.c
1634
1635 cogl-primitive.lo: $(srcdir)/cogl-primitive.c
1636 @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 cogl-primitive.lo -MD -MP -MF $(DEPDIR)/cogl-primitive.Tpo -c -o cogl-primitive.lo `test -f '$(srcdir)/cogl-primitive.c' || echo '$(srcdir)/'`$(srcdir)/cogl-primitive.c
1637 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-primitive.Tpo $(DEPDIR)/cogl-primitive.Plo
1638 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1639 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-primitive.c' object='cogl-primitive.lo' libtool=yes @AMDEPBACKSLASH@
1640 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1641 @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 cogl-primitive.lo `test -f '$(srcdir)/cogl-primitive.c' || echo '$(srcdir)/'`$(srcdir)/cogl-primitive.c
1642
1643 cogl-matrix.lo: $(srcdir)/cogl-matrix.c
1644 @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 cogl-matrix.lo -MD -MP -MF $(DEPDIR)/cogl-matrix.Tpo -c -o cogl-matrix.lo `test -f '$(srcdir)/cogl-matrix.c' || echo '$(srcdir)/'`$(srcdir)/cogl-matrix.c
1645 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-matrix.Tpo $(DEPDIR)/cogl-matrix.Plo
1646 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1647 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-matrix.c' object='cogl-matrix.lo' libtool=yes @AMDEPBACKSLASH@
1648 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1649 @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 cogl-matrix.lo `test -f '$(srcdir)/cogl-matrix.c' || echo '$(srcdir)/'`$(srcdir)/cogl-matrix.c
1650
1651 cogl-vector.lo: $(srcdir)/cogl-vector.c
1652 @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 cogl-vector.lo -MD -MP -MF $(DEPDIR)/cogl-vector.Tpo -c -o cogl-vector.lo `test -f '$(srcdir)/cogl-vector.c' || echo '$(srcdir)/'`$(srcdir)/cogl-vector.c
1653 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-vector.Tpo $(DEPDIR)/cogl-vector.Plo
1654 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1655 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-vector.c' object='cogl-vector.lo' libtool=yes @AMDEPBACKSLASH@
1656 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1657 @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 cogl-vector.lo `test -f '$(srcdir)/cogl-vector.c' || echo '$(srcdir)/'`$(srcdir)/cogl-vector.c
1658
1659 cogl-euler.lo: $(srcdir)/cogl-euler.c
1660 @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 cogl-euler.lo -MD -MP -MF $(DEPDIR)/cogl-euler.Tpo -c -o cogl-euler.lo `test -f '$(srcdir)/cogl-euler.c' || echo '$(srcdir)/'`$(srcdir)/cogl-euler.c
1661 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-euler.Tpo $(DEPDIR)/cogl-euler.Plo
1662 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1663 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-euler.c' object='cogl-euler.lo' libtool=yes @AMDEPBACKSLASH@
1664 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1665 @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 cogl-euler.lo `test -f '$(srcdir)/cogl-euler.c' || echo '$(srcdir)/'`$(srcdir)/cogl-euler.c
1666
1667 cogl-quaternion.lo: $(srcdir)/cogl-quaternion.c
1668 @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 cogl-quaternion.lo -MD -MP -MF $(DEPDIR)/cogl-quaternion.Tpo -c -o cogl-quaternion.lo `test -f '$(srcdir)/cogl-quaternion.c' || echo '$(srcdir)/'`$(srcdir)/cogl-quaternion.c
1669 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-quaternion.Tpo $(DEPDIR)/cogl-quaternion.Plo
1670 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1671 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-quaternion.c' object='cogl-quaternion.lo' libtool=yes @AMDEPBACKSLASH@
1672 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1673 @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 cogl-quaternion.lo `test -f '$(srcdir)/cogl-quaternion.c' || echo '$(srcdir)/'`$(srcdir)/cogl-quaternion.c
1674
1675 cogl-matrix-stack.lo: $(srcdir)/cogl-matrix-stack.c
1676 @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 cogl-matrix-stack.lo -MD -MP -MF $(DEPDIR)/cogl-matrix-stack.Tpo -c -o cogl-matrix-stack.lo `test -f '$(srcdir)/cogl-matrix-stack.c' || echo '$(srcdir)/'`$(srcdir)/cogl-matrix-stack.c
1677 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-matrix-stack.Tpo $(DEPDIR)/cogl-matrix-stack.Plo
1678 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1679 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-matrix-stack.c' object='cogl-matrix-stack.lo' libtool=yes @AMDEPBACKSLASH@
1680 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1681 @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 cogl-matrix-stack.lo `test -f '$(srcdir)/cogl-matrix-stack.c' || echo '$(srcdir)/'`$(srcdir)/cogl-matrix-stack.c
1682
1683 cogl-depth-state.lo: $(srcdir)/cogl-depth-state.c
1684 @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 cogl-depth-state.lo -MD -MP -MF $(DEPDIR)/cogl-depth-state.Tpo -c -o cogl-depth-state.lo `test -f '$(srcdir)/cogl-depth-state.c' || echo '$(srcdir)/'`$(srcdir)/cogl-depth-state.c
1685 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-depth-state.Tpo $(DEPDIR)/cogl-depth-state.Plo
1686 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1687 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-depth-state.c' object='cogl-depth-state.lo' libtool=yes @AMDEPBACKSLASH@
1688 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1689 @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 cogl-depth-state.lo `test -f '$(srcdir)/cogl-depth-state.c' || echo '$(srcdir)/'`$(srcdir)/cogl-depth-state.c
1690
1691 cogl-node.lo: $(srcdir)/cogl-node.c
1692 @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 cogl-node.lo -MD -MP -MF $(DEPDIR)/cogl-node.Tpo -c -o cogl-node.lo `test -f '$(srcdir)/cogl-node.c' || echo '$(srcdir)/'`$(srcdir)/cogl-node.c
1693 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-node.Tpo $(DEPDIR)/cogl-node.Plo
1694 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1695 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-node.c' object='cogl-node.lo' libtool=yes @AMDEPBACKSLASH@
1696 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1697 @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 cogl-node.lo `test -f '$(srcdir)/cogl-node.c' || echo '$(srcdir)/'`$(srcdir)/cogl-node.c
1698
1699 cogl-pipeline.lo: $(srcdir)/cogl-pipeline.c
1700 @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 cogl-pipeline.lo -MD -MP -MF $(DEPDIR)/cogl-pipeline.Tpo -c -o cogl-pipeline.lo `test -f '$(srcdir)/cogl-pipeline.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline.c
1701 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-pipeline.Tpo $(DEPDIR)/cogl-pipeline.Plo
1702 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1703 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-pipeline.c' object='cogl-pipeline.lo' libtool=yes @AMDEPBACKSLASH@
1704 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1705 @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 cogl-pipeline.lo `test -f '$(srcdir)/cogl-pipeline.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline.c
1706
1707 cogl-pipeline-layer.lo: $(srcdir)/cogl-pipeline-layer.c
1708 @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 cogl-pipeline-layer.lo -MD -MP -MF $(DEPDIR)/cogl-pipeline-layer.Tpo -c -o cogl-pipeline-layer.lo `test -f '$(srcdir)/cogl-pipeline-layer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-layer.c
1709 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-pipeline-layer.Tpo $(DEPDIR)/cogl-pipeline-layer.Plo
1710 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1711 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-pipeline-layer.c' object='cogl-pipeline-layer.lo' libtool=yes @AMDEPBACKSLASH@
1712 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1713 @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 cogl-pipeline-layer.lo `test -f '$(srcdir)/cogl-pipeline-layer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-layer.c
1714
1715 cogl-pipeline-state.lo: $(srcdir)/cogl-pipeline-state.c
1716 @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 cogl-pipeline-state.lo -MD -MP -MF $(DEPDIR)/cogl-pipeline-state.Tpo -c -o cogl-pipeline-state.lo `test -f '$(srcdir)/cogl-pipeline-state.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-state.c
1717 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-pipeline-state.Tpo $(DEPDIR)/cogl-pipeline-state.Plo
1718 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1719 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-pipeline-state.c' object='cogl-pipeline-state.lo' libtool=yes @AMDEPBACKSLASH@
1720 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1721 @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 cogl-pipeline-state.lo `test -f '$(srcdir)/cogl-pipeline-state.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-state.c
1722
1723 cogl-pipeline-layer-state.lo: $(srcdir)/cogl-pipeline-layer-state.c
1724 @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 cogl-pipeline-layer-state.lo -MD -MP -MF $(DEPDIR)/cogl-pipeline-layer-state.Tpo -c -o cogl-pipeline-layer-state.lo `test -f '$(srcdir)/cogl-pipeline-layer-state.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-layer-state.c
1725 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-pipeline-layer-state.Tpo $(DEPDIR)/cogl-pipeline-layer-state.Plo
1726 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1727 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-pipeline-layer-state.c' object='cogl-pipeline-layer-state.lo' libtool=yes @AMDEPBACKSLASH@
1728 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1729 @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 cogl-pipeline-layer-state.lo `test -f '$(srcdir)/cogl-pipeline-layer-state.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-layer-state.c
1730
1731 cogl-pipeline-debug.lo: $(srcdir)/cogl-pipeline-debug.c
1732 @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 cogl-pipeline-debug.lo -MD -MP -MF $(DEPDIR)/cogl-pipeline-debug.Tpo -c -o cogl-pipeline-debug.lo `test -f '$(srcdir)/cogl-pipeline-debug.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-debug.c
1733 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-pipeline-debug.Tpo $(DEPDIR)/cogl-pipeline-debug.Plo
1734 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1735 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-pipeline-debug.c' object='cogl-pipeline-debug.lo' libtool=yes @AMDEPBACKSLASH@
1736 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1737 @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 cogl-pipeline-debug.lo `test -f '$(srcdir)/cogl-pipeline-debug.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-debug.c
1738
1739 cogl-pipeline-opengl.lo: $(srcdir)/cogl-pipeline-opengl.c
1740 @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 cogl-pipeline-opengl.lo -MD -MP -MF $(DEPDIR)/cogl-pipeline-opengl.Tpo -c -o cogl-pipeline-opengl.lo `test -f '$(srcdir)/cogl-pipeline-opengl.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-opengl.c
1741 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-pipeline-opengl.Tpo $(DEPDIR)/cogl-pipeline-opengl.Plo
1742 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1743 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-pipeline-opengl.c' object='cogl-pipeline-opengl.lo' libtool=yes @AMDEPBACKSLASH@
1744 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1745 @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 cogl-pipeline-opengl.lo `test -f '$(srcdir)/cogl-pipeline-opengl.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-opengl.c
1746
1747 cogl-pipeline-fragend-glsl.lo: $(srcdir)/cogl-pipeline-fragend-glsl.c
1748 @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 cogl-pipeline-fragend-glsl.lo -MD -MP -MF $(DEPDIR)/cogl-pipeline-fragend-glsl.Tpo -c -o cogl-pipeline-fragend-glsl.lo `test -f '$(srcdir)/cogl-pipeline-fragend-glsl.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-fragend-glsl.c
1749 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-pipeline-fragend-glsl.Tpo $(DEPDIR)/cogl-pipeline-fragend-glsl.Plo
1750 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1751 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-pipeline-fragend-glsl.c' object='cogl-pipeline-fragend-glsl.lo' libtool=yes @AMDEPBACKSLASH@
1752 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1753 @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 cogl-pipeline-fragend-glsl.lo `test -f '$(srcdir)/cogl-pipeline-fragend-glsl.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-fragend-glsl.c
1754
1755 cogl-pipeline-fragend-arbfp.lo: $(srcdir)/cogl-pipeline-fragend-arbfp.c
1756 @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 cogl-pipeline-fragend-arbfp.lo -MD -MP -MF $(DEPDIR)/cogl-pipeline-fragend-arbfp.Tpo -c -o cogl-pipeline-fragend-arbfp.lo `test -f '$(srcdir)/cogl-pipeline-fragend-arbfp.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-fragend-arbfp.c
1757 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-pipeline-fragend-arbfp.Tpo $(DEPDIR)/cogl-pipeline-fragend-arbfp.Plo
1758 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1759 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-pipeline-fragend-arbfp.c' object='cogl-pipeline-fragend-arbfp.lo' libtool=yes @AMDEPBACKSLASH@
1760 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1761 @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 cogl-pipeline-fragend-arbfp.lo `test -f '$(srcdir)/cogl-pipeline-fragend-arbfp.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-fragend-arbfp.c
1762
1763 cogl-pipeline-fragend-fixed.lo: $(srcdir)/cogl-pipeline-fragend-fixed.c
1764 @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 cogl-pipeline-fragend-fixed.lo -MD -MP -MF $(DEPDIR)/cogl-pipeline-fragend-fixed.Tpo -c -o cogl-pipeline-fragend-fixed.lo `test -f '$(srcdir)/cogl-pipeline-fragend-fixed.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-fragend-fixed.c
1765 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-pipeline-fragend-fixed.Tpo $(DEPDIR)/cogl-pipeline-fragend-fixed.Plo
1766 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1767 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-pipeline-fragend-fixed.c' object='cogl-pipeline-fragend-fixed.lo' libtool=yes @AMDEPBACKSLASH@
1768 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1769 @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 cogl-pipeline-fragend-fixed.lo `test -f '$(srcdir)/cogl-pipeline-fragend-fixed.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-fragend-fixed.c
1770
1771 cogl-pipeline-vertend-glsl.lo: $(srcdir)/cogl-pipeline-vertend-glsl.c
1772 @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 cogl-pipeline-vertend-glsl.lo -MD -MP -MF $(DEPDIR)/cogl-pipeline-vertend-glsl.Tpo -c -o cogl-pipeline-vertend-glsl.lo `test -f '$(srcdir)/cogl-pipeline-vertend-glsl.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-vertend-glsl.c
1773 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-pipeline-vertend-glsl.Tpo $(DEPDIR)/cogl-pipeline-vertend-glsl.Plo
1774 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1775 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-pipeline-vertend-glsl.c' object='cogl-pipeline-vertend-glsl.lo' libtool=yes @AMDEPBACKSLASH@
1776 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1777 @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 cogl-pipeline-vertend-glsl.lo `test -f '$(srcdir)/cogl-pipeline-vertend-glsl.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-vertend-glsl.c
1778
1779 cogl-pipeline-vertend-fixed.lo: $(srcdir)/cogl-pipeline-vertend-fixed.c
1780 @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 cogl-pipeline-vertend-fixed.lo -MD -MP -MF $(DEPDIR)/cogl-pipeline-vertend-fixed.Tpo -c -o cogl-pipeline-vertend-fixed.lo `test -f '$(srcdir)/cogl-pipeline-vertend-fixed.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-vertend-fixed.c
1781 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-pipeline-vertend-fixed.Tpo $(DEPDIR)/cogl-pipeline-vertend-fixed.Plo
1782 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1783 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-pipeline-vertend-fixed.c' object='cogl-pipeline-vertend-fixed.lo' libtool=yes @AMDEPBACKSLASH@
1784 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1785 @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 cogl-pipeline-vertend-fixed.lo `test -f '$(srcdir)/cogl-pipeline-vertend-fixed.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-vertend-fixed.c
1786
1787 cogl-pipeline-progend-fixed.lo: $(srcdir)/cogl-pipeline-progend-fixed.c
1788 @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 cogl-pipeline-progend-fixed.lo -MD -MP -MF $(DEPDIR)/cogl-pipeline-progend-fixed.Tpo -c -o cogl-pipeline-progend-fixed.lo `test -f '$(srcdir)/cogl-pipeline-progend-fixed.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-progend-fixed.c
1789 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-pipeline-progend-fixed.Tpo $(DEPDIR)/cogl-pipeline-progend-fixed.Plo
1790 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1791 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-pipeline-progend-fixed.c' object='cogl-pipeline-progend-fixed.lo' libtool=yes @AMDEPBACKSLASH@
1792 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1793 @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 cogl-pipeline-progend-fixed.lo `test -f '$(srcdir)/cogl-pipeline-progend-fixed.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-progend-fixed.c
1794
1795 cogl-pipeline-progend-glsl.lo: $(srcdir)/cogl-pipeline-progend-glsl.c
1796 @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 cogl-pipeline-progend-glsl.lo -MD -MP -MF $(DEPDIR)/cogl-pipeline-progend-glsl.Tpo -c -o cogl-pipeline-progend-glsl.lo `test -f '$(srcdir)/cogl-pipeline-progend-glsl.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-progend-glsl.c
1797 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-pipeline-progend-glsl.Tpo $(DEPDIR)/cogl-pipeline-progend-glsl.Plo
1798 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1799 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-pipeline-progend-glsl.c' object='cogl-pipeline-progend-glsl.lo' libtool=yes @AMDEPBACKSLASH@
1800 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1801 @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 cogl-pipeline-progend-glsl.lo `test -f '$(srcdir)/cogl-pipeline-progend-glsl.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-progend-glsl.c
1802
1803 cogl-pipeline-snippet.lo: $(srcdir)/cogl-pipeline-snippet.c
1804 @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 cogl-pipeline-snippet.lo -MD -MP -MF $(DEPDIR)/cogl-pipeline-snippet.Tpo -c -o cogl-pipeline-snippet.lo `test -f '$(srcdir)/cogl-pipeline-snippet.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-snippet.c
1805 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-pipeline-snippet.Tpo $(DEPDIR)/cogl-pipeline-snippet.Plo
1806 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1807 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-pipeline-snippet.c' object='cogl-pipeline-snippet.lo' libtool=yes @AMDEPBACKSLASH@
1808 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1809 @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 cogl-pipeline-snippet.lo `test -f '$(srcdir)/cogl-pipeline-snippet.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-snippet.c
1810
1811 cogl-pipeline-cache.lo: $(srcdir)/cogl-pipeline-cache.c
1812 @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 cogl-pipeline-cache.lo -MD -MP -MF $(DEPDIR)/cogl-pipeline-cache.Tpo -c -o cogl-pipeline-cache.lo `test -f '$(srcdir)/cogl-pipeline-cache.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-cache.c
1813 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-pipeline-cache.Tpo $(DEPDIR)/cogl-pipeline-cache.Plo
1814 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1815 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-pipeline-cache.c' object='cogl-pipeline-cache.lo' libtool=yes @AMDEPBACKSLASH@
1816 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1817 @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 cogl-pipeline-cache.lo `test -f '$(srcdir)/cogl-pipeline-cache.c' || echo '$(srcdir)/'`$(srcdir)/cogl-pipeline-cache.c
1818
1819 cogl-material-compat.lo: $(srcdir)/cogl-material-compat.c
1820 @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 cogl-material-compat.lo -MD -MP -MF $(DEPDIR)/cogl-material-compat.Tpo -c -o cogl-material-compat.lo `test -f '$(srcdir)/cogl-material-compat.c' || echo '$(srcdir)/'`$(srcdir)/cogl-material-compat.c
1821 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-material-compat.Tpo $(DEPDIR)/cogl-material-compat.Plo
1822 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1823 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-material-compat.c' object='cogl-material-compat.lo' libtool=yes @AMDEPBACKSLASH@
1824 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1825 @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 cogl-material-compat.lo `test -f '$(srcdir)/cogl-material-compat.c' || echo '$(srcdir)/'`$(srcdir)/cogl-material-compat.c
1826
1827 cogl-program.lo: $(srcdir)/cogl-program.c
1828 @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 cogl-program.lo -MD -MP -MF $(DEPDIR)/cogl-program.Tpo -c -o cogl-program.lo `test -f '$(srcdir)/cogl-program.c' || echo '$(srcdir)/'`$(srcdir)/cogl-program.c
1829 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-program.Tpo $(DEPDIR)/cogl-program.Plo
1830 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1831 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-program.c' object='cogl-program.lo' libtool=yes @AMDEPBACKSLASH@
1832 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1833 @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 cogl-program.lo `test -f '$(srcdir)/cogl-program.c' || echo '$(srcdir)/'`$(srcdir)/cogl-program.c
1834
1835 cogl-blend-string.lo: $(srcdir)/cogl-blend-string.c
1836 @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 cogl-blend-string.lo -MD -MP -MF $(DEPDIR)/cogl-blend-string.Tpo -c -o cogl-blend-string.lo `test -f '$(srcdir)/cogl-blend-string.c' || echo '$(srcdir)/'`$(srcdir)/cogl-blend-string.c
1837 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-blend-string.Tpo $(DEPDIR)/cogl-blend-string.Plo
1838 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1839 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-blend-string.c' object='cogl-blend-string.lo' libtool=yes @AMDEPBACKSLASH@
1840 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1841 @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 cogl-blend-string.lo `test -f '$(srcdir)/cogl-blend-string.c' || echo '$(srcdir)/'`$(srcdir)/cogl-blend-string.c
1842
1843 cogl-debug.lo: $(srcdir)/cogl-debug.c
1844 @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 cogl-debug.lo -MD -MP -MF $(DEPDIR)/cogl-debug.Tpo -c -o cogl-debug.lo `test -f '$(srcdir)/cogl-debug.c' || echo '$(srcdir)/'`$(srcdir)/cogl-debug.c
1845 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-debug.Tpo $(DEPDIR)/cogl-debug.Plo
1846 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1847 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-debug.c' object='cogl-debug.lo' libtool=yes @AMDEPBACKSLASH@
1848 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1849 @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 cogl-debug.lo `test -f '$(srcdir)/cogl-debug.c' || echo '$(srcdir)/'`$(srcdir)/cogl-debug.c
1850
1851 cogl-sub-texture.lo: $(srcdir)/cogl-sub-texture.c
1852 @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 cogl-sub-texture.lo -MD -MP -MF $(DEPDIR)/cogl-sub-texture.Tpo -c -o cogl-sub-texture.lo `test -f '$(srcdir)/cogl-sub-texture.c' || echo '$(srcdir)/'`$(srcdir)/cogl-sub-texture.c
1853 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-sub-texture.Tpo $(DEPDIR)/cogl-sub-texture.Plo
1854 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1855 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-sub-texture.c' object='cogl-sub-texture.lo' libtool=yes @AMDEPBACKSLASH@
1856 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1857 @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 cogl-sub-texture.lo `test -f '$(srcdir)/cogl-sub-texture.c' || echo '$(srcdir)/'`$(srcdir)/cogl-sub-texture.c
1858
1859 cogl-texture.lo: $(srcdir)/cogl-texture.c
1860 @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 cogl-texture.lo -MD -MP -MF $(DEPDIR)/cogl-texture.Tpo -c -o cogl-texture.lo `test -f '$(srcdir)/cogl-texture.c' || echo '$(srcdir)/'`$(srcdir)/cogl-texture.c
1861 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-texture.Tpo $(DEPDIR)/cogl-texture.Plo
1862 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1863 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-texture.c' object='cogl-texture.lo' libtool=yes @AMDEPBACKSLASH@
1864 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1865 @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 cogl-texture.lo `test -f '$(srcdir)/cogl-texture.c' || echo '$(srcdir)/'`$(srcdir)/cogl-texture.c
1866
1867 cogl-texture-2d.lo: $(srcdir)/cogl-texture-2d.c
1868 @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 cogl-texture-2d.lo -MD -MP -MF $(DEPDIR)/cogl-texture-2d.Tpo -c -o cogl-texture-2d.lo `test -f '$(srcdir)/cogl-texture-2d.c' || echo '$(srcdir)/'`$(srcdir)/cogl-texture-2d.c
1869 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-texture-2d.Tpo $(DEPDIR)/cogl-texture-2d.Plo
1870 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1871 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-texture-2d.c' object='cogl-texture-2d.lo' libtool=yes @AMDEPBACKSLASH@
1872 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1873 @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 cogl-texture-2d.lo `test -f '$(srcdir)/cogl-texture-2d.c' || echo '$(srcdir)/'`$(srcdir)/cogl-texture-2d.c
1874
1875 cogl-texture-2d-sliced.lo: $(srcdir)/cogl-texture-2d-sliced.c
1876 @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 cogl-texture-2d-sliced.lo -MD -MP -MF $(DEPDIR)/cogl-texture-2d-sliced.Tpo -c -o cogl-texture-2d-sliced.lo `test -f '$(srcdir)/cogl-texture-2d-sliced.c' || echo '$(srcdir)/'`$(srcdir)/cogl-texture-2d-sliced.c
1877 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-texture-2d-sliced.Tpo $(DEPDIR)/cogl-texture-2d-sliced.Plo
1878 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1879 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-texture-2d-sliced.c' object='cogl-texture-2d-sliced.lo' libtool=yes @AMDEPBACKSLASH@
1880 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1881 @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 cogl-texture-2d-sliced.lo `test -f '$(srcdir)/cogl-texture-2d-sliced.c' || echo '$(srcdir)/'`$(srcdir)/cogl-texture-2d-sliced.c
1882
1883 cogl-texture-3d.lo: $(srcdir)/cogl-texture-3d.c
1884 @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 cogl-texture-3d.lo -MD -MP -MF $(DEPDIR)/cogl-texture-3d.Tpo -c -o cogl-texture-3d.lo `test -f '$(srcdir)/cogl-texture-3d.c' || echo '$(srcdir)/'`$(srcdir)/cogl-texture-3d.c
1885 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-texture-3d.Tpo $(DEPDIR)/cogl-texture-3d.Plo
1886 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1887 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-texture-3d.c' object='cogl-texture-3d.lo' libtool=yes @AMDEPBACKSLASH@
1888 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1889 @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 cogl-texture-3d.lo `test -f '$(srcdir)/cogl-texture-3d.c' || echo '$(srcdir)/'`$(srcdir)/cogl-texture-3d.c
1890
1891 cogl-texture-rectangle.lo: $(srcdir)/cogl-texture-rectangle.c
1892 @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 cogl-texture-rectangle.lo -MD -MP -MF $(DEPDIR)/cogl-texture-rectangle.Tpo -c -o cogl-texture-rectangle.lo `test -f '$(srcdir)/cogl-texture-rectangle.c' || echo '$(srcdir)/'`$(srcdir)/cogl-texture-rectangle.c
1893 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-texture-rectangle.Tpo $(DEPDIR)/cogl-texture-rectangle.Plo
1894 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1895 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-texture-rectangle.c' object='cogl-texture-rectangle.lo' libtool=yes @AMDEPBACKSLASH@
1896 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1897 @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 cogl-texture-rectangle.lo `test -f '$(srcdir)/cogl-texture-rectangle.c' || echo '$(srcdir)/'`$(srcdir)/cogl-texture-rectangle.c
1898
1899 cogl-rectangle-map.lo: $(srcdir)/cogl-rectangle-map.c
1900 @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 cogl-rectangle-map.lo -MD -MP -MF $(DEPDIR)/cogl-rectangle-map.Tpo -c -o cogl-rectangle-map.lo `test -f '$(srcdir)/cogl-rectangle-map.c' || echo '$(srcdir)/'`$(srcdir)/cogl-rectangle-map.c
1901 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-rectangle-map.Tpo $(DEPDIR)/cogl-rectangle-map.Plo
1902 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1903 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-rectangle-map.c' object='cogl-rectangle-map.lo' libtool=yes @AMDEPBACKSLASH@
1904 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1905 @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 cogl-rectangle-map.lo `test -f '$(srcdir)/cogl-rectangle-map.c' || echo '$(srcdir)/'`$(srcdir)/cogl-rectangle-map.c
1906
1907 cogl-atlas.lo: $(srcdir)/cogl-atlas.c
1908 @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 cogl-atlas.lo -MD -MP -MF $(DEPDIR)/cogl-atlas.Tpo -c -o cogl-atlas.lo `test -f '$(srcdir)/cogl-atlas.c' || echo '$(srcdir)/'`$(srcdir)/cogl-atlas.c
1909 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-atlas.Tpo $(DEPDIR)/cogl-atlas.Plo
1910 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1911 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-atlas.c' object='cogl-atlas.lo' libtool=yes @AMDEPBACKSLASH@
1912 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1913 @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 cogl-atlas.lo `test -f '$(srcdir)/cogl-atlas.c' || echo '$(srcdir)/'`$(srcdir)/cogl-atlas.c
1914
1915 cogl-atlas-texture.lo: $(srcdir)/cogl-atlas-texture.c
1916 @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 cogl-atlas-texture.lo -MD -MP -MF $(DEPDIR)/cogl-atlas-texture.Tpo -c -o cogl-atlas-texture.lo `test -f '$(srcdir)/cogl-atlas-texture.c' || echo '$(srcdir)/'`$(srcdir)/cogl-atlas-texture.c
1917 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-atlas-texture.Tpo $(DEPDIR)/cogl-atlas-texture.Plo
1918 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1919 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-atlas-texture.c' object='cogl-atlas-texture.lo' libtool=yes @AMDEPBACKSLASH@
1920 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1921 @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 cogl-atlas-texture.lo `test -f '$(srcdir)/cogl-atlas-texture.c' || echo '$(srcdir)/'`$(srcdir)/cogl-atlas-texture.c
1922
1923 cogl-meta-texture.lo: $(srcdir)/cogl-meta-texture.c
1924 @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 cogl-meta-texture.lo -MD -MP -MF $(DEPDIR)/cogl-meta-texture.Tpo -c -o cogl-meta-texture.lo `test -f '$(srcdir)/cogl-meta-texture.c' || echo '$(srcdir)/'`$(srcdir)/cogl-meta-texture.c
1925 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-meta-texture.Tpo $(DEPDIR)/cogl-meta-texture.Plo
1926 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1927 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-meta-texture.c' object='cogl-meta-texture.lo' libtool=yes @AMDEPBACKSLASH@
1928 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1929 @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 cogl-meta-texture.lo `test -f '$(srcdir)/cogl-meta-texture.c' || echo '$(srcdir)/'`$(srcdir)/cogl-meta-texture.c
1930
1931 cogl-blit.lo: $(srcdir)/cogl-blit.c
1932 @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 cogl-blit.lo -MD -MP -MF $(DEPDIR)/cogl-blit.Tpo -c -o cogl-blit.lo `test -f '$(srcdir)/cogl-blit.c' || echo '$(srcdir)/'`$(srcdir)/cogl-blit.c
1933 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-blit.Tpo $(DEPDIR)/cogl-blit.Plo
1934 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1935 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-blit.c' object='cogl-blit.lo' libtool=yes @AMDEPBACKSLASH@
1936 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1937 @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 cogl-blit.lo `test -f '$(srcdir)/cogl-blit.c' || echo '$(srcdir)/'`$(srcdir)/cogl-blit.c
1938
1939 cogl-spans.lo: $(srcdir)/cogl-spans.c
1940 @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 cogl-spans.lo -MD -MP -MF $(DEPDIR)/cogl-spans.Tpo -c -o cogl-spans.lo `test -f '$(srcdir)/cogl-spans.c' || echo '$(srcdir)/'`$(srcdir)/cogl-spans.c
1941 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-spans.Tpo $(DEPDIR)/cogl-spans.Plo
1942 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1943 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-spans.c' object='cogl-spans.lo' libtool=yes @AMDEPBACKSLASH@
1944 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1945 @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 cogl-spans.lo `test -f '$(srcdir)/cogl-spans.c' || echo '$(srcdir)/'`$(srcdir)/cogl-spans.c
1946
1947 cogl-journal.lo: $(srcdir)/cogl-journal.c
1948 @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 cogl-journal.lo -MD -MP -MF $(DEPDIR)/cogl-journal.Tpo -c -o cogl-journal.lo `test -f '$(srcdir)/cogl-journal.c' || echo '$(srcdir)/'`$(srcdir)/cogl-journal.c
1949 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-journal.Tpo $(DEPDIR)/cogl-journal.Plo
1950 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1951 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-journal.c' object='cogl-journal.lo' libtool=yes @AMDEPBACKSLASH@
1952 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1953 @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 cogl-journal.lo `test -f '$(srcdir)/cogl-journal.c' || echo '$(srcdir)/'`$(srcdir)/cogl-journal.c
1954
1955 cogl-framebuffer.lo: $(srcdir)/cogl-framebuffer.c
1956 @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 cogl-framebuffer.lo -MD -MP -MF $(DEPDIR)/cogl-framebuffer.Tpo -c -o cogl-framebuffer.lo `test -f '$(srcdir)/cogl-framebuffer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-framebuffer.c
1957 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-framebuffer.Tpo $(DEPDIR)/cogl-framebuffer.Plo
1958 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1959 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-framebuffer.c' object='cogl-framebuffer.lo' libtool=yes @AMDEPBACKSLASH@
1960 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1961 @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 cogl-framebuffer.lo `test -f '$(srcdir)/cogl-framebuffer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-framebuffer.c
1962
1963 cogl-onscreen.lo: $(srcdir)/cogl-onscreen.c
1964 @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 cogl-onscreen.lo -MD -MP -MF $(DEPDIR)/cogl-onscreen.Tpo -c -o cogl-onscreen.lo `test -f '$(srcdir)/cogl-onscreen.c' || echo '$(srcdir)/'`$(srcdir)/cogl-onscreen.c
1965 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-onscreen.Tpo $(DEPDIR)/cogl-onscreen.Plo
1966 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1967 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-onscreen.c' object='cogl-onscreen.lo' libtool=yes @AMDEPBACKSLASH@
1968 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1969 @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 cogl-onscreen.lo `test -f '$(srcdir)/cogl-onscreen.c' || echo '$(srcdir)/'`$(srcdir)/cogl-onscreen.c
1970
1971 cogl-profile.lo: $(srcdir)/cogl-profile.c
1972 @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 cogl-profile.lo -MD -MP -MF $(DEPDIR)/cogl-profile.Tpo -c -o cogl-profile.lo `test -f '$(srcdir)/cogl-profile.c' || echo '$(srcdir)/'`$(srcdir)/cogl-profile.c
1973 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-profile.Tpo $(DEPDIR)/cogl-profile.Plo
1974 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1975 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-profile.c' object='cogl-profile.lo' libtool=yes @AMDEPBACKSLASH@
1976 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1977 @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 cogl-profile.lo `test -f '$(srcdir)/cogl-profile.c' || echo '$(srcdir)/'`$(srcdir)/cogl-profile.c
1978
1979 cogl-bitmask.lo: $(srcdir)/cogl-bitmask.c
1980 @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 cogl-bitmask.lo -MD -MP -MF $(DEPDIR)/cogl-bitmask.Tpo -c -o cogl-bitmask.lo `test -f '$(srcdir)/cogl-bitmask.c' || echo '$(srcdir)/'`$(srcdir)/cogl-bitmask.c
1981 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-bitmask.Tpo $(DEPDIR)/cogl-bitmask.Plo
1982 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1983 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-bitmask.c' object='cogl-bitmask.lo' libtool=yes @AMDEPBACKSLASH@
1984 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1985 @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 cogl-bitmask.lo `test -f '$(srcdir)/cogl-bitmask.c' || echo '$(srcdir)/'`$(srcdir)/cogl-bitmask.c
1986
1987 cogl-shader.lo: $(srcdir)/cogl-shader.c
1988 @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 cogl-shader.lo -MD -MP -MF $(DEPDIR)/cogl-shader.Tpo -c -o cogl-shader.lo `test -f '$(srcdir)/cogl-shader.c' || echo '$(srcdir)/'`$(srcdir)/cogl-shader.c
1989 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-shader.Tpo $(DEPDIR)/cogl-shader.Plo
1990 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1991 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-shader.c' object='cogl-shader.lo' libtool=yes @AMDEPBACKSLASH@
1992 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1993 @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 cogl-shader.lo `test -f '$(srcdir)/cogl-shader.c' || echo '$(srcdir)/'`$(srcdir)/cogl-shader.c
1994
1995 cogl-point-in-poly.lo: $(srcdir)/cogl-point-in-poly.c
1996 @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 cogl-point-in-poly.lo -MD -MP -MF $(DEPDIR)/cogl-point-in-poly.Tpo -c -o cogl-point-in-poly.lo `test -f '$(srcdir)/cogl-point-in-poly.c' || echo '$(srcdir)/'`$(srcdir)/cogl-point-in-poly.c
1997 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-point-in-poly.Tpo $(DEPDIR)/cogl-point-in-poly.Plo
1998 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
1999 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-point-in-poly.c' object='cogl-point-in-poly.lo' libtool=yes @AMDEPBACKSLASH@
2000 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2001 @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 cogl-point-in-poly.lo `test -f '$(srcdir)/cogl-point-in-poly.c' || echo '$(srcdir)/'`$(srcdir)/cogl-point-in-poly.c
2002
2003 cogl-clutter.lo: $(srcdir)/cogl-clutter.c
2004 @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 cogl-clutter.lo -MD -MP -MF $(DEPDIR)/cogl-clutter.Tpo -c -o cogl-clutter.lo `test -f '$(srcdir)/cogl-clutter.c' || echo '$(srcdir)/'`$(srcdir)/cogl-clutter.c
2005 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-clutter.Tpo $(DEPDIR)/cogl-clutter.Plo
2006 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2007 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-clutter.c' object='cogl-clutter.lo' libtool=yes @AMDEPBACKSLASH@
2008 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2009 @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 cogl-clutter.lo `test -f '$(srcdir)/cogl-clutter.c' || echo '$(srcdir)/'`$(srcdir)/cogl-clutter.c
2010
2011 cogl-winsys-stub.lo: $(srcdir)/winsys/cogl-winsys-stub.c
2012 @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 cogl-winsys-stub.lo -MD -MP -MF $(DEPDIR)/cogl-winsys-stub.Tpo -c -o cogl-winsys-stub.lo `test -f '$(srcdir)/winsys/cogl-winsys-stub.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-stub.c
2013 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-winsys-stub.Tpo $(DEPDIR)/cogl-winsys-stub.Plo
2014 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2015 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/winsys/cogl-winsys-stub.c' object='cogl-winsys-stub.lo' libtool=yes @AMDEPBACKSLASH@
2016 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2017 @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 cogl-winsys-stub.lo `test -f '$(srcdir)/winsys/cogl-winsys-stub.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-stub.c
2018
2019 cogl-config.lo: $(srcdir)/cogl-config.c
2020 @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 cogl-config.lo -MD -MP -MF $(DEPDIR)/cogl-config.Tpo -c -o cogl-config.lo `test -f '$(srcdir)/cogl-config.c' || echo '$(srcdir)/'`$(srcdir)/cogl-config.c
2021 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-config.Tpo $(DEPDIR)/cogl-config.Plo
2022 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2023 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-config.c' object='cogl-config.lo' libtool=yes @AMDEPBACKSLASH@
2024 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2025 @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 cogl-config.lo `test -f '$(srcdir)/cogl-config.c' || echo '$(srcdir)/'`$(srcdir)/cogl-config.c
2026
2027 cogl-boxed-value.lo: $(srcdir)/cogl-boxed-value.c
2028 @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 cogl-boxed-value.lo -MD -MP -MF $(DEPDIR)/cogl-boxed-value.Tpo -c -o cogl-boxed-value.lo `test -f '$(srcdir)/cogl-boxed-value.c' || echo '$(srcdir)/'`$(srcdir)/cogl-boxed-value.c
2029 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-boxed-value.Tpo $(DEPDIR)/cogl-boxed-value.Plo
2030 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2031 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-boxed-value.c' object='cogl-boxed-value.lo' libtool=yes @AMDEPBACKSLASH@
2032 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2033 @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 cogl-boxed-value.lo `test -f '$(srcdir)/cogl-boxed-value.c' || echo '$(srcdir)/'`$(srcdir)/cogl-boxed-value.c
2034
2035 cogl-snippet.lo: $(srcdir)/cogl-snippet.c
2036 @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 cogl-snippet.lo -MD -MP -MF $(DEPDIR)/cogl-snippet.Tpo -c -o cogl-snippet.lo `test -f '$(srcdir)/cogl-snippet.c' || echo '$(srcdir)/'`$(srcdir)/cogl-snippet.c
2037 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-snippet.Tpo $(DEPDIR)/cogl-snippet.Plo
2038 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2039 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-snippet.c' object='cogl-snippet.lo' libtool=yes @AMDEPBACKSLASH@
2040 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2041 @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 cogl-snippet.lo `test -f '$(srcdir)/cogl-snippet.c' || echo '$(srcdir)/'`$(srcdir)/cogl-snippet.c
2042
2043 cogl-poll.lo: $(srcdir)/cogl-poll.c
2044 @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 cogl-poll.lo -MD -MP -MF $(DEPDIR)/cogl-poll.Tpo -c -o cogl-poll.lo `test -f '$(srcdir)/cogl-poll.c' || echo '$(srcdir)/'`$(srcdir)/cogl-poll.c
2045 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-poll.Tpo $(DEPDIR)/cogl-poll.Plo
2046 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2047 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-poll.c' object='cogl-poll.lo' libtool=yes @AMDEPBACKSLASH@
2048 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2049 @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 cogl-poll.lo `test -f '$(srcdir)/cogl-poll.c' || echo '$(srcdir)/'`$(srcdir)/cogl-poll.c
2050
2051 cogl-glib-source.lo: $(srcdir)/cogl-glib-source.c
2052 @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 cogl-glib-source.lo -MD -MP -MF $(DEPDIR)/cogl-glib-source.Tpo -c -o cogl-glib-source.lo `test -f '$(srcdir)/cogl-glib-source.c' || echo '$(srcdir)/'`$(srcdir)/cogl-glib-source.c
2053 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-glib-source.Tpo $(DEPDIR)/cogl-glib-source.Plo
2054 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2055 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-glib-source.c' object='cogl-glib-source.lo' libtool=yes @AMDEPBACKSLASH@
2056 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2057 @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 cogl-glib-source.lo `test -f '$(srcdir)/cogl-glib-source.c' || echo '$(srcdir)/'`$(srcdir)/cogl-glib-source.c
2058
2059 cogl-xlib-renderer.lo: $(srcdir)/cogl-xlib-renderer.c
2060 @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 cogl-xlib-renderer.lo -MD -MP -MF $(DEPDIR)/cogl-xlib-renderer.Tpo -c -o cogl-xlib-renderer.lo `test -f '$(srcdir)/cogl-xlib-renderer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-xlib-renderer.c
2061 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-xlib-renderer.Tpo $(DEPDIR)/cogl-xlib-renderer.Plo
2062 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2063 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-xlib-renderer.c' object='cogl-xlib-renderer.lo' libtool=yes @AMDEPBACKSLASH@
2064 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2065 @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 cogl-xlib-renderer.lo `test -f '$(srcdir)/cogl-xlib-renderer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-xlib-renderer.c
2066
2067 cogl-xlib.lo: $(srcdir)/cogl-xlib.c
2068 @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 cogl-xlib.lo -MD -MP -MF $(DEPDIR)/cogl-xlib.Tpo -c -o cogl-xlib.lo `test -f '$(srcdir)/cogl-xlib.c' || echo '$(srcdir)/'`$(srcdir)/cogl-xlib.c
2069 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-xlib.Tpo $(DEPDIR)/cogl-xlib.Plo
2070 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2071 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-xlib.c' object='cogl-xlib.lo' libtool=yes @AMDEPBACKSLASH@
2072 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2073 @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 cogl-xlib.lo `test -f '$(srcdir)/cogl-xlib.c' || echo '$(srcdir)/'`$(srcdir)/cogl-xlib.c
2074
2075 cogl-texture-pixmap-x11.lo: $(srcdir)/winsys/cogl-texture-pixmap-x11.c
2076 @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 cogl-texture-pixmap-x11.lo -MD -MP -MF $(DEPDIR)/cogl-texture-pixmap-x11.Tpo -c -o cogl-texture-pixmap-x11.lo `test -f '$(srcdir)/winsys/cogl-texture-pixmap-x11.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-texture-pixmap-x11.c
2077 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-texture-pixmap-x11.Tpo $(DEPDIR)/cogl-texture-pixmap-x11.Plo
2078 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2079 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/winsys/cogl-texture-pixmap-x11.c' object='cogl-texture-pixmap-x11.lo' libtool=yes @AMDEPBACKSLASH@
2080 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2081 @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 cogl-texture-pixmap-x11.lo `test -f '$(srcdir)/winsys/cogl-texture-pixmap-x11.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-texture-pixmap-x11.c
2082
2083 cogl-winsys-glx.lo: $(srcdir)/winsys/cogl-winsys-glx.c
2084 @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 cogl-winsys-glx.lo -MD -MP -MF $(DEPDIR)/cogl-winsys-glx.Tpo -c -o cogl-winsys-glx.lo `test -f '$(srcdir)/winsys/cogl-winsys-glx.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-glx.c
2085 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-winsys-glx.Tpo $(DEPDIR)/cogl-winsys-glx.Plo
2086 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2087 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/winsys/cogl-winsys-glx.c' object='cogl-winsys-glx.lo' libtool=yes @AMDEPBACKSLASH@
2088 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2089 @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 cogl-winsys-glx.lo `test -f '$(srcdir)/winsys/cogl-winsys-glx.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-glx.c
2090
2091 cogl-win32-renderer.lo: $(srcdir)/cogl-win32-renderer.c
2092 @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 cogl-win32-renderer.lo -MD -MP -MF $(DEPDIR)/cogl-win32-renderer.Tpo -c -o cogl-win32-renderer.lo `test -f '$(srcdir)/cogl-win32-renderer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-win32-renderer.c
2093 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-win32-renderer.Tpo $(DEPDIR)/cogl-win32-renderer.Plo
2094 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2095 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/cogl-win32-renderer.c' object='cogl-win32-renderer.lo' libtool=yes @AMDEPBACKSLASH@
2096 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2097 @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 cogl-win32-renderer.lo `test -f '$(srcdir)/cogl-win32-renderer.c' || echo '$(srcdir)/'`$(srcdir)/cogl-win32-renderer.c
2098
2099 cogl-winsys-wgl.lo: $(srcdir)/winsys/cogl-winsys-wgl.c
2100 @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 cogl-winsys-wgl.lo -MD -MP -MF $(DEPDIR)/cogl-winsys-wgl.Tpo -c -o cogl-winsys-wgl.lo `test -f '$(srcdir)/winsys/cogl-winsys-wgl.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-wgl.c
2101 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-winsys-wgl.Tpo $(DEPDIR)/cogl-winsys-wgl.Plo
2102 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2103 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/winsys/cogl-winsys-wgl.c' object='cogl-winsys-wgl.lo' libtool=yes @AMDEPBACKSLASH@
2104 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2105 @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 cogl-winsys-wgl.lo `test -f '$(srcdir)/winsys/cogl-winsys-wgl.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-wgl.c
2106
2107 cogl-winsys-egl-wayland.lo: $(srcdir)/winsys/cogl-winsys-egl-wayland.c
2108 @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 cogl-winsys-egl-wayland.lo -MD -MP -MF $(DEPDIR)/cogl-winsys-egl-wayland.Tpo -c -o cogl-winsys-egl-wayland.lo `test -f '$(srcdir)/winsys/cogl-winsys-egl-wayland.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-egl-wayland.c
2109 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-winsys-egl-wayland.Tpo $(DEPDIR)/cogl-winsys-egl-wayland.Plo
2110 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2111 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/winsys/cogl-winsys-egl-wayland.c' object='cogl-winsys-egl-wayland.lo' libtool=yes @AMDEPBACKSLASH@
2112 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2113 @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 cogl-winsys-egl-wayland.lo `test -f '$(srcdir)/winsys/cogl-winsys-egl-wayland.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-egl-wayland.c
2114
2115 cogl-winsys-egl-kms.lo: $(srcdir)/winsys/cogl-winsys-egl-kms.c
2116 @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 cogl-winsys-egl-kms.lo -MD -MP -MF $(DEPDIR)/cogl-winsys-egl-kms.Tpo -c -o cogl-winsys-egl-kms.lo `test -f '$(srcdir)/winsys/cogl-winsys-egl-kms.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-egl-kms.c
2117 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-winsys-egl-kms.Tpo $(DEPDIR)/cogl-winsys-egl-kms.Plo
2118 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2119 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/winsys/cogl-winsys-egl-kms.c' object='cogl-winsys-egl-kms.lo' libtool=yes @AMDEPBACKSLASH@
2120 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2121 @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 cogl-winsys-egl-kms.lo `test -f '$(srcdir)/winsys/cogl-winsys-egl-kms.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-egl-kms.c
2122
2123 cogl-winsys-egl-x11.lo: $(srcdir)/winsys/cogl-winsys-egl-x11.c
2124 @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 cogl-winsys-egl-x11.lo -MD -MP -MF $(DEPDIR)/cogl-winsys-egl-x11.Tpo -c -o cogl-winsys-egl-x11.lo `test -f '$(srcdir)/winsys/cogl-winsys-egl-x11.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-egl-x11.c
2125 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-winsys-egl-x11.Tpo $(DEPDIR)/cogl-winsys-egl-x11.Plo
2126 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2127 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/winsys/cogl-winsys-egl-x11.c' object='cogl-winsys-egl-x11.lo' libtool=yes @AMDEPBACKSLASH@
2128 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2129 @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 cogl-winsys-egl-x11.lo `test -f '$(srcdir)/winsys/cogl-winsys-egl-x11.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-egl-x11.c
2130
2131 cogl-winsys-egl-null.lo: $(srcdir)/winsys/cogl-winsys-egl-null.c
2132 @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 cogl-winsys-egl-null.lo -MD -MP -MF $(DEPDIR)/cogl-winsys-egl-null.Tpo -c -o cogl-winsys-egl-null.lo `test -f '$(srcdir)/winsys/cogl-winsys-egl-null.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-egl-null.c
2133 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-winsys-egl-null.Tpo $(DEPDIR)/cogl-winsys-egl-null.Plo
2134 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2135 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/winsys/cogl-winsys-egl-null.c' object='cogl-winsys-egl-null.lo' libtool=yes @AMDEPBACKSLASH@
2136 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2137 @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 cogl-winsys-egl-null.lo `test -f '$(srcdir)/winsys/cogl-winsys-egl-null.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-egl-null.c
2138
2139 cogl-winsys-egl-gdl.lo: $(srcdir)/winsys/cogl-winsys-egl-gdl.c
2140 @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 cogl-winsys-egl-gdl.lo -MD -MP -MF $(DEPDIR)/cogl-winsys-egl-gdl.Tpo -c -o cogl-winsys-egl-gdl.lo `test -f '$(srcdir)/winsys/cogl-winsys-egl-gdl.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-egl-gdl.c
2141 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-winsys-egl-gdl.Tpo $(DEPDIR)/cogl-winsys-egl-gdl.Plo
2142 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2143 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/winsys/cogl-winsys-egl-gdl.c' object='cogl-winsys-egl-gdl.lo' libtool=yes @AMDEPBACKSLASH@
2144 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2145 @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 cogl-winsys-egl-gdl.lo `test -f '$(srcdir)/winsys/cogl-winsys-egl-gdl.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-egl-gdl.c
2146
2147 cogl-winsys-egl-android.lo: $(srcdir)/winsys/cogl-winsys-egl-android.c
2148 @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 cogl-winsys-egl-android.lo -MD -MP -MF $(DEPDIR)/cogl-winsys-egl-android.Tpo -c -o cogl-winsys-egl-android.lo `test -f '$(srcdir)/winsys/cogl-winsys-egl-android.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-egl-android.c
2149 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-winsys-egl-android.Tpo $(DEPDIR)/cogl-winsys-egl-android.Plo
2150 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2151 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/winsys/cogl-winsys-egl-android.c' object='cogl-winsys-egl-android.lo' libtool=yes @AMDEPBACKSLASH@
2152 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2153 @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 cogl-winsys-egl-android.lo `test -f '$(srcdir)/winsys/cogl-winsys-egl-android.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-egl-android.c
2154
2155 cogl-winsys-egl.lo: $(srcdir)/winsys/cogl-winsys-egl.c
2156 @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 cogl-winsys-egl.lo -MD -MP -MF $(DEPDIR)/cogl-winsys-egl.Tpo -c -o cogl-winsys-egl.lo `test -f '$(srcdir)/winsys/cogl-winsys-egl.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-egl.c
2157 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-winsys-egl.Tpo $(DEPDIR)/cogl-winsys-egl.Plo
2158 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2159 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/winsys/cogl-winsys-egl.c' object='cogl-winsys-egl.lo' libtool=yes @AMDEPBACKSLASH@
2160 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2161 @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 cogl-winsys-egl.lo `test -f '$(srcdir)/winsys/cogl-winsys-egl.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-egl.c
2162
2163 cogl-winsys-sdl.lo: $(srcdir)/winsys/cogl-winsys-sdl.c
2164 @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 cogl-winsys-sdl.lo -MD -MP -MF $(DEPDIR)/cogl-winsys-sdl.Tpo -c -o cogl-winsys-sdl.lo `test -f '$(srcdir)/winsys/cogl-winsys-sdl.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-sdl.c
2165 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cogl-winsys-sdl.Tpo $(DEPDIR)/cogl-winsys-sdl.Plo
2166 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
2167 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(srcdir)/winsys/cogl-winsys-sdl.c' object='cogl-winsys-sdl.lo' libtool=yes @AMDEPBACKSLASH@
2168 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2169 @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 cogl-winsys-sdl.lo `test -f '$(srcdir)/winsys/cogl-winsys-sdl.c' || echo '$(srcdir)/'`$(srcdir)/winsys/cogl-winsys-sdl.c
2170
2171 mostlyclean-libtool:
2172         -rm -f *.lo
2173
2174 clean-libtool:
2175         -rm -rf .libs _libs
2176 install-girDATA: $(gir_DATA)
2177         @$(NORMAL_INSTALL)
2178         test -z "$(girdir)" || $(MKDIR_P) "$(DESTDIR)$(girdir)"
2179         @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
2180         for p in $$list; do \
2181           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2182           echo "$$d$$p"; \
2183         done | $(am__base_list) | \
2184         while read files; do \
2185           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(girdir)'"; \
2186           $(INSTALL_DATA) $$files "$(DESTDIR)$(girdir)" || exit $$?; \
2187         done
2188
2189 uninstall-girDATA:
2190         @$(NORMAL_UNINSTALL)
2191         @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
2192         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2193         test -n "$$files" || exit 0; \
2194         echo " ( cd '$(DESTDIR)$(girdir)' && rm -f" $$files ")"; \
2195         cd "$(DESTDIR)$(girdir)" && rm -f $$files
2196 install-pkgconfigDATA: $(pkgconfig_DATA)
2197         @$(NORMAL_INSTALL)
2198         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
2199         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
2200         for p in $$list; do \
2201           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2202           echo "$$d$$p"; \
2203         done | $(am__base_list) | \
2204         while read files; do \
2205           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
2206           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
2207         done
2208
2209 uninstall-pkgconfigDATA:
2210         @$(NORMAL_UNINSTALL)
2211         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
2212         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2213         test -n "$$files" || exit 0; \
2214         echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
2215         cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
2216 install-typelibDATA: $(typelib_DATA)
2217         @$(NORMAL_INSTALL)
2218         test -z "$(typelibdir)" || $(MKDIR_P) "$(DESTDIR)$(typelibdir)"
2219         @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
2220         for p in $$list; do \
2221           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2222           echo "$$d$$p"; \
2223         done | $(am__base_list) | \
2224         while read files; do \
2225           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(typelibdir)'"; \
2226           $(INSTALL_DATA) $$files "$(DESTDIR)$(typelibdir)" || exit $$?; \
2227         done
2228
2229 uninstall-typelibDATA:
2230         @$(NORMAL_UNINSTALL)
2231         @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
2232         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2233         test -n "$$files" || exit 0; \
2234         echo " ( cd '$(DESTDIR)$(typelibdir)' && rm -f" $$files ")"; \
2235         cd "$(DESTDIR)$(typelibdir)" && rm -f $$files
2236 install-coglincludeHEADERS: $(coglinclude_HEADERS)
2237         @$(NORMAL_INSTALL)
2238         test -z "$(coglincludedir)" || $(MKDIR_P) "$(DESTDIR)$(coglincludedir)"
2239         @list='$(coglinclude_HEADERS)'; test -n "$(coglincludedir)" || list=; \
2240         for p in $$list; do \
2241           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2242           echo "$$d$$p"; \
2243         done | $(am__base_list) | \
2244         while read files; do \
2245           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(coglincludedir)'"; \
2246           $(INSTALL_HEADER) $$files "$(DESTDIR)$(coglincludedir)" || exit $$?; \
2247         done
2248
2249 uninstall-coglincludeHEADERS:
2250         @$(NORMAL_UNINSTALL)
2251         @list='$(coglinclude_HEADERS)'; test -n "$(coglincludedir)" || list=; \
2252         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2253         test -n "$$files" || exit 0; \
2254         echo " ( cd '$(DESTDIR)$(coglincludedir)' && rm -f" $$files ")"; \
2255         cd "$(DESTDIR)$(coglincludedir)" && rm -f $$files
2256 install-nodist_coglincludeHEADERS: $(nodist_coglinclude_HEADERS)
2257         @$(NORMAL_INSTALL)
2258         test -z "$(coglincludedir)" || $(MKDIR_P) "$(DESTDIR)$(coglincludedir)"
2259         @list='$(nodist_coglinclude_HEADERS)'; test -n "$(coglincludedir)" || list=; \
2260         for p in $$list; do \
2261           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
2262           echo "$$d$$p"; \
2263         done | $(am__base_list) | \
2264         while read files; do \
2265           echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(coglincludedir)'"; \
2266           $(INSTALL_HEADER) $$files "$(DESTDIR)$(coglincludedir)" || exit $$?; \
2267         done
2268
2269 uninstall-nodist_coglincludeHEADERS:
2270         @$(NORMAL_UNINSTALL)
2271         @list='$(nodist_coglinclude_HEADERS)'; test -n "$(coglincludedir)" || list=; \
2272         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
2273         test -n "$$files" || exit 0; \
2274         echo " ( cd '$(DESTDIR)$(coglincludedir)' && rm -f" $$files ")"; \
2275         cd "$(DESTDIR)$(coglincludedir)" && rm -f $$files
2276
2277 # This directory's subdirectories are mostly independent; you can cd
2278 # into them and run `make' without going through this Makefile.
2279 # To change the values of `make' variables: instead of editing Makefiles,
2280 # (1) if the variable is set in `config.status', edit `config.status'
2281 #     (which will cause the Makefiles to be regenerated when you run `make');
2282 # (2) otherwise, pass the desired values on the `make' command line.
2283 $(RECURSIVE_TARGETS):
2284         @fail= failcom='exit 1'; \
2285         for f in x $$MAKEFLAGS; do \
2286           case $$f in \
2287             *=* | --[!k]*);; \
2288             *k*) failcom='fail=yes';; \
2289           esac; \
2290         done; \
2291         dot_seen=no; \
2292         target=`echo $@ | sed s/-recursive//`; \
2293         list='$(SUBDIRS)'; for subdir in $$list; do \
2294           echo "Making $$target in $$subdir"; \
2295           if test "$$subdir" = "."; then \
2296             dot_seen=yes; \
2297             local_target="$$target-am"; \
2298           else \
2299             local_target="$$target"; \
2300           fi; \
2301           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2302           || eval $$failcom; \
2303         done; \
2304         if test "$$dot_seen" = "no"; then \
2305           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
2306         fi; test -z "$$fail"
2307
2308 $(RECURSIVE_CLEAN_TARGETS):
2309         @fail= failcom='exit 1'; \
2310         for f in x $$MAKEFLAGS; do \
2311           case $$f in \
2312             *=* | --[!k]*);; \
2313             *k*) failcom='fail=yes';; \
2314           esac; \
2315         done; \
2316         dot_seen=no; \
2317         case "$@" in \
2318           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
2319           *) list='$(SUBDIRS)' ;; \
2320         esac; \
2321         rev=''; for subdir in $$list; do \
2322           if test "$$subdir" = "."; then :; else \
2323             rev="$$subdir $$rev"; \
2324           fi; \
2325         done; \
2326         rev="$$rev ."; \
2327         target=`echo $@ | sed s/-recursive//`; \
2328         for subdir in $$rev; do \
2329           echo "Making $$target in $$subdir"; \
2330           if test "$$subdir" = "."; then \
2331             local_target="$$target-am"; \
2332           else \
2333             local_target="$$target"; \
2334           fi; \
2335           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
2336           || eval $$failcom; \
2337         done && test -z "$$fail"
2338 tags-recursive:
2339         list='$(SUBDIRS)'; for subdir in $$list; do \
2340           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
2341         done
2342 ctags-recursive:
2343         list='$(SUBDIRS)'; for subdir in $$list; do \
2344           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
2345         done
2346
2347 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
2348         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
2349         unique=`for i in $$list; do \
2350             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2351           done | \
2352           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2353               END { if (nonempty) { for (i in files) print i; }; }'`; \
2354         mkid -fID $$unique
2355 tags: TAGS
2356
2357 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
2358                 $(TAGS_FILES) $(LISP)
2359         set x; \
2360         here=`pwd`; \
2361         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
2362           include_option=--etags-include; \
2363           empty_fix=.; \
2364         else \
2365           include_option=--include; \
2366           empty_fix=; \
2367         fi; \
2368         list='$(SUBDIRS)'; for subdir in $$list; do \
2369           if test "$$subdir" = .; then :; else \
2370             test ! -f $$subdir/TAGS || \
2371               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
2372           fi; \
2373         done; \
2374         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
2375         unique=`for i in $$list; do \
2376             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2377           done | \
2378           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2379               END { if (nonempty) { for (i in files) print i; }; }'`; \
2380         shift; \
2381         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
2382           test -n "$$unique" || unique=$$empty_fix; \
2383           if test $$# -gt 0; then \
2384             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2385               "$$@" $$unique; \
2386           else \
2387             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
2388               $$unique; \
2389           fi; \
2390         fi
2391 ctags: CTAGS
2392 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
2393                 $(TAGS_FILES) $(LISP)
2394         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
2395         unique=`for i in $$list; do \
2396             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
2397           done | \
2398           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
2399               END { if (nonempty) { for (i in files) print i; }; }'`; \
2400         test -z "$(CTAGS_ARGS)$$unique" \
2401           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
2402              $$unique
2403
2404 GTAGS:
2405         here=`$(am__cd) $(top_builddir) && pwd` \
2406           && $(am__cd) $(top_srcdir) \
2407           && gtags -i $(GTAGS_ARGS) "$$here"
2408
2409 distclean-tags:
2410         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2411
2412 distdir: $(DISTFILES)
2413         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2414         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
2415         list='$(DISTFILES)'; \
2416           dist_files=`for file in $$list; do echo $$file; done | \
2417           sed -e "s|^$$srcdirstrip/||;t" \
2418               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
2419         case $$dist_files in \
2420           */*) $(MKDIR_P) `echo "$$dist_files" | \
2421                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
2422                            sort -u` ;; \
2423         esac; \
2424         for file in $$dist_files; do \
2425           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
2426           if test -d $$d/$$file; then \
2427             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
2428             if test -d "$(distdir)/$$file"; then \
2429               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2430             fi; \
2431             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
2432               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
2433               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
2434             fi; \
2435             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
2436           else \
2437             test -f "$(distdir)/$$file" \
2438             || cp -p $$d/$$file "$(distdir)/$$file" \
2439             || exit 1; \
2440           fi; \
2441         done
2442         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2443           if test "$$subdir" = .; then :; else \
2444             test -d "$(distdir)/$$subdir" \
2445             || $(MKDIR_P) "$(distdir)/$$subdir" \
2446             || exit 1; \
2447           fi; \
2448         done
2449         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
2450           if test "$$subdir" = .; then :; else \
2451             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
2452             $(am__relativize); \
2453             new_distdir=$$reldir; \
2454             dir1=$$subdir; dir2="$(top_distdir)"; \
2455             $(am__relativize); \
2456             new_top_distdir=$$reldir; \
2457             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
2458             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
2459             ($(am__cd) $$subdir && \
2460               $(MAKE) $(AM_MAKEFLAGS) \
2461                 top_distdir="$$new_top_distdir" \
2462                 distdir="$$new_distdir" \
2463                 am__remove_distdir=: \
2464                 am__skip_length_check=: \
2465                 am__skip_mode_fix=: \
2466                 distdir) \
2467               || exit 1; \
2468           fi; \
2469         done
2470         $(MAKE) $(AM_MAKEFLAGS) \
2471           top_distdir="$(top_distdir)" distdir="$(distdir)" \
2472           dist-hook
2473 check-am: all-am
2474 check: $(BUILT_SOURCES)
2475         $(MAKE) $(AM_MAKEFLAGS) check-recursive
2476 all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
2477 installdirs: installdirs-recursive
2478 installdirs-am:
2479         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(typelibdir)" "$(DESTDIR)$(coglincludedir)" "$(DESTDIR)$(coglincludedir)"; do \
2480           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
2481         done
2482 install: $(BUILT_SOURCES)
2483         $(MAKE) $(AM_MAKEFLAGS) install-recursive
2484 install-exec: install-exec-recursive
2485 install-data: install-data-recursive
2486 uninstall: uninstall-recursive
2487
2488 install-am: all-am
2489         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
2490
2491 installcheck: installcheck-recursive
2492 install-strip:
2493         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
2494           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
2495           `test -z '$(STRIP)' || \
2496             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
2497 mostlyclean-generic:
2498
2499 clean-generic:
2500         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
2501
2502 distclean-generic:
2503         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
2504         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
2505         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
2506
2507 maintainer-clean-generic:
2508         @echo "This command is intended for maintainers to use"
2509         @echo "it deletes files that may require special tools to rebuild."
2510         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
2511 clean: clean-recursive
2512
2513 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
2514         clean-noinstLTLIBRARIES mostlyclean-am
2515
2516 distclean: distclean-recursive
2517         -rm -rf ./$(DEPDIR)
2518         -rm -f Makefile
2519 distclean-am: clean-am distclean-compile distclean-generic \
2520         distclean-tags
2521
2522 dvi: dvi-recursive
2523
2524 dvi-am:
2525
2526 html: html-recursive
2527
2528 html-am:
2529
2530 info: info-recursive
2531
2532 info-am:
2533
2534 install-data-am: install-coglincludeHEADERS install-girDATA \
2535         install-nodist_coglincludeHEADERS install-pkgconfigDATA \
2536         install-typelibDATA
2537
2538 install-dvi: install-dvi-recursive
2539
2540 install-dvi-am:
2541
2542 install-exec-am: install-libLTLIBRARIES
2543
2544 install-html: install-html-recursive
2545
2546 install-html-am:
2547
2548 install-info: install-info-recursive
2549
2550 install-info-am:
2551
2552 install-man:
2553
2554 install-pdf: install-pdf-recursive
2555
2556 install-pdf-am:
2557
2558 install-ps: install-ps-recursive
2559
2560 install-ps-am:
2561
2562 installcheck-am:
2563
2564 maintainer-clean: maintainer-clean-recursive
2565         -rm -rf ./$(DEPDIR)
2566         -rm -f Makefile
2567 maintainer-clean-am: distclean-am maintainer-clean-generic
2568
2569 mostlyclean: mostlyclean-recursive
2570
2571 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
2572         mostlyclean-libtool
2573
2574 pdf: pdf-recursive
2575
2576 pdf-am:
2577
2578 ps: ps-recursive
2579
2580 ps-am:
2581
2582 uninstall-am: uninstall-coglincludeHEADERS uninstall-girDATA \
2583         uninstall-libLTLIBRARIES uninstall-nodist_coglincludeHEADERS \
2584         uninstall-pkgconfigDATA uninstall-typelibDATA
2585
2586 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
2587         ctags-recursive install install-am install-strip \
2588         tags-recursive
2589
2590 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
2591         all all-am check check-am clean clean-generic \
2592         clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
2593         ctags ctags-recursive dist-hook distclean distclean-compile \
2594         distclean-generic distclean-libtool distclean-tags distdir dvi \
2595         dvi-am html html-am info info-am install install-am \
2596         install-coglincludeHEADERS install-data install-data-am \
2597         install-dvi install-dvi-am install-exec install-exec-am \
2598         install-girDATA install-html install-html-am install-info \
2599         install-info-am install-libLTLIBRARIES install-man \
2600         install-nodist_coglincludeHEADERS install-pdf install-pdf-am \
2601         install-pkgconfigDATA install-ps install-ps-am install-strip \
2602         install-typelibDATA installcheck installcheck-am installdirs \
2603         installdirs-am maintainer-clean maintainer-clean-generic \
2604         mostlyclean mostlyclean-compile mostlyclean-generic \
2605         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
2606         uninstall uninstall-am uninstall-coglincludeHEADERS \
2607         uninstall-girDATA uninstall-libLTLIBRARIES \
2608         uninstall-nodist_coglincludeHEADERS uninstall-pkgconfigDATA \
2609         uninstall-typelibDATA
2610
2611
2612 cogl-gl-1.0.pc: cogl-1.0.pc
2613         $(QUIET_GEN)cp -f $< $(@F)
2614
2615 # Basic sanity checks
2616 $(if $(GLIB_MKENUMS),,$(error Need to define GLIB_MKENUMS))
2617
2618 $(if $(or $(glib_enum_h), \
2619           $(glib_enum_c)),, \
2620     $(error Need to define glib_enum_h and glib_enum_c))
2621
2622 $(if $(glib_enum_headers),,$(error Need to define glib_enum_headers))
2623
2624 stamp-enum-types: $(glib_enum_headers) $(enum_tmpl_h)
2625         $(AM_V_GEN)$(GLIB_MKENUMS) \
2626                 --template $(enum_tmpl_h) \
2627         $(glib_enum_headers) > xgen-eh \
2628         && (cmp -s xgen-eh $(glib_enum_h) || cp -f xgen-eh $(glib_enum_h)) \
2629         && rm -f xgen-eh \
2630         && echo timestamp > $(@F)
2631
2632 $(glib_enum_h): stamp-enum-types
2633         @true
2634
2635 $(glib_enum_c): $(glib_enum_headers) $(glib_enum_h) $(enum_tmpl_c)
2636         $(AM_V_GEN)$(GLIB_MKENUMS) \
2637                 --template $(enum_tmpl_c) \
2638         $(glib_enum_headers) > xgen-ec \
2639         && cp -f xgen-ec $(glib_enum_c) \
2640         && rm -f xgen-ec
2641
2642 dist-hook: ../build/win32/vs9/cogl.vcproj ../build/win32/vs10/cogl.vcxproj ../build/win32/vs10/cogl.vcxproj.filters ../build/win32/gen-enums.bat
2643
2644 # I know those filters below don't look nice, but this is to ensure the right files are in the Project files only *once*
2645 ../build/win32/vs9/cogl.vcproj: $(top_srcdir)/build/win32/vs9/cogl.vcprojin
2646         for F in `echo $(cogl_sources_c) $(BUILT_SOURCES) | tr '/' '\\'`; do \
2647                 case $$F in \
2648                 *-egl.c|*-egl-*.c|*-glx.c|*-xlib*.c|*-x11.c|*.wgl.c|*-gl.c|*-gles.c|*-kms.c|*-sdl.c|*.h) ;; \
2649                 *.c)    echo '   <File RelativePath="..\..\..\cogl\'$$F'" />' \
2650                         ;; \
2651                 esac; \
2652         done >cogl.sourcefiles
2653         $(CPP) -P - <$(top_srcdir)/build/win32/vs9/cogl.vcprojin >$@
2654         rm cogl.sourcefiles
2655
2656 ../build/win32/vs10/cogl.vcxproj: $(top_srcdir)/build/win32/vs10/cogl.vcxprojin
2657         for F in `echo $(cogl_sources_c) $(BUILT_SOURCES) | tr '/' '\\'`; do \
2658                 case $$F in \
2659                 *-egl.c|*-egl-*.c|*-glx.c|*-xlib*.c|*-x11.c|*.wgl.c|*-gl.c|*-gles.c|*-kms.c|*-sdl.c|*.h) ;; \
2660                 *.c)    echo '    <ClCompile Include="..\..\..\cogl\'$$F'" />' \
2661                         ;; \
2662                 esac; \
2663         done >cogl.vs10.sourcefiles
2664         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/cogl.vcxprojin >$@
2665         rm cogl.vs10.sourcefiles
2666
2667 ../build/win32/vs10/cogl.vcxproj.filters: $(top_srcdir)/build/win32/vs10/cogl.vcxproj.filtersin
2668         for F in `echo $(cogl_sources_c) $(BUILT_SOURCES) | tr '/' '\\'`; do \
2669                 case $$F in \
2670                 *-egl.c|*-egl-*.c|*-glx.c|*-xlib*.c|*-x11.c|*.wgl.c|*-gl.c|*-gles.c|*-kms.c|*-sdl.c|*.h) ;; \
2671                 *.c)    echo '    <ClCompile Include="..\..\..\cogl\'$$F'"><Filter>Sources</Filter></ClCompile>' \
2672                         ;; \
2673                 esac; \
2674         done >cogl.vs10.sourcefiles.filters
2675         $(CPP) -P - <$(top_srcdir)/build/win32/vs10/cogl.vcxproj.filtersin >$@
2676         rm cogl.vs10.sourcefiles.filters
2677
2678 cogl.vsenums_h:
2679         echo 'perl %1\bin\glib-mkenums --template ../../cogl/cogl-enum-types.h.in ' >vsenums_h.temp1
2680         for F in `echo $(cogl_1_public_h) $(srcdir)/cogl-win32-renderer.h`; do \
2681                 case $$F in \
2682                 *xlib*.h|*wayland*.h) ;; \
2683                 *.h) echo '../../cogl'$$F' '    \
2684                         ;;      \
2685                 esac;   \
2686         done >>vsenums_h.temp1
2687         cat vsenums_h.temp1 | sed 's_/cogl./_/cogl/_' >vsenums_h.temp
2688         cat vsenums_h.temp | tr -d '\n' >>$@
2689         echo '> ..\..\cogl\cogl-enum-types.h' >>$@
2690         rm vsenums_h.temp1
2691         rm vsenums_h.temp
2692
2693 cogl.vsenums_c:
2694         echo 'perl %1\bin\glib-mkenums --template ../../cogl/cogl-enum-types.c.in ' >vsenums_c.temp1
2695         for F in `echo $(cogl_1_public_h) $(srcdir)/cogl-win32-renderer.h`; do \
2696                 case $$F in \
2697                 *xlib*.h|*wayland*.h) ;; \
2698                 *.h) echo '../../cogl'$$F' '    \
2699                         ;;      \
2700                 esac;   \
2701         done >>vsenums_c.temp1
2702         cat vsenums_c.temp1 | sed 's_/cogl./_/cogl/_' >vsenums_c.temp
2703         cat vsenums_c.temp | tr -d '\n' >>$@
2704         echo '> ..\..\cogl\cogl-enum-types.c' >>$@
2705         rm vsenums_c.temp1
2706         rm vsenums_c.temp
2707
2708 ../build/win32/gen-enums.bat: cogl.vsenums_h cogl.vsenums_c
2709         echo 'if exist ..\..\cogl\cogl-enum-types.h goto DONE_COGL_ENUMS_H' >$@
2710         cat cogl.vsenums_h >>$@
2711         echo ':DONE_COGL_ENUMS_H' >>$@
2712         echo 'if exist ..\..\cogl\cogl-enum-types.c goto DONE_COGL_ENUMS_C' >>$@
2713         cat cogl.vsenums_c >>$@
2714         echo ':DONE_COGL_ENUMS_C' >>$@
2715         rm cogl.vsenums_h
2716         rm cogl.vsenums_c
2717
2718 -include $(INTROSPECTION_MAKEFILE)
2719
2720 @HAVE_INTROSPECTION_TRUE@Cogl-1.0.gir: libcogl.la Makefile
2721
2722 # Tell versions [3.59,3.63) of GNU make to not export all variables.
2723 # Otherwise a system limit (for SysV at least) may be exceeded.
2724 .NOEXPORT: