~cairo-dock-team/ubuntu/natty/cairo-dock-plug-ins/2.3.0-2.1

« back to all changes in this revision

Viewing changes to Animated-icons/src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-08-10 00:05:57 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100810000557-pfxoz5w7hbyclcqh
Tags: 2.2.0~0beta4-0ubuntu1
* New Upstream Version (LP: #614625)
* Fixed a few bugs on LP:
 - LP: #483963: Dustbin applet does not display trashes on all volumes
 - LP: #485159: Some apps have problem with Systray
 - LP: #500677: ~/.xsession-errors is too much used by CD
 - LP: #500979: Shortcuts: the order gets messed up
 - LP: #521531: Mail: crashes on Maildir
 - LP: #519915: GTG: create a new applet to control GTG
 - LP: #526138: GMenu doesn't handle desktop file exec strings properly
 - LP: #531317: CMake: Added an error if the prefix of 'cairo-dock-plugins'
                 is not the same 'cairo-dock-core'
 - LP: #531319: CMake: check the version of 'cairo-dock' when building
                 'cairo-dock-plugins'
 - LP: #537115: Click at the position where icon lavel was, the icon
                 and dock still receive the event
 - LP: #537943: Terminal applet shortkey behaviour
 - LP: #538637: Trash applet doesn't create .trashinfo files on XFCE
 - More details on the 'ChangeLog' file
* debian/rules:
 - Autotools has been replaced by CMake
 - cdbs is now used.
* debian/copyright:
 - Updated with the new applets
* debian/control:
 - Autotools has been replaced by CMake
 - Added libcurl4-gnutls-dev, libindicator-dev, libdbusmenu-glib-dev
   libido-0.1-dev, libical-dev, libdbusmenu-gtk-dev as Build-deps
 - Bump Standard-Version to 3.9.1
 - Wget is required for dnd2share applet
 - Added the exact realease for 'cairo-dock-dev' in order to prevent any
    build error if this package is not already available (thx to didrocks)
* debian/cairo-dock-plug-ins*.install:
 - All sonames are now installed into lib32 or lib64 (lib*)

Show diffs side-by-side

added added

removed removed

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