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

« back to all changes in this revision

Viewing changes to 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
subdir = .
 
38
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
 
39
        $(srcdir)/Makefile.in $(srcdir)/compiz-cube.pc.in \
 
40
        $(srcdir)/compiz-gconf.pc.in $(srcdir)/compiz-kconfig.pc.in \
 
41
        $(srcdir)/compiz-scale.pc.in $(srcdir)/compiz.pc.in \
 
42
        $(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
 
43
        ChangeLog INSTALL NEWS TODO config.guess config.sub depcomp \
 
44
        install-sh ltmain.sh missing mkinstalldirs
 
45
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
46
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
48
        $(ACLOCAL_M4)
 
49
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
50
 configure.lineno config.status.lineno
 
51
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
52
CONFIG_HEADER = config.h
 
53
CONFIG_CLEAN_FILES = compiz.pc compiz-cube.pc compiz-scale.pc \
 
54
        compiz-gconf.pc compiz-kconfig.pc
 
55
CONFIG_CLEAN_VPATH_FILES =
 
56
SOURCES =
 
57
DIST_SOURCES =
 
58
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
59
        html-recursive info-recursive install-data-recursive \
 
60
        install-dvi-recursive install-exec-recursive \
 
61
        install-html-recursive install-info-recursive \
 
62
        install-pdf-recursive install-ps-recursive install-recursive \
 
63
        installcheck-recursive installdirs-recursive pdf-recursive \
 
64
        ps-recursive uninstall-recursive
 
65
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
66
am__vpath_adj = case $$p in \
 
67
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
68
    *) f=$$p;; \
 
69
  esac;
 
70
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
 
71
am__install_max = 40
 
72
am__nobase_strip_setup = \
 
73
  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
 
74
am__nobase_strip = \
 
75
  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
 
76
am__nobase_list = $(am__nobase_strip_setup); \
 
77
  for p in $$list; do echo "$$p $$p"; done | \
 
78
  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
 
79
  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
 
80
    if (++n[$$2] == $(am__install_max)) \
 
81
      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
 
82
    END { for (dir in files) print dir, files[dir] }'
 
83
am__base_list = \
 
84
  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
 
85
  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
 
86
am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
 
87
DATA = $(pkgconfig_DATA)
 
88
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
89
  distclean-recursive maintainer-clean-recursive
 
90
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
 
91
        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
 
92
        distdir dist dist-all distcheck
 
93
ETAGS = etags
 
94
CTAGS = ctags
 
95
DIST_SUBDIRS = $(SUBDIRS)
 
96
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
97
distdir = $(PACKAGE)-$(VERSION)
 
98
top_distdir = $(distdir)
 
99
am__remove_distdir = \
 
100
  { test ! -d "$(distdir)" \
 
101
    || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
 
102
         && rm -fr "$(distdir)"; }; }
 
103
am__relativize = \
 
104
  dir0=`pwd`; \
 
105
  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
 
106
  sed_rest='s,^[^/]*/*,,'; \
 
107
  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
 
108
  sed_butlast='s,/*[^/]*$$,,'; \
 
109
  while test -n "$$dir1"; do \
 
110
    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
 
111
    if test "$$first" != "."; then \
 
112
      if test "$$first" = ".."; then \
 
113
        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
 
114
        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
 
115
      else \
 
116
        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
 
117
        if test "$$first2" = "$$first"; then \
 
118
          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
 
119
        else \
 
120
          dir2="../$$dir2"; \
 
121
        fi; \
 
122
        dir0="$$dir0"/"$$first"; \
 
123
      fi; \
 
124
    fi; \
 
125
    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
 
126
  done; \
 
127
  reldir="$$dir2"
 
128
DIST_ARCHIVES = $(distdir).tar.gz
 
129
GZIP_ENV = --best
 
130
distuninstallcheck_listfiles = find . -type f -print
 
131
distcleancheck_listfiles = find . -type f -print
 
132
ACLOCAL = @ACLOCAL@
 
133
ALL_LINGUAS = @ALL_LINGUAS@
 
134
AMTAR = @AMTAR@
 
135
ANNOTATE_CFLAGS = @ANNOTATE_CFLAGS@
 
136
ANNOTATE_LIBS = @ANNOTATE_LIBS@
 
137
AR = @AR@
 
138
AUTOCONF = @AUTOCONF@
 
139
AUTOHEADER = @AUTOHEADER@
 
140
AUTOMAKE = @AUTOMAKE@
 
141
AWK = @AWK@
 
142
CATALOGS = @CATALOGS@
 
143
CATOBJEXT = @CATOBJEXT@
 
144
CC = @CC@
 
145
CCDEPMODE = @CCDEPMODE@
 
146
CFLAGS = @CFLAGS@
 
147
COMPIZ_CFLAGS = @COMPIZ_CFLAGS@
 
148
COMPIZ_LIBS = @COMPIZ_LIBS@
 
149
COMPIZ_REQUIRES = @COMPIZ_REQUIRES@
 
150
COMPIZ_VERSION_MAJOR = @COMPIZ_VERSION_MAJOR@
 
151
COMPIZ_VERSION_MICRO = @COMPIZ_VERSION_MICRO@
 
152
COMPIZ_VERSION_MINOR = @COMPIZ_VERSION_MINOR@
 
153
CPP = @CPP@
 
154
CPPFLAGS = @CPPFLAGS@
 
155
CXX = @CXX@
 
156
CXXCPP = @CXXCPP@
 
157
CXXDEPMODE = @CXXDEPMODE@
 
158
CXXFLAGS = @CXXFLAGS@
 
159
CYGPATH_W = @CYGPATH_W@
 
160
DATADIRNAME = @DATADIRNAME@
 
161
DBUS_CFLAGS = @DBUS_CFLAGS@
 
162
DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
 
163
DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
 
164
DBUS_LIBS = @DBUS_LIBS@
 
165
DCOPIDL = @DCOPIDL@
 
166
DCOPIDL2CPP = @DCOPIDL2CPP@
 
167
DECORATION_CFLAGS = @DECORATION_CFLAGS@
 
168
DECORATION_LIBS = @DECORATION_LIBS@
 
169
DECORATION_REQUIRES = @DECORATION_REQUIRES@
 
170
DEFS = @DEFS@
 
171
DEPDIR = @DEPDIR@
 
172
DSYMUTIL = @DSYMUTIL@
 
173
DUMPBIN = @DUMPBIN@
 
174
ECHO_C = @ECHO_C@
 
175
ECHO_N = @ECHO_N@
 
176
ECHO_T = @ECHO_T@
 
177
EGREP = @EGREP@
 
178
EXEEXT = @EXEEXT@
 
179
FGREP = @FGREP@
 
180
FUSE_CFLAGS = @FUSE_CFLAGS@
 
181
FUSE_LIBS = @FUSE_LIBS@
 
182
GCONFTOOL = @GCONFTOOL@
 
183
GCONF_CFLAGS = @GCONF_CFLAGS@
 
184
GCONF_LIBS = @GCONF_LIBS@
 
185
GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
 
186
GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
 
187
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
188
GLIB_CFLAGS = @GLIB_CFLAGS@
 
189
GLIB_LIBS = @GLIB_LIBS@
 
190
GL_CFLAGS = @GL_CFLAGS@
 
191
GL_LIBS = @GL_LIBS@
 
192
GMOFILES = @GMOFILES@
 
193
GMSGFMT = @GMSGFMT@
 
194
GNOME_KEY_BINDINGS_CFLAGS = @GNOME_KEY_BINDINGS_CFLAGS@
 
195
GNOME_KEY_BINDINGS_LIBS = @GNOME_KEY_BINDINGS_LIBS@
 
196
GNOME_WINDOW_SETTINGS_CFLAGS = @GNOME_WINDOW_SETTINGS_CFLAGS@
 
197
GNOME_WINDOW_SETTINGS_LIBS = @GNOME_WINDOW_SETTINGS_LIBS@
 
198
GREP = @GREP@
 
199
GTK_WINDOW_DECORATOR_CFLAGS = @GTK_WINDOW_DECORATOR_CFLAGS@
 
200
GTK_WINDOW_DECORATOR_LIBS = @GTK_WINDOW_DECORATOR_LIBS@
 
201
INSTALL = @INSTALL@
 
202
INSTALL_DATA = @INSTALL_DATA@
 
203
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
204
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
205
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
206
INSTOBJEXT = @INSTOBJEXT@
 
207
INTLLIBS = @INTLLIBS@
 
208
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
209
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
210
INTLTOOL_PERL = @INTLTOOL_PERL@
 
211
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
212
KCONFIG_CFLAGS = @KCONFIG_CFLAGS@
 
213
KCONFIG_LIBS = @KCONFIG_LIBS@
 
214
KDE4_CFLAGS = @KDE4_CFLAGS@
 
215
KDE4_LIBS = @KDE4_LIBS@
 
216
KDE4_WINDOW_DECORATOR_CFLAGS = @KDE4_WINDOW_DECORATOR_CFLAGS@
 
217
KDE4_WINDOW_DECORATOR_LIBS = @KDE4_WINDOW_DECORATOR_LIBS@
 
218
KDE_CFLAGS = @KDE_CFLAGS@
 
219
KDE_KCFG_DIR = @KDE_KCFG_DIR@
 
220
KDE_KCONFIG_DIR = @KDE_KCONFIG_DIR@
 
221
KDE_LIBS = @KDE_LIBS@
 
222
KDE_WINDOW_DECORATOR_CFLAGS = @KDE_WINDOW_DECORATOR_CFLAGS@
 
223
KDE_WINDOW_DECORATOR_LIBS = @KDE_WINDOW_DECORATOR_LIBS@
 
224
LD = @LD@
 
225
LDFLAGS = @LDFLAGS@
 
226
LIBOBJS = @LIBOBJS@
 
227
LIBPNG_CFLAGS = @LIBPNG_CFLAGS@
 
228
LIBPNG_LIBS = @LIBPNG_LIBS@
 
229
LIBRSVG_CFLAGS = @LIBRSVG_CFLAGS@
 
230
LIBRSVG_LIBS = @LIBRSVG_LIBS@
 
231
LIBS = @LIBS@
 
232
LIBTOOL = @LIBTOOL@
 
233
LIPO = @LIPO@
 
234
LN_S = @LN_S@
 
235
LTLIBOBJS = @LTLIBOBJS@
 
236
MAINT = @MAINT@
 
237
MAKEINFO = @MAKEINFO@
 
238
METACITY_CFLAGS = @METACITY_CFLAGS@
 
239
METACITY_LIBS = @METACITY_LIBS@
 
240
MKDIR_P = @MKDIR_P@
 
241
MKINSTALLDIRS = @MKINSTALLDIRS@
 
242
MSGFMT = @MSGFMT@
 
243
MSGFMT_OPTS = @MSGFMT_OPTS@
 
244
MSGMERGE = @MSGMERGE@
 
245
NM = @NM@
 
246
NMEDIT = @NMEDIT@
 
247
OBJDUMP = @OBJDUMP@
 
248
OBJEXT = @OBJEXT@
 
249
OTOOL = @OTOOL@
 
250
OTOOL64 = @OTOOL64@
 
251
PACKAGE = @PACKAGE@
 
252
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
253
PACKAGE_NAME = @PACKAGE_NAME@
 
254
PACKAGE_STRING = @PACKAGE_STRING@
 
255
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
256
PACKAGE_URL = @PACKAGE_URL@
 
257
PACKAGE_VERSION = @PACKAGE_VERSION@
 
258
PATH_SEPARATOR = @PATH_SEPARATOR@
 
259
PKG_CONFIG = @PKG_CONFIG@
 
260
POFILES = @POFILES@
 
261
POSUB = @POSUB@
 
262
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
263
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
264
QDBUSXML2CPP = @QDBUSXML2CPP@
 
265
QT4_MOC = @QT4_MOC@
 
266
QT_MOC = @QT_MOC@
 
267
RANLIB = @RANLIB@
 
268
SED = @SED@
 
269
SET_MAKE = @SET_MAKE@
 
270
SHELL = @SHELL@
 
271
STRIP = @STRIP@
 
272
USE_NLS = @USE_NLS@
 
273
VERSION = @VERSION@
 
274
XGETTEXT = @XGETTEXT@
 
275
XSLTPROC = @XSLTPROC@
 
276
abs_builddir = @abs_builddir@
 
277
abs_srcdir = @abs_srcdir@
 
278
abs_top_builddir = @abs_top_builddir@
 
279
abs_top_srcdir = @abs_top_srcdir@
 
280
ac_ct_CC = @ac_ct_CC@
 
281
ac_ct_CXX = @ac_ct_CXX@
 
282
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
283
am__include = @am__include@
 
284
am__leading_dot = @am__leading_dot@
 
285
am__quote = @am__quote@
 
286
am__tar = @am__tar@
 
287
am__untar = @am__untar@
 
288
bindir = @bindir@
 
289
build = @build@
 
290
build_alias = @build_alias@
 
291
build_cpu = @build_cpu@
 
292
build_os = @build_os@
 
293
build_vendor = @build_vendor@
 
294
builddir = @builddir@
 
295
datadir = @datadir@
 
296
datarootdir = @datarootdir@
 
297
default_plugins = @default_plugins@
 
298
docdir = @docdir@
 
299
dvidir = @dvidir@
 
300
exec_prefix = @exec_prefix@
 
301
host = @host@
 
302
host_alias = @host_alias@
 
303
host_cpu = @host_cpu@
 
304
host_os = @host_os@
 
305
host_vendor = @host_vendor@
 
306
htmldir = @htmldir@
 
307
imagedir = @imagedir@
 
308
includedir = @includedir@
 
309
infodir = @infodir@
 
310
install_sh = @install_sh@
 
311
kcfgdir = @kcfgdir@
 
312
keybindingsdir = @keybindingsdir@
 
313
libdir = @libdir@
 
314
libexecdir = @libexecdir@
 
315
localedir = @localedir@
 
316
localstatedir = @localstatedir@
 
317
lt_ECHO = @lt_ECHO@
 
318
mandir = @mandir@
 
319
metadatadir = @metadatadir@
 
320
mkdir_p = @mkdir_p@
 
321
oldincludedir = @oldincludedir@
 
322
pdfdir = @pdfdir@
 
323
plugindir = @plugindir@
 
324
prefix = @prefix@
 
325
program_transform_name = @program_transform_name@
 
326
psdir = @psdir@
 
327
sbindir = @sbindir@
 
328
sharedstatedir = @sharedstatedir@
 
329
srcdir = @srcdir@
 
330
stylesheetdir = @stylesheetdir@
 
331
sysconfdir = @sysconfdir@
 
332
target_alias = @target_alias@
 
333
top_build_prefix = @top_build_prefix@
 
334
top_builddir = @top_builddir@
 
335
top_srcdir = @top_srcdir@
 
336
windowsettingsdatadir = @windowsettingsdatadir@
 
337
windowsettingslibdir = @windowsettingslibdir@
 
338
SUBDIRS = include src libdecoration plugins images gtk kde po metadata
 
339
EXTRA_DIST = \
 
340
        COPYING             \
 
341
        COPYING.GPL         \
 
342
        COPYING.LGPL        \
 
343
        COPYING.MIT         \
 
344
        compiz.pc.in        \
 
345
        compiz-cube.pc.in   \
 
346
        compiz-scale.pc.in  \
 
347
        compiz-gconf.pc.in
 
348
 
 
349
DISTCLEANFILES = \
 
350
        po/stamp-it      \
 
351
        po/.intltool-merge-cache
 
352
 
 
353
@USE_GCONF_TRUE@gconfdata = compiz-gconf.pc
 
354
@USE_KCONFIG_TRUE@kconfigdata = compiz-kconfig.pc
 
355
pkgconfigdir = $(libdir)/pkgconfig
 
356
pkgconfig_DATA = \
 
357
        compiz.pc       \
 
358
        compiz-cube.pc  \
 
359
        compiz-scale.pc \
 
360
        $(gconfdata)    \
 
361
        $(kconfigdata)
 
362
 
 
363
 
 
364
# Some custom targets to make it easier to release things.
 
365
# Use either:
 
366
#               make release-check
 
367
# or            make release-publish
 
368
RELEASE_UPLOAD_HOST = releases.compiz.org
 
369
RELEASE_UPLOAD_BASE = /home/releases/core
 
370
RELEASE_UPLOAD_DIR = $(RELEASE_UPLOAD_BASE)/$(VERSION)
 
371
RELEASE_URL_BASE = http://releases.compiz.org/core/$(VERSION)
 
372
RELEASE_ANNOUNCE_LIST = compiz@list.freedesktop.org
 
373
tar_file = $(PACKAGE)-$(VERSION).tar.gz
 
374
sha1_file = $(tar_file).sha1
 
375
gpg_file = $(sha1_file).asc
 
376
all: config.h
 
377
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
378
 
 
379
.SUFFIXES:
 
380
am--refresh:
 
381
        @:
 
382
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
383
        @for dep in $?; do \
 
384
          case '$(am__configure_deps)' in \
 
385
            *$$dep*) \
 
386
              echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
 
387
              $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
 
388
                && exit 0; \
 
389
              exit 1;; \
 
390
          esac; \
 
391
        done; \
 
392
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
 
393
        $(am__cd) $(top_srcdir) && \
 
394
          $(AUTOMAKE) --gnu Makefile
 
395
.PRECIOUS: Makefile
 
396
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
397
        @case '$?' in \
 
398
          *config.status*) \
 
399
            echo ' $(SHELL) ./config.status'; \
 
400
            $(SHELL) ./config.status;; \
 
401
          *) \
 
402
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
403
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
404
        esac;
 
405
 
 
406
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
407
        $(SHELL) ./config.status --recheck
 
408
 
 
409
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
410
        $(am__cd) $(srcdir) && $(AUTOCONF)
 
411
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
412
        $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
413
$(am__aclocal_m4_deps):
 
414
 
 
415
config.h: stamp-h1
 
416
        @if test ! -f $@; then \
 
417
          rm -f stamp-h1; \
 
418
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
419
        else :; fi
 
420
 
 
421
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
422
        @rm -f stamp-h1
 
423
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
424
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
 
425
        ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
 
426
        rm -f stamp-h1
 
427
        touch $@
 
428
 
 
429
distclean-hdr:
 
430
        -rm -f config.h stamp-h1
 
431
compiz.pc: $(top_builddir)/config.status $(srcdir)/compiz.pc.in
 
432
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
433
compiz-cube.pc: $(top_builddir)/config.status $(srcdir)/compiz-cube.pc.in
 
434
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
435
compiz-scale.pc: $(top_builddir)/config.status $(srcdir)/compiz-scale.pc.in
 
436
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
437
compiz-gconf.pc: $(top_builddir)/config.status $(srcdir)/compiz-gconf.pc.in
 
438
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
439
compiz-kconfig.pc: $(top_builddir)/config.status $(srcdir)/compiz-kconfig.pc.in
 
440
        cd $(top_builddir) && $(SHELL) ./config.status $@
 
441
 
 
442
mostlyclean-libtool:
 
443
        -rm -f *.lo
 
444
 
 
445
clean-libtool:
 
446
        -rm -rf .libs _libs
 
447
 
 
448
distclean-libtool:
 
449
        -rm -f libtool config.lt
 
450
install-pkgconfigDATA: $(pkgconfig_DATA)
 
451
        @$(NORMAL_INSTALL)
 
452
        test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
 
453
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
454
        for p in $$list; do \
 
455
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
456
          echo "$$d$$p"; \
 
457
        done | $(am__base_list) | \
 
458
        while read files; do \
 
459
          echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
 
460
          $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
 
461
        done
 
462
 
 
463
uninstall-pkgconfigDATA:
 
464
        @$(NORMAL_UNINSTALL)
 
465
        @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
 
466
        files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
 
467
        test -n "$$files" || exit 0; \
 
468
        echo " ( cd '$(DESTDIR)$(pkgconfigdir)' && rm -f" $$files ")"; \
 
469
        cd "$(DESTDIR)$(pkgconfigdir)" && rm -f $$files
 
470
 
 
471
# This directory's subdirectories are mostly independent; you can cd
 
472
# into them and run `make' without going through this Makefile.
 
473
# To change the values of `make' variables: instead of editing Makefiles,
 
474
# (1) if the variable is set in `config.status', edit `config.status'
 
475
#     (which will cause the Makefiles to be regenerated when you run `make');
 
476
# (2) otherwise, pass the desired values on the `make' command line.
 
477
$(RECURSIVE_TARGETS):
 
478
        @failcom='exit 1'; \
 
479
        for f in x $$MAKEFLAGS; do \
 
480
          case $$f in \
 
481
            *=* | --[!k]*);; \
 
482
            *k*) failcom='fail=yes';; \
 
483
          esac; \
 
484
        done; \
 
485
        dot_seen=no; \
 
486
        target=`echo $@ | sed s/-recursive//`; \
 
487
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
488
          echo "Making $$target in $$subdir"; \
 
489
          if test "$$subdir" = "."; then \
 
490
            dot_seen=yes; \
 
491
            local_target="$$target-am"; \
 
492
          else \
 
493
            local_target="$$target"; \
 
494
          fi; \
 
495
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
496
          || eval $$failcom; \
 
497
        done; \
 
498
        if test "$$dot_seen" = "no"; then \
 
499
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
500
        fi; test -z "$$fail"
 
501
 
 
502
$(RECURSIVE_CLEAN_TARGETS):
 
503
        @failcom='exit 1'; \
 
504
        for f in x $$MAKEFLAGS; do \
 
505
          case $$f in \
 
506
            *=* | --[!k]*);; \
 
507
            *k*) failcom='fail=yes';; \
 
508
          esac; \
 
509
        done; \
 
510
        dot_seen=no; \
 
511
        case "$@" in \
 
512
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
513
          *) list='$(SUBDIRS)' ;; \
 
514
        esac; \
 
515
        rev=''; for subdir in $$list; do \
 
516
          if test "$$subdir" = "."; then :; else \
 
517
            rev="$$subdir $$rev"; \
 
518
          fi; \
 
519
        done; \
 
520
        rev="$$rev ."; \
 
521
        target=`echo $@ | sed s/-recursive//`; \
 
522
        for subdir in $$rev; do \
 
523
          echo "Making $$target in $$subdir"; \
 
524
          if test "$$subdir" = "."; then \
 
525
            local_target="$$target-am"; \
 
526
          else \
 
527
            local_target="$$target"; \
 
528
          fi; \
 
529
          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
530
          || eval $$failcom; \
 
531
        done && test -z "$$fail"
 
532
tags-recursive:
 
533
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
534
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
535
        done
 
536
ctags-recursive:
 
537
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
538
          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
539
        done
 
540
 
 
541
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
542
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
543
        unique=`for i in $$list; do \
 
544
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
545
          done | \
 
546
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
547
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
548
        mkid -fID $$unique
 
549
tags: TAGS
 
550
 
 
551
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
552
                $(TAGS_FILES) $(LISP)
 
553
        set x; \
 
554
        here=`pwd`; \
 
555
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
556
          include_option=--etags-include; \
 
557
          empty_fix=.; \
 
558
        else \
 
559
          include_option=--include; \
 
560
          empty_fix=; \
 
561
        fi; \
 
562
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
563
          if test "$$subdir" = .; then :; else \
 
564
            test ! -f $$subdir/TAGS || \
 
565
              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
 
566
          fi; \
 
567
        done; \
 
568
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
569
        unique=`for i in $$list; do \
 
570
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
571
          done | \
 
572
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
573
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
574
        shift; \
 
575
        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
 
576
          test -n "$$unique" || unique=$$empty_fix; \
 
577
          if test $$# -gt 0; then \
 
578
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
579
              "$$@" $$unique; \
 
580
          else \
 
581
            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
582
              $$unique; \
 
583
          fi; \
 
584
        fi
 
585
ctags: CTAGS
 
586
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
587
                $(TAGS_FILES) $(LISP)
 
588
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
589
        unique=`for i in $$list; do \
 
590
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
591
          done | \
 
592
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
593
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
594
        test -z "$(CTAGS_ARGS)$$unique" \
 
595
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
596
             $$unique
 
597
 
 
598
GTAGS:
 
599
        here=`$(am__cd) $(top_builddir) && pwd` \
 
600
          && $(am__cd) $(top_srcdir) \
 
601
          && gtags -i $(GTAGS_ARGS) "$$here"
 
602
 
 
603
distclean-tags:
 
604
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
605
 
 
606
distdir: $(DISTFILES)
 
607
        $(am__remove_distdir)
 
608
        test -d "$(distdir)" || mkdir "$(distdir)"
 
609
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
610
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
611
        list='$(DISTFILES)'; \
 
612
          dist_files=`for file in $$list; do echo $$file; done | \
 
613
          sed -e "s|^$$srcdirstrip/||;t" \
 
614
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
615
        case $$dist_files in \
 
616
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
617
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
618
                           sort -u` ;; \
 
619
        esac; \
 
620
        for file in $$dist_files; do \
 
621
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
622
          if test -d $$d/$$file; then \
 
623
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
624
            if test -d "$(distdir)/$$file"; then \
 
625
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
626
            fi; \
 
627
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
628
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
629
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
630
            fi; \
 
631
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
 
632
          else \
 
633
            test -f "$(distdir)/$$file" \
 
634
            || cp -p $$d/$$file "$(distdir)/$$file" \
 
635
            || exit 1; \
 
636
          fi; \
 
637
        done
 
638
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
639
          if test "$$subdir" = .; then :; else \
 
640
            test -d "$(distdir)/$$subdir" \
 
641
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
642
            || exit 1; \
 
643
          fi; \
 
644
        done
 
645
        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
646
          if test "$$subdir" = .; then :; else \
 
647
            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
 
648
            $(am__relativize); \
 
649
            new_distdir=$$reldir; \
 
650
            dir1=$$subdir; dir2="$(top_distdir)"; \
 
651
            $(am__relativize); \
 
652
            new_top_distdir=$$reldir; \
 
653
            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
 
654
            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
 
655
            ($(am__cd) $$subdir && \
 
656
              $(MAKE) $(AM_MAKEFLAGS) \
 
657
                top_distdir="$$new_top_distdir" \
 
658
                distdir="$$new_distdir" \
 
659
                am__remove_distdir=: \
 
660
                am__skip_length_check=: \
 
661
                am__skip_mode_fix=: \
 
662
                distdir) \
 
663
              || exit 1; \
 
664
          fi; \
 
665
        done
 
666
        -test -n "$(am__skip_mode_fix)" \
 
667
        || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
668
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
669
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
670
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
671
        || chmod -R a+r "$(distdir)"
 
672
dist-gzip: distdir
 
673
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
674
        $(am__remove_distdir)
 
675
 
 
676
dist-bzip2: distdir
 
677
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
678
        $(am__remove_distdir)
 
679
 
 
680
dist-lzma: distdir
 
681
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
682
        $(am__remove_distdir)
 
683
 
 
684
dist-xz: distdir
 
685
        tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
 
686
        $(am__remove_distdir)
 
687
 
 
688
dist-tarZ: distdir
 
689
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
690
        $(am__remove_distdir)
 
691
 
 
692
dist-shar: distdir
 
693
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
694
        $(am__remove_distdir)
 
695
 
 
696
dist-zip: distdir
 
697
        -rm -f $(distdir).zip
 
698
        zip -rq $(distdir).zip $(distdir)
 
699
        $(am__remove_distdir)
 
700
 
 
701
dist dist-all: distdir
 
702
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
703
        $(am__remove_distdir)
 
704
 
 
705
# This target untars the dist file and tries a VPATH configuration.  Then
 
706
# it guarantees that the distribution is self-contained by making another
 
707
# tarfile.
 
708
distcheck: dist
 
709
        case '$(DIST_ARCHIVES)' in \
 
710
        *.tar.gz*) \
 
711
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
712
        *.tar.bz2*) \
 
713
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
714
        *.tar.lzma*) \
 
715
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
716
        *.tar.xz*) \
 
717
          xz -dc $(distdir).tar.xz | $(am__untar) ;;\
 
718
        *.tar.Z*) \
 
719
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
720
        *.shar.gz*) \
 
721
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
722
        *.zip*) \
 
723
          unzip $(distdir).zip ;;\
 
724
        esac
 
725
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
726
        mkdir $(distdir)/_build
 
727
        mkdir $(distdir)/_inst
 
728
        chmod a-w $(distdir)
 
729
        test -d $(distdir)/_build || exit 0; \
 
730
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
731
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
732
          && am__cwd=`pwd` \
 
733
          && $(am__cd) $(distdir)/_build \
 
734
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
735
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
736
          && $(MAKE) $(AM_MAKEFLAGS) \
 
737
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
738
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
739
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
740
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
741
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
742
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
743
                distuninstallcheck \
 
744
          && chmod -R a-w "$$dc_install_base" \
 
745
          && ({ \
 
746
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
747
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
748
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
749
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
750
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
751
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
752
          && rm -rf "$$dc_destdir" \
 
753
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
754
          && rm -rf $(DIST_ARCHIVES) \
 
755
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
 
756
          && cd "$$am__cwd" \
 
757
          || exit 1
 
758
        $(am__remove_distdir)
 
759
        @(echo "$(distdir) archives ready for distribution: "; \
 
760
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
761
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
762
distuninstallcheck:
 
763
        @$(am__cd) '$(distuninstallcheck_dir)' \
 
764
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
765
           || { echo "ERROR: files left after uninstall:" ; \
 
766
                if test -n "$(DESTDIR)"; then \
 
767
                  echo "  (check DESTDIR support)"; \
 
768
                fi ; \
 
769
                $(distuninstallcheck_listfiles) ; \
 
770
                exit 1; } >&2
 
771
distcleancheck: distclean
 
772
        @if test '$(srcdir)' = . ; then \
 
773
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
774
          exit 1 ; \
 
775
        fi
 
776
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
777
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
778
               $(distcleancheck_listfiles) ; \
 
779
               exit 1; } >&2
 
780
check-am: all-am
 
781
check: check-recursive
 
782
all-am: Makefile $(DATA) config.h
 
783
installdirs: installdirs-recursive
 
784
installdirs-am:
 
785
        for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
 
786
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
787
        done
 
788
install: install-recursive
 
789
install-exec: install-exec-recursive
 
790
install-data: install-data-recursive
 
791
uninstall: uninstall-recursive
 
792
 
 
793
install-am: all-am
 
794
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
795
 
 
796
installcheck: installcheck-recursive
 
797
install-strip:
 
798
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
799
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
800
          `test -z '$(STRIP)' || \
 
801
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
802
mostlyclean-generic:
 
803
 
 
804
clean-generic:
 
805
 
 
806
distclean-generic:
 
807
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
808
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
 
809
        -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
 
810
 
 
811
maintainer-clean-generic:
 
812
        @echo "This command is intended for maintainers to use"
 
813
        @echo "it deletes files that may require special tools to rebuild."
 
814
clean: clean-recursive
 
815
 
 
816
clean-am: clean-generic clean-libtool mostlyclean-am
 
817
 
 
818
distclean: distclean-recursive
 
819
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
820
        -rm -f Makefile
 
821
distclean-am: clean-am distclean-generic distclean-hdr \
 
822
        distclean-libtool distclean-tags
 
823
 
 
824
dvi: dvi-recursive
 
825
 
 
826
dvi-am:
 
827
 
 
828
html: html-recursive
 
829
 
 
830
html-am:
 
831
 
 
832
info: info-recursive
 
833
 
 
834
info-am:
 
835
 
 
836
install-data-am: install-pkgconfigDATA
 
837
 
 
838
install-dvi: install-dvi-recursive
 
839
 
 
840
install-dvi-am:
 
841
 
 
842
install-exec-am:
 
843
 
 
844
install-html: install-html-recursive
 
845
 
 
846
install-html-am:
 
847
 
 
848
install-info: install-info-recursive
 
849
 
 
850
install-info-am:
 
851
 
 
852
install-man:
 
853
 
 
854
install-pdf: install-pdf-recursive
 
855
 
 
856
install-pdf-am:
 
857
 
 
858
install-ps: install-ps-recursive
 
859
 
 
860
install-ps-am:
 
861
 
 
862
installcheck-am:
 
863
 
 
864
maintainer-clean: maintainer-clean-recursive
 
865
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
866
        -rm -rf $(top_srcdir)/autom4te.cache
 
867
        -rm -f Makefile
 
868
maintainer-clean-am: distclean-am maintainer-clean-generic
 
869
 
 
870
mostlyclean: mostlyclean-recursive
 
871
 
 
872
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
873
 
 
874
pdf: pdf-recursive
 
875
 
 
876
pdf-am:
 
877
 
 
878
ps: ps-recursive
 
879
 
 
880
ps-am:
 
881
 
 
882
uninstall-am: uninstall-pkgconfigDATA
 
883
 
 
884
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
 
885
        ctags-recursive install-am install-strip tags-recursive
 
886
 
 
887
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
888
        all all-am am--refresh check check-am clean clean-generic \
 
889
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
890
        dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
 
891
        distcheck distclean distclean-generic distclean-hdr \
 
892
        distclean-libtool distclean-tags distcleancheck distdir \
 
893
        distuninstallcheck dvi dvi-am html html-am info info-am \
 
894
        install install-am install-data install-data-am install-dvi \
 
895
        install-dvi-am install-exec install-exec-am install-html \
 
896
        install-html-am install-info install-info-am install-man \
 
897
        install-pdf install-pdf-am install-pkgconfigDATA install-ps \
 
898
        install-ps-am install-strip installcheck installcheck-am \
 
899
        installdirs installdirs-am maintainer-clean \
 
900
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
901
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
902
        uninstall uninstall-am uninstall-pkgconfigDATA
 
903
 
 
904
 
 
905
$(sha1_file): $(tar_file)
 
906
        sha1sum $^ > $@
 
907
 
 
908
$(gpg_file): $(sha1_file)
 
909
        @echo "Please enter your GPG password to sign the checksum."
 
910
        gpg --armor --sign $^
 
911
 
 
912
release-verify-even-micro:
 
913
        @echo -n "Checking that $(VERSION) has an even micro component..."
 
914
        @test "$(COMPIZ_VERSION_MICRO)" = "`echo $(COMPIZ_VERSION_MICRO)/2*2 | bc`" \
 
915
                || (echo "Ouch." && echo "The version micro component '$(COMPIZ_VERSION_MICRO)' is not an even number." \
 
916
                && echo "The version in configure.in must be incremented before a new release." \
 
917
                && false)
 
918
        @echo "Good."
 
919
 
 
920
release-verify-newer:
 
921
        @echo -n "Checking that no $(VERSION) release already exists..."
 
922
        @ssh $(RELEASE_UPLOAD_HOST) test ! -e $(RELEASE_UPLOAD_DIR)/$(tar_file) \
 
923
                || (echo "Ouch." && echo "Found: $(RELEASE_UPLOAD_HOST):$(RELEASE_UPLOAD_DIR)/$(tar_file)" \
 
924
                && echo "Are you sure you have an updated checkout?" \
 
925
                && echo "This should never happen." \
 
926
                && false)
 
927
        @echo "Good."
 
928
 
 
929
release-remove-old:
 
930
        $(RM) $(tar_file) $(sha1_file) $(gpg_file)
 
931
 
 
932
release-check: release-verify-even-micro release-verify-newer release-remove-old distcheck
 
933
 
 
934
release-upload: release-check $(tar_file) $(sha1_file) $(gpg_file)
 
935
        mkdir -p releases
 
936
        scp $(tar_file) $(sha1_file) $(gpg_file) $(RELEASE_UPLOAD_HOST):$(RELEASE_UPLOAD_DIR)
 
937
        mv $(tar_file) $(sha1_file) $(gpg_file) releases
 
938
        git-tag -s -m "compiz $(COMPIZ_VERSION_MAJOR).$(COMPIZ_VERSION_MINOR).$(COMPIZ_VERSION_MICRO) release" compiz-$(COMPIZ_VERSION_MAJOR).$(COMPIZ_VERSION_MINOR).$(COMPIZ_VERSION_MICRO)
 
939
 
 
940
release-publish-message: releases/$(sha1_file)
 
941
        @echo "Please follow the instructions in RELEASING to push stuff out and"
 
942
        @echo "send out the announcement mails.  Here is the excerpt you need:"
 
943
        @echo ""
 
944
        @echo "Subject: [ANNOUNCE] $(PACKAGE)-$(VERSION)"
 
945
        @echo ""
 
946
        @echo "============================== CUT HERE =============================="
 
947
        @echo "A new $(PACKAGE) release $(VERSION) is now available from:"
 
948
        @echo ""
 
949
        @echo " $(RELEASE_URL_BASE)/$(tar_file)"
 
950
        @echo ""
 
951
        @echo "    which can be verified with:"
 
952
        @echo ""
 
953
        @echo " $(RELEASE_URL_BASE)/$(sha1_file)"
 
954
        @echo -n "      "
 
955
        @cat releases/$(sha1_file)
 
956
        @echo ""
 
957
        @echo " $(RELEASE_URL_BASE)/$(gpg_file)"
 
958
        @echo " (signed by `getent passwd "$$USER" | cut -d: -f 5 | cut -d, -f 1`)"
 
959
        @echo ""
 
960
        @echo "  Additionally, a git clone of the source tree:"
 
961
        @echo ""
 
962
        @echo " git clone git://git.compiz.org/compiz/core"
 
963
        @echo ""
 
964
        @echo "    will include a signed compiz-$(VERSION) tag which points to a commit named:"
 
965
        @echo " `git cat-file tag compiz-$(VERSION) | grep ^object | sed -e 's,object ,,'`"
 
966
        @echo ""
 
967
        @echo "    which can be verified with:"
 
968
        @echo " git verify-tag compiz-$(VERSION)"
 
969
        @echo ""
 
970
        @echo "    and can be checked out with a command such as:"
 
971
        @echo " git checkout -b build compiz-$(VERSION)"
 
972
        @echo ""
 
973
        @echo "============================== CUT HERE =============================="
 
974
 
 
975
release-publish: release-upload release-publish-message
 
976
 
 
977
.PHONY: release-verify-even-micro release-verify-newer release-remove-old release-check release-upload release-publish docs-publish
 
978
 
 
979
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
980
# Otherwise a system limit (for SysV at least) may be exceeded.
 
981
.NOEXPORT: