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

« back to all changes in this revision

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