~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

Viewing changes to clutter/cogl/cogl/driver/gles/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100321132756-nf8yd30yxo3zzwcm
Tags: upstream-1.2.2
ImportĀ upstreamĀ versionĀ 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
 
2
# @configure_input@
 
3
 
 
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
 
7
# This Makefile.in is free software; the Free Software Foundation
 
8
# gives unlimited permission to copy and/or distribute it,
 
9
# with or without modifications, as long as this notice is preserved.
 
10
 
 
11
# This program is distributed in the hope that it will be useful,
 
12
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
13
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
14
# PARTICULAR PURPOSE.
 
15
 
 
16
@SET_MAKE@
 
17
 
 
18
# custom rules for quiet builds
 
19
 
 
20
VPATH = @srcdir@
 
21
pkgdatadir = $(datadir)/@PACKAGE@
 
22
pkgincludedir = $(includedir)/@PACKAGE@
 
23
pkglibdir = $(libdir)/@PACKAGE@
 
24
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
25
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
26
install_sh_DATA = $(install_sh) -c -m 644
 
27
install_sh_PROGRAM = $(install_sh) -c
 
28
install_sh_SCRIPT = $(install_sh) -c
 
29
INSTALL_HEADER = $(INSTALL_DATA)
 
30
transform = $(program_transform_name)
 
31
NORMAL_INSTALL = :
 
32
PRE_INSTALL = :
 
33
POST_INSTALL = :
 
34
NORMAL_UNINSTALL = :
 
35
PRE_UNINSTALL = :
 
36
POST_UNINSTALL = :
 
37
build_triplet = @build@
 
38
host_triplet = @host@
 
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
 
40
        $(srcdir)/cogl-defines.h.in \
 
41
        $(top_srcdir)/build/autotools/Makefile.am.silent
 
42
@USE_GLES2_WRAPPER_TRUE@am__append_1 = \
 
43
@USE_GLES2_WRAPPER_TRUE@        cogl-gles2-wrapper.c \
 
44
@USE_GLES2_WRAPPER_TRUE@        cogl-fixed-vertex-shader.h \
 
45
@USE_GLES2_WRAPPER_TRUE@        cogl-fixed-vertex-shader.c \
 
46
@USE_GLES2_WRAPPER_TRUE@        cogl-fixed-fragment-shader.h \
 
47
@USE_GLES2_WRAPPER_TRUE@        cogl-fixed-fragment-shader.c
 
48
 
 
49
subdir = clutter/cogl/cogl/driver/gles
 
50
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
51
am__aclocal_m4_deps =  \
 
52
        $(top_srcdir)/build/autotools/as-compiler-flag.m4 \
 
53
        $(top_srcdir)/build/autotools/gtk-doc.m4 \
 
54
        $(top_srcdir)/build/autotools/introspection.m4 \
 
55
        $(top_srcdir)/build/autotools/libtool.m4 \
 
56
        $(top_srcdir)/build/autotools/ltoptions.m4 \
 
57
        $(top_srcdir)/build/autotools/ltsugar.m4 \
 
58
        $(top_srcdir)/build/autotools/ltversion.m4 \
 
59
        $(top_srcdir)/build/autotools/lt~obsolete.m4 \
 
60
        $(top_srcdir)/configure.ac
 
61
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
62
        $(ACLOCAL_M4)
 
63
mkinstalldirs = $(SHELL) $(top_srcdir)/build/mkinstalldirs
 
64
CONFIG_HEADER = $(top_builddir)/config.h
 
65
CONFIG_CLEAN_FILES = cogl-defines.h
 
66
CONFIG_CLEAN_VPATH_FILES =
 
67
LTLIBRARIES = $(noinst_LTLIBRARIES)
 
68
libclutter_cogl_driver_la_LIBADD =
 
69
am__libclutter_cogl_driver_la_SOURCES_DIST = cogl.c \
 
70
        cogl-texture-driver.c cogl-context-driver.c \
 
71
        cogl-context-driver.h cogl-gles2-wrapper.h cogl-program.h \
 
72
        cogl-program.c cogl-shader-private.h cogl-shader.c \
 
73
        cogl-feature-functions.h cogl-gles2-wrapper.c \
 
74
        cogl-fixed-vertex-shader.h cogl-fixed-vertex-shader.c \
 
75
        cogl-fixed-fragment-shader.h cogl-fixed-fragment-shader.c
 
76
@USE_GLES2_WRAPPER_TRUE@am__objects_1 = libclutter_cogl_driver_la-cogl-gles2-wrapper.lo \
 
77
@USE_GLES2_WRAPPER_TRUE@        libclutter_cogl_driver_la-cogl-fixed-vertex-shader.lo \
 
78
@USE_GLES2_WRAPPER_TRUE@        libclutter_cogl_driver_la-cogl-fixed-fragment-shader.lo
 
79
am_libclutter_cogl_driver_la_OBJECTS =  \
 
80
        libclutter_cogl_driver_la-cogl.lo \
 
81
        libclutter_cogl_driver_la-cogl-texture-driver.lo \
 
82
        libclutter_cogl_driver_la-cogl-context-driver.lo \
 
83
        libclutter_cogl_driver_la-cogl-program.lo \
 
84
        libclutter_cogl_driver_la-cogl-shader.lo $(am__objects_1)
 
85
libclutter_cogl_driver_la_OBJECTS =  \
 
86
        $(am_libclutter_cogl_driver_la_OBJECTS)
 
87
AM_V_lt = $(am__v_lt_$(V))
 
88
am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
 
89
am__v_lt_0 = --silent
 
90
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
91
depcomp = $(SHELL) $(top_srcdir)/build/depcomp
 
92
am__depfiles_maybe = depfiles
 
93
am__mv = mv -f
 
94
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
95
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
96
LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
97
        $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
 
98
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
 
99
        $(AM_CFLAGS) $(CFLAGS)
 
100
AM_V_CC = $(am__v_CC_$(V))
 
101
am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
 
102
am__v_CC_0 = @echo "  CC    " $@;
 
103
AM_V_at = $(am__v_at_$(V))
 
104
am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
 
105
am__v_at_0 = @
 
106
CCLD = $(CC)
 
107
LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
 
108
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
 
109
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
110
AM_V_CCLD = $(am__v_CCLD_$(V))
 
111
am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
 
112
am__v_CCLD_0 = @echo "  CCLD  " $@;
 
113
AM_V_GEN = $(am__v_GEN_$(V))
 
114
am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
 
115
am__v_GEN_0 = @echo "  GEN   " $@;
 
116
SOURCES = $(libclutter_cogl_driver_la_SOURCES)
 
117
DIST_SOURCES = $(am__libclutter_cogl_driver_la_SOURCES_DIST)
 
118
ETAGS = etags
 
119
CTAGS = ctags
 
120
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
121
ACLOCAL = @ACLOCAL@
 
122
AMTAR = @AMTAR@
 
123
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
 
124
AR = @AR@
 
125
AUTOCONF = @AUTOCONF@
 
126
AUTOHEADER = @AUTOHEADER@
 
127
AUTOMAKE = @AUTOMAKE@
 
128
AWK = @AWK@
 
129
CAIRO_PREFIX = @CAIRO_PREFIX@
 
130
CATALOGS = @CATALOGS@
 
131
CATOBJEXT = @CATOBJEXT@
 
132
CC = @CC@
 
133
CCDEPMODE = @CCDEPMODE@
 
134
CFLAGS = @CFLAGS@
 
135
CLUTTER_API_VERSION = @CLUTTER_API_VERSION@
 
136
CLUTTER_CFLAGS = @CLUTTER_CFLAGS@
 
137
CLUTTER_COGL = @CLUTTER_COGL@
 
138
CLUTTER_DEBUG_CFLAGS = @CLUTTER_DEBUG_CFLAGS@
 
139
CLUTTER_DEPS_CFLAGS = @CLUTTER_DEPS_CFLAGS@
 
140
CLUTTER_DEPS_LIBS = @CLUTTER_DEPS_LIBS@
 
141
CLUTTER_FLAVOUR = @CLUTTER_FLAVOUR@
 
142
CLUTTER_GL_HEADER = @CLUTTER_GL_HEADER@
 
143
CLUTTER_LIBS = @CLUTTER_LIBS@
 
144
CLUTTER_LT_LDFLAGS = @CLUTTER_LT_LDFLAGS@
 
145
CLUTTER_LT_VERSION = @CLUTTER_LT_VERSION@
 
146
CLUTTER_MAJORMINOR = @CLUTTER_MAJORMINOR@
 
147
CLUTTER_MAJOR_VERSION = @CLUTTER_MAJOR_VERSION@
 
148
CLUTTER_MICRO_VERSION = @CLUTTER_MICRO_VERSION@
 
149
CLUTTER_MINOR_VERSION = @CLUTTER_MINOR_VERSION@
 
150
CLUTTER_PROFILE_CFLAGS = @CLUTTER_PROFILE_CFLAGS@
 
151
CLUTTER_PROFILE_LDFLAGS = @CLUTTER_PROFILE_LDFLAGS@
 
152
CLUTTER_RELEASE_STATUS = @CLUTTER_RELEASE_STATUS@
 
153
CLUTTER_REQUIRES = @CLUTTER_REQUIRES@
 
154
CLUTTER_STAGE_TYPE = @CLUTTER_STAGE_TYPE@
 
155
CLUTTER_VERSION = @CLUTTER_VERSION@
 
156
CLUTTER_WINSYS = @CLUTTER_WINSYS@
 
157
CLUTTER_WINSYS_BASE = @CLUTTER_WINSYS_BASE@
 
158
CLUTTER_WINSYS_BASE_LIB = @CLUTTER_WINSYS_BASE_LIB@
 
159
CLUTTER_WINSYS_LIB = @CLUTTER_WINSYS_LIB@
 
160
COGL_DEBUG_CFLAGS = @COGL_DEBUG_CFLAGS@
 
161
COGL_DRIVER = @COGL_DRIVER@
 
162
COGL_GLES_VERSION = @COGL_GLES_VERSION@
 
163
COGL_IMAGE_BACKEND = @COGL_IMAGE_BACKEND@
 
164
COGL_WINSYS = @COGL_WINSYS@
 
165
CPP = @CPP@
 
166
CPPFLAGS = @CPPFLAGS@
 
167
CYGPATH_W = @CYGPATH_W@
 
168
DATADIRNAME = @DATADIRNAME@
 
169
DEFS = @DEFS@
 
170
DEPDIR = @DEPDIR@
 
171
DSYMUTIL = @DSYMUTIL@
 
172
DUMPBIN = @DUMPBIN@
 
173
ECHO_C = @ECHO_C@
 
174
ECHO_N = @ECHO_N@
 
175
ECHO_T = @ECHO_T@
 
176
EGREP = @EGREP@
 
177
EXEEXT = @EXEEXT@
 
178
FGREP = @FGREP@
 
179
GCOV = @GCOV@
 
180
GCOV_CFLAGS = @GCOV_CFLAGS@
 
181
GCOV_LDFLAGS = @GCOV_LDFLAGS@
 
182
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
183
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
 
184
GLIB_MKENUMS = @GLIB_MKENUMS@
 
185
GLIB_PREFIX = @GLIB_PREFIX@
 
186
GMOFILES = @GMOFILES@
 
187
GMSGFMT = @GMSGFMT@
 
188
GREP = @GREP@
 
189
GTKDOC_CHECK = @GTKDOC_CHECK@
 
190
GTKDOC_MKPDF = @GTKDOC_MKPDF@
 
191
GTKDOC_REBASE = @GTKDOC_REBASE@
 
192
HTML_DIR = @HTML_DIR@
 
193
INSTALL = @INSTALL@
 
194
INSTALL_DATA = @INSTALL_DATA@
 
195
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
196
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
197
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
198
INSTOBJEXT = @INSTOBJEXT@
 
199
INTLLIBS = @INTLLIBS@
 
200
INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
 
201
INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
 
202
INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
 
203
INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
 
204
INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
 
205
JSON_PREFIX = @JSON_PREFIX@
 
206
JW = @JW@
 
207
LD = @LD@
 
208
LDFLAGS = @LDFLAGS@
 
209
LIBOBJS = @LIBOBJS@
 
210
LIBS = @LIBS@
 
211
LIBTOOL = @LIBTOOL@
 
212
LIPO = @LIPO@
 
213
LN_S = @LN_S@
 
214
LTLIBOBJS = @LTLIBOBJS@
 
215
MAINTAINER_CFLAGS = @MAINTAINER_CFLAGS@
 
216
MAKEINFO = @MAKEINFO@
 
217
MKDIR_P = @MKDIR_P@
 
218
MKINSTALLDIRS = @MKINSTALLDIRS@
 
219
MSGFMT = @MSGFMT@
 
220
MSGFMT_OPTS = @MSGFMT_OPTS@
 
221
NM = @NM@
 
222
NMEDIT = @NMEDIT@
 
223
OBJDUMP = @OBJDUMP@
 
224
OBJEXT = @OBJEXT@
 
225
OTOOL = @OTOOL@
 
226
OTOOL64 = @OTOOL64@
 
227
PACKAGE = @PACKAGE@
 
228
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
229
PACKAGE_NAME = @PACKAGE_NAME@
 
230
PACKAGE_STRING = @PACKAGE_STRING@
 
231
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
232
PACKAGE_VERSION = @PACKAGE_VERSION@
 
233
PANGO_PREFIX = @PANGO_PREFIX@
 
234
PATH_SEPARATOR = @PATH_SEPARATOR@
 
235
PKG_CONFIG = @PKG_CONFIG@
 
236
POFILES = @POFILES@
 
237
POSUB = @POSUB@
 
238
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
239
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
240
PROFILE_DEP_CFLAGS = @PROFILE_DEP_CFLAGS@
 
241
PROFILE_DEP_LIBS = @PROFILE_DEP_LIBS@
 
242
RANLIB = @RANLIB@
 
243
SED = @SED@
 
244
SET_MAKE = @SET_MAKE@
 
245
SHELL = @SHELL@
 
246
STRIP = @STRIP@
 
247
TSLIB_CFLAGS = @TSLIB_CFLAGS@
 
248
TSLIB_LIBS = @TSLIB_LIBS@
 
249
USE_NLS = @USE_NLS@
 
250
VERSION = @VERSION@
 
251
WINDRES = @WINDRES@
 
252
XGETTEXT = @XGETTEXT@
 
253
XINPUT_CFLAGS = @XINPUT_CFLAGS@
 
254
XINPUT_LIBS = @XINPUT_LIBS@
 
255
XMKMF = @XMKMF@
 
256
XSLTPROC = @XSLTPROC@
 
257
abs_builddir = @abs_builddir@
 
258
abs_srcdir = @abs_srcdir@
 
259
abs_top_builddir = @abs_top_builddir@
 
260
abs_top_srcdir = @abs_top_srcdir@
 
261
ac_ct_CC = @ac_ct_CC@
 
262
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
263
am__include = @am__include@
 
264
am__leading_dot = @am__leading_dot@
 
265
am__quote = @am__quote@
 
266
am__tar = @am__tar@
 
267
am__untar = @am__untar@
 
268
bindir = @bindir@
 
269
build = @build@
 
270
build_alias = @build_alias@
 
271
build_cpu = @build_cpu@
 
272
build_os = @build_os@
 
273
build_vendor = @build_vendor@
 
274
builddir = @builddir@
 
275
datadir = @datadir@
 
276
datarootdir = @datarootdir@
 
277
docdir = @docdir@
 
278
dvidir = @dvidir@
 
279
exec_prefix = @exec_prefix@
 
280
host = @host@
 
281
host_alias = @host_alias@
 
282
host_cpu = @host_cpu@
 
283
host_os = @host_os@
 
284
host_vendor = @host_vendor@
 
285
htmldir = @htmldir@
 
286
includedir = @includedir@
 
287
infodir = @infodir@
 
288
install_sh = @install_sh@
 
289
libdir = @libdir@
 
290
libexecdir = @libexecdir@
 
291
localedir = @localedir@
 
292
localstatedir = @localstatedir@
 
293
lt_ECHO = @lt_ECHO@
 
294
mandir = @mandir@
 
295
mkdir_p = @mkdir_p@
 
296
oldincludedir = @oldincludedir@
 
297
pdfdir = @pdfdir@
 
298
prefix = @prefix@
 
299
program_transform_name = @program_transform_name@
 
300
psdir = @psdir@
 
301
sbindir = @sbindir@
 
302
sharedstatedir = @sharedstatedir@
 
303
srcdir = @srcdir@
 
304
sysconfdir = @sysconfdir@
 
305
target_alias = @target_alias@
 
306
top_build_prefix = @top_build_prefix@
 
307
top_builddir = @top_builddir@
 
308
top_srcdir = @top_srcdir@
 
309
@USE_SHAVE_FALSE@QUIET_GEN = $(AM_V_GEN)
 
310
@USE_SHAVE_TRUE@QUIET_GEN = $(Q:@=@echo '  GEN   '$@;)
 
311
@USE_SHAVE_FALSE@QUIET_LN = $(QUIET_LN_$(V))
 
312
@USE_SHAVE_TRUE@QUIET_LN = $(Q:@=@echo '  LN    '$@;)
 
313
@USE_SHAVE_FALSE@QUIET_RM = $(QUIET_RM_$(V))
 
314
@USE_SHAVE_TRUE@QUIET_RM = $(Q:@=@echo '  RM    '$@;)
 
315
@USE_SHAVE_FALSE@QUIET_LN_ = $(QUIET_LN_$(AM_DEFAULT_VERBOSITY))
 
316
@USE_SHAVE_FALSE@QUIET_LN_0 = @echo '  LN     '$@;
 
317
@USE_SHAVE_FALSE@QUIET_RM_ = $(QUIET_RM_$(AM_DEFAULT_VERBOSITY))
 
318
@USE_SHAVE_FALSE@QUIET_RM_0 = @echo '  RM     '$@;
 
319
NULL = 
 
320
INCLUDES = \
 
321
        -I$(top_srcdir) \
 
322
        -I$(srcdir) \
 
323
        -I$(srcdir)/../.. \
 
324
        -I$(srcdir)/../../.. \
 
325
        -I$(srcdir)/winsys \
 
326
        -I$(srcdir)/driver/$(COGL_DRIVER) \
 
327
        -I../.. \
 
328
        -I../../.. \
 
329
        -DG_DISABLE_SINGLE_INCLUDES \
 
330
        -DG_LOG_DOMAIN=\"Cogl-Driver\" \
 
331
        -DCLUTTER_COMPILATION
 
332
 
 
333
noinst_LTLIBRARIES = libclutter-cogl-driver.la
 
334
libclutter_cogl_driver_la_CPPFLAGS = \
 
335
        $(CLUTTER_CFLAGS) \
 
336
        $(COGL_DEBUG_CFLAGS) \
 
337
        $(CLUTTER_DEBUG_CFLAGS) \
 
338
        $(MAINTAINER_CFLAGS)
 
339
 
 
340
libclutter_cogl_driver_la_SOURCES = cogl.c cogl-texture-driver.c \
 
341
        cogl-context-driver.c cogl-context-driver.h \
 
342
        cogl-gles2-wrapper.h cogl-program.h cogl-program.c \
 
343
        cogl-shader-private.h cogl-shader.c cogl-feature-functions.h \
 
344
        $(am__append_1)
 
345
EXTRA_DIST = \
 
346
        cogl-defines.h.in \
 
347
        stringify.sh \
 
348
        cogl-fixed-vertex-shader.glsl \
 
349
        cogl-fixed-fragment-shader.glsl
 
350
 
 
351
BUILT_SOURCES = \
 
352
        cogl-fixed-vertex-shader.h \
 
353
        cogl-fixed-vertex-shader.c \
 
354
        cogl-fixed-fragment-shader.h \
 
355
        cogl-fixed-fragment-shader.c
 
356
 
 
357
all: $(BUILT_SOURCES)
 
358
        $(MAKE) $(AM_MAKEFLAGS) all-am
 
359
 
 
360
.SUFFIXES:
 
361
.SUFFIXES: .c .lo .o .obj
 
362
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/build/autotools/Makefile.am.silent $(am__configure_deps)
 
363
        @for dep in $?; do \
 
364
          case '$(am__configure_deps)' in \
 
365
            *$$dep*) \
 
366
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
367
                && { if test -f $@; then exit 0; else break; fi; }; \
 
368
              exit 1;; \
 
369
          esac; \
 
370
        done; \
 
371
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign clutter/cogl/cogl/driver/gles/Makefile'; \
 
372
        $(am__cd) $(top_srcdir) && \
 
373
          $(AUTOMAKE) --foreign clutter/cogl/cogl/driver/gles/Makefile
 
374
.PRECIOUS: Makefile
 
375
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
376
        @case '$?' in \
 
377
          *config.status*) \
 
378
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
379
          *) \
 
380
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
381
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
382
        esac;
 
383
 
 
384
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
385
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
386
 
 
387
$(top_srcdir)/configure:  $(am__configure_deps)
 
388
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
389
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
390
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
391
$(am__aclocal_m4_deps):
 
392
cogl-defines.h: $(top_builddir)/config.status $(srcdir)/cogl-defines.h.in
 
393
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
 
394
 
 
395
clean-noinstLTLIBRARIES:
 
396
        -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
 
397
        @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
 
398
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
399
          test "$$dir" != "$$p" || dir=.; \
 
400
          echo "rm -f \"$${dir}/so_locations\""; \
 
401
          rm -f "$${dir}/so_locations"; \
 
402
        done
 
403
libclutter-cogl-driver.la: $(libclutter_cogl_driver_la_OBJECTS) $(libclutter_cogl_driver_la_DEPENDENCIES) 
 
404
        $(AM_V_CCLD)$(LINK)  $(libclutter_cogl_driver_la_OBJECTS) $(libclutter_cogl_driver_la_LIBADD) $(LIBS)
 
405
 
 
406
mostlyclean-compile:
 
407
        -rm -f *.$(OBJEXT)
 
408
 
 
409
distclean-compile:
 
410
        -rm -f *.tab.c
 
411
 
 
412
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclutter_cogl_driver_la-cogl-context-driver.Plo@am__quote@
 
413
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclutter_cogl_driver_la-cogl-fixed-fragment-shader.Plo@am__quote@
 
414
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclutter_cogl_driver_la-cogl-fixed-vertex-shader.Plo@am__quote@
 
415
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclutter_cogl_driver_la-cogl-gles2-wrapper.Plo@am__quote@
 
416
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclutter_cogl_driver_la-cogl-program.Plo@am__quote@
 
417
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclutter_cogl_driver_la-cogl-shader.Plo@am__quote@
 
418
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclutter_cogl_driver_la-cogl-texture-driver.Plo@am__quote@
 
419
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libclutter_cogl_driver_la-cogl.Plo@am__quote@
 
420
 
 
421
.c.o:
 
422
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
423
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
424
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
425
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
426
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
427
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
428
 
 
429
.c.obj:
 
430
@am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
431
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
432
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
433
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
434
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
435
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
436
 
 
437
.c.lo:
 
438
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
439
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
440
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
441
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
442
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
443
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
444
 
 
445
libclutter_cogl_driver_la-cogl.lo: cogl.c
 
446
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libclutter_cogl_driver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libclutter_cogl_driver_la-cogl.lo -MD -MP -MF $(DEPDIR)/libclutter_cogl_driver_la-cogl.Tpo -c -o libclutter_cogl_driver_la-cogl.lo `test -f 'cogl.c' || echo '$(srcdir)/'`cogl.c
 
447
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libclutter_cogl_driver_la-cogl.Tpo $(DEPDIR)/libclutter_cogl_driver_la-cogl.Plo
 
448
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
449
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cogl.c' object='libclutter_cogl_driver_la-cogl.lo' libtool=yes @AMDEPBACKSLASH@
 
450
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
451
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libclutter_cogl_driver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libclutter_cogl_driver_la-cogl.lo `test -f 'cogl.c' || echo '$(srcdir)/'`cogl.c
 
452
 
 
453
libclutter_cogl_driver_la-cogl-texture-driver.lo: cogl-texture-driver.c
 
454
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libclutter_cogl_driver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libclutter_cogl_driver_la-cogl-texture-driver.lo -MD -MP -MF $(DEPDIR)/libclutter_cogl_driver_la-cogl-texture-driver.Tpo -c -o libclutter_cogl_driver_la-cogl-texture-driver.lo `test -f 'cogl-texture-driver.c' || echo '$(srcdir)/'`cogl-texture-driver.c
 
455
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libclutter_cogl_driver_la-cogl-texture-driver.Tpo $(DEPDIR)/libclutter_cogl_driver_la-cogl-texture-driver.Plo
 
456
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
457
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cogl-texture-driver.c' object='libclutter_cogl_driver_la-cogl-texture-driver.lo' libtool=yes @AMDEPBACKSLASH@
 
458
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
459
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libclutter_cogl_driver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libclutter_cogl_driver_la-cogl-texture-driver.lo `test -f 'cogl-texture-driver.c' || echo '$(srcdir)/'`cogl-texture-driver.c
 
460
 
 
461
libclutter_cogl_driver_la-cogl-context-driver.lo: cogl-context-driver.c
 
462
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libclutter_cogl_driver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libclutter_cogl_driver_la-cogl-context-driver.lo -MD -MP -MF $(DEPDIR)/libclutter_cogl_driver_la-cogl-context-driver.Tpo -c -o libclutter_cogl_driver_la-cogl-context-driver.lo `test -f 'cogl-context-driver.c' || echo '$(srcdir)/'`cogl-context-driver.c
 
463
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libclutter_cogl_driver_la-cogl-context-driver.Tpo $(DEPDIR)/libclutter_cogl_driver_la-cogl-context-driver.Plo
 
464
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
465
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cogl-context-driver.c' object='libclutter_cogl_driver_la-cogl-context-driver.lo' libtool=yes @AMDEPBACKSLASH@
 
466
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
467
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libclutter_cogl_driver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libclutter_cogl_driver_la-cogl-context-driver.lo `test -f 'cogl-context-driver.c' || echo '$(srcdir)/'`cogl-context-driver.c
 
468
 
 
469
libclutter_cogl_driver_la-cogl-program.lo: cogl-program.c
 
470
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libclutter_cogl_driver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libclutter_cogl_driver_la-cogl-program.lo -MD -MP -MF $(DEPDIR)/libclutter_cogl_driver_la-cogl-program.Tpo -c -o libclutter_cogl_driver_la-cogl-program.lo `test -f 'cogl-program.c' || echo '$(srcdir)/'`cogl-program.c
 
471
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libclutter_cogl_driver_la-cogl-program.Tpo $(DEPDIR)/libclutter_cogl_driver_la-cogl-program.Plo
 
472
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
473
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cogl-program.c' object='libclutter_cogl_driver_la-cogl-program.lo' libtool=yes @AMDEPBACKSLASH@
 
474
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
475
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libclutter_cogl_driver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libclutter_cogl_driver_la-cogl-program.lo `test -f 'cogl-program.c' || echo '$(srcdir)/'`cogl-program.c
 
476
 
 
477
libclutter_cogl_driver_la-cogl-shader.lo: cogl-shader.c
 
478
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libclutter_cogl_driver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libclutter_cogl_driver_la-cogl-shader.lo -MD -MP -MF $(DEPDIR)/libclutter_cogl_driver_la-cogl-shader.Tpo -c -o libclutter_cogl_driver_la-cogl-shader.lo `test -f 'cogl-shader.c' || echo '$(srcdir)/'`cogl-shader.c
 
479
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libclutter_cogl_driver_la-cogl-shader.Tpo $(DEPDIR)/libclutter_cogl_driver_la-cogl-shader.Plo
 
480
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
481
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cogl-shader.c' object='libclutter_cogl_driver_la-cogl-shader.lo' libtool=yes @AMDEPBACKSLASH@
 
482
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
483
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libclutter_cogl_driver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libclutter_cogl_driver_la-cogl-shader.lo `test -f 'cogl-shader.c' || echo '$(srcdir)/'`cogl-shader.c
 
484
 
 
485
libclutter_cogl_driver_la-cogl-gles2-wrapper.lo: cogl-gles2-wrapper.c
 
486
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libclutter_cogl_driver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libclutter_cogl_driver_la-cogl-gles2-wrapper.lo -MD -MP -MF $(DEPDIR)/libclutter_cogl_driver_la-cogl-gles2-wrapper.Tpo -c -o libclutter_cogl_driver_la-cogl-gles2-wrapper.lo `test -f 'cogl-gles2-wrapper.c' || echo '$(srcdir)/'`cogl-gles2-wrapper.c
 
487
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libclutter_cogl_driver_la-cogl-gles2-wrapper.Tpo $(DEPDIR)/libclutter_cogl_driver_la-cogl-gles2-wrapper.Plo
 
488
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
489
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cogl-gles2-wrapper.c' object='libclutter_cogl_driver_la-cogl-gles2-wrapper.lo' libtool=yes @AMDEPBACKSLASH@
 
490
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
491
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libclutter_cogl_driver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libclutter_cogl_driver_la-cogl-gles2-wrapper.lo `test -f 'cogl-gles2-wrapper.c' || echo '$(srcdir)/'`cogl-gles2-wrapper.c
 
492
 
 
493
libclutter_cogl_driver_la-cogl-fixed-vertex-shader.lo: cogl-fixed-vertex-shader.c
 
494
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libclutter_cogl_driver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libclutter_cogl_driver_la-cogl-fixed-vertex-shader.lo -MD -MP -MF $(DEPDIR)/libclutter_cogl_driver_la-cogl-fixed-vertex-shader.Tpo -c -o libclutter_cogl_driver_la-cogl-fixed-vertex-shader.lo `test -f 'cogl-fixed-vertex-shader.c' || echo '$(srcdir)/'`cogl-fixed-vertex-shader.c
 
495
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libclutter_cogl_driver_la-cogl-fixed-vertex-shader.Tpo $(DEPDIR)/libclutter_cogl_driver_la-cogl-fixed-vertex-shader.Plo
 
496
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
497
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cogl-fixed-vertex-shader.c' object='libclutter_cogl_driver_la-cogl-fixed-vertex-shader.lo' libtool=yes @AMDEPBACKSLASH@
 
498
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
499
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libclutter_cogl_driver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libclutter_cogl_driver_la-cogl-fixed-vertex-shader.lo `test -f 'cogl-fixed-vertex-shader.c' || echo '$(srcdir)/'`cogl-fixed-vertex-shader.c
 
500
 
 
501
libclutter_cogl_driver_la-cogl-fixed-fragment-shader.lo: cogl-fixed-fragment-shader.c
 
502
@am__fastdepCC_TRUE@    $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libclutter_cogl_driver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libclutter_cogl_driver_la-cogl-fixed-fragment-shader.lo -MD -MP -MF $(DEPDIR)/libclutter_cogl_driver_la-cogl-fixed-fragment-shader.Tpo -c -o libclutter_cogl_driver_la-cogl-fixed-fragment-shader.lo `test -f 'cogl-fixed-fragment-shader.c' || echo '$(srcdir)/'`cogl-fixed-fragment-shader.c
 
503
@am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/libclutter_cogl_driver_la-cogl-fixed-fragment-shader.Tpo $(DEPDIR)/libclutter_cogl_driver_la-cogl-fixed-fragment-shader.Plo
 
504
@am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
 
505
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cogl-fixed-fragment-shader.c' object='libclutter_cogl_driver_la-cogl-fixed-fragment-shader.lo' libtool=yes @AMDEPBACKSLASH@
 
506
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
507
@am__fastdepCC_FALSE@   $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libclutter_cogl_driver_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libclutter_cogl_driver_la-cogl-fixed-fragment-shader.lo `test -f 'cogl-fixed-fragment-shader.c' || echo '$(srcdir)/'`cogl-fixed-fragment-shader.c
 
508
 
 
509
mostlyclean-libtool:
 
510
        -rm -f *.lo
 
511
 
 
512
clean-libtool:
 
513
        -rm -rf .libs _libs
 
514
 
 
515
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
516
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
517
        unique=`for i in $$list; do \
 
518
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
519
          done | \
 
520
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
521
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
522
        mkid -fID $$unique
 
523
tags: TAGS
 
524
 
 
525
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
526
                $(TAGS_FILES) $(LISP)
 
527
        set x; \
 
528
        here=`pwd`; \
 
529
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
530
        unique=`for i in $$list; do \
 
531
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
532
          done | \
 
533
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
534
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
535
        shift; \
 
536
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
537
          test -n "$$unique" || unique=$$empty_fix; \
 
538
          if test $$# -gt 0; then \
 
539
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
540
              "$$@" $$unique; \
 
541
          else \
 
542
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
543
              $$unique; \
 
544
          fi; \
 
545
        fi
 
546
ctags: CTAGS
 
547
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
548
                $(TAGS_FILES) $(LISP)
 
549
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
550
        unique=`for i in $$list; do \
 
551
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
552
          done | \
 
553
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
554
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
555
        test -z "$(CTAGS_ARGS)$$unique" \
 
556
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
557
             $$unique
 
558
 
 
559
GTAGS:
 
560
        here=`$(am__cd) $(top_builddir) && pwd` \
 
561
          && $(am__cd) $(top_srcdir) \
 
562
          && gtags -i $(GTAGS_ARGS) "$$here"
 
563
 
 
564
distclean-tags:
 
565
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
566
 
 
567
distdir: $(DISTFILES)
 
568
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
569
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
570
        list='$(DISTFILES)'; \
 
571
          dist_files=`for file in $$list; do echo $$file; done | \
 
572
          sed -e "s|^$$srcdirstrip/||;t" \
 
573
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
574
        case $$dist_files in \
 
575
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
576
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
577
                           sort -u` ;; \
 
578
        esac; \
 
579
        for file in $$dist_files; do \
 
580
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
581
          if test -d $$d/$$file; then \
 
582
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
583
            if test -d "$(distdir)/$$file"; then \
 
584
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
585
            fi; \
 
586
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
587
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
588
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
589
            fi; \
 
590
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
591
          else \
 
592
            test -f "$(distdir)/$$file" \
 
593
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
594
            || exit 1; \
 
595
          fi; \
 
596
        done
 
597
check-am: all-am
 
598
check: $(BUILT_SOURCES)
 
599
        $(MAKE) $(AM_MAKEFLAGS) check-am
 
600
all-am: Makefile $(LTLIBRARIES)
 
601
installdirs:
 
602
install: $(BUILT_SOURCES)
 
603
        $(MAKE) $(AM_MAKEFLAGS) install-am
 
604
install-exec: install-exec-am
 
605
install-data: install-data-am
 
606
uninstall: uninstall-am
 
607
 
 
608
install-am: all-am
 
609
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
610
 
 
611
installcheck: installcheck-am
 
612
install-strip:
 
613
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
614
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
615
          `test -z '$(STRIP)' || \
 
616
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
617
mostlyclean-generic:
 
618
 
 
619
clean-generic:
 
620
 
 
621
distclean-generic:
 
622
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
623
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
624
 
 
625
maintainer-clean-generic:
 
626
        @echo "This command is intended for maintainers to use"
 
627
        @echo "it deletes files that may require special tools to rebuild."
 
628
        -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
 
629
clean: clean-am
 
630
 
 
631
clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
 
632
        mostlyclean-am
 
633
 
 
634
distclean: distclean-am
 
635
        -rm -rf ./$(DEPDIR)
 
636
        -rm -f Makefile
 
637
distclean-am: clean-am distclean-compile distclean-generic \
 
638
        distclean-tags
 
639
 
 
640
dvi: dvi-am
 
641
 
 
642
dvi-am:
 
643
 
 
644
html: html-am
 
645
 
 
646
html-am:
 
647
 
 
648
info: info-am
 
649
 
 
650
info-am:
 
651
 
 
652
install-data-am:
 
653
 
 
654
install-dvi: install-dvi-am
 
655
 
 
656
install-dvi-am:
 
657
 
 
658
install-exec-am:
 
659
 
 
660
install-html: install-html-am
 
661
 
 
662
install-html-am:
 
663
 
 
664
install-info: install-info-am
 
665
 
 
666
install-info-am:
 
667
 
 
668
install-man:
 
669
 
 
670
install-pdf: install-pdf-am
 
671
 
 
672
install-pdf-am:
 
673
 
 
674
install-ps: install-ps-am
 
675
 
 
676
install-ps-am:
 
677
 
 
678
installcheck-am:
 
679
 
 
680
maintainer-clean: maintainer-clean-am
 
681
        -rm -rf ./$(DEPDIR)
 
682
        -rm -f Makefile
 
683
maintainer-clean-am: distclean-am maintainer-clean-generic
 
684
 
 
685
mostlyclean: mostlyclean-am
 
686
 
 
687
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
688
        mostlyclean-libtool
 
689
 
 
690
pdf: pdf-am
 
691
 
 
692
pdf-am:
 
693
 
 
694
ps: ps-am
 
695
 
 
696
ps-am:
 
697
 
 
698
uninstall-am:
 
699
 
 
700
.MAKE: all check install install-am install-strip
 
701
 
 
702
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
703
        clean-libtool clean-noinstLTLIBRARIES ctags distclean \
 
704
        distclean-compile distclean-generic distclean-libtool \
 
705
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
706
        install install-am install-data install-data-am install-dvi \
 
707
        install-dvi-am install-exec install-exec-am install-html \
 
708
        install-html-am install-info install-info-am install-man \
 
709
        install-pdf install-pdf-am install-ps install-ps-am \
 
710
        install-strip installcheck installcheck-am installdirs \
 
711
        maintainer-clean maintainer-clean-generic mostlyclean \
 
712
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
713
        pdf pdf-am ps ps-am tags uninstall uninstall-am
 
714
 
 
715
 
 
716
%.h: $(srcdir)/%.glsl
 
717
        /bin/sh $(srcdir)/stringify.sh -h $< > $@
 
718
%.c: $(srcdir)/%.glsl
 
719
        /bin/sh $(srcdir)/stringify.sh $< > $@
 
720
 
 
721
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
722
# Otherwise a system limit (for SysV at least) may be exceeded.
 
723
.NOEXPORT: