~ubuntu-branches/ubuntu/precise/xfwm4/precise-updates

« back to all changes in this revision

Viewing changes to themes/default-4.4/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jérôme Guelfucci, Jérôme Guelfucci, Lionel Le Folgoc
  • Date: 2009-01-30 18:28:59 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20090130182859-1tci3n1f1hhppvc2
Tags: 4.5.99.1-0ubuntu1
[ Jérôme Guelfucci ]
* Merge with Debian Xfce UNRELEASED, remaining Ubuntu changes:
  - debian/xfwm4.1: update bug reporting address (LP instead of Debian BTS).

[ Lionel Le Folgoc ]
* debian/control: use our Vcs-* fields.
* Bugs fixed by this new release:
  - "User interface of focused application is covered by another application's
    new window in Xfce" (LP: #250101)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated by automake 1.10.2 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  Free Software Foundation, Inc.
 
6
# This Makefile.in is free software; the Free Software Foundation
 
7
# gives unlimited permission to copy and/or distribute it,
 
8
# with or without modifications, as long as this notice is preserved.
 
9
 
 
10
# This program is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
12
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
13
# PARTICULAR PURPOSE.
 
14
 
 
15
@SET_MAKE@
 
16
 
 
17
VPATH = @srcdir@
 
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
subdir = themes/default-4.4
 
36
DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
38
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
39
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
40
        $(ACLOCAL_M4)
 
41
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
42
CONFIG_HEADER = $(top_builddir)/config.h
 
43
CONFIG_CLEAN_FILES =
 
44
SOURCES =
 
45
DIST_SOURCES =
 
46
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
47
am__vpath_adj = case $$p in \
 
48
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
49
    *) f=$$p;; \
 
50
  esac;
 
51
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
52
am__installdirs = "$(DESTDIR)$(themedir)"
 
53
themeDATA_INSTALL = $(INSTALL_DATA)
 
54
DATA = $(noinst_DATA) $(theme_DATA)
 
55
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
56
ACLOCAL = @ACLOCAL@
 
57
ALL_LINGUAS = @ALL_LINGUAS@
 
58
AMTAR = @AMTAR@
 
59
AR = @AR@
 
60
AUTOCONF = @AUTOCONF@
 
61
AUTOHEADER = @AUTOHEADER@
 
62
AUTOMAKE = @AUTOMAKE@
 
63
AWK = @AWK@
 
64
CATALOGS = @CATALOGS@
 
65
CATOBJEXT = @CATOBJEXT@
 
66
CC = @CC@
 
67
CCDEPMODE = @CCDEPMODE@
 
68
CFLAGS = @CFLAGS@
 
69
COMPOSITOR_CFLAGS = @COMPOSITOR_CFLAGS@
 
70
COMPOSITOR_LIBS = @COMPOSITOR_LIBS@
 
71
CPP = @CPP@
 
72
CPPFLAGS = @CPPFLAGS@
 
73
CXX = @CXX@
 
74
CXXCPP = @CXXCPP@
 
75
CXXDEPMODE = @CXXDEPMODE@
 
76
CXXFLAGS = @CXXFLAGS@
 
77
CYGPATH_W = @CYGPATH_W@
 
78
DATADIRNAME = @DATADIRNAME@
 
79
DBUS_CFLAGS = @DBUS_CFLAGS@
 
80
DBUS_GLIB_CFLAGS = @DBUS_GLIB_CFLAGS@
 
81
DBUS_GLIB_LIBS = @DBUS_GLIB_LIBS@
 
82
DBUS_GLIB_REQUIRED_VERSION = @DBUS_GLIB_REQUIRED_VERSION@
 
83
DBUS_GLIB_VERSION = @DBUS_GLIB_VERSION@
 
84
DBUS_LIBS = @DBUS_LIBS@
 
85
DBUS_REQUIRED_VERSION = @DBUS_REQUIRED_VERSION@
 
86
DBUS_VERSION = @DBUS_VERSION@
 
87
DEFS = @DEFS@
 
88
DEPDIR = @DEPDIR@
 
89
DSYMUTIL = @DSYMUTIL@
 
90
ECHO = @ECHO@
 
91
ECHO_C = @ECHO_C@
 
92
ECHO_N = @ECHO_N@
 
93
ECHO_T = @ECHO_T@
 
94
EGREP = @EGREP@
 
95
ENABLE_COMPOSITOR = @ENABLE_COMPOSITOR@
 
96
ENABLE_KDE_SYSTRAY = @ENABLE_KDE_SYSTRAY@
 
97
EXEEXT = @EXEEXT@
 
98
F77 = @F77@
 
99
FFLAGS = @FFLAGS@
 
100
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
101
GLADE_CFLAGS = @GLADE_CFLAGS@
 
102
GLADE_LIBS = @GLADE_LIBS@
 
103
GLADE_REQUIRED_VERSION = @GLADE_REQUIRED_VERSION@
 
104
GLADE_VERSION = @GLADE_VERSION@
 
105
GMOFILES = @GMOFILES@
 
106
GMSGFMT = @GMSGFMT@
 
107
GREP = @GREP@
 
108
GTK_CFLAGS = @GTK_CFLAGS@
 
109
GTK_LIBS = @GTK_LIBS@
 
110
GTK_REQUIRED_VERSION = @GTK_REQUIRED_VERSION@
 
111
GTK_VERSION = @GTK_VERSION@
 
112
INSTALL = @INSTALL@
 
113
INSTALL_DATA = @INSTALL_DATA@
 
114
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
115
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
116
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
117
INSTOBJEXT = @INSTOBJEXT@
 
118
INTLLIBS = @INTLLIBS@
 
119
INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
 
120
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
 
121
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
 
122
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
123
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
 
124
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
 
125
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
126
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
 
127
INTLTOOL_PERL = @INTLTOOL_PERL@
 
128
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
 
129
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
 
130
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
 
131
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
 
132
INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
 
133
INTLTOOL_SERVICE_RULE = @INTLTOOL_SERVICE_RULE@
 
134
INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
 
135
INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
 
136
INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
 
137
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
 
138
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
139
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
 
140
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
 
141
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
 
142
LDFLAGS = @LDFLAGS@
 
143
LIBOBJS = @LIBOBJS@
 
144
LIBS = @LIBS@
 
145
LIBSM_CFLAGS = @LIBSM_CFLAGS@
 
146
LIBSM_LDFLAGS = @LIBSM_LDFLAGS@
 
147
LIBSM_LIBS = @LIBSM_LIBS@
 
148
LIBSTARTUP_NOTIFICATION_CFLAGS = @LIBSTARTUP_NOTIFICATION_CFLAGS@
 
149
LIBSTARTUP_NOTIFICATION_LIBS = @LIBSTARTUP_NOTIFICATION_LIBS@
 
150
LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION = @LIBSTARTUP_NOTIFICATION_REQUIRED_VERSION@
 
151
LIBSTARTUP_NOTIFICATION_VERSION = @LIBSTARTUP_NOTIFICATION_VERSION@
 
152
LIBTOOL = @LIBTOOL@
 
153
LIBWNCK_CFLAGS = @LIBWNCK_CFLAGS@
 
154
LIBWNCK_LIBS = @LIBWNCK_LIBS@
 
155
LIBWNCK_REQUIRED_VERSION = @LIBWNCK_REQUIRED_VERSION@
 
156
LIBWNCK_VERSION = @LIBWNCK_VERSION@
 
157
LIBX11_CFLAGS = @LIBX11_CFLAGS@
 
158
LIBX11_LDFLAGS = @LIBX11_LDFLAGS@
 
159
LIBX11_LIBS = @LIBX11_LIBS@
 
160
LIBXFCE4KBD_PRIVATE_CFLAGS = @LIBXFCE4KBD_PRIVATE_CFLAGS@
 
161
LIBXFCE4KBD_PRIVATE_LIBS = @LIBXFCE4KBD_PRIVATE_LIBS@
 
162
LIBXFCE4KBD_PRIVATE_REQUIRED_VERSION = @LIBXFCE4KBD_PRIVATE_REQUIRED_VERSION@
 
163
LIBXFCE4KBD_PRIVATE_VERSION = @LIBXFCE4KBD_PRIVATE_VERSION@
 
164
LIBXFCE4UTIL_CFLAGS = @LIBXFCE4UTIL_CFLAGS@
 
165
LIBXFCE4UTIL_LIBS = @LIBXFCE4UTIL_LIBS@
 
166
LIBXFCE4UTIL_REQUIRED_VERSION = @LIBXFCE4UTIL_REQUIRED_VERSION@
 
167
LIBXFCE4UTIL_VERSION = @LIBXFCE4UTIL_VERSION@
 
168
LIBXFCEGUI4_CFLAGS = @LIBXFCEGUI4_CFLAGS@
 
169
LIBXFCEGUI4_LIBS = @LIBXFCEGUI4_LIBS@
 
170
LIBXFCEGUI4_REQUIRED_VERSION = @LIBXFCEGUI4_REQUIRED_VERSION@
 
171
LIBXFCEGUI4_VERSION = @LIBXFCEGUI4_VERSION@
 
172
LIBXFCONF_CFLAGS = @LIBXFCONF_CFLAGS@
 
173
LIBXFCONF_LIBS = @LIBXFCONF_LIBS@
 
174
LIBXFCONF_REQUIRED_VERSION = @LIBXFCONF_REQUIRED_VERSION@
 
175
LIBXFCONF_VERSION = @LIBXFCONF_VERSION@
 
176
LN_S = @LN_S@
 
177
LTLIBOBJS = @LTLIBOBJS@
 
178
MAINT = @MAINT@
 
179
MAKEINFO = @MAKEINFO@
 
180
MKDIR_P = @MKDIR_P@
 
181
MKINSTALLDIRS = @MKINSTALLDIRS@
 
182
MSGFMT = @MSGFMT@
 
183
MSGFMT_OPTS = @MSGFMT_OPTS@
 
184
MSGMERGE = @MSGMERGE@
 
185
NMEDIT = @NMEDIT@
 
186
OBJEXT = @OBJEXT@
 
187
PACKAGE = @PACKAGE@
 
188
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
189
PACKAGE_NAME = @PACKAGE_NAME@
 
190
PACKAGE_STRING = @PACKAGE_STRING@
 
191
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
192
PACKAGE_VERSION = @PACKAGE_VERSION@
 
193
PATH_SEPARATOR = @PATH_SEPARATOR@
 
194
PKG_CONFIG = @PKG_CONFIG@
 
195
POFILES = @POFILES@
 
196
POSUB = @POSUB@
 
197
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
198
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
199
RANDR_LIBS = @RANDR_LIBS@
 
200
RANLIB = @RANLIB@
 
201
RENDER_CFLAGS = @RENDER_CFLAGS@
 
202
RENDER_LIBS = @RENDER_LIBS@
 
203
REVISION = @REVISION@
 
204
SED = @SED@
 
205
SET_MAKE = @SET_MAKE@
 
206
SHELL = @SHELL@
 
207
STRIP = @STRIP@
 
208
USE_NLS = @USE_NLS@
 
209
VERSION = @VERSION@
 
210
XGETTEXT = @XGETTEXT@
 
211
XGETTEXT_ARGS = @XGETTEXT_ARGS@
 
212
XMKMF = @XMKMF@
 
213
XSYNC_LIBS = @XSYNC_LIBS@
 
214
X_CFLAGS = @X_CFLAGS@
 
215
X_EXTRA_LIBS = @X_EXTRA_LIBS@
 
216
X_LIBS = @X_LIBS@
 
217
X_PRE_LIBS = @X_PRE_LIBS@
 
218
abs_builddir = @abs_builddir@
 
219
abs_srcdir = @abs_srcdir@
 
220
abs_top_builddir = @abs_top_builddir@
 
221
abs_top_srcdir = @abs_top_srcdir@
 
222
ac_ct_CC = @ac_ct_CC@
 
223
ac_ct_CXX = @ac_ct_CXX@
 
224
ac_ct_F77 = @ac_ct_F77@
 
225
am__include = @am__include@
 
226
am__leading_dot = @am__leading_dot@
 
227
am__quote = @am__quote@
 
228
am__tar = @am__tar@
 
229
am__untar = @am__untar@
 
230
bindir = @bindir@
 
231
build = @build@
 
232
build_alias = @build_alias@
 
233
build_cpu = @build_cpu@
 
234
build_os = @build_os@
 
235
build_vendor = @build_vendor@
 
236
builddir = @builddir@
 
237
datadir = @datadir@
 
238
datarootdir = @datarootdir@
 
239
docdir = @docdir@
 
240
dvidir = @dvidir@
 
241
exec_prefix = @exec_prefix@
 
242
host = @host@
 
243
host_alias = @host_alias@
 
244
host_cpu = @host_cpu@
 
245
host_os = @host_os@
 
246
host_vendor = @host_vendor@
 
247
htmldir = @htmldir@
 
248
includedir = @includedir@
 
249
infodir = @infodir@
 
250
install_sh = @install_sh@
 
251
libdir = @libdir@
 
252
libexecdir = @libexecdir@
 
253
localedir = @localedir@
 
254
localstatedir = @localstatedir@
 
255
mandir = @mandir@
 
256
mkdir_p = @mkdir_p@
 
257
oldincludedir = @oldincludedir@
 
258
pdfdir = @pdfdir@
 
259
prefix = @prefix@
 
260
program_transform_name = @program_transform_name@
 
261
psdir = @psdir@
 
262
sbindir = @sbindir@
 
263
sharedstatedir = @sharedstatedir@
 
264
srcdir = @srcdir@
 
265
sysconfdir = @sysconfdir@
 
266
target_alias = @target_alias@
 
267
top_build_prefix = @top_build_prefix@
 
268
top_builddir = @top_builddir@
 
269
top_srcdir = @top_srcdir@
 
270
themedir = $(datadir)/themes/Default-4.4/xfwm4
 
271
PNG_FILES = \
 
272
        bottom-active.png                                               \
 
273
        bottom-inactive.png                                             \
 
274
        bottom-left-active.png                                          \
 
275
        bottom-left-inactive.png                                        \
 
276
        bottom-right-active.png                                         \
 
277
        bottom-right-inactive.png                                       \
 
278
        close-active.png                                                \
 
279
        close-inactive.png                                              \
 
280
        close-pressed.png                                               \
 
281
        hide-active.png                                                 \
 
282
        hide-inactive.png                                               \
 
283
        hide-pressed.png                                                \
 
284
        left-active.png                                                 \
 
285
        left-inactive.png                                               \
 
286
        maximize-active.png                                             \
 
287
        maximize-inactive.png                                           \
 
288
        maximize-pressed.png                                            \
 
289
        maximize-toggled-active.png                                     \
 
290
        maximize-toggled-inactive.png                                   \
 
291
        maximize-toggled-pressed.png                                    \
 
292
        menu-active.png                                                 \
 
293
        menu-inactive.png                                               \
 
294
        menu-pressed.png                                                \
 
295
        right-active.png                                                \
 
296
        right-inactive.png                                              \
 
297
        shade-active.png                                                \
 
298
        shade-inactive.png                                              \
 
299
        shade-pressed.png                                               \
 
300
        shade-toggled-active.png                                        \
 
301
        shade-toggled-inactive.png                                      \
 
302
        shade-toggled-pressed.png                                       \
 
303
        stick-active.png                                                \
 
304
        stick-inactive.png                                              \
 
305
        stick-pressed.png                                               \
 
306
        stick-toggled-active.png                                        \
 
307
        stick-toggled-inactive.png                                      \
 
308
        stick-toggled-pressed.png                                       \
 
309
        title-1-active.png                                              \
 
310
        title-1-inactive.png                                            \
 
311
        title-2-active.png                                              \
 
312
        title-2-inactive.png                                            \
 
313
        title-3-active.png                                              \
 
314
        title-3-inactive.png                                            \
 
315
        title-4-active.png                                              \
 
316
        title-4-inactive.png                                            \
 
317
        title-5-active.png                                              \
 
318
        title-5-inactive.png                                            \
 
319
        top-left-active.png                                             \
 
320
        top-left-inactive.png                                           \
 
321
        top-right-active.png                                            \
 
322
        top-right-inactive.png
 
323
 
 
324
SVG_FILES = \
 
325
        bottom-active.svg                                               \
 
326
        bottom-inactive.svg                                             \
 
327
        bottom-left-active.svg                                          \
 
328
        bottom-left-inactive.svg                                        \
 
329
        bottom-right-active.svg                                         \
 
330
        bottom-right-inactive.svg                                       \
 
331
        close-active.svg                                                \
 
332
        close-inactive.svg                                              \
 
333
        close-pressed.svg                                               \
 
334
        hide-active.svg                                                 \
 
335
        hide-inactive.svg                                               \
 
336
        hide-pressed.svg                                                \
 
337
        left-active.svg                                                 \
 
338
        left-inactive.svg                                               \
 
339
        maximize-active.svg                                             \
 
340
        maximize-inactive.svg                                           \
 
341
        maximize-pressed.svg                                            \
 
342
        maximize-toggled-active.svg                                     \
 
343
        maximize-toggled-inactive.svg                                   \
 
344
        maximize-toggled-pressed.svg                                    \
 
345
        menu-active.svg                                                 \
 
346
        menu-inactive.svg                                               \
 
347
        menu-pressed.svg                                                \
 
348
        right-active.svg                                                \
 
349
        right-inactive.svg                                              \
 
350
        shade-active.svg                                                \
 
351
        shade-inactive.svg                                              \
 
352
        shade-pressed.svg                                               \
 
353
        shade-toggled-active.svg                                        \
 
354
        shade-toggled-inactive.svg                                      \
 
355
        shade-toggled-pressed.svg                                       \
 
356
        stick-active.svg                                                \
 
357
        stick-inactive.svg                                              \
 
358
        stick-pressed.svg                                               \
 
359
        stick-toggled-active.svg                                        \
 
360
        stick-toggled-inactive.svg                                      \
 
361
        stick-toggled-pressed.svg                                       \
 
362
        title-1-active.svg                                              \
 
363
        title-1-inactive.svg                                            \
 
364
        title-2-active.svg                                              \
 
365
        title-2-inactive.svg                                            \
 
366
        title-3-active.svg                                              \
 
367
        title-3-inactive.svg                                            \
 
368
        title-4-active.svg                                              \
 
369
        title-4-inactive.svg                                            \
 
370
        title-5-active.svg                                              \
 
371
        title-5-inactive.svg                                            \
 
372
        top-left-active.svg                                             \
 
373
        top-left-inactive.svg                                           \
 
374
        top-right-active.svg                                            \
 
375
        top-right-inactive.svg
 
376
 
 
377
XPM_FILES = \
 
378
        bottom-active.xpm                                               \
 
379
        bottom-inactive.xpm                                             \
 
380
        bottom-left-active.xpm                                          \
 
381
        bottom-left-inactive.xpm                                        \
 
382
        bottom-right-active.xpm                                         \
 
383
        bottom-right-inactive.xpm                                       \
 
384
        close-active.xpm                                                \
 
385
        close-inactive.xpm                                              \
 
386
        close-pressed.xpm                                               \
 
387
        hide-active.xpm                                                 \
 
388
        hide-inactive.xpm                                               \
 
389
        hide-pressed.xpm                                                \
 
390
        left-active.xpm                                                 \
 
391
        left-inactive.xpm                                               \
 
392
        maximize-active.xpm                                             \
 
393
        maximize-inactive.xpm                                           \
 
394
        maximize-pressed.xpm                                            \
 
395
        maximize-toggled-active.xpm                                     \
 
396
        maximize-toggled-inactive.xpm                                   \
 
397
        maximize-toggled-pressed.xpm                                    \
 
398
        menu-active.xpm                                                 \
 
399
        menu-inactive.xpm                                               \
 
400
        menu-pressed.xpm                                                \
 
401
        right-active.xpm                                                \
 
402
        right-inactive.xpm                                              \
 
403
        shade-active.xpm                                                \
 
404
        shade-inactive.xpm                                              \
 
405
        shade-pressed.xpm                                               \
 
406
        shade-toggled-active.xpm                                        \
 
407
        shade-toggled-inactive.xpm                                      \
 
408
        shade-toggled-pressed.xpm                                       \
 
409
        stick-active.xpm                                                \
 
410
        stick-inactive.xpm                                              \
 
411
        stick-pressed.xpm                                               \
 
412
        stick-toggled-active.xpm                                        \
 
413
        stick-toggled-inactive.xpm                                      \
 
414
        stick-toggled-pressed.xpm                                       \
 
415
        title-1-active.xpm                                              \
 
416
        title-1-inactive.xpm                                            \
 
417
        title-2-active.xpm                                              \
 
418
        title-2-inactive.xpm                                            \
 
419
        title-3-active.xpm                                              \
 
420
        title-3-inactive.xpm                                            \
 
421
        title-4-active.xpm                                              \
 
422
        title-4-inactive.xpm                                            \
 
423
        title-5-active.xpm                                              \
 
424
        title-5-inactive.xpm                                            \
 
425
        top-left-active.xpm                                             \
 
426
        top-left-inactive.xpm                                           \
 
427
        top-right-active.xpm                                            \
 
428
        top-right-inactive.xpm
 
429
 
 
430
theme_DATA = \
 
431
        README                                                          \
 
432
        themerc                                                         \
 
433
        $(XPM_FILES)                                                    \
 
434
        $(PNG_FILES)
 
435
 
 
436
EXTRA_DIST = \
 
437
        $(theme_DATA)                                                   \
 
438
        $(SVG_FILES)
 
439
 
 
440
noinst_DATA = \
 
441
        $(SVG_FILES)
 
442
 
 
443
all: all-am
 
444
 
 
445
.SUFFIXES:
 
446
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
447
        @for dep in $?; do \
 
448
          case '$(am__configure_deps)' in \
 
449
            *$$dep*) \
 
450
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
451
                && { if test -f $@; then exit 0; else break; fi; }; \
 
452
              exit 1;; \
 
453
          esac; \
 
454
        done; \
 
455
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  themes/default-4.4/Makefile'; \
 
456
        cd $(top_srcdir) && \
 
457
          $(AUTOMAKE) --gnu  themes/default-4.4/Makefile
 
458
.PRECIOUS: Makefile
 
459
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
460
        @case '$?' in \
 
461
          *config.status*) \
 
462
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
463
          *) \
 
464
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
465
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
466
        esac;
 
467
 
 
468
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
469
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
470
 
 
471
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
472
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
473
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
474
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
475
 
 
476
mostlyclean-libtool:
 
477
        -rm -f *.lo
 
478
 
 
479
clean-libtool:
 
480
        -rm -rf .libs _libs
 
481
install-themeDATA: $(theme_DATA)
 
482
        @$(NORMAL_INSTALL)
 
483
        test -z "$(themedir)" || $(MKDIR_P) "$(DESTDIR)$(themedir)"
 
484
        @list='$(theme_DATA)'; for p in $$list; do \
 
485
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
486
          f=$(am__strip_dir) \
 
487
          echo " $(themeDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(themedir)/$$f'"; \
 
