~elementary-os/elementaryos/os-patch-mutter-bionic

« back to all changes in this revision

Viewing changes to cogl/cogl/Makefile.in

  • Committer: RabbitBot
  • Date: 2018-04-11 14:49:36 UTC
  • Revision ID: rabbitbot@elementary.io-20180411144936-hgymqa9d8d1xfpbh
Initial import, version 3.28.0-2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.15.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
5
 
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
# preamble
 
18
 
 
19
 
 
20
 
 
21
VPATH = @srcdir@
 
22
am__is_gnu_make = { \
 
23
  if test -z '$(MAKELEVEL)'; then \
 
24
    false; \
 
25
  elif test -n '$(MAKE_HOST)'; then \
 
26
    true; \
 
27
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
28
    true; \
 
29
  else \
 
30
    false; \
 
31
  fi; \
 
32
}
 
33
am__make_running_with_option = \
 
34
  case $${target_option-} in \
 
35
      ?) ;; \
 
36
      *) echo "am__make_running_with_option: internal error: invalid" \
 
37
              "target option '$${target_option-}' specified" >&2; \
 
38
         exit 1;; \
 
39
  esac; \
 
40
  has_opt=no; \
 
41
  sane_makeflags=$$MAKEFLAGS; \
 
42
  if $(am__is_gnu_make); then \
 
43
    sane_makeflags=$$MFLAGS; \
 
44
  else \
 
45
    case $$MAKEFLAGS in \
 
46
      *\\[\ \   ]*) \
 
47
        bs=\\; \
 
48
        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
 
49
          | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
 
50
    esac; \
 
51
  fi; \
 
52
  skip_next=no; \
 
53
  strip_trailopt () \
 
54
  { \
 
55
    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
 
56
  }; \
 
57
  for flg in $$sane_makeflags; do \
 
58
    test $$skip_next = yes && { skip_next=no; continue; }; \
 
59
    case $$flg in \
 
60
      *=*|--*) continue;; \
 
61
        -*I) strip_trailopt 'I'; skip_next=yes;; \
 
62
      -*I?*) strip_trailopt 'I';; \
 
63
        -*O) strip_trailopt 'O'; skip_next=yes;; \
 
64
      -*O?*) strip_trailopt 'O';; \
 
65
        -*l) strip_trailopt 'l'; skip_next=yes;; \
 
66
      -*l?*) strip_trailopt 'l';; \
 
67
      -[dEDm]) skip_next=yes;; \
 
68
      -[JT]) skip_next=yes;; \
 
69
    esac; \
 
70
    case $$flg in \
 
71
      *$$target_option*) has_opt=yes; break;; \
 
72
    esac; \
 
73
  done; \
 
74
  test $$has_opt = yes
 
75
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
 
76
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
 
77
pkgdatadir = $(datadir)/@PACKAGE@
 
78
pkgincludedir = $(includedir)/@PACKAGE@
 
79
pkglibdir = $(libdir)/@PACKAGE@
 
80
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
81
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
82
install_sh_DATA = $(install_sh) -c -m 644
 
83
install_sh_PROGRAM = $(install_sh) -c
 
84
install_sh_SCRIPT = $(install_sh) -c
 
85
INSTALL_HEADER = $(INSTALL_DATA)
 
86
transform = $(program_transform_name)
 
87
NORMAL_INSTALL = :
 
88
PRE_INSTALL = :
 
89
POST_INSTALL = :
 
90
NORMAL_UNINSTALL = :
 
91
PRE_UNINSTALL = :
 
92
POST_UNINSTALL = :
 
93
build_triplet = @build@
 
94
host_triplet = @host@
 
95
@HAVE_COGL_DEFAULT_DRIVER_TRUE@am__append_1 = \
 
96
@HAVE_COGL_DEFAULT_DRIVER_TRUE@ -DCOGL_DEFAULT_DRIVER=\"$(COGL_DEFAULT_DRIVER)\"
 
97
 
 
98
@COGL_DRIVER_GL_SUPPORTED_TRUE@am__append_2 = \
 
99
@COGL_DRIVER_GL_SUPPORTED_TRUE@ driver/gl/gl/cogl-driver-gl.c \
 
100
@COGL_DRIVER_GL_SUPPORTED_TRUE@ driver/gl/gl/cogl-texture-driver-gl.c \
 
101
@COGL_DRIVER_GL_SUPPORTED_TRUE@ $(NULL)
 
102
 
 
103
@COGL_DRIVER_GLES_SUPPORTED_TRUE@am__append_3 = \
 
104
@COGL_DRIVER_GLES_SUPPORTED_TRUE@       driver/gl/gles/cogl-driver-gles.c \
 
105
@COGL_DRIVER_GLES_SUPPORTED_TRUE@       driver/gl/gles/cogl-texture-driver-gles.c       \
 
106
@COGL_DRIVER_GLES_SUPPORTED_TRUE@       $(NULL)
 
107
 
 
108
@SUPPORT_XLIB_TRUE@am__append_4 = deprecated/cogl-clutter-xlib.h
 
109
@SUPPORT_XLIB_TRUE@am__append_5 = cogl-xlib-renderer.h
 
110
@SUPPORT_XLIB_TRUE@am__append_6 = \
 
111
@SUPPORT_XLIB_TRUE@     winsys/cogl-texture-pixmap-x11.h \
 
112
@SUPPORT_XLIB_TRUE@     cogl-xlib.h
 
113
 
 
114
@SUPPORT_XLIB_TRUE@am__append_7 = \
 
115
@SUPPORT_XLIB_TRUE@     cogl-x11-renderer-private.h \
 
116
@SUPPORT_XLIB_TRUE@     cogl-xlib-renderer-private.h \
 
117
@SUPPORT_XLIB_TRUE@     cogl-xlib-renderer.c \
 
118
@SUPPORT_XLIB_TRUE@     cogl-xlib.c \
 
119
@SUPPORT_XLIB_TRUE@     cogl-xlib-private.h \
 
120
@SUPPORT_XLIB_TRUE@     winsys/cogl-texture-pixmap-x11.c \
 
121
@SUPPORT_XLIB_TRUE@     winsys/cogl-texture-pixmap-x11-private.h
 
122
 
 
123
@SUPPORT_GLX_TRUE@am__append_8 = cogl-glx.h
 
124
@SUPPORT_GLX_TRUE@am__append_9 = \
 
125
@SUPPORT_GLX_TRUE@      cogl-glx-renderer-private.h \
 
126
@SUPPORT_GLX_TRUE@      cogl-glx-display-private.h \
 
127
@SUPPORT_GLX_TRUE@      winsys/cogl-winsys-glx-feature-functions.h \
 
128
@SUPPORT_GLX_TRUE@      winsys/cogl-winsys-glx-private.h \
 
129
@SUPPORT_GLX_TRUE@      winsys/cogl-winsys-glx.c
 
130
 
 
131
@SUPPORT_WAYLAND_EGL_SERVER_TRUE@am__append_10 = cogl-wayland-server.h
 
132
@SUPPORT_EGL_PLATFORM_XLIB_TRUE@am__append_11 = \
 
133
@SUPPORT_EGL_PLATFORM_XLIB_TRUE@        winsys/cogl-winsys-egl-x11.c \
 
134
@SUPPORT_EGL_PLATFORM_XLIB_TRUE@        winsys/cogl-winsys-egl-x11-private.h
 
135
 
 
136
@SUPPORT_EGL_TRUE@am__append_12 = cogl-egl.h
 
137
@SUPPORT_EGL_TRUE@am__append_13 = cogl-egl-defines.h
 
138
@SUPPORT_EGL_TRUE@am__append_14 = \
 
139
@SUPPORT_EGL_TRUE@      cogl-egl-private.h \
 
140
@SUPPORT_EGL_TRUE@      winsys/cogl-winsys-egl.c \
 
141
@SUPPORT_EGL_TRUE@      winsys/cogl-winsys-egl-feature-functions.h \
 
142
@SUPPORT_EGL_TRUE@      winsys/cogl-winsys-egl-private.h
 
143
 
 
144
@UNIT_TESTS_TRUE@am__append_15 = $(top_builddir)/test-fixtures/libtest-fixtures.la
 
145
@HAVE_INTROSPECTION_TRUE@@UNIT_TESTS_TRUE@am__append_16 = $(top_builddir)/test-fixtures/libtest-fixtures.la
 
146
@HAVE_INTROSPECTION_TRUE@am__append_17 = Cogl-@LIBMUTTER_API_VERSION@.gir
 
147
@HAVE_INTROSPECTION_TRUE@am__append_18 = $(gir_DATA) $(typelib_DATA)
 
148
subdir = cogl
 
149
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
150
am__aclocal_m4_deps =  \
 
151
        $(top_srcdir)/build/autotools/as-compiler-flag.m4 \
 
152
        $(top_srcdir)/build/autotools/introspection.m4 \
 
153
        $(top_srcdir)/build/autotools/libtool.m4 \
 
154
        $(top_srcdir)/build/autotools/ltoptions.m4 \
 
155
        $(top_srcdir)/build/autotools/ltsugar.m4 \
 
156
        $(top_srcdir)/build/autotools/ltversion.m4 \
 
157
        $(top_srcdir)/build/autotools/lt~obsolete.m4 \
 
158
        $(top_srcdir)/configure.ac
 
159
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
160
        $(ACLOCAL_M4)
 
161
DIST_COMMON = $(srcdir)/Makefile.am $(cogl_proto_include_HEADERS) \
 
162
        $(am__cogldeprecatedinclude_HEADERS_DIST) \
 
163
        $(am__coglinclude_HEADERS_DIST) $(am__DIST_COMMON)
 
164
mkinstalldirs = $(install_sh) -d
 
165
CONFIG_HEADER = $(top_builddir)/cogl-config.h \
 
166
        $(top_builddir)/cogl-mutter-config.h
 
167
CONFIG_CLEAN_FILES = cogl-defines.h cogl-gl-header.h \
 
168
        cogl-egl-defines.h
 
169
CONFIG_CLEAN_VPATH_FILES =
 
170
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
171
am__vpath_adj = case $$p in \
 
172
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
173
    *) f=$$p;; \
 
174
  esac;
 
175
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
176
am__install_max = 40
 
177
am__nobase_strip_setup = \
 
178
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
179
am__nobase_strip = \
 
180
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
181
am__nobase_list = $(am__nobase_strip_setup); \
 
182
  for p in $$list; do echo "$$p $$p"; done | \
 
183
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
184
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
185
    if (++n[$$2] == $(am__install_max)) \
 
186
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
187
    END { for (dir in files) print dir, files[dir] }'
 
188
am__base_list = \
 
189
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
190
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
191
am__uninstall_files_from_dir = { \
 
192
  test -z "$$files" \
 
193
    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
 
194
    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
 
195
         $(am__cd) "$$dir" && rm -f $$files; }; \
 
196
  }
 
197
am__installdirs = "$(DESTDIR)$(mutterlibdir)" "$(DESTDIR)$(girdir)" \
 
198
        "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(typelibdir)" \
 
199
        "$(DESTDIR)$(cogl_proto_includedir)" \
 
200
        "$(DESTDIR)$(cogldeprecatedincludedir)" \
 
201
        "$(DESTDIR)$(coglincludedir)" "$(DESTDIR)$(coglincludedir)"
 
202
LTLIBRARIES = $(mutterlib_LTLIBRARIES)
 
203
am__DEPENDENCIES_1 =
 
204
libmutter_cogl_@LIBMUTTER_API_VERSION@_la_DEPENDENCIES =  \
 
205
        $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
 
206
        $(am__DEPENDENCIES_1) $(am__append_15)
 
207
am__libmutter_cogl_@LIBMUTTER_API_VERSION@_la_SOURCES_DIST =  \
 
208
        driver/nop/cogl-driver-nop.c \
 
209
        driver/nop/cogl-framebuffer-nop-private.h \
 
210
        driver/nop/cogl-framebuffer-nop.c \
 
211
        driver/nop/cogl-attribute-nop-private.h \
 
212
        driver/nop/cogl-attribute-nop.c \
 
213
        driver/nop/cogl-clip-stack-nop-private.h \
 
214
        driver/nop/cogl-clip-stack-nop.c \
 
215
        driver/nop/cogl-texture-2d-nop-private.h \
 
216
        driver/nop/cogl-texture-2d-nop.c \
 
217
        driver/gl/cogl-util-gl-private.h driver/gl/cogl-util-gl.c \
 
218
        driver/gl/cogl-framebuffer-gl-private.h \
 
219
        driver/gl/cogl-framebuffer-gl.c \
 
220
        driver/gl/cogl-texture-gl-private.h \
 
221
        driver/gl/cogl-texture-gl.c \
 
222
        driver/gl/cogl-texture-2d-gl-private.h \
 
223
        driver/gl/cogl-texture-2d-gl.c \
 
224
        driver/gl/cogl-attribute-gl-private.h \
 
225
        driver/gl/cogl-attribute-gl.c \
 
226
        driver/gl/cogl-clip-stack-gl-private.h \
 
227
        driver/gl/cogl-clip-stack-gl.c \
 
228
        driver/gl/cogl-buffer-gl-private.h driver/gl/cogl-buffer-gl.c \
 
229
        driver/gl/cogl-pipeline-opengl.c \
 
230
        driver/gl/cogl-pipeline-opengl-private.h \
 
231
        driver/gl/cogl-pipeline-fragend-glsl.c \
 
232
        driver/gl/cogl-pipeline-fragend-glsl-private.h \
 
233
        driver/gl/gl/cogl-pipeline-fragend-arbfp.c \
 
234
        driver/gl/gl/cogl-pipeline-fragend-arbfp-private.h \
 
235
        driver/gl/gl/cogl-pipeline-progend-fixed-arbfp.c \
 
236
        driver/gl/gl/cogl-pipeline-progend-fixed-arbfp-private.h \
 
237
        driver/gl/cogl-pipeline-fragend-fixed.c \
 
238
        driver/gl/cogl-pipeline-fragend-fixed-private.h \
 
239
        driver/gl/cogl-pipeline-vertend-glsl.c \
 
240
        driver/gl/cogl-pipeline-vertend-glsl-private.h \
 
241
        driver/gl/cogl-pipeline-vertend-fixed.c \
 
242
        driver/gl/cogl-pipeline-vertend-fixed-private.h \
 
243
        driver/gl/cogl-pipeline-progend-fixed.c \
 
244
        driver/gl/cogl-pipeline-progend-fixed-private.h \
 
245
        driver/gl/cogl-pipeline-progend-glsl.c \
 
246
        driver/gl/cogl-pipeline-progend-glsl-private.h \
 
247
        driver/gl/gl/cogl-driver-gl.c \
 
248
        driver/gl/gl/cogl-texture-driver-gl.c \
 
249
        driver/gl/gles/cogl-driver-gles.c \
 
250
        driver/gl/gles/cogl-texture-driver-gles.c \
 
251
        winsys/cogl-winsys-private.h winsys/cogl-winsys.c \
 
252
        cogl-private.h cogl-i18n-private.h cogl-debug.h \
 
253
        cogl-debug-options.h cogl-gpu-info.c cogl-gpu-info-private.h \
 
254
        cogl-context-private.h cogl-context.c cogl-renderer-private.h \
 
255
        cogl-renderer.h cogl-renderer.c cogl-swap-chain-private.h \
 
256
        cogl-swap-chain.h cogl-swap-chain.c \
 
257
        cogl-onscreen-template-private.h cogl-onscreen-template.h \
 
258
        cogl-onscreen-template.c cogl-display-private.h cogl-display.h \
 
259
        cogl-display.c cogl-driver.h cogl.c cogl-object-private.h \
 
260
        cogl-object.h cogl-object.c cogl-util.h cogl-util.c \
 
261
        cogl-bitmap-private.h cogl-bitmap.c cogl-bitmap-conversion.c \
 
262
        cogl-bitmap-packing.h cogl-primitives-private.h \
 
263
        cogl-primitives.h cogl-primitives.c cogl-bitmap-pixbuf.c \
 
264
        cogl-clip-stack.h cogl-clip-stack.c cogl-feature-private.h \
 
265
        cogl-feature-private.c cogl-color-private.h cogl-color.c \
 
266
        cogl-buffer-private.h cogl-buffer.c \
 
267
        cogl-pixel-buffer-private.h cogl-pixel-buffer.c \
 
268
        cogl-index-buffer-private.h cogl-index-buffer.c \
 
269
        cogl-attribute-buffer-private.h cogl-attribute-buffer.c \
 
270
        cogl-indices-private.h cogl-indices.c cogl-attribute-private.h \
 
271
        cogl-attribute.c cogl-primitive-private.h cogl-primitive.c \
 
272
        cogl-matrix.c cogl-vector.c cogl-euler.c \
 
273
        cogl-quaternion-private.h cogl-quaternion.c \
 
274
        cogl-matrix-private.h cogl-matrix-stack.c \
 
275
        cogl-matrix-stack-private.h cogl-depth-state.c \
 
276
        cogl-depth-state-private.h cogl-node.c cogl-node-private.h \
 
277
        cogl-pipeline.c cogl-pipeline-private.h cogl-pipeline-layer.c \
 
278
        cogl-pipeline-layer-private.h cogl-pipeline-state.c \
 
279
        cogl-pipeline-layer-state-private.h \
 
280
        cogl-pipeline-layer-state.c cogl-pipeline-state-private.h \
 
281
        cogl-pipeline-debug.c cogl-glsl-shader.c \
 
282
        cogl-glsl-shader-private.h cogl-glsl-shader-boilerplate.h \
 
283
        cogl-pipeline-snippet-private.h cogl-pipeline-snippet.c \
 
284
        cogl-pipeline-cache.h cogl-pipeline-cache.c \
 
285
        cogl-pipeline-hash-table.h cogl-pipeline-hash-table.c \
 
286
        cogl-sampler-cache.c cogl-sampler-cache-private.h \
 
287
        cogl-blend-string.c cogl-blend-string.h cogl-debug.c \
 
288
        cogl-sub-texture-private.h cogl-texture-private.h \
 
289
        cogl-texture-2d-private.h cogl-texture-2d-sliced-private.h \
 
290
        cogl-texture-3d-private.h cogl-texture-driver.h \
 
291
        cogl-sub-texture.c cogl-texture.c cogl-texture-2d.c \
 
292
        cogl-texture-2d-sliced.c cogl-texture-3d.c \
 
293
        cogl-texture-rectangle-private.h cogl-texture-rectangle.c \
 
294
        cogl-rectangle-map.h cogl-rectangle-map.c cogl-atlas.h \
 
295
        cogl-atlas.c cogl-atlas-texture-private.h cogl-atlas-texture.c \
 
296
        cogl-meta-texture.c cogl-primitive-texture.c cogl-blit.h \
 
297
        cogl-blit.c cogl-spans.h cogl-spans.c cogl-journal-private.h \
 
298
        cogl-journal.c cogl-frame-info-private.h cogl-frame-info.c \
 
299
        cogl-framebuffer-private.h cogl-framebuffer.c \
 
300
        cogl-onscreen-private.h cogl-onscreen.c cogl-output-private.h \
 
301
        cogl-output.c cogl-profile.h cogl-profile.c cogl-flags.h \
 
302
        cogl-bitmask.h cogl-bitmask.c cogl-gtype.c \
 
303
        cogl-gtype-private.h cogl-point-in-poly-private.h \
 
304
        cogl-point-in-poly.c cogl-list.c cogl-list.h \
 
305
        winsys/cogl-winsys-stub-private.h winsys/cogl-winsys-stub.c \
 
306
        cogl-config-private.h cogl-config.c cogl-boxed-value.h \
 
307
        cogl-boxed-value.c cogl-snippet-private.h cogl-snippet.c \
 
308
        cogl-poll-private.h cogl-poll.c \
 
309
        gl-prototypes/cogl-all-functions.h \
 
310
        gl-prototypes/cogl-gles1-functions.h \
 
311
        gl-prototypes/cogl-gles2-functions.h \
 
312
        gl-prototypes/cogl-core-functions.h \
 
313
        gl-prototypes/cogl-in-gles-core-functions.h \
 
314
        gl-prototypes/cogl-in-gles1-core-functions.h \
 
315
        gl-prototypes/cogl-in-gles2-core-functions.h \
 
316
        gl-prototypes/cogl-fixed-functions.h \
 
317
        gl-prototypes/cogl-glsl-functions.h \
 
318
        cogl-memory-stack-private.h cogl-memory-stack.c \
 
319
        cogl-magazine-private.h cogl-magazine.c \
 
320
        cogl-gles2-context-private.h cogl-gles2-context.c \
 
321
        cogl-error-private.h cogl-error.c cogl-closure-list-private.h \
 
322
        cogl-closure-list.c cogl-fence.c cogl-fence-private.h \
 
323
        deprecated/cogl-vertex-buffer-private.h \
 
324
        deprecated/cogl-vertex-buffer.c \
 
325
        deprecated/cogl-material-compat.c deprecated/cogl-program.c \
 
326
        deprecated/cogl-program-private.h \
 
327
        deprecated/cogl-auto-texture.c \
 
328
        deprecated/cogl-shader-private.h deprecated/cogl-shader.c \
 
329
        deprecated/cogl-clutter.c \
 
330
        deprecated/cogl-framebuffer-deprecated.c cogl-glib-source.c \
 
331
        cogl-x11-renderer-private.h cogl-xlib-renderer-private.h \
 
332
        cogl-xlib-renderer.c cogl-xlib.c cogl-xlib-private.h \
 
333
        winsys/cogl-texture-pixmap-x11.c \
 
334
        winsys/cogl-texture-pixmap-x11-private.h \
 
335
        cogl-glx-renderer-private.h cogl-glx-display-private.h \
 
336
        winsys/cogl-winsys-glx-feature-functions.h \
 
337
        winsys/cogl-winsys-glx-private.h winsys/cogl-winsys-glx.c \
 
338
        winsys/cogl-winsys-egl-x11.c \
 
339
        winsys/cogl-winsys-egl-x11-private.h cogl-egl-private.h \
 
340
        winsys/cogl-winsys-egl.c \
 
341
        winsys/cogl-winsys-egl-feature-functions.h \
 
342
        winsys/cogl-winsys-egl-private.h
 
343
am__dirstamp = $(am__leading_dot)dirstamp
 
344
am__objects_1 =
 
345
@COGL_DRIVER_GL_SUPPORTED_TRUE@am__objects_2 =  \
 
346
@COGL_DRIVER_GL_SUPPORTED_TRUE@ driver/gl/gl/cogl-driver-gl.lo \
 
347
@COGL_DRIVER_GL_SUPPORTED_TRUE@ driver/gl/gl/cogl-texture-driver-gl.lo \
 
348
@COGL_DRIVER_GL_SUPPORTED_TRUE@ $(am__objects_1)
 
349
@COGL_DRIVER_GLES_SUPPORTED_TRUE@am__objects_3 = driver/gl/gles/cogl-driver-gles.lo \
 
350
@COGL_DRIVER_GLES_SUPPORTED_TRUE@       driver/gl/gles/cogl-texture-driver-gles.lo \
 
351
@COGL_DRIVER_GLES_SUPPORTED_TRUE@       $(am__objects_1)
 
352
am__objects_4 = driver/nop/cogl-driver-nop.lo \
 
353
        driver/nop/cogl-framebuffer-nop.lo \
 
354
        driver/nop/cogl-attribute-nop.lo \
 
355
        driver/nop/cogl-clip-stack-nop.lo \
 
356
        driver/nop/cogl-texture-2d-nop.lo $(am__objects_1) \
 
357
        driver/gl/cogl-util-gl.lo driver/gl/cogl-framebuffer-gl.lo \
 
358
        driver/gl/cogl-texture-gl.lo driver/gl/cogl-texture-2d-gl.lo \
 
359
        driver/gl/cogl-attribute-gl.lo driver/gl/cogl-clip-stack-gl.lo \
 
360
        driver/gl/cogl-buffer-gl.lo driver/gl/cogl-pipeline-opengl.lo \
 
361
        driver/gl/cogl-pipeline-fragend-glsl.lo \
 
362
        driver/gl/gl/cogl-pipeline-fragend-arbfp.lo \
 
363
        driver/gl/gl/cogl-pipeline-progend-fixed-arbfp.lo \
 
364
        driver/gl/cogl-pipeline-fragend-fixed.lo \
 
365
        driver/gl/cogl-pipeline-vertend-glsl.lo \
 
366
        driver/gl/cogl-pipeline-vertend-fixed.lo \
 
367
        driver/gl/cogl-pipeline-progend-fixed.lo \
 
368
        driver/gl/cogl-pipeline-progend-glsl.lo $(am__objects_1) \
 
369
        $(am__objects_2) $(am__objects_3)
 
370
am__objects_5 = winsys/cogl-winsys.lo $(am__objects_1)
 
371
@SUPPORT_XLIB_TRUE@am__objects_6 = cogl-xlib-renderer.lo cogl-xlib.lo \
 
372
@SUPPORT_XLIB_TRUE@     winsys/cogl-texture-pixmap-x11.lo
 
373
@SUPPORT_GLX_TRUE@am__objects_7 = winsys/cogl-winsys-glx.lo
 
374
@SUPPORT_EGL_PLATFORM_XLIB_TRUE@am__objects_8 =  \
 
375
@SUPPORT_EGL_PLATFORM_XLIB_TRUE@        winsys/cogl-winsys-egl-x11.lo
 
376
@SUPPORT_EGL_TRUE@am__objects_9 = winsys/cogl-winsys-egl.lo
 
377
am__objects_10 = $(am__objects_4) $(am__objects_5) cogl-gpu-info.lo \
 
378
        cogl-context.lo cogl-renderer.lo cogl-swap-chain.lo \
 
379
        cogl-onscreen-template.lo cogl-display.lo cogl.lo \
 
380
        cogl-object.lo cogl-util.lo cogl-bitmap.lo \
 
381
        cogl-bitmap-conversion.lo cogl-primitives.lo \
 
382
        cogl-bitmap-pixbuf.lo cogl-clip-stack.lo \
 
383
        cogl-feature-private.lo cogl-color.lo cogl-buffer.lo \
 
384
        cogl-pixel-buffer.lo cogl-index-buffer.lo \
 
385
        cogl-attribute-buffer.lo cogl-indices.lo cogl-attribute.lo \
 
386
        cogl-primitive.lo cogl-matrix.lo cogl-vector.lo cogl-euler.lo \
 
387
        cogl-quaternion.lo cogl-matrix-stack.lo cogl-depth-state.lo \
 
388
        cogl-node.lo cogl-pipeline.lo cogl-pipeline-layer.lo \
 
389
        cogl-pipeline-state.lo cogl-pipeline-layer-state.lo \
 
390
        cogl-pipeline-debug.lo cogl-glsl-shader.lo \
 
391
        cogl-pipeline-snippet.lo cogl-pipeline-cache.lo \
 
392
        cogl-pipeline-hash-table.lo cogl-sampler-cache.lo \
 
393
        cogl-blend-string.lo cogl-debug.lo cogl-sub-texture.lo \
 
394
        cogl-texture.lo cogl-texture-2d.lo cogl-texture-2d-sliced.lo \
 
395
        cogl-texture-3d.lo cogl-texture-rectangle.lo \
 
396
        cogl-rectangle-map.lo cogl-atlas.lo cogl-atlas-texture.lo \
 
397
        cogl-meta-texture.lo cogl-primitive-texture.lo cogl-blit.lo \
 
398
        cogl-spans.lo cogl-journal.lo cogl-frame-info.lo \
 
399
        cogl-framebuffer.lo cogl-onscreen.lo cogl-output.lo \
 
400
        cogl-profile.lo cogl-bitmask.lo cogl-gtype.lo \
 
401
        cogl-point-in-poly.lo cogl-list.lo winsys/cogl-winsys-stub.lo \
 
402
        cogl-config.lo cogl-boxed-value.lo cogl-snippet.lo \
 
403
        cogl-poll.lo cogl-memory-stack.lo cogl-magazine.lo \
 
404
        cogl-gles2-context.lo cogl-error.lo cogl-closure-list.lo \
 
405
        cogl-fence.lo deprecated/cogl-vertex-buffer.lo \
 
406
        deprecated/cogl-material-compat.lo deprecated/cogl-program.lo \
 
407
        deprecated/cogl-auto-texture.lo deprecated/cogl-shader.lo \
 
408
        deprecated/cogl-clutter.lo \
 
409
        deprecated/cogl-framebuffer-deprecated.lo $(am__objects_1) \
 
410
        cogl-glib-source.lo $(am__objects_6) $(am__objects_7) \
 
411
        $(am__objects_8) $(am__objects_9)
 
412
am_libmutter_cogl_@LIBMUTTER_API_VERSION@_la_OBJECTS =  \
 
413
        $(am__objects_10)
 
414
nodist_libmutter_cogl_@LIBMUTTER_API_VERSION@_la_OBJECTS =  \
 
415
        $(am__objects_1)
 
416
libmutter_cogl_@LIBMUTTER_API_VERSION@_la_OBJECTS =  \
 
417
        $(am_libmutter_cogl_@LIBMUTTER_API_VERSION@_la_OBJECTS) \
 
418
        $(nodist_libmutter_cogl_@LIBMUTTER_API_VERSION@_la_OBJECTS)
 
419
AM_V_lt = $(am__v_lt_@AM_V@)
 
420
am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
 
421
am__v_lt_0 = --silent
 
422
am__v_lt_1 = 
 
423
libmutter_cogl_@LIBMUTTER_API_VERSION@_la_LINK = $(LIBTOOL) $(AM_V_lt) \
 
424
        --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
 
425
        $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
426
        $(libmutter_cogl_@LIBMUTTER_API_VERSION@_la_LDFLAGS) \
 
427
        $(LDFLAGS) -o $@
 
428
AM_V_P = $(am__v_P_@AM_V@)
 
429
am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
 
430
am__v_P_0 = false
 
431
am__v_P_1 = :
 
432
AM_V_GEN = $(am__v_GEN_@AM_V@)
 
433
am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
 
434
am__v_GEN_0 = @echo "  GEN     " $@;
 
435
am__v_GEN_1 = 
 
436
AM_V_at = $(am__v_at_@AM_V@)
 
437
am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
 
438
am__v_at_0 = @
 
439
am__v_at_1 = 
 
440
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
441
depcomp = $(SHELL) $(top_srcdir)/build/depcomp
 
442
am__depfiles_maybe = depfiles
 
443
am__mv = mv -f
 
444
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
445
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
446
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
447
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
448
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
449
        $(AM_CFLAGS) $(CFLAGS)
 
450
AM_V_CC = $(am__v_CC_@AM_V@)
 
451
am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
 
452
am__v_CC_0 = @echo "  CC      " $@;
 
453
am__v_CC_1 = 
 
454
CCLD = $(CC)
 
455
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
456
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
457
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
458
AM_V_CCLD = $(am__v_CCLD_@AM_V@)
 
459
am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
 
460
am__v_CCLD_0 = @echo "  CCLD    " $@;
 
461
am__v_CCLD_1 = 
 
462
SOURCES = $(libmutter_cogl_@LIBMUTTER_API_VERSION@_la_SOURCES) \
 
463
        $(nodist_libmutter_cogl_@LIBMUTTER_API_VERSION@_la_SOURCES)
 
464
DIST_SOURCES =  \
 
465
        $(am__libmutter_cogl_@LIBMUTTER_API_VERSION@_la_SOURCES_DIST)
 
466
RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
 
467
        ctags-recursive dvi-recursive html-recursive info-recursive \
 
468
        install-data-recursive install-dvi-recursive \
 
469
        install-exec-recursive install-html-recursive \
 
470
        install-info-recursive install-pdf-recursive \
 
471
        install-ps-recursive install-recursive installcheck-recursive \
 
472
        installdirs-recursive pdf-recursive ps-recursive \
 
473
        tags-recursive uninstall-recursive
 
474
am__can_run_installinfo = \
 
475
  case $$AM_UPDATE_INFO_DIR in \
 
476
    n|no|NO) false;; \
 
477
    *) (install-info --version) >/dev/null 2>&1;; \
 
478
  esac
 
479
DATA = $(gir_DATA) $(pkgconfig_DATA) $(typelib_DATA)
 
480
am__cogldeprecatedinclude_HEADERS_DIST =  \
 
481
        deprecated/cogl-material-compat.h \
 
482
        deprecated/cogl-vertex-buffer.h deprecated/cogl-shader.h \
 
483
        deprecated/cogl-clutter.h deprecated/cogl-type-casts.h \
 
484
        deprecated/cogl-auto-texture.h \
 
485
        deprecated/cogl-framebuffer-deprecated.h \
 
486
        deprecated/cogl-clutter-xlib.h
 
487
am__coglinclude_HEADERS_DIST = deprecated/cogl-material-compat.h \
 
488
        deprecated/cogl-vertex-buffer.h deprecated/cogl-shader.h \
 
489
        deprecated/cogl-clutter.h deprecated/cogl-type-casts.h \
 
490
        deprecated/cogl-auto-texture.h cogl1-context.h cogl-bitmap.h \
 
491
        cogl-color.h cogl-matrix.h cogl-offscreen.h cogl-primitives.h \
 
492
        cogl-texture.h cogl-types.h cogl.h cogl-xlib-renderer.h \
 
493
        cogl-deprecated.h cogl-pango.h cogl-object.h cogl-renderer.h \
 
494
        cogl-swap-chain.h cogl-onscreen-template.h cogl-display.h \
 
495
        cogl-context.h cogl-pipeline.h cogl-pipeline-state.h \
 
496
        cogl-pipeline-layer-state.h cogl-snippet.h cogl-gles2.h \
 
497
        cogl-gles2-types.h cogl-index-buffer.h cogl-attribute-buffer.h \
 
498
        cogl-indices.h cogl-attribute.h cogl-primitive.h \
 
499
        cogl-framebuffer.h cogl-onscreen.h cogl-frame-info.h \
 
500
        cogl-vector.h cogl-euler.h cogl-output.h cogl-quaternion.h \
 
501
        cogl-matrix-stack.h cogl-poll.h cogl-texture-3d.h \
 
502
        cogl-texture-2d.h cogl-texture-2d-gl.h \
 
503
        cogl-texture-rectangle.h cogl-texture-2d-sliced.h \
 
504
        cogl-sub-texture.h cogl-atlas-texture.h cogl-meta-texture.h \
 
505
        cogl-primitive-texture.h cogl-depth-state.h cogl-buffer.h \
 
506
        cogl-pixel-buffer.h cogl-macros.h cogl-fence.h cogl-version.h \
 
507
        cogl-error.h cogl-gtype-private.h cogl-mutter.h \
 
508
        cogl-glib-source.h winsys/cogl-texture-pixmap-x11.h \
 
509
        cogl-xlib.h cogl-glx.h cogl-wayland-server.h cogl-egl.h
 
510
HEADERS = $(cogl_proto_include_HEADERS) \
 
511
        $(cogldeprecatedinclude_HEADERS) $(coglinclude_HEADERS) \
 
512
        $(nodist_coglinclude_HEADERS)
 
513
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
514
  distclean-recursive maintainer-clean-recursive
 
515
am__recursive_targets = \
 
516
  $(RECURSIVE_TARGETS) \
 
517
  $(RECURSIVE_CLEAN_TARGETS) \
 
518
  $(am__extra_recursive_targets)
 
519
AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
 
520
        distdir
 
521
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
522
# Read a list of newline-separated strings from the standard input,
 
523
# and print each of them once, without duplicates.  Input order is
 
524
# *not* preserved.
 
525
am__uniquify_input = $(AWK) '\
 
526
  BEGIN { nonempty = 0; } \
 
527
  { items[$$0] = 1; nonempty = 1; } \
 
528
  END { if (nonempty) { for (i in items) print i; }; } \
 
529
'
 
530
# Make sure the list of sources is unique.  This is necessary because,
 
531
# e.g., the same source file might be shared among _SOURCES variables
 
532
# for different programs/libraries.
 
533
am__define_uniq_tagged_files = \
 
534
  list='$(am__tagged_files)'; \
 
535
  unique=`for i in $$list; do \
 
536
    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
537
  done | $(am__uniquify_input)`
 
538
ETAGS = etags
 
539
CTAGS = ctags
 
540
DIST_SUBDIRS = $(SUBDIRS)
 
541
am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/cogl-defines.h.in \
 
542
        $(srcdir)/cogl-egl-defines.h.in $(srcdir)/cogl-gl-header.h.in \
 
543
        $(srcdir)/mutter-cogl.pc.in $(top_srcdir)/build/depcomp
 
544
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
545
am__relativize = \
 
546
  dir0=`pwd`; \
 
547
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
548
  sed_rest='s,^[^/]*/*,,'; \
 
549
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
550
  sed_butlast='s,/*[^/]*$$,,'; \
 
551
  while test -n "$$dir1"; do \
 
552
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
553
    if test "$$first" != "."; then \
 
554
      if test "$$first" = ".."; then \
 
555
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
556
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
557
      else \
 
558
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
559
        if test "$$first2" = "$$first"; then \
 
560
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
561
        else \
 
562
          dir2="../$$dir2"; \
 
563
        fi; \
 
564
        dir0="$$dir0"/"$$first"; \
 
565
      fi; \
 
566
    fi; \
 
567
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
568
  done; \
 
569
  reldir="$$dir2"
 
570
ACLOCAL = @ACLOCAL@
 
571
AMTAR = @AMTAR@
 
572
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
573
AR = @AR@
 
574
AUTOCONF = @AUTOCONF@
 
575
AUTOHEADER = @AUTOHEADER@
 
576
AUTOMAKE = @AUTOMAKE@
 
577
AWK = @AWK@
 
578
CAIRO_REQ_VERSION = @CAIRO_REQ_VERSION@
 
579
CC = @CC@
 
580
CCDEPMODE = @CCDEPMODE@
 
581
CFLAGS = @CFLAGS@
 
582
COGL_1_MICRO_VERSION = @COGL_1_MICRO_VERSION@
 
583
COGL_1_MINOR_VERSION = @COGL_1_MINOR_VERSION@
 
584
COGL_1_VERSION = @COGL_1_VERSION@
 
585
COGL_API_VERSION = @COGL_API_VERSION@
 
586
COGL_API_VERSION_AM = @COGL_API_VERSION_AM@
 
587
COGL_DEBUG_CFLAGS = @COGL_DEBUG_CFLAGS@
 
588
COGL_DEFAULT_DRIVER = @COGL_DEFAULT_DRIVER@
 
589
COGL_DEP_CFLAGS = @COGL_DEP_CFLAGS@
 
590
COGL_DEP_GL_CFLAGS = @COGL_DEP_GL_CFLAGS@
 
591
COGL_DEP_GL_LIBS = @COGL_DEP_GL_LIBS@
 
592
COGL_DEP_LIBS = @COGL_DEP_LIBS@
 
593
COGL_EGL_INCLUDES = @COGL_EGL_INCLUDES@
 
594
COGL_EXTRA_CFLAGS = @COGL_EXTRA_CFLAGS@
 
595
COGL_EXTRA_LDFLAGS = @COGL_EXTRA_LDFLAGS@
 
596
COGL_GLES1_LIBNAME = @COGL_GLES1_LIBNAME@
 
597
COGL_GLES2_LIBNAME = @COGL_GLES2_LIBNAME@
 
598
COGL_GL_LIBNAME = @COGL_GL_LIBNAME@
 
599
COGL_GST_DEP_CFLAGS = @COGL_GST_DEP_CFLAGS@
 
600
COGL_GST_DEP_LIBS = @COGL_GST_DEP_LIBS@
 
601
COGL_LT_AGE = @COGL_LT_AGE@
 
602
COGL_LT_CURRENT = @COGL_LT_CURRENT@
 
603
COGL_LT_RELEASE = @COGL_LT_RELEASE@
 
604
COGL_LT_REVISION = @COGL_LT_REVISION@
 
605
COGL_MAJOR_VERSION = @COGL_MAJOR_VERSION@
 
606
COGL_MICRO_VERSION = @COGL_MICRO_VERSION@
 
607
COGL_MINOR_VERSION = @COGL_MINOR_VERSION@
 
608
COGL_PANGO_DEP_CFLAGS = @COGL_PANGO_DEP_CFLAGS@
 
609
COGL_PANGO_DEP_LIBS = @COGL_PANGO_DEP_LIBS@
 
610
COGL_PANGO_PKG_REQUIRES = @COGL_PANGO_PKG_REQUIRES@
 
611
COGL_PKG_REQUIRES = @COGL_PKG_REQUIRES@
 
612
COGL_RELEASE_STATUS = @COGL_RELEASE_STATUS@
 
613
COGL_VERSION = @COGL_VERSION@
 
614
CPP = @CPP@
 
615
CPPFLAGS = @CPPFLAGS@
 
616
CXX = @CXX@
 
617
CXXCPP = @CXXCPP@
 
618
CXXDEPMODE = @CXXDEPMODE@
 
619
CXXFLAGS = @CXXFLAGS@
 
620
CYGPATH_W = @CYGPATH_W@
 
621
DEFS = @DEFS@
 
622
DEPDIR = @DEPDIR@
 
623
DLLTOOL = @DLLTOOL@
 
624
DSYMUTIL = @DSYMUTIL@
 
625
DUMMY_CFLAGS = @DUMMY_CFLAGS@
 
626
DUMMY_LIBS = @DUMMY_LIBS@
 
627
DUMPBIN = @DUMPBIN@
 
628
ECHO_C = @ECHO_C@
 
629
ECHO_N = @ECHO_N@
 
630
ECHO_T = @ECHO_T@
 
631
EGREP = @EGREP@
 
632
EXEEXT = @EXEEXT@
 
633
FGREP = @FGREP@
 
634
GDKPIXBUF_PREFIX = @GDKPIXBUF_PREFIX@
 
635
GDK_PIXBUF_REQ_VERSION = @GDK_PIXBUF_REQ_VERSION@
 
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_PREFIX = @GLIB_PREFIX@
 
643
GLIB_REQ_VERSION = @GLIB_REQ_VERSION@
 
644
GOBJECT_QUERY = @GOBJECT_QUERY@
 
645
GREP = @GREP@
 
646
HAVE_GL = @HAVE_GL@
 
647
HAVE_GLES1 = @HAVE_GLES1@
 
648
HAVE_GLES2 = @HAVE_GLES2@
 
649
INSTALL = @INSTALL@
 
650
INSTALL_DATA = @INSTALL_DATA@
 
651
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
652
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
653
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
654
INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
 
655
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
 
656
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
 
657
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
 
658
INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
 
659
INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
 
660
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
 
661
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
662
LD = @LD@
 
663
LDFLAGS = @LDFLAGS@
 
664
LIBM = @LIBM@
 
665
LIBMUTTER_API_VERSION = @LIBMUTTER_API_VERSION@
 
666
LIBOBJS = @LIBOBJS@
 
667
LIBS = @LIBS@
 
668
LIBTOOL = @LIBTOOL@
 
669
LIPO = @LIPO@
 
670
LN_S = @LN_S@
 
671
LTLIBOBJS = @LTLIBOBJS@
 
672
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
 
673
MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
 
674
MAKEINFO = @MAKEINFO@
 
675
MANIFEST_TOOL = @MANIFEST_TOOL@
 
676
MKDIR_P = @MKDIR_P@
 
677
MUTTER_VERSION = @MUTTER_VERSION@
 
678
NM = @NM@
 
679
NMEDIT = @NMEDIT@
 
680
OBJDUMP = @OBJDUMP@
 
681
OBJEXT = @OBJEXT@
 
682
OTOOL = @OTOOL@
 
683
OTOOL64 = @OTOOL64@
 
684
PACKAGE = @PACKAGE@
 
685
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
686
PACKAGE_NAME = @PACKAGE_NAME@
 
687
PACKAGE_STRING = @PACKAGE_STRING@
 
688
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
689
PACKAGE_URL = @PACKAGE_URL@
 
690
PACKAGE_VERSION = @PACKAGE_VERSION@
 
691
PANGOCAIRO_REQ_VERSION = @PANGOCAIRO_REQ_VERSION@
 
692
PATH_SEPARATOR = @PATH_SEPARATOR@
 
693
PKG_CONFIG = @PKG_CONFIG@
 
694
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
 
695
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
 
696
RANLIB = @RANLIB@
 
697
SED = @SED@
 
698
SET_MAKE = @SET_MAKE@
 
699
SHELL = @SHELL@
 
700
STRIP = @STRIP@
 
701
UPROF_REQ_VERSION = @UPROF_REQ_VERSION@
 
702
VERSION = @VERSION@
 
703
WAYLAND_SERVER_CFLAGS = @WAYLAND_SERVER_CFLAGS@
 
704
WAYLAND_SERVER_LIBS = @WAYLAND_SERVER_LIBS@
 
705
WAYLAND_SERVER_REQ_VERSION = @WAYLAND_SERVER_REQ_VERSION@
 
706
XCOMPOSITE_REQ_VERSION = @XCOMPOSITE_REQ_VERSION@
 
707
XFIXES_REQ_VERSION = @XFIXES_REQ_VERSION@
 
708
XMKMF = @XMKMF@
 
709
abs_builddir = @abs_builddir@
 
710
abs_srcdir = @abs_srcdir@
 
711
abs_top_builddir = @abs_top_builddir@
 
712
abs_top_srcdir = @abs_top_srcdir@
 
713
ac_ct_AR = @ac_ct_AR@
 
714
ac_ct_CC = @ac_ct_CC@
 
715
ac_ct_CXX = @ac_ct_CXX@
 
716
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
717
am__include = @am__include@
 
718
am__leading_dot = @am__leading_dot@
 
719
am__quote = @am__quote@
 
720
am__tar = @am__tar@
 
721
am__untar = @am__untar@
 
722
bindir = @bindir@
 
723
build = @build@
 
724
build_alias = @build_alias@
 
725
build_cpu = @build_cpu@
 
726
build_os = @build_os@
 
727
build_vendor = @build_vendor@
 
728
builddir = @builddir@
 
729
datadir = @datadir@
 
730
datarootdir = @datarootdir@
 
731
docdir = @docdir@
 
732
dvidir = @dvidir@
 
733
exec_prefix = @exec_prefix@
 
734
host = @host@
 
735
host_alias = @host_alias@
 
736
host_cpu = @host_cpu@
 
737
host_os = @host_os@
 
738
host_vendor = @host_vendor@
 
739
htmldir = @htmldir@
 
740
includedir = @includedir@
 
741
infodir = @infodir@
 
742
install_sh = @install_sh@
 
743
libdir = @libdir@
 
744
libexecdir = @libexecdir@
 
745
localedir = @localedir@
 
746
localstatedir = @localstatedir@
 
747
mandir = @mandir@
 
748
mkdir_p = @mkdir_p@
 
749
oldincludedir = @oldincludedir@
 
750
pdfdir = @pdfdir@
 
751
prefix = @prefix@
 
752
program_transform_name = @program_transform_name@
 
753
psdir = @psdir@
 
754
sbindir = @sbindir@
 
755
sharedstatedir = @sharedstatedir@
 
756
srcdir = @srcdir@
 
757
sysconfdir = @sysconfdir@
 
758
target_alias = @target_alias@
 
759
top_build_prefix = @top_build_prefix@
 
760
top_builddir = @top_builddir@
 
761
top_srcdir = @top_srcdir@
 
762
NULL = 
 
763
SUBDIRS = 
 
764
BUILT_SOURCES = cogl-defines.h cogl-egl-defines.h cogl-gl-header.h
 
765
EXTRA_DIST = cogl-defines.h.in cogl-egl-defines.h.in \
 
766
        cogl-gl-header.h.in cogl.symbols
 
767
CLEANFILES = $(am__append_18)
 
768
DISTCLEANFILES = cogl-defines.h cogl-egl-defines.h cogl-gl-header.h \
 
769
        $(pc_files)
 
770
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_builddir) -I$(srcdir)/deprecated \
 
771
        -I$(srcdir)/winsys -I$(srcdir)/driver/gl \
 
772
        -I$(srcdir)/driver/gl/gl -I$(srcdir)/driver/gl/gles $(NULL) \
 
773
        -DG_LOG_DOMAIN=\"Cogl\" -DCOGL_COMPILATION \
 
774
        -DCOGL_GL_LIBNAME=\"$(COGL_GL_LIBNAME)\" \
 
775
        -DCOGL_GLES1_LIBNAME=\"$(COGL_GLES1_LIBNAME)\" \
 
776
        -DCOGL_GLES2_LIBNAME=\"$(COGL_GLES2_LIBNAME)\" \
 
777
        -DCOGL_LOCALEDIR=\""$(localedir)"\" $(NULL) $(am__append_1)
 
778
AM_CFLAGS = $(COGL_DEP_CFLAGS) $(COGL_EXTRA_CFLAGS) $(MAINTAINER_CFLAGS)
 
779
pc_files = mutter-cogl-$(LIBMUTTER_API_VERSION).pc
 
780
pkgconfigdir = $(libdir)/pkgconfig
 
781
pkgconfig_DATA = $(pc_files)
 
782
cogl_deprecated_h = \
 
783
        deprecated/cogl-material-compat.h       \
 
784
        deprecated/cogl-vertex-buffer.h         \
 
785
        deprecated/cogl-shader.h                \
 
786
        deprecated/cogl-clutter.h               \
 
787
        deprecated/cogl-type-casts.h            \
 
788
        deprecated/cogl-auto-texture.h  \
 
789
        $(NULL)
 
790
 
 
791
cogl_deprecated_nonintrospected_h =  \
 
792
        deprecated/cogl-framebuffer-deprecated.h $(NULL) \
 
793
        $(am__append_4)
 
794
 
 
795
# public 1.x api headers
 
796
cogl_1_public_h = $(cogl_deprecated_h) cogl1-context.h cogl-bitmap.h \
 
797
        cogl-color.h cogl-matrix.h cogl-offscreen.h cogl-primitives.h \
 
798
        cogl-texture.h cogl-types.h cogl.h $(NULL) $(am__append_5)
 
799
cogl_nonintrospected_h = cogl-object.h cogl-renderer.h \
 
800
        cogl-swap-chain.h cogl-onscreen-template.h cogl-display.h \
 
801
        cogl-context.h cogl-pipeline.h cogl-pipeline-state.h \
 
802
        cogl-pipeline-layer-state.h cogl-snippet.h cogl-gles2.h \
 
803
        cogl-gles2-types.h cogl-index-buffer.h cogl-attribute-buffer.h \
 
804
        cogl-indices.h cogl-attribute.h cogl-primitive.h \
 
805
        cogl-framebuffer.h cogl-onscreen.h cogl-frame-info.h \
 
806
        cogl-vector.h cogl-euler.h cogl-output.h cogl-quaternion.h \
 
807
        cogl-matrix-stack.h cogl-poll.h cogl-texture-3d.h \
 
808
        cogl-texture-2d.h cogl-texture-2d-gl.h \
 
809
        cogl-texture-rectangle.h cogl-texture-2d-sliced.h \
 
810
        cogl-sub-texture.h cogl-atlas-texture.h cogl-meta-texture.h \
 
811
        cogl-primitive-texture.h cogl-depth-state.h cogl-buffer.h \
 
812
        cogl-pixel-buffer.h cogl-macros.h cogl-fence.h cogl-version.h \
 
813
        cogl-error.h cogl-bitmap.h cogl-color.h cogl-matrix.h \
 
814
        cogl-texture.h cogl-types.h cogl-gtype-private.h cogl-mutter.h \
 
815
        $(NULL) cogl-glib-source.h $(am__append_6) $(am__append_8) \
 
816
        $(am__append_10) $(am__append_12)
 
817
cogl_nodist_h = $(NULL) $(am__append_13)
 
818
 
 
819
# nop driver
 
820
cogl_driver_sources = driver/nop/cogl-driver-nop.c \
 
821
        driver/nop/cogl-framebuffer-nop-private.h \
 
822
        driver/nop/cogl-framebuffer-nop.c \
 
823
        driver/nop/cogl-attribute-nop-private.h \
 
824
        driver/nop/cogl-attribute-nop.c \
 
825
        driver/nop/cogl-clip-stack-nop-private.h \
 
826
        driver/nop/cogl-clip-stack-nop.c \
 
827
        driver/nop/cogl-texture-2d-nop-private.h \
 
828
        driver/nop/cogl-texture-2d-nop.c $(NULL) \
 
829
        driver/gl/cogl-util-gl-private.h driver/gl/cogl-util-gl.c \
 
830
        driver/gl/cogl-framebuffer-gl-private.h \
 
831
        driver/gl/cogl-framebuffer-gl.c \
 
832
        driver/gl/cogl-texture-gl-private.h \
 
833
        driver/gl/cogl-texture-gl.c \
 
834
        driver/gl/cogl-texture-2d-gl-private.h \
 
835
        driver/gl/cogl-texture-2d-gl.c \
 
836
        driver/gl/cogl-attribute-gl-private.h \
 
837
        driver/gl/cogl-attribute-gl.c \
 
838
        driver/gl/cogl-clip-stack-gl-private.h \
 
839
        driver/gl/cogl-clip-stack-gl.c \
 
840
        driver/gl/cogl-buffer-gl-private.h driver/gl/cogl-buffer-gl.c \
 
841
        driver/gl/cogl-pipeline-opengl.c \
 
842
        driver/gl/cogl-pipeline-opengl-private.h \
 
843
        driver/gl/cogl-pipeline-fragend-glsl.c \
 
844
        driver/gl/cogl-pipeline-fragend-glsl-private.h \
 
845
        driver/gl/gl/cogl-pipeline-fragend-arbfp.c \
 
846
        driver/gl/gl/cogl-pipeline-fragend-arbfp-private.h \
 
847
        driver/gl/gl/cogl-pipeline-progend-fixed-arbfp.c \
 
848
        driver/gl/gl/cogl-pipeline-progend-fixed-arbfp-private.h \
 
849
        driver/gl/cogl-pipeline-fragend-fixed.c \
 
850
        driver/gl/cogl-pipeline-fragend-fixed-private.h \
 
851
        driver/gl/cogl-pipeline-vertend-glsl.c \
 
852
        driver/gl/cogl-pipeline-vertend-glsl-private.h \
 
853
        driver/gl/cogl-pipeline-vertend-fixed.c \
 
854
        driver/gl/cogl-pipeline-vertend-fixed-private.h \
 
855
        driver/gl/cogl-pipeline-progend-fixed.c \
 
856
        driver/gl/cogl-pipeline-progend-fixed-private.h \
 
857
        driver/gl/cogl-pipeline-progend-glsl.c \
 
858
        driver/gl/cogl-pipeline-progend-glsl-private.h $(NULL) \
 
859
        $(am__append_2) $(am__append_3)
 
860
 
 
861
# gl driver sources
 
862
cogl_gl_prototypes_h = \
 
863
        gl-prototypes/cogl-gles2-functions.h            \
 
864
        gl-prototypes/cogl-core-functions.h             \
 
865
        gl-prototypes/cogl-in-gles-core-functions.h     \
 
866
        gl-prototypes/cogl-in-gles2-core-functions.h    \
 
867
        gl-prototypes/cogl-glsl-functions.h             \
 
868
        $(NULL)
 
869
 
 
870
 
 
871
# winsys sources, common to all backends
 
872
cogl_winsys_common_sources = \
 
873
        winsys/cogl-winsys-private.h \
 
874
        winsys/cogl-winsys.c \
 
875
        $(NULL)
 
876
 
 
877
 
 
878
# sources
 
879
cogl_sources_c = $(cogl_driver_sources) $(cogl_winsys_common_sources) \
 
880
        cogl-private.h cogl-i18n-private.h cogl-debug.h \
 
881
        cogl-debug-options.h cogl-gpu-info.c cogl-gpu-info-private.h \
 
882
        cogl-context-private.h cogl-context.c cogl-renderer-private.h \
 
883
        cogl-renderer.h cogl-renderer.c cogl-swap-chain-private.h \
 
884
        cogl-swap-chain.h cogl-swap-chain.c \
 
885
        cogl-onscreen-template-private.h cogl-onscreen-template.h \
 
886
        cogl-onscreen-template.c cogl-display-private.h cogl-display.h \
 
887
        cogl-display.c cogl-driver.h cogl.c cogl-object-private.h \
 
888
        cogl-object.h cogl-object.c cogl-util.h cogl-util.c \
 
889
        cogl-bitmap-private.h cogl-bitmap.c cogl-bitmap-conversion.c \
 
890
        cogl-bitmap-packing.h cogl-primitives-private.h \
 
891
        cogl-primitives.h cogl-primitives.c cogl-bitmap-pixbuf.c \
 
892
        cogl-clip-stack.h cogl-clip-stack.c cogl-feature-private.h \
 
893
        cogl-feature-private.c cogl-color-private.h cogl-color.c \
 
894
        cogl-buffer-private.h cogl-buffer.c \
 
895
        cogl-pixel-buffer-private.h cogl-pixel-buffer.c \
 
896
        cogl-index-buffer-private.h cogl-index-buffer.c \
 
897
        cogl-attribute-buffer-private.h cogl-attribute-buffer.c \
 
898
        cogl-indices-private.h cogl-indices.c cogl-attribute-private.h \
 
899
        cogl-attribute.c cogl-primitive-private.h cogl-primitive.c \
 
900
        cogl-matrix.c cogl-vector.c cogl-euler.c \
 
901
        cogl-quaternion-private.h cogl-quaternion.c \
 
902
        cogl-matrix-private.h cogl-matrix-stack.c \
 
903
        cogl-matrix-stack-private.h cogl-depth-state.c \
 
904
        cogl-depth-state-private.h cogl-node.c cogl-node-private.h \
 
905
        cogl-pipeline.c cogl-pipeline-private.h cogl-pipeline-layer.c \
 
906
        cogl-pipeline-layer-private.h cogl-pipeline-state.c \
 
907
        cogl-pipeline-layer-state-private.h \
 
908
        cogl-pipeline-layer-state.c cogl-pipeline-state-private.h \
 
909
        cogl-pipeline-debug.c cogl-glsl-shader.c \
 
910
        cogl-glsl-shader-private.h cogl-glsl-shader-boilerplate.h \
 
911
        cogl-pipeline-snippet-private.h cogl-pipeline-snippet.c \
 
912
        cogl-pipeline-cache.h cogl-pipeline-cache.c \
 
913
        cogl-pipeline-hash-table.h cogl-pipeline-hash-table.c \
 
914
        cogl-sampler-cache.c cogl-sampler-cache-private.h \
 
915
        cogl-blend-string.c cogl-blend-string.h cogl-debug.c \
 
916
        cogl-sub-texture-private.h cogl-texture-private.h \
 
917
        cogl-texture-2d-private.h cogl-texture-2d-sliced-private.h \
 
918
        cogl-texture-3d-private.h cogl-texture-driver.h \
 
919
        cogl-sub-texture.c cogl-texture.c cogl-texture-2d.c \
 
920
        cogl-texture-2d-sliced.c cogl-texture-3d.c \
 
921
        cogl-texture-rectangle-private.h cogl-texture-rectangle.c \
 
922
        cogl-rectangle-map.h cogl-rectangle-map.c cogl-atlas.h \
 
923
        cogl-atlas.c cogl-atlas-texture-private.h cogl-atlas-texture.c \
 
924
        cogl-meta-texture.c cogl-primitive-texture.c cogl-blit.h \
 
925
        cogl-blit.c cogl-spans.h cogl-spans.c cogl-journal-private.h \
 
926
        cogl-journal.c cogl-frame-info-private.h cogl-frame-info.c \
 
927
        cogl-framebuffer-private.h cogl-framebuffer.c \
 
928
        cogl-onscreen-private.h cogl-onscreen.c cogl-output-private.h \
 
929
        cogl-output.c cogl-profile.h cogl-profile.c cogl-flags.h \
 
930
        cogl-bitmask.h cogl-bitmask.c cogl-gtype.c \
 
931
        cogl-gtype-private.h cogl-point-in-poly-private.h \
 
932
        cogl-point-in-poly.c cogl-list.c cogl-list.h \
 
933
        winsys/cogl-winsys-stub-private.h winsys/cogl-winsys-stub.c \
 
934
        cogl-config-private.h cogl-config.c cogl-boxed-value.h \
 
935
        cogl-boxed-value.c cogl-snippet-private.h cogl-snippet.c \
 
936
        cogl-poll-private.h cogl-poll.c \
 
937
        gl-prototypes/cogl-all-functions.h \
 
938
        gl-prototypes/cogl-gles1-functions.h \
 
939
        gl-prototypes/cogl-gles2-functions.h \
 
940
        gl-prototypes/cogl-core-functions.h \
 
941
        gl-prototypes/cogl-in-gles-core-functions.h \
 
942
        gl-prototypes/cogl-in-gles1-core-functions.h \
 
943
        gl-prototypes/cogl-in-gles2-core-functions.h \
 
944
        gl-prototypes/cogl-fixed-functions.h \
 
945
        gl-prototypes/cogl-glsl-functions.h \
 
946
        cogl-memory-stack-private.h cogl-memory-stack.c \
 
947
        cogl-magazine-private.h cogl-magazine.c \
 
948
        cogl-gles2-context-private.h cogl-gles2-context.c \
 
949
        cogl-error-private.h cogl-error.c cogl-closure-list-private.h \
 
950
        cogl-closure-list.c cogl-fence.c cogl-fence-private.h \
 
951
        deprecated/cogl-vertex-buffer-private.h \
 
952
        deprecated/cogl-vertex-buffer.c \
 
953
        deprecated/cogl-material-compat.c deprecated/cogl-program.c \
 
954
        deprecated/cogl-program-private.h \
 
955
        deprecated/cogl-auto-texture.c \
 
956
        deprecated/cogl-shader-private.h deprecated/cogl-shader.c \
 
957
        deprecated/cogl-clutter.c \
 
958
        deprecated/cogl-framebuffer-deprecated.c $(NULL) \
 
959
        cogl-glib-source.c $(am__append_7) $(am__append_9) \
 
960
        $(am__append_11) $(am__append_14)
 
961
mutterlibdir = $(libdir)/mutter
 
962
mutterlib_LTLIBRARIES = libmutter-cogl-@LIBMUTTER_API_VERSION@.la
 
963
libmutter_cogl_@LIBMUTTER_API_VERSION@_la_LIBADD = $(LIBM) \
 
964
        $(COGL_DEP_LIBS) $(COGL_EXTRA_LDFLAGS) $(am__append_15)
 
965
# XXX: The aim is to eventually get rid of all private API exports
 
966
# for cogl-pango.
 
967
libmutter_cogl_@LIBMUTTER_API_VERSION@_la_LDFLAGS = \
 
968
        -no-undefined \
 
969
        -avoid-version \
 
970
        -export-dynamic \
 
971
        -rpath $(mutterlibdir) \
 
972
        -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_get_format|_cogl_texture_foreach_sub_texture_in_region|_cogl_texture_set_region|_cogl_profile_trace_message|_cogl_context_get_default|_cogl_framebuffer_get_stencil_bits|_cogl_clip_stack_push_rectangle|_cogl_framebuffer_get_modelview_stack|_cogl_object_default_unref|_cogl_pipeline_foreach_layer_internal|_cogl_clip_stack_push_primitive|_cogl_buffer_unmap_for_fill_or_fallback|_cogl_framebuffer_draw_primitive|_cogl_debug_instances|_cogl_framebuffer_get_projection_stack|_cogl_pipeline_layer_get_texture|_cogl_buffer_map_for_fill_or_fallback|_cogl_texture_can_hardware_repeat|_cogl_pipeline_prune_to_n_layers|_cogl_primitive_draw|test_|unit_test_|_cogl_winsys_glx_get_vtable|_cogl_winsys_egl_xlib_get_vtable|_cogl_winsys_egl_get_vtable|_cogl_closure_disconnect|_cogl_onscreen_notify_complete|_cogl_onscreen_notify_frame_sync|_cogl_winsys_egl_renderer_connect_common|_cogl_winsys_error_quark|_cogl_set_error|_cogl_poll_renderer_add_fd|_cogl_poll_renderer_add_idle|_cogl_framebuffer_winsys_update_size|_cogl_winsys_egl_make_current|_cogl_pixel_format_get_bytes_per_pixel).*"
 
973
 
 
974
libmutter_cogl_@LIBMUTTER_API_VERSION@_la_SOURCES = $(cogl_sources_c)
 
975
nodist_libmutter_cogl_@LIBMUTTER_API_VERSION@_la_SOURCES = $(BUILT_SOURCES)
 
976
 
 
977
# Cogl installed headers
 
978
cogl_headers = \
 
979
        $(cogl_1_public_h) \
 
980
        cogl-deprecated.h \
 
981
        cogl-pango.h \
 
982
        $(NULL)
 
983
 
 
984
cogl_base_includedir = $(includedir)/mutter
 
985
cogldeprecatedincludedir = $(cogl_base_includedir)/cogl/cogl/deprecated
 
986
cogldeprecatedinclude_HEADERS = $(cogl_deprecated_h) $(cogl_deprecated_nonintrospected_h)
 
987
coglincludedir = $(cogl_base_includedir)/cogl/cogl
 
988
coglinclude_HEADERS = $(cogl_headers) $(cogl_nonintrospected_h)
 
989
nodist_coglinclude_HEADERS = $(cogl_nodist_h) cogl-defines.h
 
990
cogl_proto_includedir = $(cogl_base_includedir)/cogl/cogl/gl-prototypes
 
991
cogl_proto_include_HEADERS = $(cogl_gl_prototypes_h)
 
992
INTROSPECTION_GIRS = $(am__append_17)
 
993
@HAVE_INTROSPECTION_TRUE@Cogl_@LIBMUTTER_API_VERSION@_gir_NAMESPACE = Cogl
 
994
@HAVE_INTROSPECTION_TRUE@Cogl_@LIBMUTTER_API_VERSION@_gir_VERSION = $(LIBMUTTER_API_VERSION)
 
995
@HAVE_INTROSPECTION_TRUE@Cogl_@LIBMUTTER_API_VERSION@_gir_LIBS = libmutter-cogl-$(LIBMUTTER_API_VERSION).la \
 
996
@HAVE_INTROSPECTION_TRUE@       $(am__append_16)
 
997
@HAVE_INTROSPECTION_TRUE@Cogl_@LIBMUTTER_API_VERSION@_gir_FILES = $(cogl_1_public_h)
 
998
@HAVE_INTROSPECTION_TRUE@Cogl_@LIBMUTTER_API_VERSION@_gir_CFLAGS = $(AM_CPPFLAGS) $(COGL_DEP_CFLAGS) -UCOGL_COMPILATION -D__COGL_H_INSIDE__ -D__COGL_XLIB_H_INSIDE__ -D__COGL_EGL_H_INSIDE__ -D__COGL_GLX_H_INSIDE__ -DCOGL_GIR_SCANNING
 
999
@HAVE_INTROSPECTION_TRUE@Cogl_@LIBMUTTER_API_VERSION@_gir_INCLUDES = GL-1.0 GObject-2.0
 
1000
@HAVE_INTROSPECTION_TRUE@Cogl_@LIBMUTTER_API_VERSION@_gir_EXPORT_PACKAGES = mutter-cogl-@LIBMUTTER_API_VERSION@
 
1001
@HAVE_INTROSPECTION_TRUE@Cogl_@LIBMUTTER_API_VERSION@_gir_SCANNERFLAGS = --warn-all --c-include='cogl/cogl.h'
 
1002
@HAVE_INTROSPECTION_TRUE@girdir = $(mutterlibdir)
 
1003
@HAVE_INTROSPECTION_TRUE@gir_DATA = $(INTROSPECTION_GIRS)
 
1004
@HAVE_INTROSPECTION_TRUE@typelibdir = $(mutterlibdir)
 
1005
@HAVE_INTROSPECTION_TRUE@typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
 
1006
all: $(BUILT_SOURCES)
 
1007
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
1008
 
 
1009
.SUFFIXES:
 
1010
.SUFFIXES: .c .lo .o .obj
 
1011
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
1012
        @for dep in $?; do \
 
1013
          case '$(am__configure_deps)' in \
 
1014
            *$$dep*) \
 
1015
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
1016
                && { if test -f $@; then exit 0; else break; fi; }; \
 
1017
              exit 1;; \
 
1018
          esac; \
 
1019
        done; \
 
1020
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign cogl/Makefile'; \
 
1021
        $(am__cd) $(top_srcdir) && \
 
1022
          $(AUTOMAKE) --foreign cogl/Makefile
 
1023
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
1024
        @case '$?' in \
 
1025
          *config.status*) \
 
1026
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
1027
          *) \
 
1028
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
1029
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
1030
        esac;
 
1031
 
 
1032
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
1033
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
1034
 
 
1035
$(top_srcdir)/configure:  $(am__configure_deps)
 
1036
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
1037
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
1038
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
1039
$(am__aclocal_m4_deps):
 
1040
cogl-defines.h: $(top_builddir)/config.status $(srcdir)/cogl-defines.h.in
 
1041
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
1042
cogl-gl-header.h: $(top_builddir)/config.status $(srcdir)/cogl-gl-header.h.in
 
1043
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
1044
cogl-egl-defines.h: $(top_builddir)/config.status $(srcdir)/cogl-egl-defines.h.in
 
1045
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
1046
 
 
1047
install-mutterlibLTLIBRARIES: $(mutterlib_LTLIBRARIES)
 
1048
        @$(NORMAL_INSTALL)
 
1049
        @list='$(mutterlib_LTLIBRARIES)'; test -n "$(mutterlibdir)" || list=; \
 
1050
        list2=; for p in $$list; do \
 
1051
          if test -f $$p; then \
 
1052
            list2="$$list2 $$p"; \
 
1053
          else :; fi; \
 
1054
        done; \
 
1055
        test -z "$$list2" || { \
 
1056
          echo " $(MKDIR_P) '$(DESTDIR)$(mutterlibdir)'"; \
 
1057
          $(MKDIR_P) "$(DESTDIR)$(mutterlibdir)" || exit 1; \
 
1058
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(mutterlibdir)'"; \
 
1059
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(mutterlibdir)"; \
 
1060
        }
 
1061
 
 
1062
uninstall-mutterlibLTLIBRARIES:
 
1063
        @$(NORMAL_UNINSTALL)
 
1064
        @list='$(mutterlib_LTLIBRARIES)'; test -n "$(mutterlibdir)" || list=; \
 
1065
        for p in $$list; do \
 
1066
          $(am__strip_dir) \
 
1067
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(mutterlibdir)/$$f'"; \
 
1068
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(mutterlibdir)/$$f"; \
 
1069
        done
 
1070
 
 
1071
clean-mutterlibLTLIBRARIES:
 
1072
        -test -z "$(mutterlib_LTLIBRARIES)" || rm -f $(mutterlib_LTLIBRARIES)
 
1073
        @list='$(mutterlib_LTLIBRARIES)'; \
 
1074
        locs=`for p in $$list; do echo $$p; done | \
 
1075
              sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
 
1076
              sort -u`; \
 
1077
        test -z "$$locs" || { \
 
1078
          echo rm -f $${locs}; \
 
1079
          rm -f $${locs}; \
 
1080
        }
 
1081
driver/nop/$(am__dirstamp):
 
1082
        @$(MKDIR_P) driver/nop
 
1083
        @: > driver/nop/$(am__dirstamp)
 
1084
driver/nop/$(DEPDIR)/$(am__dirstamp):
 
1085
        @$(MKDIR_P) driver/nop/$(DEPDIR)
 
1086
        @: > driver/nop/$(DEPDIR)/$(am__dirstamp)
 
1087
driver/nop/cogl-driver-nop.lo: driver/nop/$(am__dirstamp) \
 
1088
        driver/nop/$(DEPDIR)/$(am__dirstamp)
 
1089
driver/nop/cogl-framebuffer-nop.lo: driver/nop/$(am__dirstamp) \
 
1090
        driver/nop/$(DEPDIR)/$(am__dirstamp)
 
1091
driver/nop/cogl-attribute-nop.lo: driver/nop/$(am__dirstamp) \
 
1092
        driver/nop/$(DEPDIR)/$(am__dirstamp)
 
1093
driver/nop/cogl-clip-stack-nop.lo: driver/nop/$(am__dirstamp) \
 
1094
        driver/nop/$(DEPDIR)/$(am__dirstamp)
 
1095
driver/nop/cogl-texture-2d-nop.lo: driver/nop/$(am__dirstamp) \
 
1096
        driver/nop/$(DEPDIR)/$(am__dirstamp)
 
1097
driver/gl/$(am__dirstamp):
 
1098
        @$(MKDIR_P) driver/gl
 
1099
        @: > driver/gl/$(am__dirstamp)
 
1100
driver/gl/$(DEPDIR)/$(am__dirstamp):
 
1101
        @$(MKDIR_P) driver/gl/$(DEPDIR)
 
1102
        @: > driver/gl/$(DEPDIR)/$(am__dirstamp)
 
1103
driver/gl/cogl-util-gl.lo: driver/gl/$(am__dirstamp) \
 
1104
        driver/gl/$(DEPDIR)/$(am__dirstamp)
 
1105
driver/gl/cogl-framebuffer-gl.lo: driver/gl/$(am__dirstamp) \
 
1106
        driver/gl/$(DEPDIR)/$(am__dirstamp)
 
1107
driver/gl/cogl-texture-gl.lo: driver/gl/$(am__dirstamp) \
 
1108
        driver/gl/$(DEPDIR)/$(am__dirstamp)
 
1109
driver/gl/cogl-texture-2d-gl.lo: driver/gl/$(am__dirstamp) \
 
1110
        driver/gl/$(DEPDIR)/$(am__dirstamp)
 
1111
driver/gl/cogl-attribute-gl.lo: driver/gl/$(am__dirstamp) \
 
1112
        driver/gl/$(DEPDIR)/$(am__dirstamp)
 
1113
driver/gl/cogl-clip-stack-gl.lo: driver/gl/$(am__dirstamp) \
 
1114
        driver/gl/$(DEPDIR)/$(am__dirstamp)
 
1115
driver/gl/cogl-buffer-gl.lo: driver/gl/$(am__dirstamp) \
 
1116
        driver/gl/$(DEPDIR)/$(am__dirstamp)
 
1117
driver/gl/cogl-pipeline-opengl.lo: driver/gl/$(am__dirstamp) \
 
1118
        driver/gl/$(DEPDIR)/$(am__dirstamp)
 
1119
driver/gl/cogl-pipeline-fragend-glsl.lo: driver/gl/$(am__dirstamp) \
 
1120
        driver/gl/$(DEPDIR)/$(am__dirstamp)
 
1121
driver/gl/gl/$(am__dirstamp):
 
1122
        @$(MKDIR_P) driver/gl/gl
 
1123
        @: > driver/gl/gl/$(am__dirstamp)
 
1124
driver/gl/gl/$(DEPDIR)/$(am__dirstamp):
 
1125
        @$(MKDIR_P) driver/gl/gl/$(DEPDIR)
 
1126
        @: > driver/gl/gl/$(DEPDIR)/$(am__dirstamp)
 
1127
driver/gl/gl/cogl-pipeline-fragend-arbfp.lo:  \
 
1128
        driver/gl/gl/$(am__dirstamp) \
 
1129
        driver/gl/gl/$(DEPDIR)/$(am__dirstamp)
 
1130
driver/gl/gl/cogl-pipeline-progend-fixed-arbfp.lo:  \
 
1131
        driver/gl/gl/$(am__dirstamp) \
 
1132
        driver/gl/gl/$(DEPDIR)/$(am__dirstamp)
 
1133
driver/gl/cogl-pipeline-fragend-fixed.lo: driver/gl/$(am__dirstamp) \
 
1134
        driver/gl/$(DEPDIR)/$(am__dirstamp)
 
1135
driver/gl/cogl-pipeline-vertend-glsl.lo: driver/gl/$(am__dirstamp) \
 
1136
        driver/gl/$(DEPDIR)/$(am__dirstamp)
 
1137
driver/gl/cogl-pipeline-vertend-fixed.lo: driver/gl/$(am__dirstamp) \
 
1138
        driver/gl/$(DEPDIR)/$(am__dirstamp)
 
1139
driver/gl/cogl-pipeline-progend-fixed.lo: driver/gl/$(am__dirstamp) \
 
1140
        driver/gl/$(DEPDIR)/$(am__dirstamp)
 
1141
driver/gl/cogl-pipeline-progend-glsl.lo: driver/gl/$(am__dirstamp) \
 
1142
        driver/gl/$(DEPDIR)/$(am__dirstamp)
 
1143
driver/gl/gl/cogl-driver-gl.lo: driver/gl/gl/$(am__dirstamp) \
 
1144
        driver/gl/gl/$(DEPDIR)/$(am__dirstamp)
 
1145
driver/gl/gl/cogl-texture-driver-gl.lo: driver/gl/gl/$(am__dirstamp) \
 
1146
        driver/gl/gl/$(DEPDIR)/$(am__dirstamp)
 
1147
driver/gl/gles/$(am__dirstamp):
 
1148
        @$(MKDIR_P) driver/gl/gles
 
1149
        @: > driver/gl/gles/$(am__dirstamp)
 
1150
driver/gl/gles/$(DEPDIR)/$(am__dirstamp):
 
1151
        @$(MKDIR_P) driver/gl/gles/$(DEPDIR)
 
1152
        @: > driver/gl/gles/$(DEPDIR)/$(am__dirstamp)
 
1153
driver/gl/gles/cogl-driver-gles.lo: driver/gl/gles/$(am__dirstamp) \
 
1154
        driver/gl/gles/$(DEPDIR)/$(am__dirstamp)
 
1155
driver/gl/gles/cogl-texture-driver-gles.lo:  \
 
1156
        driver/gl/gles/$(am__dirstamp) \
 
1157
        driver/gl/gles/$(DEPDIR)/$(am__dirstamp)
 
1158
winsys/$(am__dirstamp):
 
1159
        @$(MKDIR_P) winsys
 
1160
        @: > winsys/$(am__dirstamp)
 
1161
winsys/$(DEPDIR)/$(am__dirstamp):
 
1162
        @$(MKDIR_P) winsys/$(DEPDIR)
 
1163
        @: > winsys/$(DEPDIR)/$(am__dirstamp)
 
1164
winsys/cogl-winsys.lo: winsys/$(am__dirstamp) \
 
1165
        winsys/$(DEPDIR)/$(am__dirstamp)
 
1166
winsys/cogl-winsys-stub.lo: winsys/$(am__dirstamp) \
 
1167
        winsys/$(DEPDIR)/$(am__dirstamp)
 
1168
deprecated/$(am__dirstamp):
 
1169
        @$(MKDIR_P) deprecated
 
1170
        @: > deprecated/$(am__dirstamp)
 
1171
deprecated/$(DEPDIR)/$(am__dirstamp):
 
1172
        @$(MKDIR_P) deprecated/$(DEPDIR)
 
1173
        @: > deprecated/$(DEPDIR)/$(am__dirstamp)
 
1174
deprecated/cogl-vertex-buffer.lo: deprecated/$(am__dirstamp) \
 
1175
        deprecated/$(DEPDIR)/$(am__dirstamp)
 
1176
deprecated/cogl-material-compat.lo: deprecated/$(am__dirstamp) \
 
1177
        deprecated/$(DEPDIR)/$(am__dirstamp)
 
1178
deprecated/cogl-program.lo: deprecated/$(am__dirstamp) \
 
1179
        deprecated/$(DEPDIR)/$(am__dirstamp)
 
1180
deprecated/cogl-auto-texture.lo: deprecated/$(am__dirstamp) \
 
1181
        deprecated/$(DEPDIR)/$(am__dirstamp)
 
1182
deprecated/cogl-shader.lo: deprecated/$(am__dirstamp) \
 
1183
        deprecated/$(DEPDIR)/$(am__dirstamp)
 
1184
deprecated/cogl-clutter.lo: deprecated/$(am__dirstamp) \
 
1185
        deprecated/$(DEPDIR)/$(am__dirstamp)
 
1186
deprecated/cogl-framebuffer-deprecated.lo: deprecated/$(am__dirstamp) \
 
1187
        deprecated/$(DEPDIR)/$(am__dirstamp)
 
1188
winsys/cogl-texture-pixmap-x11.lo: winsys/$(am__dirstamp) \
 
1189
        winsys/$(DEPDIR)/$(am__dirstamp)
 
1190
winsys/cogl-winsys-glx.lo: winsys/$(am__dirstamp) \
 
1191
        winsys/$(DEPDIR)/$(am__dirstamp)
 
1192
winsys/cogl-winsys-egl-x11.lo: winsys/$(am__dirstamp) \
 
1193
        winsys/$(DEPDIR)/$(am__dirstamp)
 
1194
winsys/cogl-winsys-egl.lo: winsys/$(am__dirstamp) \
 
1195
        winsys/$(DEPDIR)/$(am__dirstamp)
 
1196
 
 
1197
libmutter-cogl-@LIBMUTTER_API_VERSION@.la: $(libmutter_cogl_@LIBMUTTER_API_VERSION@_la_OBJECTS) $(libmutter_cogl_@LIBMUTTER_API_VERSION@_la_DEPENDENCIES) $(EXTRA_libmutter_cogl_@LIBMUTTER_API_VERSION@_la_DEPENDENCIES) 
 
1198
        $(AM_V_CCLD)$(libmutter_cogl_@LIBMUTTER_API_VERSION@_la_LINK) -rpath $(mutterlibdir) $(libmutter_cogl_@LIBMUTTER_API_VERSION@_la_OBJECTS) $(libmutter_cogl_@LIBMUTTER_API_VERSION@_la_LIBADD) $(LIBS)
 
1199
 
 
1200
mostlyclean-compile:
 
1201
        -rm -f *.$(OBJEXT)
 
1202
        -rm -f deprecated/*.$(OBJEXT)
 
1203
        -rm -f deprecated/*.lo
 
1204
        -rm -f driver/gl/*.$(OBJEXT)
 
1205
        -rm -f driver/gl/*.lo
 
1206
        -rm -f driver/gl/gl/*.$(OBJEXT)
 
1207
        -rm -f driver/gl/gl/*.lo
 
1208
        -rm -f driver/gl/gles/*.$(OBJEXT)
 
1209
        -rm -f driver/gl/gles/*.lo
 
1210
        -rm -f driver/nop/*.$(OBJEXT)
 
1211
        -rm -f driver/nop/*.lo
 
1212
        -rm -f winsys/*.$(OBJEXT)
 
1213
        -rm -f winsys/*.lo
 
1214
 
 
1215
distclean-compile:
 
1216
        -rm -f *.tab.c
 
1217
 
 
1218
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-atlas-texture.Plo@am__quote@
 
1219
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-atlas.Plo@am__quote@
 
1220
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-attribute-buffer.Plo@am__quote@
 
1221
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-attribute.Plo@am__quote@
 
1222
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-bitmap-conversion.Plo@am__quote@
 
1223
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-bitmap-pixbuf.Plo@am__quote@
 
1224
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-bitmap.Plo@am__quote@
 
1225
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-bitmask.Plo@am__quote@
 
1226
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-blend-string.Plo@am__quote@
 
1227
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-blit.Plo@am__quote@
 
1228
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-boxed-value.Plo@am__quote@
 
1229
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-buffer.Plo@am__quote@
 
1230
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-clip-stack.Plo@am__quote@
 
1231
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-closure-list.Plo@am__quote@
 
1232
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-color.Plo@am__quote@
 
1233
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-config.Plo@am__quote@
 
1234
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-context.Plo@am__quote@
 
1235
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-debug.Plo@am__quote@
 
1236
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-depth-state.Plo@am__quote@
 
1237
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-display.Plo@am__quote@
 
1238
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-error.Plo@am__quote@
 
1239
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-euler.Plo@am__quote@
 
1240
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-feature-private.Plo@am__quote@
 
1241
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-fence.Plo@am__quote@
 
1242
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-frame-info.Plo@am__quote@
 
1243
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-framebuffer.Plo@am__quote@
 
1244
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-gles2-context.Plo@am__quote@
 
1245
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-glib-source.Plo@am__quote@
 
1246
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-glsl-shader.Plo@am__quote@
 
1247
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-gpu-info.Plo@am__quote@
 
1248
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-gtype.Plo@am__quote@
 
1249
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-index-buffer.Plo@am__quote@
 
1250
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-indices.Plo@am__quote@
 
1251
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-journal.Plo@am__quote@
 
1252
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-list.Plo@am__quote@
 
1253
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-magazine.Plo@am__quote@
 
1254
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-matrix-stack.Plo@am__quote@
 
1255
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-matrix.Plo@am__quote@
 
1256
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-memory-stack.Plo@am__quote@
 
1257
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-meta-texture.Plo@am__quote@
 
1258
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-node.Plo@am__quote@
 
1259
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-object.Plo@am__quote@
 
1260
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-onscreen-template.Plo@am__quote@
 
1261
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-onscreen.Plo@am__quote@
 
1262
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-output.Plo@am__quote@
 
1263
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-cache.Plo@am__quote@
 
1264
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-debug.Plo@am__quote@
 
1265
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-hash-table.Plo@am__quote@
 
1266
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-layer-state.Plo@am__quote@
 
1267
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-layer.Plo@am__quote@
 
1268
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-snippet.Plo@am__quote@
 
1269
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline-state.Plo@am__quote@
 
1270
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pipeline.Plo@am__quote@
 
1271
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-pixel-buffer.Plo@am__quote@
 
1272
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-point-in-poly.Plo@am__quote@
 
1273
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-poll.Plo@am__quote@
 
1274
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-primitive-texture.Plo@am__quote@
 
1275
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-primitive.Plo@am__quote@
 
1276
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-primitives.Plo@am__quote@
 
1277
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-profile.Plo@am__quote@
 
1278
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-quaternion.Plo@am__quote@
 
1279
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-rectangle-map.Plo@am__quote@
 
1280
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-renderer.Plo@am__quote@
 
1281
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-sampler-cache.Plo@am__quote@
 
1282
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-snippet.Plo@am__quote@
 
1283
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-spans.Plo@am__quote@
 
1284
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-sub-texture.Plo@am__quote@
 
1285
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-swap-chain.Plo@am__quote@
 
1286
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-texture-2d-sliced.Plo@am__quote@
 
1287
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-texture-2d.Plo@am__quote@
 
1288
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-texture-3d.Plo@am__quote@
 
1289
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-texture-rectangle.Plo@am__quote@
 
1290
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-texture.Plo@am__quote@
 
1291
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-util.Plo@am__quote@
 
1292
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-vector.Plo@am__quote@
 
1293
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-xlib-renderer.Plo@am__quote@
 
1294
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl-xlib.Plo@am__quote@
 
1295
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cogl.Plo@am__quote@
 
1296
@AMDEP_TRUE@@am__include@ @am__quote@deprecated/$(DEPDIR)/cogl-auto-texture.Plo@am__quote@
 
1297
@AMDEP_TRUE@@am__include@ @am__quote@deprecated/$(DEPDIR)/cogl-clutter.Plo@am__quote@
 
1298
@AMDEP_TRUE@@am__include@ @am__quote@deprecated/$(DEPDIR)/cogl-framebuffer-deprecated.Plo@am__quote@
 
1299
@AMDEP_TRUE@@am__include@ @am__quote@deprecated/$(DEPDIR)/cogl-material-compat.Plo@am__quote@
 
1300
@AMDEP_TRUE@@am__include@ @am__quote@deprecated/$(DEPDIR)/cogl-program.Plo@am__quote@
 
1301
@AMDEP_TRUE@@am__include@ @am__quote@deprecated/$(DEPDIR)/cogl-shader.Plo@am__quote@
 
1302
@AMDEP_TRUE@@am__include@ @am__quote@deprecated/$(DEPDIR)/cogl-vertex-buffer.Plo@am__quote@
 
1303
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/$(DEPDIR)/cogl-attribute-gl.Plo@am__quote@
 
1304
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/$(DEPDIR)/cogl-buffer-gl.Plo@am__quote@
 
1305
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/$(DEPDIR)/cogl-clip-stack-gl.Plo@am__quote@
 
1306
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/$(DEPDIR)/cogl-framebuffer-gl.Plo@am__quote@
 
1307
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/$(DEPDIR)/cogl-pipeline-fragend-fixed.Plo@am__quote@
 
1308
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/$(DEPDIR)/cogl-pipeline-fragend-glsl.Plo@am__quote@
 
1309
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/$(DEPDIR)/cogl-pipeline-opengl.Plo@am__quote@
 
1310
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/$(DEPDIR)/cogl-pipeline-progend-fixed.Plo@am__quote@
 
1311
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/$(DEPDIR)/cogl-pipeline-progend-glsl.Plo@am__quote@
 
1312
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/$(DEPDIR)/cogl-pipeline-vertend-fixed.Plo@am__quote@
 
1313
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/$(DEPDIR)/cogl-pipeline-vertend-glsl.Plo@am__quote@
 
1314
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/$(DEPDIR)/cogl-texture-2d-gl.Plo@am__quote@
 
1315
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/$(DEPDIR)/cogl-texture-gl.Plo@am__quote@
 
1316
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/$(DEPDIR)/cogl-util-gl.Plo@am__quote@
 
1317
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/gl/$(DEPDIR)/cogl-driver-gl.Plo@am__quote@
 
1318
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/gl/$(DEPDIR)/cogl-pipeline-fragend-arbfp.Plo@am__quote@
 
1319
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/gl/$(DEPDIR)/cogl-pipeline-progend-fixed-arbfp.Plo@am__quote@
 
1320
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/gl/$(DEPDIR)/cogl-texture-driver-gl.Plo@am__quote@
 
1321
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/gles/$(DEPDIR)/cogl-driver-gles.Plo@am__quote@
 
1322
@AMDEP_TRUE@@am__include@ @am__quote@driver/gl/gles/$(DEPDIR)/cogl-texture-driver-gles.Plo@am__quote@
 
1323
@AMDEP_TRUE@@am__include@ @am__quote@driver/nop/$(DEPDIR)/cogl-attribute-nop.Plo@am__quote@
 
1324
@AMDEP_TRUE@@am__include@ @am__quote@driver/nop/$(DEPDIR)/cogl-clip-stack-nop.Plo@am__quote@
 
1325
@AMDEP_TRUE@@am__include@ @am__quote@driver/nop/$(DEPDIR)/cogl-driver-nop.Plo@am__quote@
 
1326
@AMDEP_TRUE@@am__include@ @am__quote@driver/nop/$(DEPDIR)/cogl-framebuffer-nop.Plo@am__quote@
 
1327
@AMDEP_TRUE@@am__include@ @am__quote@driver/nop/$(DEPDIR)/cogl-texture-2d-nop.Plo@am__quote@
 
1328
@AMDEP_TRUE@@am__include@ @am__quote@winsys/$(DEPDIR)/cogl-texture-pixmap-x11.Plo@am__quote@
 
1329
@AMDEP_TRUE@@am__include@ @am__quote@winsys/$(DEPDIR)/cogl-winsys-egl-x11.Plo@am__quote@
 
1330
@AMDEP_TRUE@@am__include@ @am__quote@winsys/$(DEPDIR)/cogl-winsys-egl.Plo@am__quote@
 
1331
@AMDEP_TRUE@@am__include@ @am__quote@winsys/$(DEPDIR)/cogl-winsys-glx.Plo@am__quote@
 
1332
@AMDEP_TRUE@@am__include@ @am__quote@winsys/$(DEPDIR)/cogl-winsys-stub.Plo@am__quote@
 
1333
@AMDEP_TRUE@@am__include@ @am__quote@winsys/$(DEPDIR)/cogl-winsys.Plo@am__quote@
 
1334
 
 
1335
.c.o:
 
1336
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
 
1337
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
1338
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
1339
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
1340
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1341
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
 
1342
 
 
1343
.c.obj:
 
1344
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
 
1345
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
 
1346
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Po
 
1347
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
1348
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1349
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
 
1350
 
 
1351
.c.lo:
 
1352
@am__fastdepCC_TRUE@    $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
 
1353
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
 
1354
@am__fastdepCC_TRUE@    $(am__mv) $$depbase.Tpo $$depbase.Plo
 
1355
@AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
1356
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
1357
@am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
 
1358
 
 
1359
mostlyclean-libtool:
 
1360
        -rm -f *.lo
 
1361
 
 
1362
clean-libtool:
 
1363
        -rm -rf .libs _libs
 
1364
        -rm -rf deprecated/.libs deprecated/_libs
 
1365
        -rm -rf driver/gl/.libs driver/gl/_libs
 
1366
        -rm -rf driver/gl/gl/.libs driver/gl/gl/_libs
 
1367
        -rm -rf driver/gl/gles/.libs driver/gl/gles/_libs
 
1368
        -rm -rf driver/nop/.libs driver/nop/_libs
 
1369
        -rm -rf winsys/.libs winsys/_libs
 
1370
install-girDATA: $(gir_DATA)
 
1371
        @$(NORMAL_INSTALL)
 
1372
        @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
 
1373
        if test -n "$$list"; then \
 
1374
          echo " $(MKDIR_P) '$(DESTDIR)$(girdir)'"; \
 
1375
          $(MKDIR_P) "$(DESTDIR)$(girdir)" || exit 1; \
 
1376
        fi; \
 
1377
        for p in $$list; do \
 
1378
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
1379
          echo "$$d$$p"; \
 
1380
        done | $(am__base_list) | \
 
1381
        while read files; do \
 
1382
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(girdir)'"; \
 
1383
          $(INSTALL_DATA) $$files "$(DESTDIR)$(girdir)" || exit $$?; \
 
1384
        done
 
1385
 
 
1386
uninstall-girDATA:
 
1387
        @$(NORMAL_UNINSTALL)
 
1388
        @list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
 
1389
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
1390
        dir='$(DESTDIR)$(girdir)'; $(am__uninstall_files_from_dir)
 
1391
install-pkgconfigDATA: $(pkgconfig_DATA)
 
1392
        @$(NORMAL_INSTALL)
 
1393
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
1394
        if test -n "$$list"; then \
 
1395
          echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
 
1396
          $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
 
1397
        fi; \
 
1398
        for p in $$list; do \
 
1399
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
1400
          echo "$$d$$p"; \
 
1401
        done | $(am__base_list) | \
 
1402
        while read files; do \
 
1403
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
1404
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
 
1405
        done
 
1406
 
 
1407
uninstall-pkgconfigDATA:
 
1408
        @$(NORMAL_UNINSTALL)
 
1409
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
1410
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
1411
        dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
 
1412
install-typelibDATA: $(typelib_DATA)
 
1413
        @$(NORMAL_INSTALL)
 
1414
        @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
 
1415
        if test -n "$$list"; then \
 
1416
          echo " $(MKDIR_P) '$(DESTDIR)$(typelibdir)'"; \
 
1417
          $(MKDIR_P) "$(DESTDIR)$(typelibdir)" || exit 1; \
 
1418
        fi; \
 
1419
        for p in $$list; do \
 
1420
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
1421
          echo "$$d$$p"; \
 
1422
        done | $(am__base_list) | \
 
1423
        while read files; do \
 
1424
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(typelibdir)'"; \
 
1425
          $(INSTALL_DATA) $$files "$(DESTDIR)$(typelibdir)" || exit $$?; \
 
1426
        done
 
1427
 
 
1428
uninstall-typelibDATA:
 
1429
        @$(NORMAL_UNINSTALL)
 
1430
        @list='$(typelib_DATA)'; test -n "$(typelibdir)" || list=; \
 
1431
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
1432
        dir='$(DESTDIR)$(typelibdir)'; $(am__uninstall_files_from_dir)
 
1433
install-cogl_proto_includeHEADERS: $(cogl_proto_include_HEADERS)
 
1434
        @$(NORMAL_INSTALL)
 
1435
        @list='$(cogl_proto_include_HEADERS)'; test -n "$(cogl_proto_includedir)" || list=; \
 
1436
        if test -n "$$list"; then \
 
1437
          echo " $(MKDIR_P) '$(DESTDIR)$(cogl_proto_includedir)'"; \
 
1438
          $(MKDIR_P) "$(DESTDIR)$(cogl_proto_includedir)" || exit 1; \
 
1439
        fi; \
 
1440
        for p in $$list; do \
 
1441
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
1442
          echo "$$d$$p"; \
 
1443
        done | $(am__base_list) | \
 
1444
        while read files; do \
 
1445
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(cogl_proto_includedir)'"; \
 
1446
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(cogl_proto_includedir)" || exit $$?; \
 
1447
        done
 
1448
 
 
1449
uninstall-cogl_proto_includeHEADERS:
 
1450
        @$(NORMAL_UNINSTALL)
 
1451
        @list='$(cogl_proto_include_HEADERS)'; test -n "$(cogl_proto_includedir)" || list=; \
 
1452
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
1453
        dir='$(DESTDIR)$(cogl_proto_includedir)'; $(am__uninstall_files_from_dir)
 
1454
install-cogldeprecatedincludeHEADERS: $(cogldeprecatedinclude_HEADERS)
 
1455
        @$(NORMAL_INSTALL)
 
1456
        @list='$(cogldeprecatedinclude_HEADERS)'; test -n "$(cogldeprecatedincludedir)" || list=; \
 
1457
        if test -n "$$list"; then \
 
1458
          echo " $(MKDIR_P) '$(DESTDIR)$(cogldeprecatedincludedir)'"; \
 
1459
          $(MKDIR_P) "$(DESTDIR)$(cogldeprecatedincludedir)" || exit 1; \
 
1460
        fi; \
 
1461
        for p in $$list; do \
 
1462
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
1463
          echo "$$d$$p"; \
 
1464
        done | $(am__base_list) | \
 
1465
        while read files; do \
 
1466
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(cogldeprecatedincludedir)'"; \
 
1467
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(cogldeprecatedincludedir)" || exit $$?; \
 
1468
        done
 
1469
 
 
1470
uninstall-cogldeprecatedincludeHEADERS:
 
1471
        @$(NORMAL_UNINSTALL)
 
1472
        @list='$(cogldeprecatedinclude_HEADERS)'; test -n "$(cogldeprecatedincludedir)" || list=; \
 
1473
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
1474
        dir='$(DESTDIR)$(cogldeprecatedincludedir)'; $(am__uninstall_files_from_dir)
 
1475
install-coglincludeHEADERS: $(coglinclude_HEADERS)
 
1476
        @$(NORMAL_INSTALL)
 
1477
        @list='$(coglinclude_HEADERS)'; test -n "$(coglincludedir)" || list=; \
 
1478
        if test -n "$$list"; then \
 
1479
          echo " $(MKDIR_P) '$(DESTDIR)$(coglincludedir)'"; \
 
1480
          $(MKDIR_P) "$(DESTDIR)$(coglincludedir)" || exit 1; \
 
1481
        fi; \
 
1482
        for p in $$list; do \
 
1483
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
1484
          echo "$$d$$p"; \
 
1485
        done | $(am__base_list) | \
 
1486
        while read files; do \
 
1487
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(coglincludedir)'"; \
 
1488
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(coglincludedir)" || exit $$?; \
 
1489
        done
 
1490
 
 
1491
uninstall-coglincludeHEADERS:
 
1492
        @$(NORMAL_UNINSTALL)
 
1493
        @list='$(coglinclude_HEADERS)'; test -n "$(coglincludedir)" || list=; \
 
1494
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
1495
        dir='$(DESTDIR)$(coglincludedir)'; $(am__uninstall_files_from_dir)
 
1496
install-nodist_coglincludeHEADERS: $(nodist_coglinclude_HEADERS)
 
1497
        @$(NORMAL_INSTALL)
 
1498
        @list='$(nodist_coglinclude_HEADERS)'; test -n "$(coglincludedir)" || list=; \
 
1499
        if test -n "$$list"; then \
 
1500
          echo " $(MKDIR_P) '$(DESTDIR)$(coglincludedir)'"; \
 
1501
          $(MKDIR_P) "$(DESTDIR)$(coglincludedir)" || exit 1; \
 
1502
        fi; \
 
1503
        for p in $$list; do \
 
1504
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
1505
          echo "$$d$$p"; \
 
1506
        done | $(am__base_list) | \
 
1507
        while read files; do \
 
1508
          echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(coglincludedir)'"; \
 
1509
          $(INSTALL_HEADER) $$files "$(DESTDIR)$(coglincludedir)" || exit $$?; \
 
1510
        done
 
1511
 
 
1512
uninstall-nodist_coglincludeHEADERS:
 
1513
        @$(NORMAL_UNINSTALL)
 
1514
        @list='$(nodist_coglinclude_HEADERS)'; test -n "$(coglincludedir)" || list=; \
 
1515
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
1516
        dir='$(DESTDIR)$(coglincludedir)'; $(am__uninstall_files_from_dir)
 
1517
 
 
1518
# This directory's subdirectories are mostly independent; you can cd
 
1519
# into them and run 'make' without going through this Makefile.
 
1520
# To change the values of 'make' variables: instead of editing Makefiles,
 
1521
# (1) if the variable is set in 'config.status', edit 'config.status'
 
1522
#     (which will cause the Makefiles to be regenerated when you run 'make');
 
1523
# (2) otherwise, pass the desired values on the 'make' command line.
 
1524
$(am__recursive_targets):
 
1525
        @fail=; \
 
1526
        if $(am__make_keepgoing); then \
 
1527
          failcom='fail=yes'; \
 
1528
        else \
 
1529
          failcom='exit 1'; \
 
1530
        fi; \
 
1531
        dot_seen=no; \
 
1532
        target=`echo $@ | sed s/-recursive//`; \
 
1533
        case "$@" in \
 
1534
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
1535
          *) list='$(SUBDIRS)' ;; \
 
1536
        esac; \
 
1537
        for subdir in $$list; do \
 
1538
          echo "Making $$target in $$subdir"; \
 
1539
          if test "$$subdir" = "."; then \
 
1540
            dot_seen=yes; \
 
1541
            local_target="$$target-am"; \
 
1542
          else \
 
1543
            local_target="$$target"; \
 
1544
          fi; \
 
1545
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
1546
          || eval $$failcom; \
 
1547
        done; \
 
1548
        if test "$$dot_seen" = "no"; then \
 
1549
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
1550
        fi; test -z "$$fail"
 
1551
 
 
1552
ID: $(am__tagged_files)
 
1553
        $(am__define_uniq_tagged_files); mkid -fID $$unique
 
1554
tags: tags-recursive
 
1555
TAGS: tags
 
1556
 
 
1557
tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
1558
        set x; \
 
1559
        here=`pwd`; \
 
1560
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
1561
          include_option=--etags-include; \
 
1562
          empty_fix=.; \
 
1563
        else \
 
1564
          include_option=--include; \
 
1565
          empty_fix=; \
 
1566
        fi; \
 
1567
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
1568
          if test "$$subdir" = .; then :; else \
 
1569
            test ! -f $$subdir/TAGS || \
 
1570
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
1571
          fi; \
 
1572
        done; \
 
1573
        $(am__define_uniq_tagged_files); \
 
1574
        shift; \
 
1575
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
1576
          test -n "$$unique" || unique=$$empty_fix; \
 
1577
          if test $$# -gt 0; then \
 
1578
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1579
              "$$@" $$unique; \
 
1580
          else \
 
1581
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
1582
              $$unique; \
 
1583
          fi; \
 
1584
        fi
 
1585
ctags: ctags-recursive
 
1586
 
 
1587
CTAGS: ctags
 
1588
ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
 
1589
        $(am__define_uniq_tagged_files); \
 
1590
        test -z "$(CTAGS_ARGS)$$unique" \
 
1591
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
1592
             $$unique
 
1593
 
 
1594
GTAGS:
 
1595
        here=`$(am__cd) $(top_builddir) && pwd` \
 
1596
          && $(am__cd) $(top_srcdir) \
 
1597
          && gtags -i $(GTAGS_ARGS) "$$here"
 
1598
cscopelist: cscopelist-recursive
 
1599
 
 
1600
cscopelist-am: $(am__tagged_files)
 
1601
        list='$(am__tagged_files)'; \
 
1602
        case "$(srcdir)" in \
 
1603
          [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
 
1604
          *) sdir=$(subdir)/$(srcdir) ;; \
 
1605
        esac; \
 
1606
        for i in $$list; do \
 
1607
          if test -f "$$i"; then \
 
1608
            echo "$(subdir)/$$i"; \
 
1609
          else \
 
1610
            echo "$$sdir/$$i"; \
 
1611
          fi; \
 
1612
        done >> $(top_builddir)/cscope.files
 
1613
 
 
1614
distclean-tags:
 
1615
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
1616
 
 
1617
distdir: $(DISTFILES)
 
1618
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1619
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
1620
        list='$(DISTFILES)'; \
 
1621
          dist_files=`for file in $$list; do echo $$file; done | \
 
1622
          sed -e "s|^$$srcdirstrip/||;t" \
 
1623
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
1624
        case $$dist_files in \
 
1625
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
1626
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
1627
                           sort -u` ;; \
 
1628
        esac; \
 
1629
        for file in $$dist_files; do \
 
1630
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
1631
          if test -d $$d/$$file; then \
 
1632
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
1633
            if test -d "$(distdir)/$$file"; then \
 
1634
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1635
            fi; \
 
1636
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
1637
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
1638
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
1639
            fi; \
 
1640
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
1641
          else \
 
1642
            test -f "$(distdir)/$$file" \
 
1643
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
1644
            || exit 1; \
 
1645
          fi; \
 
1646
        done
 
1647
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
1648
          if test "$$subdir" = .; then :; else \
 
1649
            $(am__make_dryrun) \
 
1650
              || test -d "$(distdir)/$$subdir" \
 
1651
              || $(MKDIR_P) "$(distdir)/$$subdir" \
 
1652
              || exit 1; \
 
1653
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
1654
            $(am__relativize); \
 
1655
            new_distdir=$$reldir; \
 
1656
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
1657
            $(am__relativize); \
 
1658
            new_top_distdir=$$reldir; \
 
1659
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
1660
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
1661
            ($(am__cd) $$subdir && \
 
1662
              $(MAKE) $(AM_MAKEFLAGS) \
 
1663
                top_distdir="$$new_top_distdir" \
 
1664
                distdir="$$new_distdir" \
 
1665
                am__remove_distdir=: \
 
1666
                am__skip_length_check=: \
 
1667
                am__skip_mode_fix=: \
 
1668
                distdir) \
 
1669
              || exit 1; \
 
1670
          fi; \
 
1671
        done
 
1672
check-am: all-am
 
1673
check: $(BUILT_SOURCES)
 
1674
        $(MAKE) $(AM_MAKEFLAGS) check-recursive
 
1675
all-am: Makefile $(LTLIBRARIES) $(DATA) $(HEADERS)
 
1676
installdirs: installdirs-recursive
 
1677
installdirs-am:
 
1678
        for dir in "$(DESTDIR)$(mutterlibdir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(pkgconfigdir)" "$(DESTDIR)$(typelibdir)" "$(DESTDIR)$(cogl_proto_includedir)" "$(DESTDIR)$(cogldeprecatedincludedir)" "$(DESTDIR)$(coglincludedir)" "$(DESTDIR)$(coglincludedir)"; do \
 
1679
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
1680
        done
 
1681
install: $(BUILT_SOURCES)
 
1682
        $(MAKE) $(AM_MAKEFLAGS) install-recursive
 
1683
install-exec: install-exec-recursive
 
1684
install-data: install-data-recursive
 
1685
uninstall: uninstall-recursive
 
1686
 
 
1687
install-am: all-am
 
1688
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
1689
 
 
1690
installcheck: installcheck-recursive
 
1691
install-strip:
 
1692
        if test -z '$(STRIP)'; then \
 
1693
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1694
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1695
              install; \
 
1696
        else \
 
1697
          $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
1698
            install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
1699
            "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
 
1700
        fi
 
1701
mostlyclean-generic:
 
1702
 
 
1703
clean-generic:
 
1704
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
 
1705
 
 
1706
distclean-generic:
 
1707
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
1708
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
1709
        -rm -f deprecated/$(DEPDIR)/$(am__dirstamp)
 
1710
        -rm -f deprecated/$(am__dirstamp)
 
1711
        -rm -f driver/gl/$(DEPDIR)/$(am__dirstamp)
 
1712
        -rm -f driver/gl/$(am__dirstamp)
 
1713
        -rm -f driver/gl/gl/$(DEPDIR)/$(am__dirstamp)
 
1714
        -rm -f driver/gl/gl/$(am__dirstamp)
 
1715
        -rm -f driver/gl/gles/$(DEPDIR)/$(am__dirstamp)
 
1716
        -rm -f driver/gl/gles/$(am__dirstamp)
 
1717
        -rm -f driver/nop/$(DEPDIR)/$(am__dirstamp)
 
1718
        -rm -f driver/nop/$(am__dirstamp)
 
1719
        -rm -f winsys/$(DEPDIR)/$(am__dirstamp)
 
1720
        -rm -f winsys/$(am__dirstamp)
 
1721
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
1722
 
 
1723
maintainer-clean-generic:
 
1724
        @echo "This command is intended for maintainers to use"
 
1725
        @echo "it deletes files that may require special tools to rebuild."
 
1726
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
1727
clean: clean-recursive
 
1728
 
 
1729
clean-am: clean-generic clean-libtool clean-mutterlibLTLIBRARIES \
 
1730
        mostlyclean-am
 
1731
 
 
1732
distclean: distclean-recursive
 
1733
        -rm -rf ./$(DEPDIR) deprecated/$(DEPDIR) driver/gl/$(DEPDIR) driver/gl/gl/$(DEPDIR) driver/gl/gles/$(DEPDIR) driver/nop/$(DEPDIR) winsys/$(DEPDIR)
 
1734
        -rm -f Makefile
 
1735
distclean-am: clean-am distclean-compile distclean-generic \
 
1736
        distclean-tags
 
1737
 
 
1738
dvi: dvi-recursive
 
1739
 
 
1740
dvi-am:
 
1741
 
 
1742
html: html-recursive
 
1743
 
 
1744
html-am:
 
1745
 
 
1746
info: info-recursive
 
1747
 
 
1748
info-am:
 
1749
 
 
1750
install-data-am: install-cogl_proto_includeHEADERS \
 
1751
        install-cogldeprecatedincludeHEADERS \
 
1752
        install-coglincludeHEADERS install-girDATA \
 
1753
        install-mutterlibLTLIBRARIES install-nodist_coglincludeHEADERS \
 
1754
        install-pkgconfigDATA install-typelibDATA
 
1755
 
 
1756
install-dvi: install-dvi-recursive
 
1757
 
 
1758
install-dvi-am:
 
1759
 
 
1760
install-exec-am:
 
1761
 
 
1762
install-html: install-html-recursive
 
1763
 
 
1764
install-html-am:
 
1765
 
 
1766
install-info: install-info-recursive
 
1767
 
 
1768
install-info-am:
 
1769
 
 
1770
install-man:
 
1771
 
 
1772
install-pdf: install-pdf-recursive
 
1773
 
 
1774
install-pdf-am:
 
1775
 
 
1776
install-ps: install-ps-recursive
 
1777
 
 
1778
install-ps-am:
 
1779
 
 
1780
installcheck-am:
 
1781
 
 
1782
maintainer-clean: maintainer-clean-recursive
 
1783
        -rm -rf ./$(DEPDIR) deprecated/$(DEPDIR) driver/gl/$(DEPDIR) driver/gl/gl/$(DEPDIR) driver/gl/gles/$(DEPDIR) driver/nop/$(DEPDIR) winsys/$(DEPDIR)
 
1784
        -rm -f Makefile
 
1785
maintainer-clean-am: distclean-am maintainer-clean-generic
 
1786
 
 
1787
mostlyclean: mostlyclean-recursive
 
1788
 
 
1789
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
1790
        mostlyclean-libtool
 
1791
 
 
1792
pdf: pdf-recursive
 
1793
 
 
1794
pdf-am:
 
1795
 
 
1796
ps: ps-recursive
 
1797
 
 
1798
ps-am:
 
1799
 
 
1800
uninstall-am: uninstall-cogl_proto_includeHEADERS \
 
1801
        uninstall-cogldeprecatedincludeHEADERS \
 
1802
        uninstall-coglincludeHEADERS uninstall-girDATA \
 
1803
        uninstall-mutterlibLTLIBRARIES \
 
1804
        uninstall-nodist_coglincludeHEADERS uninstall-pkgconfigDATA \
 
1805
        uninstall-typelibDATA
 
1806
 
 
1807
.MAKE: $(am__recursive_targets) all check install install-am \
 
1808
        install-strip
 
1809
 
 
1810
.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
 
1811
        check-am clean clean-generic clean-libtool \
 
1812
        clean-mutterlibLTLIBRARIES cscopelist-am ctags ctags-am \
 
1813
        distclean distclean-compile distclean-generic \
 
1814
        distclean-libtool distclean-tags distdir dvi dvi-am html \
 
1815
        html-am info info-am install install-am \
 
1816
        install-cogl_proto_includeHEADERS \
 
1817
        install-cogldeprecatedincludeHEADERS \
 
1818
        install-coglincludeHEADERS install-data install-data-am \
 
1819
        install-dvi install-dvi-am install-exec install-exec-am \
 
1820
        install-girDATA install-html install-html-am install-info \
 
1821
        install-info-am install-man install-mutterlibLTLIBRARIES \
 
1822
        install-nodist_coglincludeHEADERS install-pdf install-pdf-am \
 
1823
        install-pkgconfigDATA install-ps install-ps-am install-strip \
 
1824
        install-typelibDATA installcheck installcheck-am installdirs \
 
1825
        installdirs-am maintainer-clean maintainer-clean-generic \
 
1826
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
1827
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
 
1828
        uninstall-am uninstall-cogl_proto_includeHEADERS \
 
1829
        uninstall-cogldeprecatedincludeHEADERS \
 
1830
        uninstall-coglincludeHEADERS uninstall-girDATA \
 
1831
        uninstall-mutterlibLTLIBRARIES \
 
1832
        uninstall-nodist_coglincludeHEADERS uninstall-pkgconfigDATA \
 
1833
        uninstall-typelibDATA
 
1834
 
 
1835
.PRECIOUS: Makefile
 
1836
 
 
1837
 
 
1838
-include $(INTROSPECTION_MAKEFILE)
 
1839
 
 
1840
@HAVE_INTROSPECTION_TRUE@Cogl-@LIBMUTTER_API_VERSION@.gir: libmutter-cogl-$(LIBMUTTER_API_VERSION).la Makefile
 
1841
 
 
1842
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
1843
# Otherwise a system limit (for SysV at least) may be exceeded.
 
1844
.NOEXPORT: