~cairo-dock-team/cairo-dock-plug-ins/experimental

« back to all changes in this revision

Viewing changes to stacks/src/Makefile

  • Committer: fabounet
  • Date: 2008-04-21 21:15:55 UTC
  • Revision ID: svn-v4:620951bb-bb42-0410-82c3-830e739ed170:trunk/plug-ins:862
gnome-integration devient 'old'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10 from Makefile.am.
2
2
# src/Makefile.  Generated from Makefile.in by configure.
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
15
15
 
16
16
 
17
17
 
18
 
srcdir = .
19
 
top_srcdir = ..
20
18
 
21
19
pkglibdir = $(libdir)/cd-stacks
22
20
pkgincludedir = $(includedir)/cd-stacks
23
 
top_builddir = ..
24
21
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25
 
INSTALL = /usr/bin/install -c
26
22
install_sh_DATA = $(install_sh) -c -m 644
27
23
install_sh_PROGRAM = $(install_sh) -c
28
24
install_sh_SCRIPT = $(install_sh) -c
61
57
        libcd_stacks_la-applet-load-icons.lo \
62
58
        libcd_stacks_la-applet-notifications.lo
63
59
libcd_stacks_la_OBJECTS = $(am_libcd_stacks_la_OBJECTS)
64
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
60
libcd_stacks_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
 
61
        $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libcd_stacks_la_CFLAGS) \
 
62
        $(CFLAGS) $(libcd_stacks_la_LDFLAGS) $(LDFLAGS) -o $@
 
63
DEFAULT_INCLUDES = -I. -I$(top_builddir)
65
64
depcomp = $(SHELL) $(top_srcdir)/depcomp
66
65
am__depfiles_maybe = depfiles
67
66
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68
67
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
70
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
71
 
        $(AM_CFLAGS) $(CFLAGS)
 
68
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
69
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
 
70
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72
71
CCLD = $(CC)
73
 
LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
74
 
        $(AM_LDFLAGS) $(LDFLAGS) -o $@
 
72
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
 
73
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
 
74
        $(LDFLAGS) -o $@
75
75
SOURCES = $(libcd_stacks_la_SOURCES)
76
76
DIST_SOURCES = $(libcd_stacks_la_SOURCES)
77
77
pluginDATA_INSTALL = $(INSTALL_DATA)
80
80
CTAGS = ctags
81
81
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82
82
pkgdatadir = /usr/share/cairo-dock/plug-in/stacks
83
 
ACLOCAL = ${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run aclocal-1.9
 
83
ACLOCAL = ${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run aclocal-1.10
84
84
ALL_LINGUAS = 
85
 
AMDEP_FALSE = #
86
 
AMDEP_TRUE = 
87
 
AMTAR = ${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run tar
 
85
AMTAR = ${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run tar
88
86
AR = ar
89
 
AUTOCONF = ${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run autoconf
90
 
AUTOHEADER = ${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run autoheader
91
 
AUTOMAKE = ${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run automake-1.9
92
 
AWK = gawk
 
87
AUTOCONF = ${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run autoconf
 
88
AUTOHEADER = ${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run autoheader
 
89
AUTOMAKE = ${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run automake-1.10
 
90
AWK = mawk
93
91
CATALOGS = 
94
92
CATOBJEXT = .gmo
95
93
CC = gcc
111
109
ECHO_T = 
112
110
EGREP = /bin/grep -E
113
111
EXEEXT = 
114
 
F77 = 
115
 
FFLAGS = 
 
112
F77 = g77
 
113
FFLAGS = -g -O2
116
114
GETTEXT_PACKAGE = cd-stacks
117
115
GMOFILES = 
118
116
GMSGFMT = /usr/bin/msgfmt
119
117
GREP = /bin/grep
 
118
INSTALL = /usr/bin/install -c
120
119
INSTALL_DATA = ${INSTALL} -m 644
121
120
INSTALL_PROGRAM = ${INSTALL}
122
121
INSTALL_SCRIPT = ${INSTALL}
123
 
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
 
122
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
124
123
INSTOBJEXT = .mo
125
124
INTLLIBS = 
126
125
INTLTOOL_CAVES_RULE = %.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@
152
151
LIBTOOL = $(SHELL) $(top_builddir)/libtool
153
152
LN_S = ln -s
154
153
LTLIBOBJS = 
155
 
MAKEINFO = ${SHELL} /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/missing --run makeinfo
 
154
MAKEINFO = ${SHELL} /opt/cairo-dock/trunk/plug-ins/stacks/missing --run makeinfo
 
155
MKDIR_P = /bin/mkdir -p
156
156
MKINSTALLDIRS = ./mkinstalldirs
157
157
MSGFMT = /usr/bin/msgfmt
158
158
MSGFMT_OPTS = -c
159
159
OBJEXT = o
160
160
PACKAGE = cd-stacks
161
161
PACKAGE_BUGREPORT = ChAnGFu (changfu@hollowproject.org)
162
 
PACKAGE_CFLAGS = -pthread -I/usr/local/include/cairo -I/usr/local/include -I/usr/include/cairo-dock -I/usr/include/cairo-dock/cairo-dock -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2  
163
 
PACKAGE_LIBS = -pthread -L/usr/local/lib -lgthread-2.0 -lrt -lglitz -ldbus-glib-1 -ldbus-1 -lxml2 -lgtk-x11-2.0 -lrsvg-2 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
 
162
PACKAGE_CFLAGS = -pthread -I/usr/include/cairo-dock -I/usr/include/cairo-dock/cairo-dock -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/librsvg-2 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/libxml2  
 
163
PACKAGE_LIBS = -pthread -lgthread-2.0 -lrt -lglitz -ldbus-glib-1 -ldbus-1 -lxml2 -lgtk-x11-2.0 -lrsvg-2 -lgdk-x11-2.0 -latk-1.0 -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0  
164
164
PACKAGE_NAME = cd-stacks
165
165
PACKAGE_STRING = cd-stacks 0.0.1
166
166
PACKAGE_TARNAME = cd-stacks
179
179
USE_NLS = yes
180
180
VERSION = 0.0.1
181
181
XGETTEXT = /usr/bin/xgettext
 
182
abs_builddir = /opt/cairo-dock/trunk/plug-ins/stacks/src
 
183
abs_srcdir = /opt/cairo-dock/trunk/plug-ins/stacks/src
 
184
abs_top_builddir = /opt/cairo-dock/trunk/plug-ins/stacks
 
185
abs_top_srcdir = /opt/cairo-dock/trunk/plug-ins/stacks
182
186
ac_ct_CC = gcc
183
187
ac_ct_CXX = g++
184
 
ac_ct_F77 = 
185
 
am__fastdepCC_FALSE = #
186
 
am__fastdepCC_TRUE = 
187
 
am__fastdepCXX_FALSE = #
188
 
am__fastdepCXX_TRUE = 
 
188
ac_ct_F77 = g77
189
189
am__include = include
190
190
am__leading_dot = .
191
191
am__quote = 
197
197
build_cpu = i686
198
198
build_os = linux-gnu
199
199
build_vendor = pc
 
200
builddir = .
200
201
datadir = ${datarootdir}
201
202
datarootdir = ${prefix}/share
202
203
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
210
211
htmldir = ${docdir}
211
212
includedir = ${prefix}/include
212
213
infodir = ${datarootdir}/info
213
 
install_sh = /home/changfu/Documents/Cairo-Dock/plug-ins/stacks/install-sh
 
214
install_sh = $(SHELL) /opt/cairo-dock/trunk/plug-ins/stacks/install-sh
214
215
libdir = ${exec_prefix}/lib
215
216
libexecdir = ${exec_prefix}/libexec
216
217
localedir = ${datarootdir}/locale
217
218
localstatedir = ${prefix}/var
218
219
mandir = ${datarootdir}/man
219
 
mkdir_p = mkdir -p --
 
220
mkdir_p = /bin/mkdir -p
220
221
oldincludedir = /usr/include
221
222
pdfdir = ${docdir}
222
223
prefix = /usr
224
225
psdir = ${docdir}
225
226
sbindir = ${exec_prefix}/sbin
226
227
sharedstatedir = ${prefix}/com
 
228
srcdir = .
227
229
sysconfdir = ${prefix}/etc
228
230
target_alias = 
 
231
top_builddir = ..
 
232
top_srcdir = ..
229
233
lib_LTLIBRARIES = \
230
234
        libcd-stacks.la
231
235
 
303
307
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
304
308
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
305
309
        @$(NORMAL_INSTALL)
306
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
 
310
        test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
307
311
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
308
312
          if test -f $$p; then \
309
313
            f=$(am__strip_dir) \
314
318
 
315
319
uninstall-libLTLIBRARIES:
316
320
        @$(NORMAL_UNINSTALL)
317
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
321
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
318
322
          p=$(am__strip_dir) \
319
323
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
320
324
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
329
333
          rm -f "$${dir}/so_locations"; \
330
334
        done
331
335
libcd-stacks.la: $(libcd_stacks_la_OBJECTS) $(libcd_stacks_la_DEPENDENCIES) 
332
 
        $(LINK) -rpath $(libdir) $(libcd_stacks_la_LDFLAGS) $(libcd_stacks_la_OBJECTS) $(libcd_stacks_la_LIBADD) $(LIBS)
 
336
        $(libcd_stacks_la_LINK) -rpath $(libdir) $(libcd_stacks_la_OBJECTS) $(libcd_stacks_la_LIBADD) $(LIBS)
333
337
 
334
338
mostlyclean-compile:
335
339
        -rm -f *.$(OBJEXT)
343
347
include ./$(DEPDIR)/libcd_stacks_la-applet-notifications.Plo
344
348
 
345
349
.c.o:
346
 
        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
347
 
        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
350
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
351
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
348
352
#       source='$<' object='$@' libtool=no \
349
353
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
350
354
#       $(COMPILE) -c $<
351
355
 
352
356
.c.obj:
353
 
        if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
354
 
        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
357
        $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
 
358
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
355
359
#       source='$<' object='$@' libtool=no \
356
360
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
357
361
#       $(COMPILE) -c `$(CYGPATH_W) '$<'`
358
362
 
359
363
.c.lo:
360
 
        if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
361
 
        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
 
364
        $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
 
365
        mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
362
366
#       source='$<' object='$@' libtool=yes \
363
367
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
364
368
#       $(LTCOMPILE) -c -o $@ $<
365
369
 
366
370
libcd_stacks_la-applet-init.lo: applet-init.c
367
 
        if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_stacks_la_CFLAGS) $(CFLAGS) -MT libcd_stacks_la-applet-init.lo -MD -MP -MF "$(DEPDIR)/libcd_stacks_la-applet-init.Tpo" -c -o libcd_stacks_la-applet-init.lo `test -f 'applet-init.c' || echo '$(srcdir)/'`applet-init.c; \
368
 
        then mv -f "$(DEPDIR)/libcd_stacks_la-applet-init.Tpo" "$(DEPDIR)/libcd_stacks_la-applet-init.Plo"; else rm -f "$(DEPDIR)/libcd_stacks_la-applet-init.Tpo"; exit 1; fi
 
371
        $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_stacks_la_CFLAGS) $(CFLAGS) -MT libcd_stacks_la-applet-init.lo -MD -MP -MF $(DEPDIR)/libcd_stacks_la-applet-init.Tpo -c -o libcd_stacks_la-applet-init.lo `test -f 'applet-init.c' || echo '$(srcdir)/'`applet-init.c
 
372
        mv -f $(DEPDIR)/libcd_stacks_la-applet-init.Tpo $(DEPDIR)/libcd_stacks_la-applet-init.Plo
369
373
#       source='applet-init.c' object='libcd_stacks_la-applet-init.lo' libtool=yes \
370
374
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
371
 
#       $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_stacks_la_CFLAGS) $(CFLAGS) -c -o libcd_stacks_la-applet-init.lo `test -f 'applet-init.c' || echo '$(srcdir)/'`applet-init.c
 
375
#       $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_stacks_la_CFLAGS) $(CFLAGS) -c -o libcd_stacks_la-applet-init.lo `test -f 'applet-init.c' || echo '$(srcdir)/'`applet-init.c
372
376
 
373
377
libcd_stacks_la-applet-config.lo: applet-config.c
374
 
        if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_stacks_la_CFLAGS) $(CFLAGS) -MT libcd_stacks_la-applet-config.lo -MD -MP -MF "$(DEPDIR)/libcd_stacks_la-applet-config.Tpo" -c -o libcd_stacks_la-applet-config.lo `test -f 'applet-config.c' || echo '$(srcdir)/'`applet-config.c; \
375
 
        then mv -f "$(DEPDIR)/libcd_stacks_la-applet-config.Tpo" "$(DEPDIR)/libcd_stacks_la-applet-config.Plo"; else rm -f "$(DEPDIR)/libcd_stacks_la-applet-config.Tpo"; exit 1; fi
 
378
        $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_stacks_la_CFLAGS) $(CFLAGS) -MT libcd_stacks_la-applet-config.lo -MD -MP -MF $(DEPDIR)/libcd_stacks_la-applet-config.Tpo -c -o libcd_stacks_la-applet-config.lo `test -f 'applet-config.c' || echo '$(srcdir)/'`applet-config.c
 
379
        mv -f $(DEPDIR)/libcd_stacks_la-applet-config.Tpo $(DEPDIR)/libcd_stacks_la-applet-config.Plo
376
380
#       source='applet-config.c' object='libcd_stacks_la-applet-config.lo' libtool=yes \
377
381
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
378
 
#       $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_stacks_la_CFLAGS) $(CFLAGS) -c -o libcd_stacks_la-applet-config.lo `test -f 'applet-config.c' || echo '$(srcdir)/'`applet-config.c
 
382
#       $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_stacks_la_CFLAGS) $(CFLAGS) -c -o libcd_stacks_la-applet-config.lo `test -f 'applet-config.c' || echo '$(srcdir)/'`applet-config.c
379
383
 
380
384
libcd_stacks_la-applet-load-icons.lo: applet-load-icons.c
381
 
        if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_stacks_la_CFLAGS) $(CFLAGS) -MT libcd_stacks_la-applet-load-icons.lo -MD -MP -MF "$(DEPDIR)/libcd_stacks_la-applet-load-icons.Tpo" -c -o libcd_stacks_la-applet-load-icons.lo `test -f 'applet-load-icons.c' || echo '$(srcdir)/'`applet-load-icons.c; \
382
 
        then mv -f "$(DEPDIR)/libcd_stacks_la-applet-load-icons.Tpo" "$(DEPDIR)/libcd_stacks_la-applet-load-icons.Plo"; else rm -f "$(DEPDIR)/libcd_stacks_la-applet-load-icons.Tpo"; exit 1; fi
 
385
        $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_stacks_la_CFLAGS) $(CFLAGS) -MT libcd_stacks_la-applet-load-icons.lo -MD -MP -MF $(DEPDIR)/libcd_stacks_la-applet-load-icons.Tpo -c -o libcd_stacks_la-applet-load-icons.lo `test -f 'applet-load-icons.c' || echo '$(srcdir)/'`applet-load-icons.c
 
386
        mv -f $(DEPDIR)/libcd_stacks_la-applet-load-icons.Tpo $(DEPDIR)/libcd_stacks_la-applet-load-icons.Plo
383
387
#       source='applet-load-icons.c' object='libcd_stacks_la-applet-load-icons.lo' libtool=yes \
384
388
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
385
 
#       $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_stacks_la_CFLAGS) $(CFLAGS) -c -o libcd_stacks_la-applet-load-icons.lo `test -f 'applet-load-icons.c' || echo '$(srcdir)/'`applet-load-icons.c
 
389
#       $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_stacks_la_CFLAGS) $(CFLAGS) -c -o libcd_stacks_la-applet-load-icons.lo `test -f 'applet-load-icons.c' || echo '$(srcdir)/'`applet-load-icons.c
386
390
 
387
391
libcd_stacks_la-applet-notifications.lo: applet-notifications.c
388
 
        if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_stacks_la_CFLAGS) $(CFLAGS) -MT libcd_stacks_la-applet-notifications.lo -MD -MP -MF "$(DEPDIR)/libcd_stacks_la-applet-notifications.Tpo" -c -o libcd_stacks_la-applet-notifications.lo `test -f 'applet-notifications.c' || echo '$(srcdir)/'`applet-notifications.c; \
389
 
        then mv -f "$(DEPDIR)/libcd_stacks_la-applet-notifications.Tpo" "$(DEPDIR)/libcd_stacks_la-applet-notifications.Plo"; else rm -f "$(DEPDIR)/libcd_stacks_la-applet-notifications.Tpo"; exit 1; fi
 
392
        $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_stacks_la_CFLAGS) $(CFLAGS) -MT libcd_stacks_la-applet-notifications.lo -MD -MP -MF $(DEPDIR)/libcd_stacks_la-applet-notifications.Tpo -c -o libcd_stacks_la-applet-notifications.lo `test -f 'applet-notifications.c' || echo '$(srcdir)/'`applet-notifications.c
 
393
        mv -f $(DEPDIR)/libcd_stacks_la-applet-notifications.Tpo $(DEPDIR)/libcd_stacks_la-applet-notifications.Plo
390
394
#       source='applet-notifications.c' object='libcd_stacks_la-applet-notifications.lo' libtool=yes \
391
395
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
392
 
#       $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_stacks_la_CFLAGS) $(CFLAGS) -c -o libcd_stacks_la-applet-notifications.lo `test -f 'applet-notifications.c' || echo '$(srcdir)/'`applet-notifications.c
 
396
#       $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcd_stacks_la_CFLAGS) $(CFLAGS) -c -o libcd_stacks_la-applet-notifications.lo `test -f 'applet-notifications.c' || echo '$(srcdir)/'`applet-notifications.c
393
397
 
394
398
mostlyclean-libtool:
395
399
        -rm -f *.lo
396
400
 
397
401
clean-libtool:
398
402
        -rm -rf .libs _libs
399
 
 
400
 
distclean-libtool:
401
 
        -rm -f libtool
402
 
uninstall-info-am:
403
403
install-pluginDATA: $(plugin_DATA)
404
404
        @$(NORMAL_INSTALL)
405
 
        test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
 
405
        test -z "$(plugindir)" || $(MKDIR_P) "$(DESTDIR)$(plugindir)"
406
406
        @list='$(plugin_DATA)'; for p in $$list; do \
407
407
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
408
408
          f=$(am__strip_dir) \
467
467
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
468
468
 
469
469
distdir: $(DISTFILES)
470
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
471
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
472
 
        list='$(DISTFILES)'; for file in $$list; do \
473
 
          case $$file in \
474
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
475
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
476
 
          esac; \
 
470
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
471
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
472
        list='$(DISTFILES)'; \
 
473
          dist_files=`for file in $$list; do echo $$file; done | \
 
474
          sed -e "s|^$$srcdirstrip/||;t" \
 
475
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
476
        case $$dist_files in \
 
477
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
478
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
479
                           sort -u` ;; \
 
480
        esac; \
 
481
        for file in $$dist_files; do \
477
482
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
478
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
479
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
480
 
            dir="/$$dir"; \
481
 
            $(mkdir_p) "$(distdir)$$dir"; \
482
 
          else \
483
 
            dir=''; \
484
 
          fi; \
485
483
          if test -d $$d/$$file; then \
 
484
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
486
485
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
487
486
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
488
487
            fi; \
498
497
all-am: Makefile $(LTLIBRARIES) $(DATA)
499
498
installdirs:
500
499
        for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(plugindir)"; do \
501
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
 
500
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
502
501
        done
503
502
install: install-am
504
503
install-exec: install-exec-am
533
532
        -rm -rf ./$(DEPDIR)
534
533
        -rm -f Makefile
535
534
distclean-am: clean-am distclean-compile distclean-generic \
536
 
        distclean-libtool distclean-tags
 
535
        distclean-tags
537
536
 
538
537
dvi: dvi-am
539
538
 
547
546
 
548
547
install-data-am: install-pluginDATA
549
548
 
 
549
install-dvi: install-dvi-am
 
550
 
550
551
install-exec-am: install-libLTLIBRARIES
551
552
 
 
553
install-html: install-html-am
 
554
 
552
555
install-info: install-info-am
553
556
 
554
557
install-man:
555
558
 
 
559
install-pdf: install-pdf-am
 
560
 
 
561
install-ps: install-ps-am
 
562
 
556
563
installcheck-am:
557
564
 
558
565
maintainer-clean: maintainer-clean-am
573
580
 
574
581
ps-am:
575
582
 
576
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
577
 
        uninstall-pluginDATA
 
583
uninstall-am: uninstall-libLTLIBRARIES uninstall-pluginDATA
 
584
 
 
585
.MAKE: install-am install-strip
578
586
 
579
587
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
580
588
        clean-libLTLIBRARIES clean-libtool ctags distclean \
581
589
        distclean-compile distclean-generic distclean-libtool \
582
590
        distclean-tags distdir dvi dvi-am html html-am info info-am \
583
 
        install install-am install-data install-data-am install-exec \
584
 
        install-exec-am install-info install-info-am \
585
 
        install-libLTLIBRARIES install-man install-pluginDATA \
586
 
        install-strip installcheck installcheck-am installdirs \
587
 
        maintainer-clean maintainer-clean-generic mostlyclean \
588
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
589
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
590
 
        uninstall-info-am uninstall-libLTLIBRARIES \
 
591
        install install-am install-data install-data-am install-dvi \
 
592
        install-dvi-am install-exec install-exec-am install-html \
 
593
        install-html-am install-info install-info-am \
 
594
        install-libLTLIBRARIES install-man install-pdf install-pdf-am \
 
595
        install-pluginDATA install-ps install-ps-am install-strip \
 
596
        installcheck installcheck-am installdirs maintainer-clean \
 
597
        maintainer-clean-generic mostlyclean mostlyclean-compile \
 
598
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
599
        tags uninstall uninstall-am uninstall-libLTLIBRARIES \
591
600
        uninstall-pluginDATA
592
601
 
593
602
 #dnl Process this file with automake to produce Makefile.in