488
          $(themeDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(themedir)/$$f"; \
 
489
        done
 
490
 
 
491
uninstall-themeDATA:
 
492
        @$(NORMAL_UNINSTALL)
 
493
        @list='$(theme_DATA)'; for p in $$list; do \
 
494
          f=$(am__strip_dir) \
 
495
          echo " rm -f '$(DESTDIR)$(themedir)/$$f'"; \
 
496
          rm -f "$(DESTDIR)$(themedir)/$$f"; \
 
497
        done
 
498
tags: TAGS
 
499
TAGS:
 
500
 
 
501
ctags: CTAGS
 
502
CTAGS:
 
503
 
 
504
 
 
505
distdir: $(DISTFILES)
 
506
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
507
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
508
        list='$(DISTFILES)'; \
 
509
          dist_files=`for file in $$list; do echo $$file; done | \
 
510
          sed -e "s|^$$srcdirstrip/||;t" \
 
511
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
512
        case $$dist_files in \
 
513
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
514
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
515
                           sort -u` ;; \
 
516
        esac; \
 
517
        for file in $$dist_files; do \
 
518
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
519
          if test -d $$d/$$file; then \
 
520
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
521
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
522
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
523
            fi; \
 
524
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
525
          else \
 
526
            test -f $(distdir)/$$file \
 
527
            || cp -p $$d/$$file $(distdir)/$$file \
 
528
            || exit 1; \
 
529
          fi; \
 
530
        done
 
531
check-am: all-am
 
532
check: check-am
 
533
all-am: Makefile $(DATA)
 
534
installdirs:
 
535
        for dir in "$(DESTDIR)$(themedir)"; do \
 
536
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
537
        done
 
538
install: install-am
 
539
install-exec: install-exec-am
 
540
install-data: install-data-am
 
541
uninstall: uninstall-am
 
542
 
 
543
install-am: all-am
 
544
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
545
 
 
546
installcheck: installcheck-am
 
547
install-strip:
 
548
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
549
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
550
          `test -z '$(STRIP)' || \
 
551
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
552
mostlyclean-generic:
 
553
 
 
554
clean-generic:
 
555
 
 
556
distclean-generic:
 
557
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
558
 
 
559
maintainer-clean-generic:
 
560
        @echo "This command is intended for maintainers to use"
 
561
        @echo "it deletes files that may require special tools to rebuild."
 
562
clean: clean-am
 
563
 
 
564
clean-am: clean-generic clean-libtool mostlyclean-am
 
565
 
 
566
distclean: distclean-am
 
567
        -rm -f Makefile
 
568
distclean-am: clean-am distclean-generic
 
569
 
 
570
dvi: dvi-am
 
571
 
 
572
dvi-am:
 
573
 
 
574
html: html-am
 
575
 
 
576
info: info-am
 
577
 
 
578
info-am:
 
579
 
 
580
install-data-am: install-themeDATA
 
581
 
 
582
install-dvi: install-dvi-am
 
583
 
 
584
install-exec-am:
 
585
 
 
586
install-html: install-html-am
 
587
 
 
588
install-info: install-info-am
 
589
 
 
590
install-man:
 
591
 
 
592
install-pdf: install-pdf-am
 
593
 
 
594
install-ps: install-ps-am
 
595
 
 
596
installcheck-am:
 
597
 
 
598
maintainer-clean: maintainer-clean-am
 
599
        -rm -f Makefile
 
600
maintainer-clean-am: distclean-am maintainer-clean-generic
 
601
 
 
602
mostlyclean: mostlyclean-am
 
603
 
 
604
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
605
 
 
606
pdf: pdf-am
 
607
 
 
608
pdf-am:
 
609
 
 
610
ps: ps-am
 
611
 
 
612
ps-am:
 
613
 
 
614
uninstall-am: uninstall-themeDATA
 
615
 
 
616
.MAKE: install-am install-strip
 
617
 
 
618
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
619
        distclean distclean-generic distclean-libtool distdir dvi \
 
620
        dvi-am html html-am info info-am install install-am \
 
621
        install-data install-data-am install-dvi install-dvi-am \
 
622
        install-exec install-exec-am install-html install-html-am \
 
623
        install-info install-info-am install-man install-pdf \
 
624
        install-pdf-am install-ps install-ps-am install-strip \
 
625
        install-themeDATA installcheck installcheck-am installdirs \
 
626
        maintainer-clean maintainer-clean-generic mostlyclean \
 
627
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
628
        uninstall uninstall-am uninstall-themeDATA
 
629
 
 
630
 
 
631
vacuum-defs:
 
632
        for svg_file in $(SVG_FILES); do \
 
633
                inkscape --without-gui --vacuum-defs --file=$$svg_file; \
 
634
        done
 
635
 
 
636
update-png:
 
637
        for svg_file in $(SVG_FILES); do \
 
638
                image=$${svg_file%.svg}; \
 
639
                rsvg -f png $$svg_file $$image.png; \
 
640
        done
 
641
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
642
# Otherwise a system limit (for SysV at least) may be exceeded.
 
643
.NOEXPORT: