~ubuntu-branches/ubuntu/saucy/cairo-dock-plug-ins/saucy

« back to all changes in this revision

Viewing changes to dialog-rendering/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2009-08-26 21:07:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090826210739-gyjuuqezrzuluao4
Tags: upstream-2.0.8.1
ImportĀ upstreamĀ versionĀ 2.0.8.1

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
pkglibdir = $(libdir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
21
install_sh_DATA = $(install_sh) -c -m 644
 
22
install_sh_PROGRAM = $(install_sh) -c
 
23
install_sh_SCRIPT = $(install_sh) -c
 
24
INSTALL_HEADER = $(INSTALL_DATA)
 
25
transform = $(program_transform_name)
 
26
NORMAL_INSTALL = :
 
27
PRE_INSTALL = :
 
28
POST_INSTALL = :
 
29
NORMAL_UNINSTALL = :
 
30
PRE_UNINSTALL = :
 
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
 
33
host_triplet = @host@
 
34
subdir = dialog-rendering/src
 
35
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
36
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
37
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
38
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
39
        $(ACLOCAL_M4)
 
40
mkinstalldirs = $(install_sh) -d
 
41
CONFIG_HEADER = $(top_builddir)/config.h
 
42
CONFIG_CLEAN_FILES =
 
43
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
44
am__vpath_adj = case $$p in \
 
45
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
46
    *) f=$$p;; \
 
47
  esac;
 
48
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
49
am__installdirs = "$(DESTDIR)$(libdir)"
 
50
libLTLIBRARIES_INSTALL = $(INSTALL)
 
51
LTLIBRARIES = $(lib_LTLIBRARIES)
 
52
am__DEPENDENCIES_1 =
 
53
libcd_dialog_rendering_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
 
54
am_libcd_dialog_rendering_la_OBJECTS =  \
 
55
        libcd_dialog_rendering_la-applet-init.lo \
 
56
        libcd_dialog_rendering_la-applet-config.lo \
 
57
        libcd_dialog_rendering_la-applet-renderer-text.lo \
 
58
        libcd_dialog_rendering_la-applet-decorator-comics.lo \
 
59
        libcd_dialog_rendering_la-applet-decorator-modern.lo \
 
60
        libcd_dialog_rendering_la-applet-decorator-3Dplane.lo \
 
61
        libcd_dialog_rendering_la-applet-decorator-tooltip.lo \
 
62
        libcd_dialog_rendering_la-applet-decorator-curly.lo
 
63
libcd_dialog_rendering_la_OBJECTS =  \
 
64
        $(am_libcd_dialog_rendering_la_OBJECTS)
 
65
libcd_dialog_rendering_la_LINK = $(LIBTOOL) --tag=CC \
 
66
        $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
 
67
        $(libcd_dialog_rendering_la_CFLAGS) $(CFLAGS) \
 
68
        $(libcd_dialog_rendering_la_LDFLAGS) $(LDFLAGS) -o $@
 
69
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
 
70
depcomp = $(SHELL) $(top_srcdir)/depcomp
 
71
am__depfiles_maybe = depfiles
 
72
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
 
73
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
74
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
75
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
76
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
77
CCLD = $(CC)
 
78
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
79
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
80
        $(LDFLAGS) -o $@
 
81
SOURCES = $(libcd_dialog_rendering_la_SOURCES)
 
82
DIST_SOURCES = $(libcd_dialog_rendering_la_SOURCES)
 
83
ETAGS = etags
 
84
CTAGS = ctags
 
85
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
86
pkgdatadir = @pkgdatadir@
 
87
ACLOCAL = @ACLOCAL@
 
88
ALL_LINGUAS = @ALL_LINGUAS@
 
89
ALSA_MIXER_PACKAGE_CFLAGS = @ALSA_MIXER_PACKAGE_CFLAGS@
 
90
ALSA_MIXER_PACKAGE_LIBS = @ALSA_MIXER_PACKAGE_LIBS@
 
91
AMTAR = @AMTAR@
 
92
AR = @AR@
 
93
AUTOCONF = @AUTOCONF@
 
94
AUTOHEADER = @AUTOHEADER@
 
95
AUTOMAKE = @AUTOMAKE@
 
96
AWK = @AWK@
 
97
CATALOGS = @CATALOGS@
 
98
CATOBJEXT = @CATOBJEXT@
 
99
CC = @CC@
 
100
CCDEPMODE = @CCDEPMODE@
 
101
CFLAGS = @CFLAGS@
 
102
CPP = @CPP@
 
103
CPPFLAGS = @CPPFLAGS@
 
104
CXX = @CXX@
 
105
CXXCPP = @CXXCPP@
 
106
CXXDEPMODE = @CXXDEPMODE@
 
107
CXXFLAGS = @CXXFLAGS@
 
108
CYGPATH_W = @CYGPATH_W@
 
109
Clipperdatadir = @Clipperdatadir@
 
110
DATADIRNAME = @DATADIRNAME@
 
111
DEFS = @DEFS@
 
112
DEPDIR = @DEPDIR@
 
113
DSYMUTIL = @DSYMUTIL@
 
114
DUMPBIN = @DUMPBIN@
 
115
ECHO_C = @ECHO_C@
 
116
ECHO_N = @ECHO_N@
 
117
ECHO_T = @ECHO_T@
 
118
EGREP = @EGREP@
 
119
EXEEXT = @EXEEXT@
 
120
EXIF_CFLAGS = @EXIF_CFLAGS@
 
121
EXIF_LIBS = @EXIF_LIBS@
 
122
FGREP = @FGREP@
 
123
GETTEXT_ALSA_MIXER = @GETTEXT_ALSA_MIXER@
 
124
GETTEXT_ANIMATED_ICONS = @GETTEXT_ANIMATED_ICONS@
 
125
GETTEXT_CAIRO_PENGUIN = @GETTEXT_CAIRO_PENGUIN@
 
126
GETTEXT_CLIPPER = @GETTEXT_CLIPPER@
 
127
GETTEXT_CLOCK = @GETTEXT_CLOCK@
 
128
GETTEXT_COMPIZ_ICON = @GETTEXT_COMPIZ_ICON@
 
129
GETTEXT_CPUSAGE = @GETTEXT_CPUSAGE@
 
130
GETTEXT_DBUS = @GETTEXT_DBUS@
 
131
GETTEXT_DESKLET_RENDERING = @GETTEXT_DESKLET_RENDERING@
 
132
GETTEXT_DIALOG_RENDERING = @GETTEXT_DIALOG_RENDERING@
 
133
GETTEXT_DROP_INDICATOR = @GETTEXT_DROP_INDICATOR@
 
134
GETTEXT_DUSTBIN = @GETTEXT_DUSTBIN@
 
135
GETTEXT_GMENU = @GETTEXT_GMENU@
 
136
GETTEXT_ICON_EFFECTS = @GETTEXT_ICON_EFFECTS@
 
137
GETTEXT_ILLUSION = @GETTEXT_ILLUSION@
 
138
GETTEXT_KEYBOARD_INDICATOR = @GETTEXT_KEYBOARD_INDICATOR@
 
139
GETTEXT_LOGOUT = @GETTEXT_LOGOUT@
 
140
GETTEXT_MAIL = @GETTEXT_MAIL@
 
141
GETTEXT_MOTION_BLUR = @GETTEXT_MOTION_BLUR@
 
142
GETTEXT_NETSPEED = @GETTEXT_NETSPEED@
 
143
GETTEXT_NVIDIA = @GETTEXT_NVIDIA@
 
144
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
145
GETTEXT_POWERMANAGER = @GETTEXT_POWERMANAGER@
 
146
GETTEXT_QUICK_BROWSER = @GETTEXT_QUICK_BROWSER@
 
147
GETTEXT_RAME = @GETTEXT_RAME@
 
148
GETTEXT_RENDERING = @GETTEXT_RENDERING@
 
149
GETTEXT_RHYTHMBOX = @GETTEXT_RHYTHMBOX@
 
150
GETTEXT_SHORTCUTS = @GETTEXT_SHORTCUTS@
 
151
GETTEXT_SHOW_DESKLETS = @GETTEXT_SHOW_DESKLETS@
 
152
GETTEXT_SHOW_DESKTOP = @GETTEXT_SHOW_DESKTOP@
 
153
GETTEXT_SHOW_MOUSE = @GETTEXT_SHOW_MOUSE@
 
154
GETTEXT_SLIDER = @GETTEXT_SLIDER@
 
155
GETTEXT_STACK = @GETTEXT_STACK@
 
156
GETTEXT_SWITCHER = @GETTEXT_SWITCHER@
 
157
GETTEXT_SYSTRAY = @GETTEXT_SYSTRAY@
 
158
GETTEXT_TERMINAL = @GETTEXT_TERMINAL@
 
159
GETTEXT_TOMBOY = @GETTEXT_TOMBOY@
 
160
GETTEXT_TOONS = @GETTEXT_TOONS@
 
161
GETTEXT_WEATHER = @GETTEXT_WEATHER@
 
162
GETTEXT_WEBLETS = @GETTEXT_WEBLETS@
 
163
GETTEXT_WIFI = @GETTEXT_WIFI@
 
164
GETTEXT_XGAMMA = @GETTEXT_XGAMMA@
 
165
GETTEXT_XMMS = @GETTEXT_XMMS@
 
166
GMENU_GIO_CFLAGS = @GMENU_GIO_CFLAGS@
 
167
GMENU_GIO_LIBS = @GMENU_GIO_LIBS@
 
168
GMENU_PACKAGE_CFLAGS = @GMENU_PACKAGE_CFLAGS@
 
169
GMENU_PACKAGE_LIBS = @GMENU_PACKAGE_LIBS@
 
170
GMOFILES = @GMOFILES@
 
171
GMSGFMT = @GMSGFMT@
 
172
GNOME_INTEGRATION_CFLAGS = @GNOME_INTEGRATION_CFLAGS@
 
173
GNOME_INTEGRATION_LIBS = @GNOME_INTEGRATION_LIBS@
 
174
GREP = @GREP@
 
175
INSTALL = @INSTALL@
 
176
INSTALL_DATA = @INSTALL_DATA@
 
177
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
178
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
179
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
180
INSTOBJEXT = @INSTOBJEXT@
 
181
INTLLIBS = @INTLLIBS@
 
182
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
183
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
184
INTLTOOL_PERL = @INTLTOOL_PERL@
 
185
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
186
KEYBOARD_INDICATOR_PACKAGE_CFLAGS = @KEYBOARD_INDICATOR_PACKAGE_CFLAGS@
 
187
KEYBOARD_INDICATOR_PACKAGE_LIBS = @KEYBOARD_INDICATOR_PACKAGE_LIBS@
 
188
LD = @LD@
 
189
LDFLAGS = @LDFLAGS@
 
190
LIBOBJS = @LIBOBJS@
 
191
LIBS = @LIBS@
 
192
LIBTOOL = @LIBTOOL@
 
193
LIPO = @LIPO@
 
194
LN_S = @LN_S@
 
195
LTLIBOBJS = @LTLIBOBJS@
 
196
MAKEINFO = @MAKEINFO@
 
197
MKDIR_P = @MKDIR_P@
 
198
MKINSTALLDIRS = @MKINSTALLDIRS@
 
199
MSGFMT = @MSGFMT@
 
200
MSGFMT_OPTS = @MSGFMT_OPTS@
 
201
MSGMERGE = @MSGMERGE@
 
202
NM = @NM@
 
203
NMEDIT = @NMEDIT@
 
204
OBJDUMP = @OBJDUMP@
 
205
OBJEXT = @OBJEXT@
 
206
OLD_GNOME_INTEGRATION_CFLAGS = @OLD_GNOME_INTEGRATION_CFLAGS@
 
207
OLD_GNOME_INTEGRATION_LIBS = @OLD_GNOME_INTEGRATION_LIBS@
 
208
OTOOL = @OTOOL@
 
209
OTOOL64 = @OTOOL64@
 
210
PACKAGE = @PACKAGE@
 
211
PACKAGE_ALSA_MIXER = @PACKAGE_ALSA_MIXER@
 
212
PACKAGE_ANIMATED_ICONS = @PACKAGE_ANIMATED_ICONS@
 
213
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
214
PACKAGE_CAIRO_PENGUIN = @PACKAGE_CAIRO_PENGUIN@
 
215
PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
 
216
PACKAGE_CLIPPER = @PACKAGE_CLIPPER@
 
217
PACKAGE_CLOCK = @PACKAGE_CLOCK@
 
218
PACKAGE_COMPIZ_ICON = @PACKAGE_COMPIZ_ICON@
 
219
PACKAGE_CPUSAGE = @PACKAGE_CPUSAGE@
 
220
PACKAGE_DBUS = @PACKAGE_DBUS@
 
221
PACKAGE_DESKLET_RENDERING = @PACKAGE_DESKLET_RENDERING@
 
222
PACKAGE_DIALOG_RENDERING = @PACKAGE_DIALOG_RENDERING@
 
223
PACKAGE_DROP_INDICATOR = @PACKAGE_DROP_INDICATOR@
 
224
PACKAGE_DUSTBIN = @PACKAGE_DUSTBIN@
 
225
PACKAGE_GMENU = @PACKAGE_GMENU@
 
226
PACKAGE_GNOME_INTEGRATION = @PACKAGE_GNOME_INTEGRATION@
 
227
PACKAGE_GNOME_INTEGRATION_OLD = @PACKAGE_GNOME_INTEGRATION_OLD@
 
228
PACKAGE_ICON_EFFECTS = @PACKAGE_ICON_EFFECTS@
 
229
PACKAGE_ILLUSION = @PACKAGE_ILLUSION@
 
230
PACKAGE_KEYBOARD_INDICATOR = @PACKAGE_KEYBOARD_INDICATOR@
 
231
PACKAGE_LIBS = @PACKAGE_LIBS@
 
232
PACKAGE_LOGOUT = @PACKAGE_LOGOUT@
 
233
PACKAGE_MAIL = @PACKAGE_MAIL@
 
234
PACKAGE_MOTION_BLUR = @PACKAGE_MOTION_BLUR@
 
235
PACKAGE_NAME = @PACKAGE_NAME@
 
236
PACKAGE_NETSPEED = @PACKAGE_NETSPEED@
 
237
PACKAGE_NVIDIA = @PACKAGE_NVIDIA@
 
238
PACKAGE_POWERMANAGER = @PACKAGE_POWERMANAGER@
 
239
PACKAGE_QUICK_BROWSER = @PACKAGE_QUICK_BROWSER@
 
240
PACKAGE_RAME = @PACKAGE_RAME@
 
241
PACKAGE_RENDERING = @PACKAGE_RENDERING@
 
242
PACKAGE_RHYTHMBOX = @PACKAGE_RHYTHMBOX@
 
243
PACKAGE_SHORTCUTS = @PACKAGE_SHORTCUTS@
 
244
PACKAGE_SHOW_DESKLETS = @PACKAGE_SHOW_DESKLETS@
 
245
PACKAGE_SHOW_DESKTOP = @PACKAGE_SHOW_DESKTOP@
 
246
PACKAGE_SHOW_MOUSE = @PACKAGE_SHOW_MOUSE@
 
247
PACKAGE_SLIDER = @PACKAGE_SLIDER@
 
248
PACKAGE_STACK = @PACKAGE_STACK@
 
249
PACKAGE_STRING = @PACKAGE_STRING@
 
250
PACKAGE_SWITCHER = @PACKAGE_SWITCHER@
 
251
PACKAGE_SYSTRAY = @PACKAGE_SYSTRAY@
 
252
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
253
PACKAGE_TERMINAL = @PACKAGE_TERMINAL@
 
254
PACKAGE_TOMBOY = @PACKAGE_TOMBOY@
 
255
PACKAGE_TOONS = @PACKAGE_TOONS@
 
256
PACKAGE_URL = @PACKAGE_URL@
 
257
PACKAGE_VERSION = @PACKAGE_VERSION@
 
258
PACKAGE_WEATHER = @PACKAGE_WEATHER@
 
259
PACKAGE_WEBLETS = @PACKAGE_WEBLETS@
 
260
PACKAGE_WIFI = @PACKAGE_WIFI@
 
261
PACKAGE_XFCE_INTEGRATION = @PACKAGE_XFCE_INTEGRATION@
 
262
PACKAGE_XGAMMA = @PACKAGE_XGAMMA@
 
263
PACKAGE_XMMS = @PACKAGE_XMMS@
 
264
PATH_SEPARATOR = @PATH_SEPARATOR@
 
265
PKG_CONFIG = @PKG_CONFIG@
 
266
POFILES = @POFILES@
 
267
POSUB = @POSUB@
 
268
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
269
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
270
RANLIB = @RANLIB@
 
271
SED = @SED@
 
272
SET_MAKE = @SET_MAKE@
 
273
SHELL = @SHELL@
 
274
STRIP = @STRIP@
 
275
TERMINAL_PACKAGE_CFLAGS = @TERMINAL_PACKAGE_CFLAGS@
 
276
TERMINAL_PACKAGE_LIBS = @TERMINAL_PACKAGE_LIBS@
 
277
USE_NLS = @USE_NLS@
 
278
VERSION = @VERSION@
 
279
VERSION_ALSA_MIXER = @VERSION_ALSA_MIXER@
 
280
VERSION_ANIMATED_ICONS = @VERSION_ANIMATED_ICONS@
 
281
VERSION_CAIRO_PENGUIN = @VERSION_CAIRO_PENGUIN@
 
282
VERSION_CLIPPER = @VERSION_CLIPPER@
 
283
VERSION_CLOCK = @VERSION_CLOCK@
 
284
VERSION_COMPIZ_ICON = @VERSION_COMPIZ_ICON@
 
285
VERSION_CPUSAGE = @VERSION_CPUSAGE@
 
286
VERSION_DBUS = @VERSION_DBUS@
 
287
VERSION_DESKLET_RENDERING = @VERSION_DESKLET_RENDERING@
 
288
VERSION_DIALOG_RENDERING = @VERSION_DIALOG_RENDERING@
 
289
VERSION_DROP_INDICATOR = @VERSION_DROP_INDICATOR@
 
290
VERSION_DUSTBIN = @VERSION_DUSTBIN@
 
291
VERSION_GMENU = @VERSION_GMENU@
 
292
VERSION_GNOME_INTEGRATION = @VERSION_GNOME_INTEGRATION@
 
293
VERSION_GNOME_INTEGRATION_OLD = @VERSION_GNOME_INTEGRATION_OLD@
 
294
VERSION_ICON_EFFECTS = @VERSION_ICON_EFFECTS@
 
295
VERSION_ILLUSION = @VERSION_ILLUSION@
 
296
VERSION_KEYBOARD_INDICATOR = @VERSION_KEYBOARD_INDICATOR@
 
297
VERSION_LOGOUT = @VERSION_LOGOUT@
 
298
VERSION_MAIL = @VERSION_MAIL@
 
299
VERSION_MOTION_BLUR = @VERSION_MOTION_BLUR@
 
300
VERSION_NETSPEED = @VERSION_NETSPEED@
 
301
VERSION_NVIDIA = @VERSION_NVIDIA@
 
302
VERSION_POWERMANAGER = @VERSION_POWERMANAGER@
 
303
VERSION_QUICK_BROWSER = @VERSION_QUICK_BROWSER@
 
304
VERSION_RAME = @VERSION_RAME@
 
305
VERSION_RENDERING = @VERSION_RENDERING@
 
306
VERSION_RHYTHMBOX = @VERSION_RHYTHMBOX@
 
307
VERSION_SHORTCUTS = @VERSION_SHORTCUTS@
 
308
VERSION_SHOW_DESKLETS = @VERSION_SHOW_DESKLETS@
 
309
VERSION_SHOW_DESKTOP = @VERSION_SHOW_DESKTOP@
 
310
VERSION_SHOW_MOUSE = @VERSION_SHOW_MOUSE@
 
311
VERSION_SLIDER = @VERSION_SLIDER@
 
312
VERSION_STACK = @VERSION_STACK@
 
313
VERSION_SWITCHER = @VERSION_SWITCHER@
 
314
VERSION_SYSTRAY = @VERSION_SYSTRAY@
 
315
VERSION_TERMINAL = @VERSION_TERMINAL@
 
316
VERSION_TOMBOY = @VERSION_TOMBOY@
 
317
VERSION_TOONS = @VERSION_TOONS@
 
318
VERSION_WEATHER = @VERSION_WEATHER@
 
319
VERSION_WEBLETS = @VERSION_WEBLETS@
 
320
VERSION_WIFI = @VERSION_WIFI@
 
321
VERSION_XFCE_INTEGRATION = @VERSION_XFCE_INTEGRATION@
 
322
VERSION_XGAMMA = @VERSION_XGAMMA@
 
323
VERSION_XMMS = @VERSION_XMMS@
 
324
WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
 
325
WEBKIT_LIBS = @WEBKIT_LIBS@
 
326
XFCE_INTEGRATION_CFLAGS = @XFCE_INTEGRATION_CFLAGS@
 
327
XFCE_INTEGRATION_LIBS = @XFCE_INTEGRATION_LIBS@
 
328
XGAMMA_PACKAGE_CFLAGS = @XGAMMA_PACKAGE_CFLAGS@
 
329
XGAMMA_PACKAGE_LIBS = @XGAMMA_PACKAGE_LIBS@
 
330
XGETTEXT = @XGETTEXT@
 
331
abs_builddir = @abs_builddir@
 
332
abs_srcdir = @abs_srcdir@
 
333
abs_top_builddir = @abs_top_builddir@
 
334
abs_top_srcdir = @abs_top_srcdir@
 
335
ac_ct_CC = @ac_ct_CC@
 
336
ac_ct_CXX = @ac_ct_CXX@
 
337
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
338
alsa_mixerdatadir = @alsa_mixerdatadir@
 
339
am__include = @am__include@
 
340
am__leading_dot = @am__leading_dot@
 
341
am__quote = @am__quote@
 
342
am__tar = @am__tar@
 
343
am__untar = @am__untar@
 
344
animated_iconsdatadir = @animated_iconsdatadir@
 
345
bindir = @bindir@
 
346
build = @build@
 
347
build_alias = @build_alias@
 
348
build_cpu = @build_cpu@
 
349
build_os = @build_os@
 
350
build_vendor = @build_vendor@
 
351
builddir = @builddir@
 
352
cairo_penguindatadir = @cairo_penguindatadir@
 
353
cairo_penguinuserdirname = @cairo_penguinuserdirname@
 
354
clockdatadir = @clockdatadir@
 
355
clockuserdirname = @clockuserdirname@
 
356
compiz_icondatadir = @compiz_icondatadir@
 
357
cpusagedatadir = @cpusagedatadir@
 
358
datadir = @datadir@
 
359
datarootdir = @datarootdir@
 
360
dbusdatadir = @dbusdatadir@
 
361
desklet_renderingdatadir = @desklet_renderingdatadir@
 
362
dialog_renderingdatadir = @dialog_renderingdatadir@
 
363
docdir = @docdir@
 
364
drop_indicatordatadir = @drop_indicatordatadir@
 
365
dustbindatadir = @dustbindatadir@
 
366
dustbinuserdirname = @dustbinuserdirname@
 
367
dvidir = @dvidir@
 
368
exec_prefix = @exec_prefix@
 
369
gmenudatadir = @gmenudatadir@
 
370
gnome_integration_olddatadir = @gnome_integration_olddatadir@
 
371
gnome_integrationdatadir = @gnome_integrationdatadir@
 
372
host = @host@
 
373
host_alias = @host_alias@
 
374
host_cpu = @host_cpu@
 
375
host_os = @host_os@
 
376
host_vendor = @host_vendor@
 
377
htmldir = @htmldir@
 
378
icon_effectsdatadir = @icon_effectsdatadir@
 
379
illusiondatadir = @illusiondatadir@
 
380
includedir = @includedir@
 
381
infodir = @infodir@
 
382
install_sh = @install_sh@
 
383
keyboard_indicatordatadir = @keyboard_indicatordatadir@
 
384
libdir = @libdir@
 
385
libexecdir = @libexecdir@
 
386
localedir = @localedir@
 
387
localstatedir = @localstatedir@
 
388
logoutdatadir = @logoutdatadir@
 
389
lt_ECHO = @lt_ECHO@
 
390
maildatadir = @maildatadir@
 
391
mandir = @mandir@
 
392
mkdir_p = @mkdir_p@
 
393
motion_blurdatadir = @motion_blurdatadir@
 
394
netspeeddatadir = @netspeeddatadir@
 
395
nvidiadatadir = @nvidiadatadir@
 
396
oldincludedir = @oldincludedir@
 
397
pdfdir = @pdfdir@
 
398
powermanagerdatadir = @powermanagerdatadir@
 
399
prefix = @prefix@
 
400
program_transform_name = @program_transform_name@
 
401
psdir = @psdir@
 
402
quick_browserdatadir = @quick_browserdatadir@
 
403
ramedatadir = @ramedatadir@
 
404
renderingdatadir = @renderingdatadir@
 
405
rhythmboxdatadir = @rhythmboxdatadir@
 
406
sbindir = @sbindir@
 
407
sharedstatedir = @sharedstatedir@
 
408
shortcutsdatadir = @shortcutsdatadir@
 
409
show_deskletsdatadir = @show_deskletsdatadir@
 
410
show_desktopdatadir = @show_desktopdatadir@
 
411
show_mousedatadir = @show_mousedatadir@
 
412
sliderdatadir = @sliderdatadir@
 
413
srcdir = @srcdir@
 
414
stackdatadir = @stackdatadir@
 
415
switcherdatadir = @switcherdatadir@
 
416
sysconfdir = @sysconfdir@
 
417
systraydatadir = @systraydatadir@
 
418
target_alias = @target_alias@
 
419
terminaldatadir = @terminaldatadir@
 
420
tomboydatadir = @tomboydatadir@
 
421
toonsdatadir = @toonsdatadir@
 
422
toonsuserdirname = @toonsuserdirname@
 
423
top_build_prefix = @top_build_prefix@
 
424
top_builddir = @top_builddir@
 
425
top_srcdir = @top_srcdir@
 
426
weatherdatadir = @weatherdatadir@
 
427
weatheruserdirname = @weatheruserdirname@
 
428
webletsdatadir = @webletsdatadir@
 
429
wifidatadir = @wifidatadir@
 
430
xfce_integrationdatadir = @xfce_integrationdatadir@
 
431
xgammadatadir = @xgammadatadir@
 
432
xmmsdatadir = @xmmsdatadir@
 
433
lib_LTLIBRARIES = \
 
434
        libcd-dialog-rendering.la
 
435
 
 
436
libcd_dialog_rendering_la_SOURCES = \
 
437
        applet-init.c\
 
438
        applet-init.h\
 
439
        applet-config.c\
 
440
        applet-config.h\
 
441
        applet-renderer-text.c\
 
442
        applet-renderer-text.h\
 
443
        applet-decorator-comics.c\
 
444
        applet-decorator-comics.h\
 
445
        applet-decorator-modern.c\
 
446
        applet-decorator-modern.h\
 
447
        applet-decorator-3Dplane.c\
 
448
        applet-decorator-3Dplane.h\
 
449
        applet-decorator-tooltip.c\
 
450
        applet-decorator-tooltip.h\
 
451
        applet-decorator-curly.c\
 
452
        applet-decorator-curly.h\
 
453
        applet-struct.h
 
454
 
 
455
dock_version = `pkg-config --modversion cairo-dock`
 
456
libcd_dialog_rendering_la_CFLAGS = \
 
457
        -I$(top_srcdir)/src\
 
458
        $(PACKAGE_CFLAGS)\
 
459
        -DMY_APPLET_SHARE_DATA_DIR=\""$(dialog_renderingdatadir)"\"\
 
460
        -DMY_APPLET_README_FILE=\""readme"\"\
 
461
        -DMY_APPLET_PREVIEW_FILE=\""none"\"\
 
462
        -DMY_APPLET_CONF_FILE=\""dialog-rendering.conf"\"\
 
463
        -DMY_APPLET_USER_DATA_DIR=\""dialog-rendering"\"\
 
464
        -DMY_APPLET_VERSION=\""$(VERSION_DIALOG_RENDERING)"\"\
 
465
        -DMY_APPLET_GETTEXT_DOMAIN=\""$(GETTEXT_DIALOG_RENDERING)"\"\
 
466
        -DMY_APPLET_DOCK_VERSION=\""$(dock_version)"\"\
 
467
        -DMY_APPLET_ICON_FILE=\""icon.svg"\"\
 
468
        -std=c99\
 
469
        -Werror-implicit-function-declaration\
 
470
        -O3
 
471
 
 
472
#       -g -ggdb -W -Wall
 
473
libcd_dialog_rendering_la_LIBADD = \
 
474
        $(PACKAGE_LIBS) -lm
 
475
 
 
476
libcd_dialog_rendering_la_LDFLAGS = \
 
477
        -avoid-version -module
 
478
 
 
479
all: all-am
 
480
 
 
481
.SUFFIXES:
 
482
.SUFFIXES: .c .lo .o .obj
 
483
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
484
        @for dep in $?; do \
 
485
          case '$(am__configure_deps)' in \
 
486
            *$$dep*) \
 
487
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
488
                && { if test -f $@; then exit 0; else break; fi; }; \
 
489
              exit 1;; \
 
490
          esac; \
 
491
        done; \
 
492
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  dialog-rendering/src/Makefile'; \
 
493
        cd $(top_srcdir) && \
 
494
          $(AUTOMAKE) --foreign  dialog-rendering/src/Makefile
 
495
.PRECIOUS: Makefile
 
496
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
497
        @case '$?' in \
 
498
          *config.status*) \
 
499
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
500
          *) \
 
501
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
502
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
503
        esac;
 
504
 
 
505
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
506
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
507
 
 
508
$(top_srcdir)/configure:  $(am__configure_deps)
 
509
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
510
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
511
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
512
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
513
        @$(NORMAL_INSTALL)
 
514
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
 
515
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
516
          if test -f $$p; then \
 
517
            f=$(am__strip_dir) \
 
518
            echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
 
519
            $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
520
          else :; fi; \
 
521
        done
 
522
 
 
523
uninstall-libLTLIBRARIES:
 
524
        @$(NORMAL_UNINSTALL)
 
525
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
526
          p=$(am__strip_dir) \
 
527
          echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
 
528
          $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
529
        done
 
530
 
 
531
clean-libLTLIBRARIES:
 
532
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
533
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
534
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
 
535
          test "$$dir" != "$$p" || dir=.; \
 
536
          echo "rm -f \"$${dir}/so_locations\""; \
 
537
          rm -f "$${dir}/so_locations"; \
 
538
        done
 
539
libcd-dialog-rendering.la: $(libcd_dialog_rendering_la_OBJECTS) $(libcd_dialog_rendering_la_DEPENDENCIES) 
 
540
        $(libcd_dialog_rendering_la_LINK) -rpath $(libdir) $(libcd_dialog_rendering_la_OBJECTS) $(libcd_dialog_rendering_la_LIBADD) $(LIBS)
 
541
 
 
542
mostlyclean-compile:
 
543
        -rm -f *.$(OBJEXT)
 
544
 
 
545
distclean-compile:
 
546
        -rm -f *.tab.c
 
547
 
 
548
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_dialog_rendering_la-applet-config.Plo@am__quote@
 
549
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-3Dplane.Plo@am__quote@
 
550
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-comics.Plo@am__quote@
 
551
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-curly.Plo@am__quote@
 
552
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-modern.Plo@am__quote@
 
553
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-tooltip.Plo@am__quote@
 
554
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_dialog_rendering_la-applet-init.Plo@am__quote@
 
555
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcd_dialog_rendering_la-applet-renderer-text.Plo@am__quote@
 
556
 
 
557
.c.o:
 
558
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
559
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
560
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
561
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
562
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
 
563
 
 
564
.c.obj:
 
565
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
566
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
 
567
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
 
568
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
569
@am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
 
570
 
 
571
.c.lo:
 
572
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
573
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
 
574
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
 
575
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
576
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
 
577
 
 
578
libcd_dialog_rendering_la-applet-init.lo: applet-init.c
 
579
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_dialog_rendering_la_CFLAGS) $(CFLAGS) -MT libcd_dialog_rendering_la-applet-init.lo -MD -MP -MF $(DEPDIR)/libcd_dialog_rendering_la-applet-init.Tpo -c -o libcd_dialog_rendering_la-applet-init.lo `test -f 'applet-init.c' || echo '$(srcdir)/'`applet-init.c
 
580
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcd_dialog_rendering_la-applet-init.Tpo $(DEPDIR)/libcd_dialog_rendering_la-applet-init.Plo
 
581
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='applet-init.c' object='libcd_dialog_rendering_la-applet-init.lo' libtool=yes @AMDEPBACKSLASH@
 
582
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
583
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_dialog_rendering_la_CFLAGS) $(CFLAGS) -c -o libcd_dialog_rendering_la-applet-init.lo `test -f 'applet-init.c' || echo '$(srcdir)/'`applet-init.c
 
584
 
 
585
libcd_dialog_rendering_la-applet-config.lo: applet-config.c
 
586
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_dialog_rendering_la_CFLAGS) $(CFLAGS) -MT libcd_dialog_rendering_la-applet-config.lo -MD -MP -MF $(DEPDIR)/libcd_dialog_rendering_la-applet-config.Tpo -c -o libcd_dialog_rendering_la-applet-config.lo `test -f 'applet-config.c' || echo '$(srcdir)/'`applet-config.c
 
587
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcd_dialog_rendering_la-applet-config.Tpo $(DEPDIR)/libcd_dialog_rendering_la-applet-config.Plo
 
588
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='applet-config.c' object='libcd_dialog_rendering_la-applet-config.lo' libtool=yes @AMDEPBACKSLASH@
 
589
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
590
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_dialog_rendering_la_CFLAGS) $(CFLAGS) -c -o libcd_dialog_rendering_la-applet-config.lo `test -f 'applet-config.c' || echo '$(srcdir)/'`applet-config.c
 
591
 
 
592
libcd_dialog_rendering_la-applet-renderer-text.lo: applet-renderer-text.c
 
593
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_dialog_rendering_la_CFLAGS) $(CFLAGS) -MT libcd_dialog_rendering_la-applet-renderer-text.lo -MD -MP -MF $(DEPDIR)/libcd_dialog_rendering_la-applet-renderer-text.Tpo -c -o libcd_dialog_rendering_la-applet-renderer-text.lo `test -f 'applet-renderer-text.c' || echo '$(srcdir)/'`applet-renderer-text.c
 
594
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcd_dialog_rendering_la-applet-renderer-text.Tpo $(DEPDIR)/libcd_dialog_rendering_la-applet-renderer-text.Plo
 
595
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='applet-renderer-text.c' object='libcd_dialog_rendering_la-applet-renderer-text.lo' libtool=yes @AMDEPBACKSLASH@
 
596
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
597
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_dialog_rendering_la_CFLAGS) $(CFLAGS) -c -o libcd_dialog_rendering_la-applet-renderer-text.lo `test -f 'applet-renderer-text.c' || echo '$(srcdir)/'`applet-renderer-text.c
 
598
 
 
599
libcd_dialog_rendering_la-applet-decorator-comics.lo: applet-decorator-comics.c
 
600
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_dialog_rendering_la_CFLAGS) $(CFLAGS) -MT libcd_dialog_rendering_la-applet-decorator-comics.lo -MD -MP -MF $(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-comics.Tpo -c -o libcd_dialog_rendering_la-applet-decorator-comics.lo `test -f 'applet-decorator-comics.c' || echo '$(srcdir)/'`applet-decorator-comics.c
 
601
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-comics.Tpo $(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-comics.Plo
 
602
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='applet-decorator-comics.c' object='libcd_dialog_rendering_la-applet-decorator-comics.lo' libtool=yes @AMDEPBACKSLASH@
 
603
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
604
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_dialog_rendering_la_CFLAGS) $(CFLAGS) -c -o libcd_dialog_rendering_la-applet-decorator-comics.lo `test -f 'applet-decorator-comics.c' || echo '$(srcdir)/'`applet-decorator-comics.c
 
605
 
 
606
libcd_dialog_rendering_la-applet-decorator-modern.lo: applet-decorator-modern.c
 
607
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_dialog_rendering_la_CFLAGS) $(CFLAGS) -MT libcd_dialog_rendering_la-applet-decorator-modern.lo -MD -MP -MF $(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-modern.Tpo -c -o libcd_dialog_rendering_la-applet-decorator-modern.lo `test -f 'applet-decorator-modern.c' || echo '$(srcdir)/'`applet-decorator-modern.c
 
608
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-modern.Tpo $(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-modern.Plo
 
609
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='applet-decorator-modern.c' object='libcd_dialog_rendering_la-applet-decorator-modern.lo' libtool=yes @AMDEPBACKSLASH@
 
610
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
611
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_dialog_rendering_la_CFLAGS) $(CFLAGS) -c -o libcd_dialog_rendering_la-applet-decorator-modern.lo `test -f 'applet-decorator-modern.c' || echo '$(srcdir)/'`applet-decorator-modern.c
 
612
 
 
613
libcd_dialog_rendering_la-applet-decorator-3Dplane.lo: applet-decorator-3Dplane.c
 
614
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_dialog_rendering_la_CFLAGS) $(CFLAGS) -MT libcd_dialog_rendering_la-applet-decorator-3Dplane.lo -MD -MP -MF $(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-3Dplane.Tpo -c -o libcd_dialog_rendering_la-applet-decorator-3Dplane.lo `test -f 'applet-decorator-3Dplane.c' || echo '$(srcdir)/'`applet-decorator-3Dplane.c
 
615
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-3Dplane.Tpo $(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-3Dplane.Plo
 
616
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='applet-decorator-3Dplane.c' object='libcd_dialog_rendering_la-applet-decorator-3Dplane.lo' libtool=yes @AMDEPBACKSLASH@
 
617
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
618
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_dialog_rendering_la_CFLAGS) $(CFLAGS) -c -o libcd_dialog_rendering_la-applet-decorator-3Dplane.lo `test -f 'applet-decorator-3Dplane.c' || echo '$(srcdir)/'`applet-decorator-3Dplane.c
 
619
 
 
620
libcd_dialog_rendering_la-applet-decorator-tooltip.lo: applet-decorator-tooltip.c
 
621
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_dialog_rendering_la_CFLAGS) $(CFLAGS) -MT libcd_dialog_rendering_la-applet-decorator-tooltip.lo -MD -MP -MF $(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-tooltip.Tpo -c -o libcd_dialog_rendering_la-applet-decorator-tooltip.lo `test -f 'applet-decorator-tooltip.c' || echo '$(srcdir)/'`applet-decorator-tooltip.c
 
622
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-tooltip.Tpo $(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-tooltip.Plo
 
623
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='applet-decorator-tooltip.c' object='libcd_dialog_rendering_la-applet-decorator-tooltip.lo' libtool=yes @AMDEPBACKSLASH@
 
624
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
625
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_dialog_rendering_la_CFLAGS) $(CFLAGS) -c -o libcd_dialog_rendering_la-applet-decorator-tooltip.lo `test -f 'applet-decorator-tooltip.c' || echo '$(srcdir)/'`applet-decorator-tooltip.c
 
626
 
 
627
libcd_dialog_rendering_la-applet-decorator-curly.lo: applet-decorator-curly.c
 
628
@am__fastdepCC_TRUE@    $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_dialog_rendering_la_CFLAGS) $(CFLAGS) -MT libcd_dialog_rendering_la-applet-decorator-curly.lo -MD -MP -MF $(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-curly.Tpo -c -o libcd_dialog_rendering_la-applet-decorator-curly.lo `test -f 'applet-decorator-curly.c' || echo '$(srcdir)/'`applet-decorator-curly.c
 
629
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-curly.Tpo $(DEPDIR)/libcd_dialog_rendering_la-applet-decorator-curly.Plo
 
630
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='applet-decorator-curly.c' object='libcd_dialog_rendering_la-applet-decorator-curly.lo' libtool=yes @AMDEPBACKSLASH@
 
631
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
632
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_dialog_rendering_la_CFLAGS) $(CFLAGS) -c -o libcd_dialog_rendering_la-applet-decorator-curly.lo `test -f 'applet-decorator-curly.c' || echo '$(srcdir)/'`applet-decorator-curly.c
 
633
 
 
634
mostlyclean-libtool:
 
635
        -rm -f *.lo
 
636
 
 
637
clean-libtool:
 
638
        -rm -rf .libs _libs
 
639
 
 
640
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
641
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
642
        unique=`for i in $$list; do \
 
643
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
644
          done | \
 
645
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
646
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
647
        mkid -fID $$unique
 
648
tags: TAGS
 
649
 
 
650
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
651
                $(TAGS_FILES) $(LISP)
 
652
        tags=; \
 
653
        here=`pwd`; \
 
654
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
655
        unique=`for i in $$list; do \
 
656
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
657
          done | \
 
658
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
659
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
660
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
661
          test -n "$$unique" || unique=$$empty_fix; \
 
662
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
663
            $$tags $$unique; \
 
664
        fi
 
665
ctags: CTAGS
 
666
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
 
667
                $(TAGS_FILES) $(LISP)
 
668
        tags=; \
 
669
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
 
670
        unique=`for i in $$list; do \
 
671
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
672
          done | \
 
673
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
674
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
675
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
676
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
677
             $$tags $$unique
 
678
 
 
679
GTAGS:
 
680
        here=`$(am__cd) $(top_builddir) && pwd` \
 
681
          && cd $(top_srcdir) \
 
682
          && gtags -i $(GTAGS_ARGS) $$here
 
683
 
 
684
distclean-tags:
 
685
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
686
 
 
687
distdir: $(DISTFILES)
 
688
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
689
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
690
        list='$(DISTFILES)'; \
 
691
          dist_files=`for file in $$list; do echo $$file; done | \
 
692
          sed -e "s|^$$srcdirstrip/||;t" \
 
693
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
694
        case $$dist_files in \
 
695
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
696
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
697
                           sort -u` ;; \
 
698
        esac; \
 
699
        for file in $$dist_files; do \
 
700
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
701
          if test -d $$d/$$file; then \
 
702
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
703
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
704
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
705
            fi; \
 
706
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
707
          else \
 
708
            test -f $(distdir)/$$file \
 
709
            || cp -p $$d/$$file $(distdir)/$$file \
 
710
            || exit 1; \
 
711
          fi; \
 
712
        done
 
713
check-am: all-am
 
714
check: check-am
 
715
all-am: Makefile $(LTLIBRARIES)
 
716
installdirs:
 
717
        for dir in "$(DESTDIR)$(libdir)"; do \
 
718
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
719
        done
 
720
install: install-am
 
721
install-exec: install-exec-am
 
722
install-data: install-data-am
 
723
uninstall: uninstall-am
 
724
 
 
725
install-am: all-am
 
726
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
727
 
 
728
installcheck: installcheck-am
 
729
install-strip:
 
730
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
731
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
732
          `test -z '$(STRIP)' || \
 
733
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
734
mostlyclean-generic:
 
735
 
 
736
clean-generic:
 
737
 
 
738
distclean-generic:
 
739
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
740
 
 
741
maintainer-clean-generic:
 
742
        @echo "This command is intended for maintainers to use"
 
743
        @echo "it deletes files that may require special tools to rebuild."
 
744
clean: clean-am
 
745
 
 
746
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
747
        mostlyclean-am
 
748
 
 
749
distclean: distclean-am
 
750
        -rm -rf ./$(DEPDIR)
 
751
        -rm -f Makefile
 
752
distclean-am: clean-am distclean-compile distclean-generic \
 
753
        distclean-tags
 
754
 
 
755
dvi: dvi-am
 
756
 
 
757
dvi-am:
 
758
 
 
759
html: html-am
 
760
 
 
761
info: info-am
 
762
 
 
763
info-am:
 
764
 
 
765
install-data-am:
 
766
 
 
767
install-dvi: install-dvi-am
 
768
 
 
769
install-exec-am: install-libLTLIBRARIES
 
770
 
 
771
install-html: install-html-am
 
772
 
 
773
install-info: install-info-am
 
774
 
 
775
install-man:
 
776
 
 
777
install-pdf: install-pdf-am
 
778
 
 
779
install-ps: install-ps-am
 
780
 
 
781
installcheck-am:
 
782
 
 
783
maintainer-clean: maintainer-clean-am
 
784
        -rm -rf ./$(DEPDIR)
 
785
        -rm -f Makefile
 
786
maintainer-clean-am: distclean-am maintainer-clean-generic
 
787
 
 
788
mostlyclean: mostlyclean-am
 
789
 
 
790
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
 
791
        mostlyclean-libtool
 
792
 
 
793
pdf: pdf-am
 
794
 
 
795
pdf-am:
 
796
 
 
797
ps: ps-am
 
798
 
 
799
ps-am:
 
800
 
 
801
uninstall-am: uninstall-libLTLIBRARIES
 
802
 
 
803
.MAKE: install-am install-strip
 
804
 
 
805
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
 
806
        clean-libLTLIBRARIES clean-libtool ctags distclean \
 
807
        distclean-compile distclean-generic distclean-libtool \
 
808
        distclean-tags distdir dvi dvi-am html html-am info info-am \
 
809
        install install-am install-data install-data-am install-dvi \
 
810
        install-dvi-am install-exec install-exec-am install-html \
 
811
        install-html-am install-info install-info-am \
 
812
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
 
813
        install-ps install-ps-am install-strip installcheck \
 
814
        installcheck-am installdirs maintainer-clean \
 
815
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
816
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
817
        tags uninstall uninstall-am uninstall-libLTLIBRARIES
 
818
 
 
819
 #dnl Process this file with automake to produce Makefile.in
 
820
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
821
# Otherwise a system limit (for SysV at least) may be exceeded.
 
822
.NOEXPORT: