~ubuntu-branches/ubuntu/karmic/compiz/karmic-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2009-12-03 09:14:04 UTC
  • mto: This revision was merged to the branch mainline in revision 161.
  • Revision ID: james.westby@ubuntu.com-20091203091404-r3pjdjjjdt6e1xro
Tags: upstream-0.8.4
ImportĀ upstreamĀ versionĀ 0.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.11 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
VPATH = @srcdir@
 
19
pkgdatadir = $(datadir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
pkglibdir = $(libdir)/@PACKAGE@
 
22
pkglibexecdir = $(libexecdir)/@PACKAGE@
 
23
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
24
install_sh_DATA = $(install_sh) -c -m 644
 
25
install_sh_PROGRAM = $(install_sh) -c
 
26
install_sh_SCRIPT = $(install_sh) -c
 
27
INSTALL_HEADER = $(INSTALL_DATA)
 
28
transform = $(program_transform_name)
 
29
NORMAL_INSTALL = :
 
30
PRE_INSTALL = :
 
31
POST_INSTALL = :
 
32
NORMAL_UNINSTALL = :
 
33
PRE_UNINSTALL = :
 
34
POST_UNINSTALL = :
 
35
build_triplet = @build@
 
36
host_triplet = @host@
 
37
bin_PROGRAMS = compiz$(EXEEXT)
 
38
subdir = src
 
39
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
43
        $(ACLOCAL_M4)
 
44
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
45
CONFIG_HEADER = $(top_builddir)/config.h
 
46
CONFIG_CLEAN_FILES =
 
47
CONFIG_CLEAN_VPATH_FILES =
 
48
am__installdirs = "$(DESTDIR)$(bindir)"
 
49
PROGRAMS = $(bin_PROGRAMS)
 
50
am_compiz_OBJECTS = main.$(OBJEXT) privates.$(OBJEXT) object.$(OBJEXT) \
 
51
        core.$(OBJEXT) texture.$(OBJEXT) display.$(OBJEXT) \
 
52
        screen.$(OBJEXT) window.$(OBJEXT) event.$(OBJEXT) \
 
53
        paint.$(OBJEXT) option.$(OBJEXT) plugin.$(OBJEXT) \
 
54
        session.$(OBJEXT) fragment.$(OBJEXT) matrix.$(OBJEXT) \
 
55
        cursor.$(OBJEXT) match.$(OBJEXT) metadata.$(OBJEXT)
 
56
compiz_OBJECTS = $(am_compiz_OBJECTS)
 
57
compiz_DEPENDENCIES =
 
58
compiz_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
59
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(compiz_LDFLAGS) \
 
60
        $(LDFLAGS) -o $@
 
61
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
62
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
63
am__depfiles_maybe = depfiles
 
64
am__mv = mv -f
 
65
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
66
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
67
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
68
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
69
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
70
CCLD = $(CC)
 
71
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
72
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
73
        $(LDFLAGS) -o $@
 
74
SOURCES = $(compiz_SOURCES)
 
75
DIST_SOURCES = $(compiz_SOURCES)
 
76
ETAGS = etags
 
77
CTAGS = ctags
 
78
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
79
ACLOCAL = @ACLOCAL@
 
80
ALL_LINGUAS = @ALL_LINGUAS@
 
81
AMTAR = @AMTAR@
 
82
ANNOTATE_CFLAGS = @ANNOTATE_CFLAGS@
 
83
ANNOTATE_LIBS = @ANNOTATE_LIBS@
 
84
AR = @AR@
 
85
AUTOCONF = @AUTOCONF@
 
86
AUTOHEADER = @AUTOHEADER@
 
87
AUTOMAKE = @AUTOMAKE@
 
88
AWK = @AWK@
 
89
CATALOGS = @CATALOGS@
 
90
CATOBJEXT = @CATOBJEXT@
 
91
CC = @CC@
 
92
CCDEPMODE = @CCDEPMODE@
 
93
CFLAGS = @CFLAGS@
 
94
COMPIZ_CFLAGS = @COMPIZ_CFLAGS@
 
95
COMPIZ_LIBS = @COMPIZ_LIBS@
 
96
COMPIZ_REQUIRES = @COMPIZ_REQUIRES@
 
97
COMPIZ_VERSION_MAJOR = @COMPIZ_VERSION_MAJOR@
 
98
COMPIZ_VERSION_MICRO = @COMPIZ_VERSION_MICRO@
 
99
COMPIZ_VERSION_MINOR = @COMPIZ_VERSION_MINOR@
 
100
CPP = @CPP@
 
101
CPPFLAGS = @CPPFLAGS@
 
102
CXX = @CXX@
 
103
CXXCPP = @CXXCPP@
 
104
CXXDEPMODE = @CXXDEPMODE@
 
105
CXXFLAGS = @CXXFLAGS@
 
106
CYGPATH_W = @CYGPATH_W@
 
107
DATADIRNAME = @DATADIRNAME@
 
108
DBUS_CFLAGS = @DBUS_CFLAGS@
 
109
DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
 
110
DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
 
111
DBUS_LIBS = @DBUS_LIBS@
 
112
DCOPIDL = @DCOPIDL@
 
113
DCOPIDL2CPP = @DCOPIDL2CPP@
 
114
DECORATION_CFLAGS = @DECORATION_CFLAGS@
 
115
DECORATION_LIBS = @DECORATION_LIBS@
 
116
DECORATION_REQUIRES = @DECORATION_REQUIRES@
 
117
DEFS = @DEFS@
 
118
DEPDIR = @DEPDIR@
 
119
DSYMUTIL = @DSYMUTIL@
 
120
DUMPBIN = @DUMPBIN@
 
121
ECHO_C = @ECHO_C@
 
122
ECHO_N = @ECHO_N@
 
123
ECHO_T = @ECHO_T@
 
124
EGREP = @EGREP@
 
125
EXEEXT = @EXEEXT@
 
126
FGREP = @FGREP@
 
127
FUSE_CFLAGS = @FUSE_CFLAGS@
 
128
FUSE_LIBS = @FUSE_LIBS@
 
129
GCONFTOOL = @GCONFTOOL@
 
130
GCONF_CFLAGS = @GCONF_CFLAGS@
 
131
GCONF_LIBS = @GCONF_LIBS@
 
132
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
133
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
134
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
135
GLIB_CFLAGS = @GLIB_CFLAGS@
 
136
GLIB_LIBS = @GLIB_LIBS@
 
137
GL_CFLAGS = @GL_CFLAGS@
 
138
GL_LIBS = @GL_LIBS@
 
139
GMOFILES = @GMOFILES@
 
140
GMSGFMT = @GMSGFMT@
 
141
GNOME_KEY_BINDINGS_CFLAGS = @GNOME_KEY_BINDINGS_CFLAGS@
 
142
GNOME_KEY_BINDINGS_LIBS = @GNOME_KEY_BINDINGS_LIBS@
 
143
GNOME_WINDOW_SETTINGS_CFLAGS = @GNOME_WINDOW_SETTINGS_CFLAGS@
 
144
GNOME_WINDOW_SETTINGS_LIBS = @GNOME_WINDOW_SETTINGS_LIBS@
 
145
GREP = @GREP@
 
146
GTK_WINDOW_DECORATOR_CFLAGS = @GTK_WINDOW_DECORATOR_CFLAGS@
 
147
GTK_WINDOW_DECORATOR_LIBS = @GTK_WINDOW_DECORATOR_LIBS@
 
148
INSTALL = @INSTALL@
 
149
INSTALL_DATA = @INSTALL_DATA@
 
150
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
151
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
152
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
153
INSTOBJEXT = @INSTOBJEXT@
 
154
INTLLIBS = @INTLLIBS@
 
155
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
156
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
157
INTLTOOL_PERL = @INTLTOOL_PERL@
 
158
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
159
KCONFIG_CFLAGS = @KCONFIG_CFLAGS@
 
160
KCONFIG_LIBS = @KCONFIG_LIBS@
 
161
KDE4_CFLAGS = @KDE4_CFLAGS@
 
162
KDE4_LIBS = @KDE4_LIBS@
 
163
KDE4_WINDOW_DECORATOR_CFLAGS = @KDE4_WINDOW_DECORATOR_CFLAGS@
 
164
KDE4_WINDOW_DECORATOR_LIBS = @KDE4_WINDOW_DECORATOR_LIBS@
 
165
KDE_CFLAGS = @KDE_CFLAGS@
 
166
KDE_KCFG_DIR = @KDE_KCFG_DIR@
 
167
KDE_KCONFIG_DIR = @KDE_KCONFIG_DIR@
 
168
KDE_LIBS = @KDE_LIBS@
 
169
KDE_WINDOW_DECORATOR_CFLAGS = @KDE_WINDOW_DECORATOR_CFLAGS@
 
170
KDE_WINDOW_DECORATOR_LIBS = @KDE_WINDOW_DECORATOR_LIBS@
 
171
LD = @LD@
 
172
LDFLAGS = @LDFLAGS@
 
173
LIBOBJS = @LIBOBJS@
 
174
LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
 
175
LIBPNG_LIBS = @LIBPNG_LIBS@
 
176
LIBRSVG_CFLAGS = @LIBRSVG_CFLAGS@
 
177
LIBRSVG_LIBS = @LIBRSVG_LIBS@
 
178
LIBS = @LIBS@
 
179
LIBTOOL = @LIBTOOL@
 
180
LIPO = @LIPO@
 
181
LN_S = @LN_S@
 
182
LTLIBOBJS = @LTLIBOBJS@
 
183
MAINT = @MAINT@
 
184
MAKEINFO = @MAKEINFO@
 
185
METACITY_CFLAGS = @METACITY_CFLAGS@
 
186
METACITY_LIBS = @METACITY_LIBS@
 
187
MKDIR_P = @MKDIR_P@
 
188
MKINSTALLDIRS = @MKINSTALLDIRS@
 
189
MSGFMT = @MSGFMT@
 
190
MSGFMT_OPTS = @MSGFMT_OPTS@
 
191
MSGMERGE = @MSGMERGE@
 
192
NM = @NM@
 
193
NMEDIT = @NMEDIT@
 
194
OBJDUMP = @OBJDUMP@
 
195
OBJEXT = @OBJEXT@
 
196
OTOOL = @OTOOL@
 
197
OTOOL64 = @OTOOL64@
 
198
PACKAGE = @PACKAGE@
 
199
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
200
PACKAGE_NAME = @PACKAGE_NAME@
 
201
PACKAGE_STRING = @PACKAGE_STRING@
 
202
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
203
PACKAGE_URL = @PACKAGE_URL@
 
204
PACKAGE_VERSION = @PACKAGE_VERSION@
 
205
PATH_SEPARATOR = @PATH_SEPARATOR@
 
206
PKG_CONFIG = @PKG_CONFIG@
 
207
POFILES = @POFILES@
 
208
POSUB = @POSUB@
 
209
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
210
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
211
QDBUSXML2CPP = @QDBUSXML2CPP@
 
212
QT4_MOC = @QT4_MOC@
 
213
QT_MOC = @QT_MOC@
 
214
RANLIB = @RANLIB@
 
215
SED = @SED@
 
216
SET_MAKE = @SET_MAKE@
 
217
SHELL = @SHELL@
 
218
STRIP = @STRIP@
 
219
USE_NLS = @USE_NLS@
 
220
VERSION = @VERSION@
 
221
XGETTEXT = @XGETTEXT@
 
222
XSLTPROC = @XSLTPROC@
 
223
abs_builddir = @abs_builddir@
 
224
abs_srcdir = @abs_srcdir@
 
225
abs_top_builddir = @abs_top_builddir@
 
226
abs_top_srcdir = @abs_top_srcdir@
 
227
ac_ct_CC = @ac_ct_CC@
 
228
ac_ct_CXX = @ac_ct_CXX@
 
229
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
230
am__include = @am__include@
 
231
am__leading_dot = @am__leading_dot@
 
232
am__quote = @am__quote@
 
233
am__tar = @am__tar@
 
234
am__untar = @am__untar@
 
235
bindir = @bindir@
 
236
build = @build@
 
237
build_alias = @build_alias@
 
238
build_cpu = @build_cpu@
 
239
build_os = @build_os@
 
240
build_vendor = @build_vendor@
 
241
builddir = @builddir@
 
242
datadir = @datadir@
 
243
datarootdir = @datarootdir@
 
244
default_plugins = @default_plugins@
 
245
docdir = @docdir@
 
246
dvidir = @dvidir@
 
247
exec_prefix = @exec_prefix@
 
248
host = @host@
 
249
host_alias = @host_alias@
 
250
host_cpu = @host_cpu@
 
251
host_os = @host_os@
 
252
host_vendor = @host_vendor@
 
253
htmldir = @htmldir@
 
254
imagedir = @imagedir@
 
255
includedir = @includedir@
 
256
infodir = @infodir@
 
257
install_sh = @install_sh@
 
258
kcfgdir = @kcfgdir@
 
259
keybindingsdir = @keybindingsdir@
 
260
libdir = @libdir@
 
261
libexecdir = @libexecdir@
 
262
localedir = @localedir@
 
263
localstatedir = @localstatedir@
 
264
lt_ECHO = @lt_ECHO@
 
265
mandir = @mandir@
 
266
metadatadir = @metadatadir@
 
267
mkdir_p = @mkdir_p@
 
268
oldincludedir = @oldincludedir@
 
269
pdfdir = @pdfdir@
 
270
plugindir = @plugindir@
 
271
prefix = @prefix@
 
272
program_transform_name = @program_transform_name@
 
273
psdir = @psdir@
 
274
sbindir = @sbindir@
 
275
sharedstatedir = @sharedstatedir@
 
276
srcdir = @srcdir@
 
277
stylesheetdir = @stylesheetdir@
 
278
sysconfdir = @sysconfdir@
 
279
target_alias = @target_alias@
 
280
top_build_prefix = @top_build_prefix@
 
281
top_builddir = @top_builddir@
 
282
top_srcdir = @top_srcdir@
 
283
windowsettingsdatadir = @windowsettingsdatadir@
 
284
windowsettingslibdir = @windowsettingslibdir@
 
285
INCLUDES = \
 
286
        @COMPIZ_CFLAGS@              \
 
287
        @GL_CFLAGS@                  \
 
288
        -I$(top_srcdir)/include      \
 
289
        -I$(top_builddir)/include    \
 
290
        -DPLUGINDIR=\"$(plugindir)\" \
 
291
        -DIMAGEDIR=\"$(imagedir)\"   \
 
292
        -DMETADATADIR=\"$(metadatadir)\"
 
293
 
 
294
compiz_LDADD = @COMPIZ_LIBS@ @GL_LIBS@ -lm
 
295
compiz_LDFLAGS = -export-dynamic -pthread
 
296
compiz_SOURCES = \
 
297
        main.c     \
 
298
        privates.c \
 
299
        object.c   \
 
300
        core.c     \
 
301
        texture.c  \
 
302
        display.c  \
 
303
        screen.c   \
 
304
        window.c   \
 
305
        event.c    \
 
306
        paint.c    \
 
307
        option.c   \
 
308
        plugin.c   \
 
309
        session.c  \
 
310
        fragment.c \
 
311
        matrix.c   \
 
312
        cursor.c   \
 
313
        match.c    \
 
314
        metadata.c
 
315
 
 
316
all: all-am
 
317
 
 
318
.SUFFIXES:
 
319
.SUFFIXES: .c .lo .o .obj
 
320
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
321
        @for dep in $?; do \
 
322
          case '$(am__configure_deps)' in \
 
323
            *$$dep*) \
 
324
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
325
                && { if test -f $@; then exit 0; else break; fi; }; \
 
326
              exit 1;; \
 
327
          esac; \
 
328
        done; \
 
329
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
 
330
        $(am__cd) $(top_srcdir) && \
 
331
          $(AUTOMAKE) --gnu src/Makefile
 
332
.PRECIOUS: Makefile
 
333
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
334
        @case '$?' in \
 
335
          *config.status*) \
 
336
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
337
          *) \
 
338
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
339
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
340
        esac;
 
341
 
 
342
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
343
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
344
 
 
345
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
346
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
347
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
348
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
349
$(am__aclocal_m4_deps):
 
350
install-binPROGRAMS: $(bin_PROGRAMS)
 
351
        @$(NORMAL_INSTALL)
 
352
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
 
353
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
354
        for p in $$list; do echo "$$p $$p"; done | \
 
355
        sed 's/$(EXEEXT)$$//' | \
 
356
        while read p p1; do if test -f $$p || test -f $$p1; \
 
357
          then echo "$$p"; echo "$$p"; else :; fi; \
 
358
        done | \
 
359
        sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
 
360
            -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
 
361
        sed 'N;N;N;s,\n, ,g' | \
 
362
        $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
 
363
          { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
 
364
            if ($$2 == $$4) files[d] = files[d] " " $$1; \
 
365
            else { print "f", $$3 "/" $$4, $$1; } } \
 
366
          END { for (d in files) print "f", d, files[d] }' | \
 
367
        while read type dir files; do \
 
368
            if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
 
369
            test -z "$$files" || { \
 
370
            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
 
371
            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
 
372
            } \
 
373
        ; done
 
374
 
 
375
uninstall-binPROGRAMS:
 
376
        @$(NORMAL_UNINSTALL)
 
377
        @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
 
378
        files=`for p in $$list; do echo "$$p"; done | \
 
379
          sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
 
380
              -e 's/$$/$(EXEEXT)/' `; \
 
381
        test -n "$$list" || exit 0; \
 
382
        echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
 
383
        cd "$(DESTDIR)$(bindir)" && rm -f $$files
 
384
 
 
385
clean-binPROGRAMS:
 
386
        @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
 
387
        echo " rm -f" $$list; \
 
388
        rm -f $$list || exit $$?; \
 
389
        test -n "$(EXEEXT)" || exit 0; \
 
390
        list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
 
391
        echo " rm -f" $$list; \
 
392
        rm -f $$list
 
393
compiz$(EXEEXT): $(compiz_OBJECTS) $(compiz_DEPENDENCIES) 
 
394
        @rm -f compiz$(EXEEXT)
 
395
        $(compiz_LINK) $(compiz_OBJECTS) $(compiz_LDADD) $(LIBS)
 
396
 
 
397
mostlyclean-compile:
 
398
        -rm -f *.$(OBJEXT)
 
399
 
 
400
distclean-compile:
 
401
        -rm -f *.tab.c
 
402
 
 
403
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/core.Po@am__quote@
 
404
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cursor.Po@am__quote@
 
405
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/display.Po@am__quote@
 
406
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
 
407
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fragment.Po@am__quote@
 
408
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main.Po@am__quote@
 
409
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/match.Po@am__quote@
 
410
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/matrix.Po@am__quote@
 
411
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/metadata.Po@am__quote@
 
412
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/object.Po@am__quote@
 
413
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/option.Po@am__quote@
 
414
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paint.Po@am__quote@
 
415
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/plugin.Po@am__quote@
 
416
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/privates.Po@am__quote@
 
417
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/screen.Po@am__quote@
 
418
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/session.Po@am__quote@
 
419
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/texture.Po@am__quote@
 
420
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/window.Po@am__quote@
 
421
 
 
422
.c.o:
 
423
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
424
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
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@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
431
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
432
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
433
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
434
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
435
 
 
436
.c.lo:
 
437
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
438
@am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
439
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
440
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
441
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
442
 
 
443
mostlyclean-libtool:
 
444
        -rm -f *.lo
 
445
 
 
446
clean-libtool:
 
447
        -rm -rf .libs _libs
 
448
 
 
449
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
450
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
451
        unique=`for i in $$list; do \
 
452
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
453
          done | \
 
454
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
455
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
456
        mkid -fID $$unique
 
457
tags: TAGS
 
458
 
 
459
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
460
                $(TAGS_FILES) $(LISP)
 
461
        set x; \
 
462
        here=`pwd`; \
 
463
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
464
        unique=`for i in $$list; do \
 
465
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
466
          done | \
 
467
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
468
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
469
        shift; \
 
470
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
471
          test -n "$$unique" || unique=$$empty_fix; \
 
472
          if test $$# -gt 0; then \
 
473
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
474
              "$$@" $$unique; \
 
475
          else \
 
476
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
477
              $$unique; \
 
478
          fi; \
 
479
        fi
 
480
ctags: CTAGS
 
481
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
482
                $(TAGS_FILES) $(LISP)
 
483
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
484
        unique=`for i in $$list; do \
 
485
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
486
          done | \
 
487
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
488
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
489
        test -z "$(CTAGS_ARGS)$$unique" \
 
490
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
491
             $$unique
 
492
 
 
493
GTAGS:
 
494
        here=`$(am__cd) $(top_builddir) && pwd` \
 
495
          && $(am__cd) $(top_srcdir) \
 
496
          && gtags -i $(GTAGS_ARGS) "$$here"
 
497
 
 
498
distclean-tags:
 
499
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
500
 
 
501
distdir: $(DISTFILES)
 
502
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
503
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
504
        list='$(DISTFILES)'; \
 
505
          dist_files=`for file in $$list; do echo $$file; done | \
 
506
          sed -e "s|^$$srcdirstrip/||;t" \
 
507
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
508
        case $$dist_files in \
 
509
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
510
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
511
                           sort -u` ;; \
 
512
        esac; \
 
513
        for file in $$dist_files; do \
 
514
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
515
          if test -d $$d/$$file; then \
 
516
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
517
            if test -d "$(distdir)/$$file"; then \
 
518
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
519
            fi; \
 
520
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
521
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
522
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
523
            fi; \
 
524
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
525
          else \
 
526
            test -f "$(distdir)/$$file" \
 
527
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
528
            || exit 1; \
 
529
          fi; \
 
530
        done
 
531
check-am: all-am
 
532
check: check-am
 
533
all-am: Makefile $(PROGRAMS)
 
534
installdirs:
 
535
        for dir in "$(DESTDIR)$(bindir)"; do \
 
536
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
537
        done
 
538
install: install-am
 
539
install-exec: install-exec-am
 
540
install-data: install-data-am
 
541
uninstall: uninstall-am
 
542
 
 
543
install-am: all-am
 
544
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
545
 
 
546
installcheck: installcheck-am
 
547
install-strip:
 
548
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
549
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
550
          `test -z '$(STRIP)' || \
 
551
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
552
mostlyclean-generic:
 
553
 
 
554
clean-generic:
 
555
 
 
556
distclean-generic:
 
557
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
558
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
559
 
 
560
maintainer-clean-generic:
 
561
        @echo "This command is intended for maintainers to use"
 
562
        @echo "it deletes files that may require special tools to rebuild."
 
563
clean: clean-am
 
564
 
 
565
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
 
566
 
 
567
distclean: distclean-am
 
568
        -rm -rf ./$(DEPDIR)
 
569
        -rm -f Makefile
 
570
distclean-am: clean-am distclean-compile distclean-generic \
 
571
        distclean-tags
 
572
 
 
573
dvi: dvi-am
 
574
 
 
575
dvi-am:
 
576
 
 
577
html: html-am
 
578
 
 
579
html-am:
 
580
 
 
581
info: info-am
 
582
 
 
583
info-am:
 
584
 
 
585
install-data-am:
 
586
 
 
587
install-dvi: install-dvi-am
 
588
 
 
589
install-dvi-am:
 
590
 
 
591
install-exec-am: install-binPROGRAMS
 
592
 
 
593
install-html: install-html-am
 
594
 
 
595
install-html-am:
 
596
 
 
597
install-info: install-info-am
 
598
 
 
599
install-info-am:
 
600
 
 
601
install-man:
 
602
 
 
603
install-pdf: install-pdf-am
 
604
 
 
605
install-pdf-am:
 
606
 
 
607
install-ps: install-ps-am
 
608
 
 
609
install-ps-am:
 
610
 
 
611
installcheck-am:
 
612
 
 
613
maintainer-clean: maintainer-clean-am
 
614
        -rm -rf ./$(DEPDIR)
 
615
        -rm -f Makefile
 
616
maintainer-clean-am: distclean-am maintainer-clean-generic
 
617
 
 
618
mostlyclean: mostlyclean-am
 
619
 
 
620
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
621
        mostlyclean-libtool
 
622
 
 
623
pdf: pdf-am
 
624
 
 
625
pdf-am:
 
626
 
 
627
ps: ps-am
 
628
 
 
629
ps-am:
 
630
 
 
631
uninstall-am: uninstall-binPROGRAMS
 
632
 
 
633
.MAKE: install-am install-strip
 
634
 
 
635
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
 
636
        clean-generic clean-libtool ctags distclean distclean-compile \
 
637
        distclean-generic distclean-libtool distclean-tags distdir dvi \
 
638
        dvi-am html html-am info info-am install install-am \
 
639
        install-binPROGRAMS install-data install-data-am install-dvi \
 
640
        install-dvi-am install-exec install-exec-am install-html \
 
641
        install-html-am install-info install-info-am install-man \
 
642
        install-pdf install-pdf-am install-ps install-ps-am \
 
643
        install-strip installcheck installcheck-am installdirs \
 
644
        maintainer-clean maintainer-clean-generic mostlyclean \
 
645
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
 
646
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
 
647
        uninstall-binPROGRAMS
 
648
 
 
649
 
 
650
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
651
# Otherwise a system limit (for SysV at least) may be exceeded.
 
652
.NOEXPORT: