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

« back to all changes in this revision

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