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

« back to all changes in this revision

Viewing changes to 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
#dnl Process this file with automake to produce Makefile.in
 
18
VPATH = @srcdir@
 
19
pkglibdir = $(libdir)/@PACKAGE@
 
20
pkgincludedir = $(includedir)/@PACKAGE@
 
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
22
install_sh_DATA = $(install_sh) -c -m 644
 
23
install_sh_PROGRAM = $(install_sh) -c
 
24
install_sh_SCRIPT = $(install_sh) -c
 
25
INSTALL_HEADER = $(INSTALL_DATA)
 
26
transform = $(program_transform_name)
 
27
NORMAL_INSTALL = :
 
28
PRE_INSTALL = :
 
29
POST_INSTALL = :
 
30
NORMAL_UNINSTALL = :
 
31
PRE_UNINSTALL = :
 
32
POST_UNINSTALL = :
 
33
build_triplet = @build@
 
34
host_triplet = @host@
 
35
subdir = .
 
36
DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
 
37
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
 
38
        $(top_srcdir)/configure config.guess config.sub depcomp \
 
39
        install-sh ltmain.sh missing
 
40
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
41
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
42
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
43
        $(ACLOCAL_M4)
 
44
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 
45
 configure.lineno config.status.lineno
 
46
mkinstalldirs = $(install_sh) -d
 
47
CONFIG_HEADER = config.h
 
48
CONFIG_CLEAN_FILES =
 
49
SOURCES =
 
50
DIST_SOURCES =
 
51
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
 
52
        html-recursive info-recursive install-data-recursive \
 
53
        install-dvi-recursive install-exec-recursive \
 
54
        install-html-recursive install-info-recursive \
 
55
        install-pdf-recursive install-ps-recursive install-recursive \
 
56
        installcheck-recursive installdirs-recursive pdf-recursive \
 
57
        ps-recursive uninstall-recursive
 
58
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
59
  distclean-recursive maintainer-clean-recursive
 
60
ETAGS = etags
 
61
CTAGS = ctags
 
62
DIST_SUBDIRS = . po alsaMixer Animated-icons Cairo-Penguin Clipper \
 
63
        clock compiz-icon cpusage desklet-rendering dialog-rendering \
 
64
        dock-rendering Dbus drop-indicator dustbin GMenu \
 
65
        gnome-integration gnome-integration-old icon-effect illusion \
 
66
        keyboard-indicator logout mail motion-blur netspeed nVidia \
 
67
        powermanager quick-browser rame rhythmbox shortcuts \
 
68
        showDesklets showDesktop show-mouse slider stack switcher \
 
69
        systray terminal tomboy Toons weather weblets wifi \
 
70
        xfce-integration Xgamma xmms
 
71
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
72
distdir = $(PACKAGE)-$(VERSION)
 
73
top_distdir = $(distdir)
 
74
am__remove_distdir = \
 
75
  { test ! -d $(distdir) \
 
76
    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
 
77
         && rm -fr $(distdir); }; }
 
78
DIST_ARCHIVES = $(distdir).tar.gz
 
79
GZIP_ENV = --best
 
80
distuninstallcheck_listfiles = find . -type f -print
 
81
distcleancheck_listfiles = find . -type f -print
 
82
pkgdatadir = @pkgdatadir@
 
83
ACLOCAL = @ACLOCAL@
 
84
ALL_LINGUAS = @ALL_LINGUAS@
 
85
ALSA_MIXER_PACKAGE_CFLAGS = @ALSA_MIXER_PACKAGE_CFLAGS@
 
86
ALSA_MIXER_PACKAGE_LIBS = @ALSA_MIXER_PACKAGE_LIBS@
 
87
AMTAR = @AMTAR@
 
88
AR = @AR@
 
89
AUTOCONF = @AUTOCONF@
 
90
AUTOHEADER = @AUTOHEADER@
 
91
AUTOMAKE = @AUTOMAKE@
 
92
AWK = @AWK@
 
93
CATALOGS = @CATALOGS@
 
94
CATOBJEXT = @CATOBJEXT@
 
95
CC = @CC@
 
96
CCDEPMODE = @CCDEPMODE@
 
97
CFLAGS = @CFLAGS@
 
98
CPP = @CPP@
 
99
CPPFLAGS = @CPPFLAGS@
 
100
CXX = @CXX@
 
101
CXXCPP = @CXXCPP@
 
102
CXXDEPMODE = @CXXDEPMODE@
 
103
CXXFLAGS = @CXXFLAGS@
 
104
CYGPATH_W = @CYGPATH_W@
 
105
Clipperdatadir = @Clipperdatadir@
 
106
DATADIRNAME = @DATADIRNAME@
 
107
DEFS = @DEFS@
 
108
DEPDIR = @DEPDIR@
 
109
DSYMUTIL = @DSYMUTIL@
 
110
DUMPBIN = @DUMPBIN@
 
111
ECHO_C = @ECHO_C@
 
112
ECHO_N = @ECHO_N@
 
113
ECHO_T = @ECHO_T@
 
114
EGREP = @EGREP@
 
115
EXEEXT = @EXEEXT@
 
116
EXIF_CFLAGS = @EXIF_CFLAGS@
 
117
EXIF_LIBS = @EXIF_LIBS@
 
118
FGREP = @FGREP@
 
119
GETTEXT_ALSA_MIXER = @GETTEXT_ALSA_MIXER@
 
120
GETTEXT_ANIMATED_ICONS = @GETTEXT_ANIMATED_ICONS@
 
121
GETTEXT_CAIRO_PENGUIN = @GETTEXT_CAIRO_PENGUIN@
 
122
GETTEXT_CLIPPER = @GETTEXT_CLIPPER@
 
123
GETTEXT_CLOCK = @GETTEXT_CLOCK@
 
124
GETTEXT_COMPIZ_ICON = @GETTEXT_COMPIZ_ICON@
 
125
GETTEXT_CPUSAGE = @GETTEXT_CPUSAGE@
 
126
GETTEXT_DBUS = @GETTEXT_DBUS@
 
127
GETTEXT_DESKLET_RENDERING = @GETTEXT_DESKLET_RENDERING@
 
128
GETTEXT_DIALOG_RENDERING = @GETTEXT_DIALOG_RENDERING@
 
129
GETTEXT_DROP_INDICATOR = @GETTEXT_DROP_INDICATOR@
 
130
GETTEXT_DUSTBIN = @GETTEXT_DUSTBIN@
 
131
GETTEXT_GMENU = @GETTEXT_GMENU@
 
132
GETTEXT_ICON_EFFECTS = @GETTEXT_ICON_EFFECTS@
 
133
GETTEXT_ILLUSION = @GETTEXT_ILLUSION@
 
134
GETTEXT_KEYBOARD_INDICATOR = @GETTEXT_KEYBOARD_INDICATOR@
 
135
GETTEXT_LOGOUT = @GETTEXT_LOGOUT@
 
136
GETTEXT_MAIL = @GETTEXT_MAIL@
 
137
GETTEXT_MOTION_BLUR = @GETTEXT_MOTION_BLUR@
 
138
GETTEXT_NETSPEED = @GETTEXT_NETSPEED@
 
139
GETTEXT_NVIDIA = @GETTEXT_NVIDIA@
 
140
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
141
GETTEXT_POWERMANAGER = @GETTEXT_POWERMANAGER@
 
142
GETTEXT_QUICK_BROWSER = @GETTEXT_QUICK_BROWSER@
 
143
GETTEXT_RAME = @GETTEXT_RAME@
 
144
GETTEXT_RENDERING = @GETTEXT_RENDERING@
 
145
GETTEXT_RHYTHMBOX = @GETTEXT_RHYTHMBOX@
 
146
GETTEXT_SHORTCUTS = @GETTEXT_SHORTCUTS@
 
147
GETTEXT_SHOW_DESKLETS = @GETTEXT_SHOW_DESKLETS@
 
148
GETTEXT_SHOW_DESKTOP = @GETTEXT_SHOW_DESKTOP@
 
149
GETTEXT_SHOW_MOUSE = @GETTEXT_SHOW_MOUSE@
 
150
GETTEXT_SLIDER = @GETTEXT_SLIDER@
 
151
GETTEXT_STACK = @GETTEXT_STACK@
 
152
GETTEXT_SWITCHER = @GETTEXT_SWITCHER@
 
153
GETTEXT_SYSTRAY = @GETTEXT_SYSTRAY@
 
154
GETTEXT_TERMINAL = @GETTEXT_TERMINAL@
 
155
GETTEXT_TOMBOY = @GETTEXT_TOMBOY@
 
156
GETTEXT_TOONS = @GETTEXT_TOONS@
 
157
GETTEXT_WEATHER = @GETTEXT_WEATHER@
 
158
GETTEXT_WEBLETS = @GETTEXT_WEBLETS@
 
159
GETTEXT_WIFI = @GETTEXT_WIFI@
 
160
GETTEXT_XGAMMA = @GETTEXT_XGAMMA@
 
161
GETTEXT_XMMS = @GETTEXT_XMMS@
 
162
GMENU_GIO_CFLAGS = @GMENU_GIO_CFLAGS@
 
163
GMENU_GIO_LIBS = @GMENU_GIO_LIBS@
 
164
GMENU_PACKAGE_CFLAGS = @GMENU_PACKAGE_CFLAGS@
 
165
GMENU_PACKAGE_LIBS = @GMENU_PACKAGE_LIBS@
 
166
GMOFILES = @GMOFILES@
 
167
GMSGFMT = @GMSGFMT@
 
168
GNOME_INTEGRATION_CFLAGS = @GNOME_INTEGRATION_CFLAGS@
 
169
GNOME_INTEGRATION_LIBS = @GNOME_INTEGRATION_LIBS@
 
170
GREP = @GREP@
 
171
INSTALL = @INSTALL@
 
172
INSTALL_DATA = @INSTALL_DATA@
 
173
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
174
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
175
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
176
INSTOBJEXT = @INSTOBJEXT@
 
177
INTLLIBS = @INTLLIBS@
 
178
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
179
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
180
INTLTOOL_PERL = @INTLTOOL_PERL@
 
181
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
 
182
KEYBOARD_INDICATOR_PACKAGE_CFLAGS = @KEYBOARD_INDICATOR_PACKAGE_CFLAGS@
 
183
KEYBOARD_INDICATOR_PACKAGE_LIBS = @KEYBOARD_INDICATOR_PACKAGE_LIBS@
 
184
LD = @LD@
 
185
LDFLAGS = @LDFLAGS@
 
186
LIBOBJS = @LIBOBJS@
 
187
LIBS = @LIBS@
 
188
LIBTOOL = @LIBTOOL@
 
189
LIPO = @LIPO@
 
190
LN_S = @LN_S@
 
191
LTLIBOBJS = @LTLIBOBJS@
 
192
MAKEINFO = @MAKEINFO@
 
193
MKDIR_P = @MKDIR_P@
 
194
MKINSTALLDIRS = @MKINSTALLDIRS@
 
195
MSGFMT = @MSGFMT@
 
196
MSGFMT_OPTS = @MSGFMT_OPTS@
 
197
MSGMERGE = @MSGMERGE@
 
198
NM = @NM@
 
199
NMEDIT = @NMEDIT@
 
200
OBJDUMP = @OBJDUMP@
 
201
OBJEXT = @OBJEXT@
 
202
OLD_GNOME_INTEGRATION_CFLAGS = @OLD_GNOME_INTEGRATION_CFLAGS@
 
203
OLD_GNOME_INTEGRATION_LIBS = @OLD_GNOME_INTEGRATION_LIBS@
 
204
OTOOL = @OTOOL@
 
205
OTOOL64 = @OTOOL64@
 
206
PACKAGE = @PACKAGE@
 
207
PACKAGE_ALSA_MIXER = @PACKAGE_ALSA_MIXER@
 
208
PACKAGE_ANIMATED_ICONS = @PACKAGE_ANIMATED_ICONS@
 
209
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
210
PACKAGE_CAIRO_PENGUIN = @PACKAGE_CAIRO_PENGUIN@
 
211
PACKAGE_CFLAGS = @PACKAGE_CFLAGS@
 
212
PACKAGE_CLIPPER = @PACKAGE_CLIPPER@
 
213
PACKAGE_CLOCK = @PACKAGE_CLOCK@
 
214
PACKAGE_COMPIZ_ICON = @PACKAGE_COMPIZ_ICON@
 
215
PACKAGE_CPUSAGE = @PACKAGE_CPUSAGE@
 
216
PACKAGE_DBUS = @PACKAGE_DBUS@
 
217
PACKAGE_DESKLET_RENDERING = @PACKAGE_DESKLET_RENDERING@
 
218
PACKAGE_DIALOG_RENDERING = @PACKAGE_DIALOG_RENDERING@
 
219
PACKAGE_DROP_INDICATOR = @PACKAGE_DROP_INDICATOR@
 
220
PACKAGE_DUSTBIN = @PACKAGE_DUSTBIN@
 
221
PACKAGE_GMENU = @PACKAGE_GMENU@
 
222
PACKAGE_GNOME_INTEGRATION = @PACKAGE_GNOME_INTEGRATION@
 
223
PACKAGE_GNOME_INTEGRATION_OLD = @PACKAGE_GNOME_INTEGRATION_OLD@
 
224
PACKAGE_ICON_EFFECTS = @PACKAGE_ICON_EFFECTS@
 
225
PACKAGE_ILLUSION = @PACKAGE_ILLUSION@
 
226
PACKAGE_KEYBOARD_INDICATOR = @PACKAGE_KEYBOARD_INDICATOR@
 
227
PACKAGE_LIBS = @PACKAGE_LIBS@
 
228
PACKAGE_LOGOUT = @PACKAGE_LOGOUT@
 
229
PACKAGE_MAIL = @PACKAGE_MAIL@
 
230
PACKAGE_MOTION_BLUR = @PACKAGE_MOTION_BLUR@
 
231
PACKAGE_NAME = @PACKAGE_NAME@
 
232
PACKAGE_NETSPEED = @PACKAGE_NETSPEED@
 
233
PACKAGE_NVIDIA = @PACKAGE_NVIDIA@
 
234
PACKAGE_POWERMANAGER = @PACKAGE_POWERMANAGER@
 
235
PACKAGE_QUICK_BROWSER = @PACKAGE_QUICK_BROWSER@
 
236
PACKAGE_RAME = @PACKAGE_RAME@
 
237
PACKAGE_RENDERING = @PACKAGE_RENDERING@
 
238
PACKAGE_RHYTHMBOX = @PACKAGE_RHYTHMBOX@
 
239
PACKAGE_SHORTCUTS = @PACKAGE_SHORTCUTS@
 
240
PACKAGE_SHOW_DESKLETS = @PACKAGE_SHOW_DESKLETS@
 
241
PACKAGE_SHOW_DESKTOP = @PACKAGE_SHOW_DESKTOP@
 
242
PACKAGE_SHOW_MOUSE = @PACKAGE_SHOW_MOUSE@
 
243
PACKAGE_SLIDER = @PACKAGE_SLIDER@
 
244
PACKAGE_STACK = @PACKAGE_STACK@
 
245
PACKAGE_STRING = @PACKAGE_STRING@
 
246
PACKAGE_SWITCHER = @PACKAGE_SWITCHER@
 
247
PACKAGE_SYSTRAY = @PACKAGE_SYSTRAY@
 
248
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
249
PACKAGE_TERMINAL = @PACKAGE_TERMINAL@
 
250
PACKAGE_TOMBOY = @PACKAGE_TOMBOY@
 
251
PACKAGE_TOONS = @PACKAGE_TOONS@
 
252
PACKAGE_URL = @PACKAGE_URL@
 
253
PACKAGE_VERSION = @PACKAGE_VERSION@
 
254
PACKAGE_WEATHER = @PACKAGE_WEATHER@
 
255
PACKAGE_WEBLETS = @PACKAGE_WEBLETS@
 
256
PACKAGE_WIFI = @PACKAGE_WIFI@
 
257
PACKAGE_XFCE_INTEGRATION = @PACKAGE_XFCE_INTEGRATION@
 
258
PACKAGE_XGAMMA = @PACKAGE_XGAMMA@
 
259
PACKAGE_XMMS = @PACKAGE_XMMS@
 
260
PATH_SEPARATOR = @PATH_SEPARATOR@
 
261
PKG_CONFIG = @PKG_CONFIG@
 
262
POFILES = @POFILES@
 
263
POSUB = @POSUB@
 
264
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
265
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
266
RANLIB = @RANLIB@
 
267
SED = @SED@
 
268
SET_MAKE = @SET_MAKE@
 
269
SHELL = @SHELL@
 
270
STRIP = @STRIP@
 
271
TERMINAL_PACKAGE_CFLAGS = @TERMINAL_PACKAGE_CFLAGS@
 
272
TERMINAL_PACKAGE_LIBS = @TERMINAL_PACKAGE_LIBS@
 
273
USE_NLS = @USE_NLS@
 
274
VERSION = @VERSION@
 
275
VERSION_ALSA_MIXER = @VERSION_ALSA_MIXER@
 
276
VERSION_ANIMATED_ICONS = @VERSION_ANIMATED_ICONS@
 
277
VERSION_CAIRO_PENGUIN = @VERSION_CAIRO_PENGUIN@
 
278
VERSION_CLIPPER = @VERSION_CLIPPER@
 
279
VERSION_CLOCK = @VERSION_CLOCK@
 
280
VERSION_COMPIZ_ICON = @VERSION_COMPIZ_ICON@
 
281
VERSION_CPUSAGE = @VERSION_CPUSAGE@
 
282
VERSION_DBUS = @VERSION_DBUS@
 
283
VERSION_DESKLET_RENDERING = @VERSION_DESKLET_RENDERING@
 
284
VERSION_DIALOG_RENDERING = @VERSION_DIALOG_RENDERING@
 
285
VERSION_DROP_INDICATOR = @VERSION_DROP_INDICATOR@
 
286
VERSION_DUSTBIN = @VERSION_DUSTBIN@
 
287
VERSION_GMENU = @VERSION_GMENU@
 
288
VERSION_GNOME_INTEGRATION = @VERSION_GNOME_INTEGRATION@
 
289
VERSION_GNOME_INTEGRATION_OLD = @VERSION_GNOME_INTEGRATION_OLD@
 
290
VERSION_ICON_EFFECTS = @VERSION_ICON_EFFECTS@
 
291
VERSION_ILLUSION = @VERSION_ILLUSION@
 
292
VERSION_KEYBOARD_INDICATOR = @VERSION_KEYBOARD_INDICATOR@
 
293
VERSION_LOGOUT = @VERSION_LOGOUT@
 
294
VERSION_MAIL = @VERSION_MAIL@
 
295
VERSION_MOTION_BLUR = @VERSION_MOTION_BLUR@
 
296
VERSION_NETSPEED = @VERSION_NETSPEED@
 
297
VERSION_NVIDIA = @VERSION_NVIDIA@
 
298
VERSION_POWERMANAGER = @VERSION_POWERMANAGER@
 
299
VERSION_QUICK_BROWSER = @VERSION_QUICK_BROWSER@
 
300
VERSION_RAME = @VERSION_RAME@
 
301
VERSION_RENDERING = @VERSION_RENDERING@
 
302
VERSION_RHYTHMBOX = @VERSION_RHYTHMBOX@
 
303
VERSION_SHORTCUTS = @VERSION_SHORTCUTS@
 
304
VERSION_SHOW_DESKLETS = @VERSION_SHOW_DESKLETS@
 
305
VERSION_SHOW_DESKTOP = @VERSION_SHOW_DESKTOP@
 
306
VERSION_SHOW_MOUSE = @VERSION_SHOW_MOUSE@
 
307
VERSION_SLIDER = @VERSION_SLIDER@
 
308
VERSION_STACK = @VERSION_STACK@
 
309
VERSION_SWITCHER = @VERSION_SWITCHER@
 
310
VERSION_SYSTRAY = @VERSION_SYSTRAY@
 
311
VERSION_TERMINAL = @VERSION_TERMINAL@
 
312
VERSION_TOMBOY = @VERSION_TOMBOY@
 
313
VERSION_TOONS = @VERSION_TOONS@
 
314
VERSION_WEATHER = @VERSION_WEATHER@
 
315
VERSION_WEBLETS = @VERSION_WEBLETS@
 
316
VERSION_WIFI = @VERSION_WIFI@
 
317
VERSION_XFCE_INTEGRATION = @VERSION_XFCE_INTEGRATION@
 
318
VERSION_XGAMMA = @VERSION_XGAMMA@
 
319
VERSION_XMMS = @VERSION_XMMS@
 
320
WEBKIT_CFLAGS = @WEBKIT_CFLAGS@
 
321
WEBKIT_LIBS = @WEBKIT_LIBS@
 
322
XFCE_INTEGRATION_CFLAGS = @XFCE_INTEGRATION_CFLAGS@
 
323
XFCE_INTEGRATION_LIBS = @XFCE_INTEGRATION_LIBS@
 
324
XGAMMA_PACKAGE_CFLAGS = @XGAMMA_PACKAGE_CFLAGS@
 
325
XGAMMA_PACKAGE_LIBS = @XGAMMA_PACKAGE_LIBS@
 
326
XGETTEXT = @XGETTEXT@
 
327
abs_builddir = @abs_builddir@
 
328
abs_srcdir = @abs_srcdir@
 
329
abs_top_builddir = @abs_top_builddir@
 
330
abs_top_srcdir = @abs_top_srcdir@
 
331
ac_ct_CC = @ac_ct_CC@
 
332
ac_ct_CXX = @ac_ct_CXX@
 
333
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 
334
alsa_mixerdatadir = @alsa_mixerdatadir@
 
335
am__include = @am__include@
 
336
am__leading_dot = @am__leading_dot@
 
337
am__quote = @am__quote@
 
338
am__tar = @am__tar@
 
339
am__untar = @am__untar@
 
340
animated_iconsdatadir = @animated_iconsdatadir@
 
341
bindir = @bindir@
 
342
build = @build@
 
343
build_alias = @build_alias@
 
344
build_cpu = @build_cpu@
 
345
build_os = @build_os@
 
346
build_vendor = @build_vendor@
 
347
builddir = @builddir@
 
348
cairo_penguindatadir = @cairo_penguindatadir@
 
349
cairo_penguinuserdirname = @cairo_penguinuserdirname@
 
350
clockdatadir = @clockdatadir@
 
351
clockuserdirname = @clockuserdirname@
 
352
compiz_icondatadir = @compiz_icondatadir@
 
353
cpusagedatadir = @cpusagedatadir@
 
354
datadir = @datadir@
 
355
datarootdir = @datarootdir@
 
356
dbusdatadir = @dbusdatadir@
 
357
desklet_renderingdatadir = @desklet_renderingdatadir@
 
358
dialog_renderingdatadir = @dialog_renderingdatadir@
 
359
docdir = @docdir@
 
360
drop_indicatordatadir = @drop_indicatordatadir@
 
361
dustbindatadir = @dustbindatadir@
 
362
dustbinuserdirname = @dustbinuserdirname@
 
363
dvidir = @dvidir@
 
364
exec_prefix = @exec_prefix@
 
365
gmenudatadir = @gmenudatadir@
 
366
gnome_integration_olddatadir = @gnome_integration_olddatadir@
 
367
gnome_integrationdatadir = @gnome_integrationdatadir@
 
368
host = @host@
 
369
host_alias = @host_alias@
 
370
host_cpu = @host_cpu@
 
371
host_os = @host_os@
 
372
host_vendor = @host_vendor@
 
373
htmldir = @htmldir@
 
374
icon_effectsdatadir = @icon_effectsdatadir@
 
375
illusiondatadir = @illusiondatadir@
 
376
includedir = @includedir@
 
377
infodir = @infodir@
 
378
install_sh = @install_sh@
 
379
keyboard_indicatordatadir = @keyboard_indicatordatadir@
 
380
libdir = @libdir@
 
381
libexecdir = @libexecdir@
 
382
localedir = @localedir@
 
383
localstatedir = @localstatedir@
 
384
logoutdatadir = @logoutdatadir@
 
385
lt_ECHO = @lt_ECHO@
 
386
maildatadir = @maildatadir@
 
387
mandir = @mandir@
 
388
mkdir_p = @mkdir_p@
 
389
motion_blurdatadir = @motion_blurdatadir@
 
390
netspeeddatadir = @netspeeddatadir@
 
391
nvidiadatadir = @nvidiadatadir@
 
392
oldincludedir = @oldincludedir@
 
393
pdfdir = @pdfdir@
 
394
powermanagerdatadir = @powermanagerdatadir@
 
395
prefix = @prefix@
 
396
program_transform_name = @program_transform_name@
 
397
psdir = @psdir@
 
398
quick_browserdatadir = @quick_browserdatadir@
 
399
ramedatadir = @ramedatadir@
 
400
renderingdatadir = @renderingdatadir@
 
401
rhythmboxdatadir = @rhythmboxdatadir@
 
402
sbindir = @sbindir@
 
403
sharedstatedir = @sharedstatedir@
 
404
shortcutsdatadir = @shortcutsdatadir@
 
405
show_deskletsdatadir = @show_deskletsdatadir@
 
406
show_desktopdatadir = @show_desktopdatadir@
 
407
show_mousedatadir = @show_mousedatadir@
 
408
sliderdatadir = @sliderdatadir@
 
409
srcdir = @srcdir@
 
410
stackdatadir = @stackdatadir@
 
411
switcherdatadir = @switcherdatadir@
 
412
sysconfdir = @sysconfdir@
 
413
systraydatadir = @systraydatadir@
 
414
target_alias = @target_alias@
 
415
terminaldatadir = @terminaldatadir@
 
416
tomboydatadir = @tomboydatadir@
 
417
toonsdatadir = @toonsdatadir@
 
418
toonsuserdirname = @toonsuserdirname@
 
419
top_build_prefix = @top_build_prefix@
 
420
top_builddir = @top_builddir@
 
421
top_srcdir = @top_srcdir@
 
422
weatherdatadir = @weatherdatadir@
 
423
weatheruserdirname = @weatheruserdirname@
 
424
webletsdatadir = @webletsdatadir@
 
425
wifidatadir = @wifidatadir@
 
426
xfce_integrationdatadir = @xfce_integrationdatadir@
 
427
xgammadatadir = @xgammadatadir@
 
428
xmmsdatadir = @xmmsdatadir@
 
429
@WITH_OLD_GNOME_SUPPORT_TRUE@gnome_old_dir = gnome-integration-old
 
430
@WITH_GNOME_SUPPORT_TRUE@gnome_dir = gnome-integration
 
431
@WITH_XFCE_SUPPORT_TRUE@xfce_dir = xfce-integration
 
432
@WITH_ALSA_MIXER_TRUE@alsa_mixer_dir = alsaMixer
 
433
@WITH_TERMINAL_TRUE@terminal_dir = terminal
 
434
@WITH_POWERMANAGER_TRUE@powermanager_dir = powermanager
 
435
@WITH_WIFI_TRUE@wifi_dir = wifi
 
436
@WITH_TOMBOY_TRUE@tomboy_dir = tomboy
 
437
@WITH_RHYTHMBOX_TRUE@rhythmbox_dir = rhythmbox
 
438
@WITH_NVIDIA_TRUE@nvidia_dir = nVidia
 
439
@WITH_COMPIZ_ICON_TRUE@compiz_icon_dir = compiz-icon
 
440
@WITH_XGAMMA_TRUE@xgamma_dir = Xgamma
 
441
@WITH_GMENU_TRUE@gmenu_dir = GMenu
 
442
@WITH_MAIL_TRUE@mail_dir = mail
 
443
@WITH_WEBLETS_TRUE@weblets_dir = weblets
 
444
@WITH_KEYBOARD_INDICATOR_TRUE@keyboard_indicator_dir = keyboard-indicator
 
445
SUBDIRS = . po\
 
446
        ${alsa_mixer_dir}\
 
447
        Animated-icons\
 
448
        Cairo-Penguin\
 
449
        Clipper\
 
450
        clock\
 
451
        ${compiz_icon_dir}\
 
452
        cpusage\
 
453
        desklet-rendering\
 
454
        dialog-rendering\
 
455
        dock-rendering\
 
456
        Dbus\
 
457
        drop-indicator\
 
458
        dustbin\
 
459
        ${gmenu_dir}\
 
460
        ${gnome_dir}\
 
461
        ${gnome_old_dir}\
 
462
        icon-effect\
 
463
        illusion\
 
464
        ${keyboard_indicator_dir}\
 
465
        logout\
 
466
        ${mail_dir}\
 
467
        motion-blur\
 
468
        netspeed\
 
469
        ${nvidia_dir}\
 
470
        ${powermanager_dir}\
 
471
        quick-browser\
 
472
        rame\
 
473
        ${rhythmbox_dir}\
 
474
        shortcuts\
 
475
        showDesklets\
 
476
        showDesktop\
 
477
        show-mouse\
 
478
        slider\
 
479
        stack\
 
480
        switcher\
 
481
        systray\
 
482
        ${terminal_dir}\
 
483
        ${tomboy_dir}\
 
484
        Toons\
 
485
        weather\
 
486
        ${weblets_dir}\
 
487
        ${wifi_dir}\
 
488
        ${xfce_dir}\
 
489
        ${xgamma_dir}\
 
490
        xmms
 
491
 
 
492
EXTRA_DIST = \
 
493
        intltool-extract.in\
 
494
        intltool-merge.in\
 
495
        intltool-update.in\
 
496
        LICENSE
 
497
 
 
498
all: config.h
 
499
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
500
 
 
501
.SUFFIXES:
 
502
am--refresh:
 
503
        @:
 
504
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
505
        @for dep in $?; do \
 
506
          case '$(am__configure_deps)' in \
 
507
            *$$dep*) \
 
508
              echo ' cd $(srcdir) && $(AUTOMAKE) --foreign '; \
 
509
              cd $(srcdir) && $(AUTOMAKE) --foreign  \
 
510
                && exit 0; \
 
511
              exit 1;; \
 
512
          esac; \
 
513
        done; \
 
514
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  Makefile'; \
 
515
        cd $(top_srcdir) && \
 
516
          $(AUTOMAKE) --foreign  Makefile
 
517
.PRECIOUS: Makefile
 
518
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
519
        @case '$?' in \
 
520
          *config.status*) \
 
521
            echo ' $(SHELL) ./config.status'; \
 
522
            $(SHELL) ./config.status;; \
 
523
          *) \
 
524
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
 
525
            cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
 
526
        esac;
 
527
 
 
528
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
529
        $(SHELL) ./config.status --recheck
 
530
 
 
531
$(top_srcdir)/configure:  $(am__configure_deps)
 
532
        cd $(srcdir) && $(AUTOCONF)
 
533
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
534
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
535
 
 
536
config.h: stamp-h1
 
537
        @if test ! -f $@; then \
 
538
          rm -f stamp-h1; \
 
539
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
 
540
        else :; fi
 
541
 
 
542
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
 
543
        @rm -f stamp-h1
 
544
        cd $(top_builddir) && $(SHELL) ./config.status config.h
 
545
$(srcdir)/config.h.in:  $(am__configure_deps) 
 
546
        cd $(top_srcdir) && $(AUTOHEADER)
 
547
        rm -f stamp-h1
 
548
        touch $@
 
549
 
 
550
distclean-hdr:
 
551
        -rm -f config.h stamp-h1
 
552
 
 
553
mostlyclean-libtool:
 
554
        -rm -f *.lo
 
555
 
 
556
clean-libtool:
 
557
        -rm -rf .libs _libs
 
558
 
 
559
distclean-libtool:
 
560
        -rm -f libtool config.lt
 
561
 
 
562
# This directory's subdirectories are mostly independent; you can cd
 
563
# into them and run `make' without going through this Makefile.
 
564
# To change the values of `make' variables: instead of editing Makefiles,
 
565
# (1) if the variable is set in `config.status', edit `config.status'
 
566
#     (which will cause the Makefiles to be regenerated when you run `make');
 
567
# (2) otherwise, pass the desired values on the `make' command line.
 
568
$(RECURSIVE_TARGETS):
 
569
        @failcom='exit 1'; \
 
570
        for f in x $$MAKEFLAGS; do \
 
571
          case $$f in \
 
572
            *=* | --[!k]*);; \
 
573
            *k*) failcom='fail=yes';; \
 
574
          esac; \
 
575
        done; \
 
576
        dot_seen=no; \
 
577
        target=`echo $@ | sed s/-recursive//`; \
 
578
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
579
          echo "Making $$target in $$subdir"; \
 
580
          if test "$$subdir" = "."; then \
 
581
            dot_seen=yes; \
 
582
            local_target="$$target-am"; \
 
583
          else \
 
584
            local_target="$$target"; \
 
585
          fi; \
 
586
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
587
          || eval $$failcom; \
 
588
        done; \
 
589
        if test "$$dot_seen" = "no"; then \
 
590
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
591
        fi; test -z "$$fail"
 
592
 
 
593
$(RECURSIVE_CLEAN_TARGETS):
 
594
        @failcom='exit 1'; \
 
595
        for f in x $$MAKEFLAGS; do \
 
596
          case $$f in \
 
597
            *=* | --[!k]*);; \
 
598
            *k*) failcom='fail=yes';; \
 
599
          esac; \
 
600
        done; \
 
601
        dot_seen=no; \
 
602
        case "$@" in \
 
603
          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
 
604
          *) list='$(SUBDIRS)' ;; \
 
605
        esac; \
 
606
        rev=''; for subdir in $$list; do \
 
607
          if test "$$subdir" = "."; then :; else \
 
608
            rev="$$subdir $$rev"; \
 
609
          fi; \
 
610
        done; \
 
611
        rev="$$rev ."; \
 
612
        target=`echo $@ | sed s/-recursive//`; \
 
613
        for subdir in $$rev; do \
 
614
          echo "Making $$target in $$subdir"; \
 
615
          if test "$$subdir" = "."; then \
 
616
            local_target="$$target-am"; \
 
617
          else \
 
618
            local_target="$$target"; \
 
619
          fi; \
 
620
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
621
          || eval $$failcom; \
 
622
        done && test -z "$$fail"
 
623
tags-recursive:
 
624
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
625
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
626
        done
 
627
ctags-recursive:
 
628
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
629
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
 
630
        done
 
631
 
 
632
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
 
633
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
 
634
        unique=`for i in $$list; do \
 
635
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
636
          done | \
 
637
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
638
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
639
        mkid -fID $$unique
 
640
tags: TAGS
 
641
 
 
642
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
643
                $(TAGS_FILES) $(LISP)
 
644
        tags=; \
 
645
        here=`pwd`; \
 
646
        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
 
647
          include_option=--etags-include; \
 
648
          empty_fix=.; \
 
649
        else \
 
650
          include_option=--include; \
 
651
          empty_fix=; \
 
652
        fi; \
 
653
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
654
          if test "$$subdir" = .; then :; else \
 
655
            test ! -f $$subdir/TAGS || \
 
656
              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
 
657
          fi; \
 
658
        done; \
 
659
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
660
        unique=`for i in $$list; do \
 
661
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
662
          done | \
 
663
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
664
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
665
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
 
666
          test -n "$$unique" || unique=$$empty_fix; \
 
667
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
 
668
            $$tags $$unique; \
 
669
        fi
 
670
ctags: CTAGS
 
671
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
 
672
                $(TAGS_FILES) $(LISP)
 
673
        tags=; \
 
674
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
 
675
        unique=`for i in $$list; do \
 
676
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
 
677
          done | \
 
678
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
679
              END { if (nonempty) { for (i in files) print i; }; }'`; \
 
680
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
 
681
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
 
682
             $$tags $$unique
 
683
 
 
684
GTAGS:
 
685
        here=`$(am__cd) $(top_builddir) && pwd` \
 
686
          && cd $(top_srcdir) \
 
687
          && gtags -i $(GTAGS_ARGS) $$here
 
688
 
 
689
distclean-tags:
 
690
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
691
 
 
692
distdir: $(DISTFILES)
 
693
        $(am__remove_distdir)
 
694
        test -d $(distdir) || mkdir $(distdir)
 
695
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
696
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
697
        list='$(DISTFILES)'; \
 
698
          dist_files=`for file in $$list; do echo $$file; done | \
 
699
          sed -e "s|^$$srcdirstrip/||;t" \
 
700
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
701
        case $$dist_files in \
 
702
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
703
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
704
                           sort -u` ;; \
 
705
        esac; \
 
706
        for file in $$dist_files; do \
 
707
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
708
          if test -d $$d/$$file; then \
 
709
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
710
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
711
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
712
            fi; \
 
713
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
714
          else \
 
715
            test -f $(distdir)/$$file \
 
716
            || cp -p $$d/$$file $(distdir)/$$file \
 
717
            || exit 1; \
 
718
          fi; \
 
719
        done
 
720
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
 
721
          if test "$$subdir" = .; then :; else \
 
722
            test -d "$(distdir)/$$subdir" \
 
723
            || $(MKDIR_P) "$(distdir)/$$subdir" \
 
724
            || exit 1; \
 
725
            distdir=`$(am__cd) $(distdir) && pwd`; \
 
726
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
 
727
            (cd $$subdir && \
 
728
              $(MAKE) $(AM_MAKEFLAGS) \
 
729
                top_distdir="$$top_distdir" \
 
730
                distdir="$$distdir/$$subdir" \
 
731
                am__remove_distdir=: \
 
732
                am__skip_length_check=: \
 
733
                distdir) \
 
734
              || exit 1; \
 
735
          fi; \
 
736
        done
 
737
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
 
738
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
 
739
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
 
740
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
 
741
        || chmod -R a+r $(distdir)
 
742
dist-gzip: distdir
 
743
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
744
        $(am__remove_distdir)
 
745
 
 
746
dist-bzip2: distdir
 
747
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
 
748
        $(am__remove_distdir)
 
749
 
 
750
dist-lzma: distdir
 
751
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
752
        $(am__remove_distdir)
 
753
 
 
754
dist-tarZ: distdir
 
755
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
 
756
        $(am__remove_distdir)
 
757
 
 
758
dist-shar: distdir
 
759
        shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
 
760
        $(am__remove_distdir)
 
761
 
 
762
dist-zip: distdir
 
763
        -rm -f $(distdir).zip
 
764
        zip -rq $(distdir).zip $(distdir)
 
765
        $(am__remove_distdir)
 
766
 
 
767
dist dist-all: distdir
 
768
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
 
769
        $(am__remove_distdir)
 
770
 
 
771
# This target untars the dist file and tries a VPATH configuration.  Then
 
772
# it guarantees that the distribution is self-contained by making another
 
773
# tarfile.
 
774
distcheck: dist
 
775
        case '$(DIST_ARCHIVES)' in \
 
776
        *.tar.gz*) \
 
777
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
 
778
        *.tar.bz2*) \
 
779
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
780
        *.tar.lzma*) \
 
781
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
 
782
        *.tar.Z*) \
 
783
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
 
784
        *.shar.gz*) \
 
785
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
 
786
        *.zip*) \
 
787
          unzip $(distdir).zip ;;\
 
788
        esac
 
789
        chmod -R a-w $(distdir); chmod a+w $(distdir)
 
790
        mkdir $(distdir)/_build
 
791
        mkdir $(distdir)/_inst
 
792
        chmod a-w $(distdir)
 
793
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
 
794
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
 
795
          && cd $(distdir)/_build \
 
796
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
797
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
798
          && $(MAKE) $(AM_MAKEFLAGS) \
 
799
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
 
800
          && $(MAKE) $(AM_MAKEFLAGS) check \
 
801
          && $(MAKE) $(AM_MAKEFLAGS) install \
 
802
          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
 
803
          && $(MAKE) $(AM_MAKEFLAGS) uninstall \
 
804
          && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
 
805
                distuninstallcheck \
 
806
          && chmod -R a-w "$$dc_install_base" \
 
807
          && ({ \
 
808
               (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
 
809
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
 
810
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
 
811
               && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
 
812
                    distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
 
813
              } || { rm -rf "$$dc_destdir"; exit 1; }) \
 
814
          && rm -rf "$$dc_destdir" \
 
815
          && $(MAKE) $(AM_MAKEFLAGS) dist \
 
816
          && rm -rf $(DIST_ARCHIVES) \
 
817
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
 
818
        $(am__remove_distdir)
 
819
        @(echo "$(distdir) archives ready for distribution: "; \
 
820
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
 
821
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
 
822
distuninstallcheck:
 
823
        @cd $(distuninstallcheck_dir) \
 
824
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
 
825
           || { echo "ERROR: files left after uninstall:" ; \
 
826
                if test -n "$(DESTDIR)"; then \
 
827
                  echo "  (check DESTDIR support)"; \
 
828
                fi ; \
 
829
                $(distuninstallcheck_listfiles) ; \
 
830
                exit 1; } >&2
 
831
distcleancheck: distclean
 
832
        @if test '$(srcdir)' = . ; then \
 
833
          echo "ERROR: distcleancheck can only run from a VPATH build" ; \
 
834
          exit 1 ; \
 
835
        fi
 
836
        @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
 
837
          || { echo "ERROR: files left in build directory after distclean:" ; \
 
838
               $(distcleancheck_listfiles) ; \
 
839
               exit 1; } >&2
 
840
check-am: all-am
 
841
check: check-recursive
 
842
all-am: Makefile config.h
 
843
installdirs: installdirs-recursive
 
844
installdirs-am:
 
845
install: install-recursive
 
846
install-exec: install-exec-recursive
 
847
install-data: install-data-recursive
 
848
uninstall: uninstall-recursive
 
849
 
 
850
install-am: all-am
 
851
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
852
 
 
853
installcheck: installcheck-recursive
 
854
install-strip:
 
855
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
856
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
857
          `test -z '$(STRIP)' || \
 
858
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
859
mostlyclean-generic:
 
860
 
 
861
clean-generic:
 
862
 
 
863
distclean-generic:
 
864
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
865
 
 
866
maintainer-clean-generic:
 
867
        @echo "This command is intended for maintainers to use"
 
868
        @echo "it deletes files that may require special tools to rebuild."
 
869
clean: clean-recursive
 
870
 
 
871
clean-am: clean-generic clean-libtool mostlyclean-am
 
872
 
 
873
distclean: distclean-recursive
 
874
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
875
        -rm -f Makefile
 
876
distclean-am: clean-am distclean-generic distclean-hdr \
 
877
        distclean-libtool distclean-tags
 
878
 
 
879
dvi: dvi-recursive
 
880
 
 
881
dvi-am:
 
882
 
 
883
html: html-recursive
 
884
 
 
885
info: info-recursive
 
886
 
 
887
info-am:
 
888
 
 
889
install-data-am:
 
890
 
 
891
install-dvi: install-dvi-recursive
 
892
 
 
893
install-exec-am:
 
894
 
 
895
install-html: install-html-recursive
 
896
 
 
897
install-info: install-info-recursive
 
898
 
 
899
install-man:
 
900
 
 
901
install-pdf: install-pdf-recursive
 
902
 
 
903
install-ps: install-ps-recursive
 
904
 
 
905
installcheck-am:
 
906
 
 
907
maintainer-clean: maintainer-clean-recursive
 
908
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
 
909
        -rm -rf $(top_srcdir)/autom4te.cache
 
910
        -rm -f Makefile
 
911
maintainer-clean-am: distclean-am maintainer-clean-generic
 
912
 
 
913
mostlyclean: mostlyclean-recursive
 
914
 
 
915
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
916
 
 
917
pdf: pdf-recursive
 
918
 
 
919
pdf-am:
 
920
 
 
921
ps: ps-recursive
 
922
 
 
923
ps-am:
 
924
 
 
925
uninstall-am:
 
926
 
 
927
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
928
        install-strip
 
929
 
 
930
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
 
931
        all all-am am--refresh check check-am clean clean-generic \
 
932
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
 
933
        dist-gzip dist-lzma dist-shar dist-tarZ dist-zip distcheck \
 
934
        distclean distclean-generic distclean-hdr distclean-libtool \
 
935
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
936
        dvi-am html html-am info info-am install install-am \
 
937
        install-data install-data-am install-dvi install-dvi-am \
 
938
        install-exec install-exec-am install-html install-html-am \
 
939
        install-info install-info-am install-man install-pdf \
 
940
        install-pdf-am install-ps install-ps-am install-strip \
 
941
        installcheck installcheck-am installdirs installdirs-am \
 
942
        maintainer-clean maintainer-clean-generic mostlyclean \
 
943
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
944
        tags tags-recursive uninstall uninstall-am
 
945
 
 
946
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
947
# Otherwise a system limit (for SysV at least) may be exceeded.
 
948
.NOEXPORT: