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

« back to all changes in this revision

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